首页 > 学院 > 网络通信 > 正文

PE的BGP 设置

2019-11-04 20:49:46
字体:
来源:转载
供稿:网友

  router bgp 100
  no synchronization
  no bgp default ipv4-unicast
  bgp log-neighbor-changes
  neighbor 10.1.1.4 remote-as 100
  neighbor 10.1.1.4 update-source Loopback0
  neighbor 10.1.1.4 activate
  neighbor 10.3.1.4 remote-as 100
  neighbor 10.3.1.4 update-source Loopback0
  neighbor 10.3.1.4 activate
  no auto-summary
  
  !
  address-family ipv4 vrf vrf-1
  redistribute connected
  no auto-summary
  no synchronization
  exit-address-family
  
  !
  address-family vpnv4
  neighbor 10.1.1.4 activate
  neighbor 10.1.1.4 send-community both
  neighbor 10.3.1.4 activate
  neighbor 10.3.1.4 send-community both
  exit-address-family
  
  !

上一篇:校园网络的调试

下一篇:EIGRP基本设置

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