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.28 AlliedWare Plus
TM
Operating System - Software Version 5.4.3-2.6 C613-50032-01 REV D
bgp default local-preference (BGP)
This command changes the default local preference value.
The local preference indicates the preferred path when there are multiple paths to the
same destination. The path with the higher preference is preferred.
Use this command to define the default local preference value that the switch will
advertise for the routes it sends. The preference is sent to all routers and access servers in
the local autonomous system.
The no variant of this command reverts to the default local preference value of 100.
Syntax bgp default local-preference <pref-value>
no bgp default local-preference [<pref-value>]
Default
By default the local-preference value is 100.
Mode Router Configuration
Examples
Parameter Description
<pref-value> <0-4294967295> Configure default local preference value.
The default local preference value is 100.
awplus#
configure terminal
awplus(config)#
router bgp 100
awplus(config-router)#
bgp default local-preference 2345555
awplus#
configure terminal
awplus(config)#
router bgp 100
awplus(config-router)#
no bgp default local-preference