537
neighbor {<ip-address> | <TAG>}
advertisement-interval <seconds>
no neighbor {<ip-address> | <TAG>}
advertisement-interval
Configure the minimum interval
among BGP routes update
information; the
no neighbor
{<ip-address> | <TAG>}
advertisement-interval
command
recovers the default setting.
10
.
Configure the Local Preference Value
Command Explanation
BGP configuration mode
bgp default local-preference <value>
no bgp default local-preference
Change default local preference; the
no
bgp default local-preference
command
recovers the default value.
11
.
Enable sending default route
Command Explanation
BGP configuration mode
neighbor { <ip-address> | <TAG> }
default-originate
no neighbor { <ip-address> | <TAG> }
default-originate
Permit sending default route
0.0.0.0; the
no neighbor
{ <ip-address> | <TAG> }
default-originate
command
cancels sending default route.
12
.
Configure BGP’s MED Value
(
1
)
Configure MED value
Command Explanation
Route map configuration command
set metric <metric-value>
no set metric
Configure metric value; the
no set metric
command recovers the default value.
(
2
)
Apply route selection based on MED according to the path from different
AS
Command Explanation
BGP configuration mode
bgp always-compare-med
no bgp always-compare-med
Permit the MED comparison from different
AS; the
no bgp always-compare-med
command forbids the comparison.