[R1]ip route-static 2.2.2.0 24 12.1.1.2 配置靜態路由
[R1]bgp 100 開啟BGP,AS為100
[R1-bgp]router-id 1.1.1.1 配置BGP的ID為1.1.1.1
[R1-bgp]peer 2.2.2.2 connect-interface LoopBack 0 改變更新源
[R1-bgp]peer 2.2.2.2 ebgp-max-hop 255 設定EBGP的報文TTL值
[R4-bgp]peer 2.2.2.2 next-hop-local 設定下一跳自我
[R1-bgp]network 10.1.1.0 24 宣告網路
[R3-bgp]aggregate 10.1.0.0 16 detail-suppressed 彙總路由(不包含明細)
1
2
3
4
5
6
7
8
9
BGP:IBGP EBGP
1、首選值(PrefVal)
[R4-bgp]peer 3.3.3.3 preferred-value 1 修改首選值
2、本地優先順序(LocPrf) IBGP傳遞預設100
3、優選起源於本地的路由
(1)優選聚合的路由:aggregate , summary
(2)本地network的路由
(3)外部路由 import-route
4、AS-path
additive 在原本的基礎上新增AS
overwrite 覆蓋原本AS
5、BGP路由的型別 Origin
(1)IGP
(2)EGP
(3)incomplete
[R1]ip route-static 2.2.2.0 24 12.1.1.2 配置靜態路由
[R1]bgp 100 開啟BGP,AS為100
[R1-bgp]router-id 1.1.1.1 配置BGP的ID為1.1.1.1
[R1-bgp]peer 2.2.2.2 connect-interface LoopBack 0 改變更新源
[R1-bgp]peer 2.2.2.2 ebgp-max-hop 255 設定EBGP的報文TTL值
[R4-bgp]peer 2.2.2.2 next-hop-local 設定下一跳自我
[R1-bgp]network 10.1.1.0 24 宣告網路
[R3-bgp]aggregate 10.1.0.0 16 detail-suppressed 彙總路由(不包含明細)
1
2
3
4
5
6
7
8
9
1
2
3
4
5
6
7
8
9
BGP:IBGP EBGP
1、首選值(PrefVal)
[R4-bgp]peer 3.3.3.3 preferred-value 1 修改首選值
2、本地優先順序(LocPrf) IBGP傳遞預設100
3、優選起源於本地的路由
(1)優選聚合的路由:aggregate , summary
(2)本地network的路由
(3)外部路由 import-route
4、AS-path
additive 在原本的基礎上新增AS
overwrite 覆蓋原本AS
5、BGP路由的型別 Origin
(1)IGP
(2)EGP
(3)incomplete