Chapter 13
Unicast and Multicast Routing
RUGGEDCOM ROX II
CLI User Guide
464 Managing Prefix Lists and Entries
Parameter Description
from Synopsis: A string
Where this route comes from.
tag Synopsis: A string
Tag.
time Synopsis: A string
The route update time.
If no dynamic RIP routes have been configured, configure RIP and add routes as needed. For more information
about configuring RIP, refer to Section13.7.1, “Configuring RIP”.
Section13.7.3
Managing Prefix Lists and Entries
Neighbors can be associated with prefix lists, which allow the RIPs daemon to filter incoming or outgoing routes
based on the allow and deny entries in the prefix list.
CONTENTS
• Section13.7.3.1, “Viewing a List of Prefix Lists”
• Section13.7.3.2, “Viewing a List of Prefix Entries”
• Section13.7.3.3, “Adding a Prefix List”
• Section13.7.3.4, “Adding a Prefix Entry”
• Section13.7.3.5, “Deleting a Prefix List”
• Section13.7.3.6, “Deleting a Prefix Entry”
Section13.7.3.1
Viewing a List of Prefix Lists
To view a list of prefix lists for dynamic RIP routes, type:
show running-config routing rip filter prefix-list
If prefix lists have been configured, a table or list similar to the following example appears:
ruggedcom# show running-config routing rip filter prefix-list | tab
NAME DESCRIPTION SEQ ACTION SUBNET LE GE
-------------------------------------------------------------------------
list-permit-lan-22 -
100 permit 192.168.33.0/24 - -
list-withdraw-lan-11 -
100 permit 192.168.33.0/24 - -
200 permit 192.168.33.0/24 32 -
!
If no prefix lists have been configured, add lists as needed. For more information, refer to Section13.7.3.3,
“Adding a Prefix List”.