• 全部
  • 经验案例
  • 典型配置
  • 技术公告
  • FAQ
  • 漏洞说明
  • 全部
  • 全部
  • 大数据引擎
  • 知了引擎
产品线
搜索
取消
案例类型
发布者
是否解决
是否官方
时间
搜索引擎
匹配模式
高级搜索

The configuration of BGP4+ Routing Reflect In MSR Series

2008-10-14 发表
  • 0关注
  • 0收藏 471浏览
粉丝: 关注:

The configuration of BGP4+ Routing Reflect In MSR Series

 

 

Keywords: MSR;BGP4+;IPv6;Routing Reflect

I            Requirement for the diagram

A package updated by EBGP received by RouterB, and then trasfer to RouterC. Router C is the Reflector, it has two RouterB and RouterD. There isn't connect of IBGP, every routing update info will be trasfer from one side to the other by RouterC.

Device List: RTA,RTB,RTC,RTD

CMW Version: Version 5.20, Beta 1105  

II          Network topology

Figure 1-1 BGP4+ Routing Reflect

III        Steps of configuration

 RouterA

#

 ipv6

#

interface Ethernet0/1

 port link-mode route

 ipv6 address 1::1/96

#

interface NULL0

#

interface LoopBack0

 ipv6 address 1:1:1::1/128

#             

bgp 100

 undo synchronization

 #

 ipv6-family

//Release routing info of this subnet,here is the loopback0

 network 1:1:1::1 128

 undo synchronization

 //Set up EBGP peer

 peer 1::2 as-number 200

RouterB

#

 ipv6

#

interface Ethernet0/0

 port link-mode route

 ipv6 address 2::1/96

#

interface Ethernet0/1

 port link-mode route

 ipv6 address 1::2/96

#

interface LoopBack0

 ipv6 address 2:2:2::2/128

#

bgp 200

undo synchronization

#

ipv6-family  

network 2:2:2::2 128

//Import direct routing

import-route direct

undo synchronization

//Tip: there is no RouterD as a peer here

peer 1::1 as-number 100

peer 2::2 as-number 200

RouterC

#

 ipv6

#

interface LoopBack0

 ipv6 address 3:3:3::3/128

#

interface GigabitEthernet0/0

 port link-mode route

 ipv6 address 2::2/96

#

interface GigabitEthernet0/1

 port link-mode route

 ipv6 address 3::1/96

//configuration of BGP

#

bgp 200

undo synchronization

#            

ipv6-family

network 3:3:3::3 128

import-route direct

undo synchronization

group alanker internal

//Set all the peer of this group as the clients of reflector

peer alanker reflect-client

peer 2::1 group alanker

peer 3::2 group alanker

RouterD

#

 ipv6

#

interface LoopBack0

 ipv6 address 4:4:4::4/128

#

interface GigabitEthernet0/0

 port link-mode route

 ipv6 address 3::2/96

 ip address 1.0.0.4 255.255.255.0

#

interface GigabitEthernet0/1

 port link-mode route

#

bgp 200

undo synchronization

#

ipv6-family

network 4:4:4::4 128

import-route direct

undo synchronization

peer 3::1 as-number 200

 

IV       Key notes in the configuration

1) On RouterB and RouterD, need not config reflect-clientall of this only config on RouterC;

2) Need import direct routing on RouterB and RouterC, otherwise, when ping 1:1:1:1, there will lost the next hop 1::1.

V         Result Check

1) Config another loopback address 2001da8::1 in RouterA, and network this address under  BGP view:

[RouterA-2021-bgp-af-ipv6]dis th

#

 ipv6-family

  network 1:1:1::1 128

  network 2001:DA8::1 128

      undo synchronization

      peer 1::2 as-number 200

 

There has the routing in routing table of BGP in both RouterB and RouterD:

<RouterB-2020>display bgp ipv6 routing-table

 

 Total Number of Routes: 9

 

 BGP Local router ID is 1.0.0.2

 Status codes: * - valid, > - best, d - damped,

               h - history, i - internal, s - suppressed, S - Stale

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

 

 *> Network : 1::                                PrefixLen : 96   

     NextHop : 1::2                               LocPrf   :        

     PrefVal : 0                                  Label    : NULL    

     MED    : 0                                      

     Path/Ogn: ?

 

 *> Network : 1:1:1::1                          PrefixLen : 128  

     NextHop : 1::1                              LocPrf   :        

     PrefVal : 0                                Label    : NULL    

     MED    : 0                                      

     Path/Ogn: 100 i

 

 *> Network : 2::                               PrefixLen : 96   

     NextHop : 2::1                              LocPrf   :         

     PrefVal : 0                                 Label    : NULL    

     MED    : 0                                      

     Path/Ogn: ?

 

 * i Network : 2::                               PrefixLen : 96   

     NextHop : 2::2                              LocPrf   : 100     

     PrefVal : 0                                 Label    : NULL    

     MED    : 0                                      

     Path/Ogn: ?

 

 *> Network : 2:2:2::2                         PrefixLen : 128  

     NextHop : ::1                               LocPrf   :        

     PrefVal : 0                                  Label    : NULL    

     MED    : 0                                      

     Path/Ogn: i

 

 *>i Network : 3::                               PrefixLen : 96   

     NextHop : 2::2                              LocPrf   : 100     

     PrefVal : 0                                 Label    : NULL    

     MED    : 0                                      

     Path/Ogn: ?

 

 *>i Network : 3:3:3::3                          PrefixLen : 128  

     NextHop : 2::2                              LocPrf   : 100     

     PrefVal : 0                                 Label    : NULL    

     MED    : 0                                      

     Path/Ogn: i

 

 *>i Network : 4:4:4::4                           PrefixLen : 128  

     NextHop : 3::2                               LocPrf   : 100     

     PrefVal : 0                                  Label    : NULL    

     MED    : 0                                       

     Path/Ogn: i

 

 *> Network : 2001:DA8::1                      PrefixLen : 128  

     NextHop : 1::1                             LocPrf   :        

     PrefVal : 0                                Label    : NULL    

     MED    : 0                                       

     Path/Ogn: 100 i

 

The address can be reached from D:

    <RouterD-3020>ping ipv6 2001:da8::1

  PING 2001:da8::1 : 56  data bytes, press CTRL_C to break

    Reply from 2001:DA8::1

    bytes=56 Sequence=1 hop limit=62 time = 3 ms

    Reply from 2001:DA8::1

    bytes=56 Sequence=2 hop limit=62 time = 3 ms

    Reply from 2001:DA8::1

    bytes=56 Sequence=3 hop limit=62 time = 3 ms

    Reply from 2001:DA8::1

    bytes=56 Sequence=4 hop limit=62 time = 4 ms

    Reply from 2001:DA8::1

    bytes=56 Sequence=5 hop limit=62 time = 3 ms

 

  --- 2001:da8::1 ping statistics ---

    5 packet(s) transmitted

    5 packet(s) received

    0.00% packet loss

    round-trip min/avg/max = 3/3/4 ms

若您有关于案例的建议,请反馈:

作者在2008-10-15对此案例进行了修订
0 个评论

该案例暂时没有网友评论

编辑评论

举报

×

侵犯我的权益 >
对根叔知了社区有害的内容 >
辱骂、歧视、挑衅等(不友善)

侵犯我的权益

×

泄露了我的隐私 >
侵犯了我企业的权益 >
抄袭了我的内容 >
诽谤我 >
辱骂、歧视、挑衅等(不友善)
骚扰我

泄露了我的隐私

×

您好,当您发现根叔知了上有泄漏您隐私的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您认为哪些内容泄露了您的隐私?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)

侵犯了我企业的权益

×

您好,当您发现根叔知了上有关于您企业的造谣与诽谤、商业侵权等内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到 pub.zhiliao@h3c.com 邮箱,我们会在审核后尽快给您答复。
  • 1. 您举报的内容是什么?(请在邮件中列出您举报的内容和链接地址)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
  • 3. 是哪家企业?(营业执照,单位登记证明等证件)
  • 4. 您与该企业的关系是?(您是企业法人或被授权人,需提供企业委托授权书)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

抄袭了我的内容

×

原文链接或出处

诽谤我

×

您好,当您发现根叔知了上有诽谤您的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您举报的内容以及侵犯了您什么权益?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

对根叔知了社区有害的内容

×

垃圾广告信息
色情、暴力、血腥等违反法律法规的内容
政治敏感
不规范转载 >
辱骂、歧视、挑衅等(不友善)
骚扰我
诱导投票

不规范转载

×

举报说明

提出建议

    +

亲~登录后才可以操作哦!

确定

亲~检测到您登陆的账号未在http://hclhub.h3c.com进行注册

注册后可访问此模块

跳转hclhub

你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作