BGP and BGP4+ Commands

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-prefixcommand 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-onlyoption 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

 

Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches

 

3.132

AlliedWare PlusTM Operating System - Software Version 5.4.3-2.6

C613-50032-01 REV D

Page 230
Image 230
Allied Telesis BGP4 No neighbor 10.10.0.72 maximum-prefix, Neighbor 10.10.10.72 remote-as, Neighbor group1 maximum-prefix