528
9
.
Adjust BGP Announcement Interval
10
.
Configure the default Local preference
11
.
Allow to Transfer Default Route
12
.
Configure BGP’s MED Value
13
.
Configure BGP Routing Redistribution
14
.
Configure BGP Route Dampening
15
.
Configure BGP capability Negotiation
16
.
Configure Routing Server
17
.
Configure Path-Selected Rule
Ⅰ
.
Basic BGP configuration tasks
1.Enable BGP Routing
Command
Explanation
Global mode
router bgp <as-id>
no router bgp <as-id>
Enable BGP, the
“no router bgp
<as-id>”
command disenable BGP process.
Router configuration mode
network <ip-address/M>
no network <ip-address/M>
Set the network that BGP will announce, the
no network <ip-address/M>
command
cancels the network that will be announced.
2. Configure BGP Neighbors
Command Explanation
Router configuration mode
neighbor {<ip-address>|<TAG>}
remote-as <as-id>
no neighbor {<ip-address>|<TAG>}
[remote-as <as-id>]
Specify a BGP neighbor, the
no neighbor
{<ip-address>|<TAG>} [remote-as
<as-id>]
command deletes the neighbor.
3
.
Administrate the change of routing policy
(
1
)
Configure hard reconfiguration.
Command Explanation
Admin Mode
clear ip bgp {<*>|<as-id>|
external|peer-group
<NAME>|<ip-address>}
Configure hard reconfiguration.
(
2
)
Configure outbound soft reconfiguration.