首页 > 网管 > 路由交换 > 正文

H3C路由器BGP路由策略讲解

2020-04-29 13:45:24
字体:
来源:转载
供稿:网友

   1、 修改AS列表的属性只能在EBGP的出方向上增加这个属性并且只能添加在AS-PATH列表的前面。同时证实在EBGP的进入方向无法添加AS号码。
   2 、关于缺省路由,在BGP中缺省路由最好是通过一条IGP比如静态的缺省路由,然后network 0.0.0.0 0.0.0.0则可以得到通告。
也可以在BGP下使用1 default-route imported,2 import-route static。
   3 、BGP的network只能通告非BGP的路由,比如R1---R2---R3,R1上某路由在R2上的BGP路由再次network则不可以生效。

   

AR18配置
[AR18]dis cur
  Now create configuration...
  Current configuration
  !
    version 1.74
    sysname AR18
    firewall enable
    aaa-enable
    aaa accounting-scheme optional
  !
  acl 2000 match-order auto
    rule normal permit source 20.20.30.0 0.0.0.255
    rule normal deny source any
  !
  interface Aux0
    async mode flow
    flow-control none
    link-protocol ppp
  !
  interface Ethernet0
  !
  interface Serial0
    link-protocol ppp
    ip address 1.1.1.10 255.255.255.252
  !                                      
  interface Serial1
    clock DTECLK1
    link-protocol ppp
    ip address 1.1.1.14 255.255.255.252
  !
  interface LoopBack1
    ip address 20.20.10.254 255.255.255.0
  !
  interface LoopBack2
    ip address 20.20.20.254 255.255.255.0
  !
  interface LoopBack3
    ip address 20.20.30.254 255.255.255.0
  !
  quit
  bgp 200
    undo synchronization
    import-route direct route-policy lv
    peer 1.1.1.9 as-number 200
    peer 1.1.1.13 as-number 200
  !
  quit
  !
  quit
  route-policy lv permit 1
    if-match ip address 2000             
(责任编辑:VEVB)

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表