11 Cisco Device Functions - Lab Exercises
11 Cisco Device Functions - Lab Exercises
11 Cisco Device Functions - Lab Exercises
This lab explores the MAC address table on Cisco IOS switches and routing
table on Cisco IOS routers.
This lab is a guided walkthrough of Cisco device functions. Don’t worry if you
don’t understand all the commands here yet – we’ll cover them in much more
detail as you go through the rest of the course.
Lab Topology
R1#ping 10.10.10.2
R1#ping 10.10.10.3
R1#ping 10.10.10.4
R2#ping 10.10.10.3
R2#ping 10.10.10.4
6) Repeat on SW2.
Devices in a real world network tend to be chatty and send traffic frequently, this
causes the MAC address table to update (you may see less entries in Packet
Tracer).
R1#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
The router has a connected route for the 10.10.10.0/24 network and a local route
for 10.10.10.1/32. These routes were automatically created when the IP address
10.10.10.1/24 was configured on interface GigabitEthernet0/0
R1#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
The router has routes for both interfaces and can route traffic between hosts on
the 10.10.10.0/24 and 10.10.20.0/24 networks.
4) Configure a static route to 10.10.30.0/24 with a next hop address of
10.10.10.2
The router has routes to its locally connected networks, and also to
10.10.30.0/24 which is available via 10.10.10.2