Tuesday, February 1, 2011

How to configure OSPF?

Router1>enable
Router1#configure terminal
Router1(config)#router ospf 1
Tip- (After entering in that protocol provide network ip's with their wildcard mask & area id of directly connected networks)

Router1(config-router)#network 192.168.12.0 0.0.0.255 Area 1
Router1(config-router)#network 192.168.13.0 0.0.0.255 Area 1
Router1(config-router)#network 192.168.1.0 0.0.0.255 Area 1

Tip- (after doing all configration check your protocols configued or not)
Router1#show ip protocols
Tip- (Please keep Area id same on those who you want to be commiunicated)
Tip- (configure the same protocol on all routers in your network to happen communication between them)
check your network after all routers configured by using ping command

No comments:

Post a Comment