Prak KDJK 2 PDF

Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

Nama : Hijrah Gangga Sutrisna Putra

NIM : K3519038
Prodi : PTIK B

Part 1: Build and Configure the Network


Building topology.

Configure IP address
Assign cisco as the console and vty passwords
Part 2: Examine the Switch MAC Address Table
A switch learns MAC addresses and builds the MAC address table, as network devices initiate
communication on the network.
Step 1: Record network device MAC addresses.
a. Open a command prompt on PC-A and PC-B and type ipconfig /all. The Ethernet adapter are
physical addresses
PC-A MAC Address: 0005.5ED6.0653
PC-B MAC Address: 0000.0CBE.36A6

b. Console into switch S1 and S2 and type the show interface F0/1 command on each switch.
S1 Fast Ethernet 0/1 MAC Address: 0060.70cb.4c01
S2 Fast Ethernet 0/1 MAC Address: 00d0.58d4.5201

Step 2: Display the switch MAC address table. Console into switch S2 and view the MAC
address table, both before and after running network
communication tests with ping.
a. Establish a console connection to S2 and enter privileged EXEC mode.
b. In privileged EXEC mode, type the show mac address-table command and press Enter.
S2# show mac address-table
Even though there has been no network communication initiated across the network (i.e., no use of
ping),
it is possible that the switch has learned MAC addresses from its connection to the PC and the other
switch
Are there any MAC addresses recorded in the MAC address table?
0060.70cb.4c04
What MAC addresses are recorded in the table? To which switch ports are they mapped and to
which devices do they belong? Ignore MAC addresses that are mapped to the CPU.
0060.70cb.4c04 DYNAMIC Fa0/4

Step 3: Clear the S2 MAC address table and display the MAC address table again.
a. In privileged EXEC mode, type the clear mac address-table dynamic command and press Enter.
S2# clear mac address-table dynamic
b. Quickly type the show mac address-table command again. Does the MAC address table have any
addresses in it for VLAN 1? Are there other MAC addresses listed?
No
Wait 10 seconds, type the show mac address-table command, and press Enter. Are there new
addresses in the MAC address table?
No.
Step 4: From PC-B, ping the devices on the network and observe the switch MAC address table

a. From PC-B, open a command prompt and type arp -a. Not including multicast or broadcast
addresses, how many device IP-to-MAC address pairs have been learned by ARP?
0
b. From the PC-B command prompt, ping PC-A, S1, and S2. Did all devices have succes c. From a
console connection to S2, enter the show mac address-table command.
Has the switch added additional MAC addresses to the MAC address table? If so, which addresses
and devices?
Yes
From PC-B, open a command prompt and retype arp -a. Does the PC-B ARP cache have additional
entries for all network devices that were sent pings? sful replies? If not, check your cabling and IP
configurations

You might also like