The syntax for configuring RIP (Routing Information Protocol) is as below.
HappyRouter(config)#router rip
Enables RIP as a routing protocol
HappyRouter(config-router)#network a.b.c.d
Where a.b.c.d is the network number of the directly connected network you want to advertise
HappyRouter(config)# router rip
HappyRouter(config-router)# network 192.168.10.0
HappyRouter(config-router)# network 192.168.20.0
HappyRouter(config-router)# exit
We can advertise only the classful network number if we are using RIPv1.
HappyRouter(config)#router rip
Enables RIP as a routing protocol
HappyRouter(config-router)#network a.b.c.d
Where a.b.c.d is the network number of the directly connected network you want to advertise
HappyRouter(config)# router rip
HappyRouter(config-router)# network 192.168.10.0
HappyRouter(config-router)# network 192.168.20.0
HappyRouter(config-router)# exit
We can advertise only the classful network number if we are using RIPv1.
nice! please add more commands! CCNA Training http://winfotech.in
ReplyDelete