December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to modify the default parameters such as timers and administrative distance for IPv6 RIP.
There are several customizations that we can make to the default RIP configuration. You can modify the timers by using the timers command in the RIP configuration mode:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#ipv6 unicast-routingRouter1(config)#ipv6 router ripRouter1(config-rtr)#RIP_PROCtimersRouter1(config-rtr)#15 60 5 120exitRouter1(config)#endRouter1#
You can change the default administrative distance with the distance command:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#ipv6 unicast-routingRouter1(config)#ipv6 router ripRouter1(config-rtr)#RIP_PROCdistanceRouter1(config-rtr)#100exitRouter1(config)#endRouter1#
And, in NBMA networks in particular, it is often necessary to disable the default split-horizon behavior of RIP:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#ipv6 unicast-routingRouter1(config)#ipv6 router ripRouter1(config-rtr)#RIP_PROCno split-horizonRouter1(config-rtr)#exitRouter1(config)#endRouter1#
You can see the current RIP configuration with the show ipv6 rip command. Here is the output of this command before you make any changes to the default configuration:
Router1#show ipv6 rip RIP process "RIP_PROC", port ...Read now
Unlock full access