CCNA 4 – ERouting PT Practice SBA EIGRP – 2012.txt

Embed Size (px)

Citation preview

// E-Branch 2 conf t hostname EB2 enable secret class line console 0 password cisco login exit line vty 0 4 password cisco login exit banner motd %Authorized access only!% int f 0/0 ip add 192.168.1.1 255.255.255.192 no sh int f 0/1 ip add 192.168.1.65 255.255.255.192 no sh int s0/0/0 ip add 192.168.1.254 255.255.255.252 no sh int s0/0/1 ip add 192.168.1.246 255.255.255.252 no sh exit do sh ip int br do sh ip ro do show interfaces do show cdp neighbors do show ip route router eigrp 100 network 192.168.1.0 0.0.0.63 network 192.168.1.64 0.0.0.63 network 192.168.1.252 0.0.0.3 network 192.168.1.244 0.0.0.3 no auto-summary passive-interface fa0/0 passive-interface fa0/1 interface s0/0/0 bandwidth 384 int s0/0/0 ip summary-address eigrp 100 192.168.1.0 255.255.255.128 5 int s0/0/1 ip summary-address eigrp 100 192.168.1.0 255.255.255.128 5 exit do telnet 192.168.1.253 cisco en class// EastHQ configure terminal interface serial0/0/0 ip address 192.168.1.249 255.255.255.252 no sh interface serial0/0/1 ip address 192.168.1.253 255.255.255.252 bandwidth 384 no sh interface serial0/1/0 ip address 209.165.201.6 255.255.255.252 no sh interface serial0/1/1 ip address 192.0.2.2 255.255.255.252 no sh exit do sh ip ro ip route 172.16.100.0 255.255.255.0 192.0.2.1 ip route 0.0.0.0 0.0.0.0 serial0/1/0 do show ip route router eigrp 100 network 192.168.1.248 0.0.0.3 network 192.168.1.252 0.0.0.3 no auto-summary interface s0/0/1 bandwidth 384 router eigrp 100 redistribute static exit // E-Branch1 configure terminal router eigrp 100 network 192.168.0.0 0.0.0.127 network 192.168.0.128 0.0.0.127 network 192.168.1.248 0.0.0.3 network 192.168.1.244 0.0.0.3 no auto-summary passive-interface fa0/0 passive-interface fa0/1 exit int s0/0/0 ip summary-address eigrp 100 192.168.0.0 255.255.255.0 5 int s0/0/1 ip summary-address eigrp 100 192.168.0.0 255.255.255.0 5 exit // EPC 2 192.168.0.254 255.255.255.128 Default gateway 192.168.0.129 // EPC 4 192.168.1.126 255.255.255.192 Default gateway 192.168.1.65