CN Lab 2022BCS005
CN Lab 2022BCS005
CN Lab 2022BCS005
IP ADDRESS :192.168.1.2
SUBNET MASK:255.255.255.0
DEFAULT GATEWAY: 192.168.1.1
IP ADDRESS:192.168.2.2
SUBNET MASK:255.255.255.0
DEFAULT GATEWAY: 192.168.2.1
Config the router0 and router2:
IP ADDRESS :192.168.1.1
SUBNET MASK:255.255.255.0
IP ADDRESS :192.168.2.1
SUBNET MASK:255.255.255.0
Now config the serial port for all routers as shown in figure
Configure the Router0 and create router OSPF 1 and then add network id with
wildcard mask.
Router(config)#router ospf 1
Router(config-router) #network 192.168.1.0 0.0.0.255 area 0
Router(config-router) #network 10.0.0.0 0.0.0.255 area 0
Router(config-router) #network 20.0.0.0 0.0.0.255 area 0
Configure the Router1 and create router OSPF 1 and then add network id with
wildcard mask.
Router(config)#router ospf 1
Router(config-router) #network 10.0.0.0 0.0.0.255 area 0
Router(config-router) #network 20.0.0.0 0.0.0.255 area 0
Configure the Router2 and create router OSPF 1 and then add network id with
wildcard mask.
Router(config)#router ospf 1
Router(config-router) #network 192.168.2.0 0.0.0.255 area 0
Router(config-router) #network 20.0.0.0 0.0.0.255 area 0
Router(config-router) #network 30.0.0.0 0.0.0.255 area 0