BGP and BGP4+ Commands

bgp bestpath as-path ignore (BGP and BGP4+)

This command prevents the router from considering as-path as a factor in the algorithm for choosing a route.

The no variant of this command allows the router to consider as-path in choosing a route.

Syntax bgp bestpath as-path ignore

no bgp bestpath as-path ignore

Mode Router Configuration

Example

awplus# configure terminal

awplus(config)# router bgp 100

awplus(config-router)#bgp bestpath as-path ignore

Related Commands bgp always-compare-med (BGP and BGP4+) bgp bestpath med (BGP and BGP4+)

bgp bestpath compare-routerid (BGP and BGP4+)

bgp bestpath compare-confed-aspath (BGP and BGP4+)

This command specifies that the AS confederation path length must be used, when available, in the BGP best path decision process. It is effective only when bgp bestpath as- path ignore (BGP and BGP4+) command has not been specified.

By default, if BGP receives routes with identical eBGP paths from eBGP peers, BGP does not continue to consider any AS confederation path length attributes that may be associated with the routes.

The no variant of this command returns the switch to the default state, where the switch ignores AS confederation path length in the BGP best path selection process.

Syntax bgp bestpath compare-confed-aspath

no bgp bestpath compare-confed-aspath

Mode Router Configuration

Example

awplus# configure terminal

awplus(config)# router bgp 100

awplus(config-router)#bgp bestpath compare-confed-aspath

Related Commands bgp bestpath as-path ignore (BGP and BGP4+)

 

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

 

C613-50032-01 REV D

AlliedWare PlusTM Operating System - Software Version 5.4.3-2.6

3.15

Page 113
Image 113
Allied Telesis VERSION 5.4.3-2.6 Bgp bestpath as-path ignore BGP and BGP4+, Bgp bestpath compare-routerid BGP and BGP4+