Allied Telesis VERSION 5.4.3-2.6 Switch User Manual


 
BGP and BGP4+ Commands
Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches
3.132 AlliedWare Plus
TM
Operating System - Software Version 5.4.3-2.6 C613-50032-01 REV D
Mode [BGP] Router Configuration or IPv4 Address Family Configuration for a VRF instance
Mode [BGP4+] IPv6 Address Family Configuration
Usage [BGP/BGP4+] The neighbor maximum-prefix command allows the configuration of a specified
number of prefixes that a BGP or a BGP4+ router is allowed to receive from a neighbor.
When the warning-only option is not used, if any extra prefixes are received, the
router ends the peering. A terminated peer, stays down until the clear ip bgp command is
used.
Examples [BGP]
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
neighbor 10.10.0.72 maximum-prefix 1244
warning-only
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
no neighbor 10.10.0.72 maximum-prefix
1244 warning-only
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
neighbor group1 peer-group
awplus(config-router)#
neighbor 10.10.10.72 remote-as 10
awplus(config-router)#
neighbor 10.10.10.72 peer-group group1
awplus(config-router)#
neighbor group1 maximum-prefix 1244
warning-only
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
no neighbor group1 maximum-prefix 1244
warning-only