Changing The Routing Protocol in Your Network
Changing The Routing Protocol in Your Network
router eigrp 1
passive-interface FastEthernet0/1
network 0.0.0.0
no auto-summary
b2#show ip route
D 172.16.0.21 255.255.255.255
D 172.16.0.12 255.255.255.255
D 172.16.0.11 255.255.255.255
D 172.16.1.0 255.255.255.252
ip ospf 1 area 0
interface FastEthernet0/0
ip address 192.168.0.6 255.255.255.0
ip ospf 1 area 0
interface FastEthernet0/1
ip ospf 1 area 22
ip ospf 1 area 0
router ospf 1
log-adjacency-changes
passive-interface FastEthernet0/1
b2#
a1#
a1#show ip ospf 1 rib
a1#show ip route
D 172.16.0.21 255.255.255.255
D 172.16.0.22 255.255.255.255
D 172.16.0.12 255.255.255.255
D 172.16.1.4 255.255.255.252
D 192.168.0.0 255.255.255.0
a1#show ip route
O 172.16.0.21 255.255.255.255
O 172.16.0.12 255.255.255.255
O 172.16.1.4 255.255.255.252
O 192.168.0.0 255.255.255.0
b2#show ip route
D 172.16.0.21 255.255.255.255
D 172.16.0.12 255.255.255.255
O 172.16.0.11 255.255.255.255
D 172.16.1.0 255.255.255.252
b2#ping a1
!!!!!