bgp1基本配置实验.docVIP

  • 65
  • 0
  • 约2.28万字
  • 约 17页
  • 2016-12-29 发布于重庆
  • 举报
TP: Basic config: --------------------(R1)---------------------------------- en conf t hostname R1 no ip domain-lookup line con 0 exec-timeout 0 0 logging synchronous interface loopback 0 ip add 1.1.1.1 255.255.255.0 no sh interface Serial2/0 ip address 12.1.1.1 255.255.255.0 no sh interface Serial2/1 ip address 13.1.1.1 255.255.255.0 no sh --------------------(R2)---------------------------------- en conf t hostname R2 no ip domain-lookup line con 0 exec-timeout 0 0 logging synchronous interface loopback 0 ip add 2.2.2.2 255.255.255.0 no sh interface Serial2/0 ip address 12.1.1.2 255.255.255.0 no sh interface Serial2/2 ip address 24.1.1.2 255.255.255.0 no sh --------------------(R3)---------------------------------- en conf t hostname R3 no ip domain-lookup line con 0 exec-timeout 0 0 logging synchronous interface loopback 0 ip add 3.3.3.3 255.255.255.0 no sh interface Serial2/1 ip address 13.1.1.3 255.255.255.0 no sh interface Serial2/3 ip address 35.1.1.3 255.255.255.0 no sh --------------------(R4)---------------------------------- en conf t hostname R4 no ip domain-lookup line con 0 exec-timeout 0 0 logging synchronous interface loopback 0 ip add 4.4.4.4 255.255.255.0 no sh interface Serial2/2 ip address 24.1.1.4 255.255.255.0 no sh --------------------(R5)---------------------------------- en conf t hostname R5 no ip domain-lookup line con 0 exec-timeout 0 0 logging synchronous interface loopback 0 ip add 5.5.5.5 255.255.255.0 no sh interface Serial2/3 ip address 35.1.1.5 255.255.255.0 no sh Establish EBGP neighbor between R4 and R2: Start a bgp route process R4(config)#router bgp 4 // enter bgp process R2(config)#router bgp 2 Tag bgp router-id self R4(config-router)#bgp router-id 4.4.4.4 // like OSPF, here bgp router-id is suggested manually. Actually, the bgp router-id should set to be same with OSPF, otherwise unknown error happens. R2(config-router)#bgp route

文档评论(0)

1亿VIP精品文档

相关文档