
as-path ignore command is not available
I am running 12.4(24)T7.
R1(config-router)#bgp bestpath ?
compare-routerid Compare router-id for identical EBGP paths
cost-community cost community
med MED attribute
I am running 12.4(24)T7.
R1(config-router)#bgp bestpath ?
compare-routerid Compare router-id for identical EBGP paths
cost-community cost community
med MED attribute
Comments
That is a hidden command. Try to type in its entirety and it will take it.
Hi Srikant,
The "as-path ignore" command is the hidden one. You can't see it in the IOS help when doing "?", but you can still issue this command & get the result as expected.
Here is the example:
R1(config-router)#bgp bestpath ?
compare-routerid Compare router-id for identical EBGP paths
cost-community cost community
med MED attribute
R1(config-router)#bgp bestpath as-path ignore
R1(config-router)#
Good luck!
Thanks...will try that