CCNA2 Skills Based Assessment Practice Lab Configs

Embed Size (px)

Citation preview

CCNA2 Skills Based Assessment Practice Lab Configs

CCNA2 Skills Based Assessment Practice Lab Configs========================================

RIP====

SanJose1#show runBuilding configuration...

Current configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname SanJose1!enable secret 5 $1$c/.H$a2Aj37fjqIxqABXYxrxnG1!ip subnet-zeroip host SanJose2 192.168.4.6 172.30.10.1ip name-server 172.16.10.10!!process-max-time 200!interface Ethernet0description SanJose1's Ethernet 0 interfaceip address 172.16.10.1 255.255.255.0no ip directed-broadcast!interface Serial0description SanJose2's Serial 0 interfaceip address 192.168.4.5 255.255.255.252no ip directed-broadcastno ip mroute-cacheno fair-queueclockrate 64000!interface Serial1no ip addressno ip directed-broadcastshutdown!interface BRI0no ip addressno ip directed-broadcastshutdown!router ripnetwork 172.16.0.0network 192.168.4.0default-information originate!ip http serverip classlessip default-network 172.16.0.0ip route 0.0.0.0 0.0.0.0 Ethernet0!banner motd ^CWarning!Authorized access only!^C!line con 0exec-timeout 0 0password ciscologging synchronouslogintransport input noneline aux 0line vty 0 4password ciscologin!end

SanJose1#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate defaultU - per-user static route, o - ODR

Gateway of last resort is 0.0.0.0 to network 0.0.0.0

* 172.16.0.0/24 is subnetted, 1 subnetsC 172.16.10.0 is directly connected, Ethernet0R 172.30.0.0/16 [120/1] via 192.168.4.6, 00:00:15, Serial0192.168.4.0/30 is subnetted, 1 subnetsC 192.168.4.4 is directly connected, Serial0S* 0.0.0.0/0 is directly connected, Ethernet0SanJose1#

SanJose2#show runBuilding configuration...

Current configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname SanJose2!enable secret 5 $1$AWoy$ehw.QAk8hbsUKogsMt80i1!ip subnet-zeroip host SanJose1 192.168.4.5 172.16.10.1!!process-max-time 200!interface Ethernet0description SanJose2's Ethernet 0 interfaceip address 172.30.10.1 255.255.255.0ip access-group no-pings inno ip directed-broadcast!interface Serial0description SanJose2's Serial 0 interfaceip address 192.168.4.6 255.255.255.252no ip directed-broadcastno ip mroute-cacheno fair-queue!interface Serial1no ip addressno ip directed-broadcastshutdown!interface BRI0no ip addressno ip directed-broadcastshutdown!router ripnetwork 172.30.0.0network 192.168.4.0!ip classless!!ip access-list extended no-pingsdeny icmp 172.30.10.0 0.0.0.255 172.16.10.0 0.0.0.255 echopermit ip any any!line con 0exec-timeout 0 0password ciscologging synchronouslogintransport input noneline aux 0line vty 0 4password ciscologin!end

SanJose2#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate defaultU - per-user static route, o - ODR

Gateway of last resort is 192.168.4.5 to network 0.0.0.0

R 172.16.0.0/16 [120/1] via 192.168.4.5, 00:00:15, Serial0172.30.0.0/24 is subnetted, 1 subnetsC 172.30.10.0 is directly connected, Ethernet0192.168.4.0/30 is subnetted, 1 subnetsC 192.168.4.4 is directly connected, Serial0R* 0.0.0.0/0 [120/1] via 192.168.4.5, 00:00:16, Serial0SanJose2#

=====================================

IGRP====

SanJose1#show runBuilding configuration...

Current configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname SanJose1!enable secret 5 $1$c/.H$a2Aj37fjqIxqABXYxrxnG1!ip subnet-zeroip host SanJose2 192.168.4.6 172.30.10.1ip name-server 172.16.10.10!!process-max-time 200!interface Ethernet0description SanJose1's Ethernet 0 interfaceip address 172.16.10.1 255.255.255.0no ip directed-broadcast!interface Serial0description SanJose2's Serial 0 interfaceip address 192.168.4.5 255.255.255.252no ip directed-broadcastno ip mroute-cacheno fair-queueclockrate 64000!interface Serial1no ip addressno ip directed-broadcastshutdown!interface BRI0no ip addressno ip directed-broadcastshutdown!router igrp 10network 172.16.0.0network 192.168.4.0!ip http serverip classlessip default-network 172.16.0.0!banner motd ^CWarning!Authorized access only!^C!line con 0exec-timeout 0 0password ciscologging synchronouslogintransport input noneline aux 0line vty 0 4password ciscologin!end

SanJose1#

SanJose1#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate defaultU - per-user static route, o - ODR

Gateway of last resort is not set

* 172.16.0.0/24 is subnetted, 1 subnetsC 172.16.10.0 is directly connected, Ethernet0I 172.30.0.0/16 [100/8576] via 192.168.4.6, 00:00:21, Serial0192.168.4.0/30 is subnetted, 1 subnetsC 192.168.4.4 is directly connected, Serial0SanJose1#

SanJose2#show runBuilding configuration...

Current configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname SanJose2!enable secret 5 $1$AWoy$ehw.QAk8hbsUKogsMt80i1!ip subnet-zeroip host SanJose1 192.168.4.5 172.16.10.1!!process-max-time 200!interface Ethernet0description SanJose2's Ethernet 0 interfaceip address 172.30.10.1 255.255.255.0ip access-group no-pings inno ip directed-broadcast!interface Serial0description SanJose2's Serial 0 interfaceip address 192.168.4.6 255.255.255.252no ip directed-broadcastno ip mroute-cacheno fair-queue!interface Serial1no ip addressno ip directed-broadcastshutdown!interface BRI0no ip addressno ip directed-broadcastshutdown!router igrp 10network 172.30.0.0network 192.168.4.0!ip classless!!ip access-list extended no-pingsdeny icmp 172.30.10.0 0.0.0.255 172.16.10.0 0.0.0.255 echopermit ip any any!line con 0exec-timeout 0 0password ciscologging synchronouslogintransport input noneline aux 0line vty 0 4password ciscologin!end

SanJose2#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate defaultU - per-user static route, o - ODR

Gateway of last resort is 192.168.4.5 to network 172.16.0.0

I* 172.16.0.0/16 [100/8576] via 192.168.4.5, 00:00:55, Serial0172.30.0.0/24 is subnetted, 1 subnetsC 172.30.10.0 is directly connected, Ethernet0192.168.4.0/30 is subnetted, 1 subnetsC 192.168.4.4 is directly connected, Serial0SanJose2#