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 8 doc
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 57
Cex1A(config-router)# passive-interface serial s0/0.114
- Cấu hình những bước sau trên router Cex2B:
Cex2B(config)# interface s0/0.114 point-to-point
Cex2B(config-subif)# ip address 150.x.x2.66 255.255.255.240
Cex2B(config-subif)# frame-relay interface-dlci 114
Cex2B(config-subif)# router ospf 2
Cex2B(config-router)# network 150.x.0.0 0.0.255.255 area 0
Cex2B(config-router)# passive-interface s0/0.114
- Cấu hình những bước sau trên router Pex1:
Pex1(config)# interface s0/0.114 point-to-point
Pex1(config-subif)# ip address 150.x.x1.65 255.255.255.240
Pex1(config-subif)# frame-relay interface-dlci 114
Pex1(config-subif)# ip router isis
Pex1(config-subif)# router isis
Pex1(config-router)# passive-interface s0/0.114
- Cấu hình những bước sau trên router Pex2:
Pex2(config)# interface s0/0.114 point-to-point
Pex2(config-subif)# ip address 150.x.x1.65 255.255.255.240
Pex2(config-subif)# frame-relay interface-dlci 114
Pex2(config-subif)# ip router isis
Pex2(config-subif)# router isis
Pex2(config-router)# passive-interface s0/0.114
2. Task 2 : Thiết lập định tuyến giữa Site của Khách hàng và Internet.
- Cấu hình các bước sau trên router Pex1 :
Pex1(config)# ip route 10.1.x1.0 255.255.255.0 150.x.x1.66
Pex1(config)# ip route 10.1.x2.0 255.255.255.0 150.x.x1.66
Pex1(config)# router bgp 65001
Pex1(config-router)# redistribute static
- Cấu hình các bước sau trên router Pex2 :
Pex2(config)# ip route 10.2.x1.0 255.255.255.0 150.x.x2.66
Pex2(config)# ip route 10.2.x2.0 255.255.255.0 150.x.x2.66
Pex2(config)# router bgp 65001
Pex2(config-router)# redistribute static