配置信息:
R1:
[R1-LoopBack0]ip address 1.1.1.1 32
[R1-GigabitEthernet0/0]ip address 100.1.1.1 30
[R1-GigabitEthernet0/1]ip address 200.1.1.1 30
[R1]ospf 1 router-id 1.1.1.1
[R1-ospf-1]area 0
[R1-ospf-1-area-0.0.0.0]network 1.1.1.1 0.0.0.0
[R1-ospf-1-area-0.0.0.0]network 200.1.1.0 0.0.0.3
[R1]rip 1
[R1-rip-1]version 2
[R1-rip-1]undo summary
[R1-rip-1]network 100.1.1.0 0.0.0.3
[R1-rip-1]import-route bgp
[R1]bgp 100
[R1-bgp-default]peer 2.2.2.2 as-number 100
[R1-bgp-default]peer 2.2.2.2 connect-interface LoopBack 0
[R1-bgp-default]address-family ipv4
[R1-bgp-default-ipv4]peer 2.2.2.2 enable
[R1-bgp-default-ipv4]import-route rip
R2:
[R2-LoopBack0]ip ad 2.2.2.2 32
[R2-LoopBack1]ip ad 192.168.2.1 24
[R2-GigabitEthernet0/1]ip ad 200.1.1.2 30
[R2]ospf 1 router-id 2.2.2.2
[R2-ospf-1-area-0.0.0.0]network 2.2.2.2 0.0.0.0
[R2-ospf-1-area-0.0.0.0]network 200.1.1.0 0.0.0.3
[R2-ospf-1]bgp 100
[R2-bgp-default]peer 1.1.1.1 as-number 100
[R2-bgp-default]peer 1.1.1.1 connect-interface LoopBack 0
[R2-bgp-default]address-family ipv4
[R2-bgp-default-ipv4]peer 1.1.1.1 enable
[R2-bgp-default-ipv4]network 192.168.2.0 24
R3:
[R3-LoopBack0]ip ad 192.168.3.1 24
[R3-GigabitEthernet0/0]ip ad 100.1.1.2 30
[R3]rip 1
[R3-rip-1]version 2
[R3-rip-1]undo summary
[R3-rip-1]network 100.1.1.0 0.0.0.3
[R3-rip-1]network 192.168.3.0 0.0.0.255
R1:路由信息
[R1]display ip routing-table
Destinations : 17 Routes : 17
Destination/Mask Proto Pre Cost NextHop Interface
0.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0
1.1.1.1/32 Direct 0 0 127.0.0.1 InLoop0
2.2.2.2/32 O_INTRA 10 1 200.1.1.2 GE0/1
100.1.1.0/30 Direct 0 0 100.1.1.1 GE0/0
100.1.1.1/32 Direct 0 0 127.0.0.1 InLoop0
100.1.1.3/32 Direct 0 0 100.1.1.1 GE0/0
127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0
127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0
127.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0
192.168.2.0/24 BGP 255 0 2.2.2.2 GE0/1
192.168.3.0/24 RIP 100 1 100.1.1.2 GE0/0
200.1.1.0/30 Direct 0 0 200.1.1.1 GE0/1
200.1.1.1/32 Direct 0 0 127.0.0.1 InLoop0
200.1.1.3/32 Direct 0 0 200.1.1.1 GE0/1
224.0.0.0/4 Direct 0 0 0.0.0.0 NULL0
224.0.0.0/24 Direct 0 0 0.0.0.0 NULL0
255.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0
R2路由信息:
<R2>display ip routing-table
Destinations : 16 Routes : 16
Destination/Mask Proto Pre Cost NextHop Interface
0.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0
1.1.1.1/32 O_INTRA 10 1 200.1.1.1 GE0/1
2.2.2.2/32 Direct 0 0 127.0.0.1 InLoop0
127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0
127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0
127.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0
192.168.2.0/24 Direct 0 0 192.168.2.1 Loop1
192.168.2.1/32 Direct 0 0 127.0.0.1 InLoop0
192.168.2.255/32 Direct 0 0 192.168.2.1 Loop1
192.168.3.0/24 BGP 255 1 1.1.1.1 GE0/1
200.1.1.0/30 Direct 0 0 200.1.1.2 GE0/1
200.1.1.2/32 Direct 0 0 127.0.0.1 InLoop0
200.1.1.3/32 Direct 0 0 200.1.1.2 GE0/1
224.0.0.0/4 Direct 0 0 0.0.0.0 NULL0
224.0.0.0/24 Direct 0 0 0.0.0.0 NULL0
255.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0
R3路由信息:
<R3>display ip routing-table
Destinations : 13 Routes : 13
Destination/Mask Proto Pre Cost NextHop Interface
0.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0
100.1.1.0/30 Direct 0 0 100.1.1.2 GE0/0
100.1.1.2/32 Direct 0 0 127.0.0.1 InLoop0
100.1.1.3/32 Direct 0 0 100.1.1.2 GE0/0
127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0
127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0
127.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0
192.168.3.0/24 Direct 0 0 192.168.3.1 Loop0
192.168.3.1/32 Direct 0 0 127.0.0.1 InLoop0
192.168.3.255/32 Direct 0 0 192.168.3.1 Loop0
224.0.0.0/4 Direct 0 0 0.0.0.0 NULL0
224.0.0.0/24 Direct 0 0 0.0.0.0 NULL0
255.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0
(0)
您好,请知:
由于R1与R2跑的是IBGP协议。
所以在R1的路由重分布中,需要配置import-route bgp allow-ibgp的命令,只有这样,才能引入IBGP的路由,如果没有配置,就只引入EBGP的路由。
参考命令如下:
ospf 1
import-route bgp allow-ibgp
quit
配置完成后注意保存配置。
(1)
好的 谢谢
您好,ospf协议下执行 impor bgp per ibgp
(0)
好的 谢谢
好的 谢谢
执行import-route命令引入BGP路由时,未指定allow-ibgp参数表示只引入EBGP路由;指定allow-ibgp参数表示将IBGP路由也引入,容易引起路由环路,请慎用。
(1)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
好的 谢谢