Discussion:
[c-nsp] Nexus BGP Default local-preference
Stoward, Matt
2010-11-16 23:24:47 UTC
Permalink
I've been looking at the online doco's (including the wiki on IOS->Nexus config), I can't find where/if I can do default local preference within the BGP configuration.
All the command references that I can find references using a set command within a route-map per neighbour, but I can't find a global setting (in a terribly nested BGP config mode).

Is this command actually available ? I'm using 5.0(3).


Regards,
Matt

_______________________________________________
cisco-nsp mailing list cisco-***@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/
Manu Chao
2010-11-17 09:11:48 UTC
Permalink
Hey Matt,

Default BGP NX-OS distance are following: EBGP*—*20, IBGP—200

Distance configuration is a sub command under address-family.

http://www.cisco.com/en/US/docs/switches/datacenter/sw/5_x/nx-os/unicast/command/reference/n7k_unicast_cmds_5x.html

*distance **ebgp-route ibgp-route local-route*—Configures a rating of the
trustworthiness of a routing information source, such as an individual
router or a group of routers. BGP does not use discard routes for next-hop
resolution. In general, the higher the value, the lower the trust rating. An
administrative distance of 255 means the routing information source cannot
be trusted at all and should be ignored. Use this command if another
protocol is known to be able to provide a better route to a node than was
actually learned via external BGP (eBGP), or if some internal routes should
be preferred by BGP. Range: 1 to 255. Default: EBGP*—*20, IBGP—200.

R/

On Wed, Nov 17, 2010 at 12:24 AM, Stoward, Matt <
Post by Stoward, Matt
I've been looking at the online doco's (including the wiki on IOS->Nexus
config), I can't find where/if I can do default local preference within the
BGP configuration.
All the command references that I can find references using a set command
within a route-map per neighbour, but I can't find a global setting (in a
terribly nested BGP config mode).
Is this command actually available ? I'm using 5.0(3).
Regards,
Matt
_______________________________________________
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/
_______________________________________________
cisco-nsp mailing list cisco-***@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/
Mark Tinka
2010-11-17 09:37:20 UTC
Permalink
Post by Manu Chao
Hey Matt,
Default BGP NX-OS distance are following: EBGP*—*20,
IBGP—200
Distance configuration is a sub command under
address-family.
I believe the OP seeks information on LOCAL_PREF, not route
preference/administrative distance.

Cheers,

Mark.
Manu Chao
2010-11-17 09:47:36 UTC
Permalink
Right sorry, AFAIK you cannot change the default LOCAL PREFERENCE 100
Post by Mark Tinka
Post by Manu Chao
Hey Matt,
Default BGP NX-OS distance are following: EBGP*—*20,
IBGP—200
Distance configuration is a sub command under
address-family.
I believe the OP seeks information on LOCAL_PREF, not route
preference/administrative distance.
Cheers,
Mark.
_______________________________________________
cisco-nsp mailing list cisco-***@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Loading...