Thư viện tri thức trực tuyến
Kho tài liệu với 50,000+ tài liệu học thuật
© 2023 Siêu thị PDF - Kho tài liệu học thuật hàng đầu Việt Nam

Cách cấu hình MPLS VPN phần 7 docx
Nội dung xem thử
Mô tả chi tiết
Created by: Dương Văn Toán – CCNP, CCSP, MCSE, LPI level 1. http://www.vnexperts.net 49
Px2(config)# router isis
Px2(config-router)# net 49.0001.0000.0000.02x2.00
Px2(config-router)# is level-2-only
Px2(config-router)# metric-style wide
Px2(config-router)# interface serial0/0.111
Px2(config-subif)# ip router isis
Px2(config-subif)# interface serial 0/0.112
Px2(config-subif)# ip router isis
Px2(config-router)# interface serial 0/0.2x2
Px2(config-subif)# ip router isis
Px2(config)# interface loopback 0
Px2(config-subif)# ip router isis
3. Task 3. Enable MPLS LDP kết nối với router P central
- Cấu hình những bước sau trên router Px1:
Px1(config)# interface serial 0/0.2x1
Px1(config-subif)# mpls ip
Px1(config-subif)# mpls label protocol ldp
- Cấu hình những bước sau trên router Px2 :
Px2(config)# interface serial 0/0.2x2
Px2(config-subif)# mpls ip
Px2(config-subif)# mpls label protocol ldp
4. Task 4 : Enable IBGP kết nối cho tất cả các router PE.
- Cấu hình những bước sau trên router Pex1:
Pex1(config)# router bgp 65001
Pex1(config-router)# no neighbor 192.168.x.33 remote-as 65001
Pex1(config-router)# neighbor 192.168.100.129 remote-as 65001
Pex1(config-router)# neighbor 192.168.100.129 update-source loopback 0
Pex1(config-router)# address-family vpnv4
Pex1(config-router-af)# neighbor 192.168.100.129 activate
Pex1(config-router-af)# neighbor 192.168.100.129 send-community both
Pex1(config-router-af)# neighbor 192.168.100.129 next-hop-self
- Cấu hình những bước sau trên router Pex2:
Pex1(config)# router bgp 65001
Pex1(config-router)# no neighbor 192.168.x.17 remote-as 65001
Pex1(config-router)# neighbor 192.168.100.129 remote-as 65001
Pex1(config-router)# neighbor 192.168.100.129 update-source loopback 0