RUGGEDCOM ROX II
CLI User Guide
Chapter 13
Unicast and Multicast Routing
Viewing a List of Prefix Entries 489
If no prefix lists have been configured, add lists as needed. For more information, refer to Section13.8.4.3,
“Adding a Prefix List”.
Section13.8.4.2
Viewing a List of Prefix Entries
To view a list of entries for dynamic BGP, OSPF, or BGP prefix lists, type:
routing bgp filter prefix-list name entry
Where:
• name is the name of the prefix list
If entries have been configured, a table or list similar to the following example appears:
ruggedcom# show running-config routing bgp filter prefix-list test entry | tab
SEQ ACTION SUBNET LE GE
---------------------------------------------
5 permit 192.168.40.0/24 32 -
6 deny 192.168.5.21/32 - -
!
!
If no entries have been configured, add entries as needed. For more information, refer to Section13.8.4.4,
“Adding a Prefix Entry”.
Section13.8.4.3
Adding a Prefix List
To add a prefix list for dynamic BGP routes, do the following:
1. Make sure the CLI is in Configuration mode.
2. Add the list by typing:
routing bgp filter prefix-list name
Where:
• name is the name of the prefix list
3. Configure the following parameter(s) as required:
Parameter Description
description { description } Synopsis: A string 1 to 1024 characters long
The description of the prefix list.
4. Add prefix entries as needed. For more information, refer to Section13.8.4.4, “Adding a Prefix Entry”.
5. Type commit and press Enter to save the changes, or type revert and press Enter to abort.