21. config ospf &elgrp
21. config ospf &elgrp
21. config ospf &elgrp
10 Week
Router#show ip ospf interface fastethernet 0/0 Displays OSPF information for interface
fastethernet 0/0
Router#show ip ospf neighbor Lists all OSPF neighbors and their states
Router(config)#router eigrp 20
Router(config-router)#network 192.168.1.244 0.0.0.3
Router(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 20: Neighbor 192.168.1.245 (Serial0/0/0)
is up: new adjacency
Router(config-router)#network 192.168.1.248 0.0.0.3
Router 2 and Router 5
Router(config)#router eigrp 20
Router(config-router)#network 192.168.1.248 0.0.0.3
Router(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 20: Neighbor 192.168.1.249 (Serial0/0/1)
is up: new adjacency
Router(config-router)#network 192.168.1.252 0.0.0.3
we can use both wildcard mask and subnet mask with network command. We
have used wildcard mask for above routers. In remaining routers we will use
subnet mask.
Router(config)#router eigrp 20
Router(config-router)#network 20.0.0.0 255.0.0.0
Router(config-router)#network 192.168.1.252 255.255.255.252
Router(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 20: Neighbor 192.168.1.253 (Serial0/0/0)
is up: new adjacency
Router(config-router)#network 192.168.1.8 255.255.255.252
Router 3 and Router 4
Router(config)#router eigrp 20
Router(config-router)#network 192.168.1.8 255.255.255.252
Router(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 20: Neighbor 192.168.1.10 (FastEthernet0/1)
is up: new adjacency
Router(config-router)#network 192.168.1.4 255.255.255.252
Router(config)#router eigrp 20
Router(config-router)#network 192.168.1.4 255.255.255.252
Router(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 20: Neighbor 192.168.1.6 (FastEthernet0/0) is
up: new adjacency
Router(config-router)#network 192.168.1.0 255.255.255.252
Router(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 20: Neighbor 192.168.1.1 (FastEthernet0/1) is
up: new adjacency