RIPV1 COMMANDS
RIPv1 COMMANDS
Rip Configuration:
Router (config) #router rip
Router (config-router) # network <directly-connected-classful-network-address>
- It enables the sending and receiving of RIP updates for interfaces that belong to the specified network.
Show Commands:
- Show ip route rip
It allows us to see the RIP routes installed in the routing table.
- Show ip route rip
Use the show ip route command with no arguments to display all IP routes.
- Show ip rip database
It displays the contents of the RIP private database when triggered extensions to RIP are enabled.
- Show ip protocols
It displays the parameters and current state of the active routing protocol process.
Debug commands:
- Debug ip route
To display information on Routing Information Protocol (RIP) routing transactions, use the debug ip rip command in privileged EXEC mode. To disable debugging output, use the no form of this command.
- Debug ip routing
To display information on Routing Information Protocol (RIP) routing table updates and route cache updates, use the debug ip routing command in privileged EXEC mode. To disable debugging output, use the no form of this command.
To disable RIP on router:
- No router rip
To disable rip on a router use no router rip command, this will disable the rip process running in a router and the interfaces which were first in rip multicast process will come into default one.
Note: passive interface
In rip passive interface process the interface will still be in the multicast process of rip, receiving rip updates but can’t advertise the network.
No comments:
Post a Comment