BGP单自治系统间的通信
Router(config)#host A
A(config)#int lo0
A(config-if)#ip addr 192.168.10.1 255.255.255.0
A(config-if)#no shut
A(config)#int s1/0
A(config-if)#ip addr 202.110.100.1 255.255.255.0
A(config-if)#encap hdlc
A(config-if)#clock rate 56000
A(config-if)#no shut
A(config)#router bgp 64500
A(config-router)#neighbor 202.110.100.2 remote-as 64500
A(config-router)#net 192.168.10.0
A(config-router)#net 202.110.100.0
A#show ip bgp
BGP table version is 3, local router ID is 192.168.10.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight
Path
*> 192.168.10.0 0.0.0.0 0 32768 i
* i202.110.100.0 202.110.100.2 0 100 0 i
*> 0.0.0.0 0 32768 i
B
路由器
;:
Router(config)#host B
B(config)#int s1/0
B(config-if)#ip addr 202.110.100.2 255.255.255.0
B(config-if)#encap hdlc
B(config-if)#no shut
B(config-if)#exit
*Apr 21 20:39:14.679: %LINK-3-UPDOWN: Interface Serial1/0, changed state to up
*Apr 21 20:39:15.679: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to uper bgp 64500
B(config-router)#router bgp 64500
B(config-router)#neighbor 202.110.100.1 remo
B(config-router)#neighbor 202.110.100.1 remote
B(config-router)#neighbor 202.110.100.1 remote-as 64500
B(config-router)#net 202.110.100.0
B#show ip ro
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
C 202.110.100.0/24 is directly connected, Serial1/0
B#
在
b
上
ping A
路由器上
10
网段:
B#ping 192.168.10.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.10.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 24/43/96 ms
同一自治系统通信是没有问题的。在下一篇博文将有深的研究。
本文转自shenleigang 51CTO博客,原文链接:
http://blog.51cto.com/shenleigang/152603
,如需转载请自行联系原作者