Chapter 13
Unicast and Multicast Routing
RUGGEDCOM ROX II
CLI User Guide
488 Deleting an Excluded Autonomous System Path Filter
Section13.8.3.6
Deleting an Excluded Autonomous System Path Filter
To delete an excluded autonomous system path filter from a BGP route map entry, do the following:
1. Make sure the CLI is in Configuration mode.
2. Delete the network by typing:
no routing bgp filter route-map name entry number set as-path exclude path
Where:
• name is the name of the route map
• number is the entry number
• path is the number for the autonomous system path
3. Type commit and press Enter to save the changes, or type revert and press Enter to abort.
Section13.8.4
Managing Prefix Lists and Entries
Neighbors can be associated with prefix lists, which allow the BGP daemon to filter incoming or outgoing routes
based on the allow and deny entries in the prefix list.
CONTENTS
• Section13.8.4.1, “Viewing a List of Prefix Lists”
• Section13.8.4.2, “Viewing a List of Prefix Entries”
• Section13.8.4.3, “Adding a Prefix List”
• Section13.8.4.4, “Adding a Prefix Entry”
• Section13.8.4.5, “Deleting a Prefix List”
• Section13.8.4.6, “Deleting a Prefix Entry”
Section13.8.4.1
Viewing a List of Prefix Lists
To view a list of prefix lists for dynamic BGP routes, type:
routing bgp filter prefix-list
If prefix lists have been configured, a table or list similar to the following example appears:
ruggedcom# show running-config routing bgp filter prefix-list | tab
NAME DESCBGPTION 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 -
!