
C613-50186-01 Rev B
Command Reference for AR2050V
1186
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
BGP
AND
BGP4+ C
OMMANDS
IP
PREFIX
-
LIST
(IP
V
4 P
REFIX
L
IST
)
Example
In the below sample configuration, the last
ip prefix-list
command in the
below list matches all, and the first
ip prefix-list c
ommand denies the IP
network
76.2.2.0
:
awplus(config)#
router bgp 100
awplus(config-router)#
network 172.1.1.0
awplus(config-router)#
network 172.1.2.0
awplus(config-router)#
neighbor 10.6.5.3 remote-as 300
awplus(config-router)#
neighbor 10.6.5.3 prefix-list mylist out
awplus(config-router)#
exit
awplus(config)#
ip prefix-list mylist seq 5 deny 76.2.2.0/24
awplus(config)#
ip prefix-list mylist seq 100 permit any
Related
Commands