Skip to main content

tplogin.cn首页 > 新闻资讯 >

BGP路由与核心路由表关系

2012-06-16 00:55 浏览:

1, Requirement description

  This Testing need check MAIPU and CISCO BGP default-information orginate compatible with each other or not.

2, Testing topology

 

clip_image002[1]

3, Testing configuration

  MP3840:

  interface loopback0

  ip address 6.6.6.6 255.255.255.255

  exit

  interface fastethernet0

  ip address 2.1.1.2 255.255.255.0

  exit

  router bgp 100

  no auto-summary

  no synchronization

  redistribute static

  neighbor 2.1.1.1 remote-as 100

  default-information originate

  exit

  ip route 0.0.0.0 0.0.0.0 loopback0

  CISCO7200:

  interface FastEthernet1/0

  ip address 2.1.1.1 255.255.255.0

  duplex full

  speed auto

  router bgp 100

  no synchronization

  bgp log-neighbor-changes

  neighbor 2.1.1.2 remote-as 100

  no auto-summary

  4, Test result:

  On MAIPU 3840, due to this static routing already redistribute into BGP routing table, so :

  MP3840#show ip bgp

  BGP table version is 3, local router ID is 6.6.6.6

  Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,

  S Stale

  Origin codes: i - IGP, e - EGP, ? - incomplete

  Network Next Hop Metric LocPrf Weight Path

  [S]*> 0.0.0.0/0 0.0.0.0 0 32768 ?

  On CISCO router, MAIPU bgp neighbor use “default-information originate” , the default routing was announced to peer CISCO 7200.

  CISCO7200#show ip bgp

  BGP table version is 5, local router ID is 2.1.1.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

  * I 0.0.0.0 2.1.1.2 0 100 0 ?

  CISCO7200#

在这里,有一点我都忘记了,今天做这个测试报告正好复习一下,核心路由表和bgp路由表的关系,为什么show ip bgp 有路由条目,但是show ip route没有?

clip_image002[1]

 

在路由器MP3840上面,bgp 100进程下面配置了default-information originate,那就必须把静态默认路由充分发进来。

相关文章

中国移动中兴ZXHN E503路由器,如何登录wifi.cmcc设置

2022-04-15 08:22:30    浏览: 155

电脑跟手机如何打开tp-link路由器登录入口:tplogin.cn

2022-04-15 08:11:01    浏览: 125

水星路由器设置网址:melogin cn

2022-04-15 07:56:40    浏览: 141

服务器时间与电脑时间不能同步怎么办

2022-04-04 15:06:04    浏览: 175

水星幻影D128路由器,如何用手机一键登录melogin.cn设置路由器

2022-03-30 14:46:01    浏览: 72