December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to manipulate the IPv6 routing table created by RIP.
There are several types of route filtering available with RIP and IPv6. The first is a simple summary address, which you can configure on the interface that will be sending this summary information:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#interfaceRouter1(config-if)#FastEthernet0/0ipv6 ripRIP_PROCsummary-addressRouter1(config-if)#AAAA:99::8:0/109exitRouter1(config)#endRouter1#
In addition to summary addresses, RIP can advertise a default route in addition to the routes in its routing table:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#interfaceRouter1(config-if)#FastEthernet0/0ipv6 ripRIP_PROCdefault-information originateRouter1(config-if)#exitRouter1(config)#endRouter1#
Or, to save network and memory resources, you can configure RIP to advertise only a default route:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#interfaceRouter1(config-if)#FastEthernet0/0ipv6 ripRIP_PROCdefault-information onlyRouter1(config-if)#exitRouter1(config)#endRouter1#
You can filter routes both inbound and outbound with RIP:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#ipv6 prefix-listBLOCK_2E6seq5denyAAAA:2E6::/64