Tình hình là mình có 1 sơ đồ cấu hình MPLS VPN như thế này
Theo yêu cầu của thầy mình cho bài tập đặc biệt thì yêu cầu cấu hình định tuyến 1 bên site giữa PE và CPE theo giao thức RIP còn 1 bên site giữa PE2 và CPE2 là giao thức OSPF, để có thể thông nhau và truyền gói tin được. Mình dùng Router A1,A2 như PC để ping.
Hiện tại mình không biết nên cấu hình sao hết? Chỉ biết cấu hình RIP và OSPF cho redistribute như bình thường nhưng không chạy, nên mong mọi người giúp đỡ mình.
Cấu hình PE1(RIP):
hostname PE1
no ip domain lookup
ip http server
interface loopback 0
ip address 10.0.1.1 255.255.255.255
exit
interface serial 1/0
ip address 10.0.12.1 255.255.255.0
clock rate 64000
no shutdown
exit
router ospf 1
network 10.0.0.0 0.255.255.255 area 0
exit
mpls ldp router-id loopback0 force
interface serial1/0ư
mpls label protocol ldp
mpls ip
exit
ip vrf A
rd 100:1
route-target both 1:100
exit
interface fastethernet 0/0
ip vrf forwarding A
ip address 172.16.100.1 255.255.255.0
no shut
exit
router rip
version 2
address-family ipv4 vrf A
no auto-summary
network 172.16.0.0
redistribute bgp 100 metric transpa
exit
exit
router bgp 100
neighbor 10.0.4.1 remote-as 100
neighbor 10.0.4.1 update-source loopback0
address-family vpnv4
neighbor 10.0.4.1 activate
neighbor 10.0.4.1 send-community both
exit
address-family ipv4 vrf A
redistribute rip
no auto-summary
exit
exit
Cấu hình PE2 (OSPF):
hostname PE1
no ip domain lookup
ip http server
interface loopback 0
ip address 10.0.4.1 255.255.255.255
exit
interface serial 1/0
ip address 10.0.23.1 255.255.255.0
clock rate 64000
no shutdown
exit
router ospf 1
network 10.0.0.0 0.255.255.255 area 0
exit
mpls ldp router-id loopback0 force
interface serial1/0
mpls label protocol ldp
mpls ip
exit
ip vrf A
rd 100:1
route-target both 1:100
exit
interface fastethernet 0/0
ip vrf forwarding A
ip address 172.16.200.1 255.255.255.0
no shut
exit
router ospf 2 vrf A
network 172.16.0.0 0.0.255.255 area 0
redistribute bgp 100 subnets
exit
router bgp 100
neighbor 10.0.1.1 remote-as 100
neighbor 10.0.1.1 update-source loopback0
address-family vpnv4
neighbor 10.0.1.1 activate
neighbor 10.0.1.1 send-community both
exit
address-family ipv4 vrf A
redistribute ospf 2
no auto-summary
exit
exit
Theo yêu cầu của thầy mình cho bài tập đặc biệt thì yêu cầu cấu hình định tuyến 1 bên site giữa PE và CPE theo giao thức RIP còn 1 bên site giữa PE2 và CPE2 là giao thức OSPF, để có thể thông nhau và truyền gói tin được. Mình dùng Router A1,A2 như PC để ping.
Hiện tại mình không biết nên cấu hình sao hết? Chỉ biết cấu hình RIP và OSPF cho redistribute như bình thường nhưng không chạy, nên mong mọi người giúp đỡ mình.
Cấu hình PE1(RIP):
hostname PE1
no ip domain lookup
ip http server
interface loopback 0
ip address 10.0.1.1 255.255.255.255
exit
interface serial 1/0
ip address 10.0.12.1 255.255.255.0
clock rate 64000
no shutdown
exit
router ospf 1
network 10.0.0.0 0.255.255.255 area 0
exit
mpls ldp router-id loopback0 force
interface serial1/0ư
mpls label protocol ldp
mpls ip
exit
ip vrf A
rd 100:1
route-target both 1:100
exit
interface fastethernet 0/0
ip vrf forwarding A
ip address 172.16.100.1 255.255.255.0
no shut
exit
router rip
version 2
address-family ipv4 vrf A
no auto-summary
network 172.16.0.0
redistribute bgp 100 metric transpa
exit
exit
router bgp 100
neighbor 10.0.4.1 remote-as 100
neighbor 10.0.4.1 update-source loopback0
address-family vpnv4
neighbor 10.0.4.1 activate
neighbor 10.0.4.1 send-community both
exit
address-family ipv4 vrf A
redistribute rip
no auto-summary
exit
exit
Cấu hình PE2 (OSPF):
hostname PE1
no ip domain lookup
ip http server
interface loopback 0
ip address 10.0.4.1 255.255.255.255
exit
interface serial 1/0
ip address 10.0.23.1 255.255.255.0
clock rate 64000
no shutdown
exit
router ospf 1
network 10.0.0.0 0.255.255.255 area 0
exit
mpls ldp router-id loopback0 force
interface serial1/0
mpls label protocol ldp
mpls ip
exit
ip vrf A
rd 100:1
route-target both 1:100
exit
interface fastethernet 0/0
ip vrf forwarding A
ip address 172.16.200.1 255.255.255.0
no shut
exit
router ospf 2 vrf A
network 172.16.0.0 0.0.255.255 area 0
redistribute bgp 100 subnets
exit
router bgp 100
neighbor 10.0.1.1 remote-as 100
neighbor 10.0.1.1 update-source loopback0
address-family vpnv4
neighbor 10.0.1.1 activate
neighbor 10.0.1.1 send-community both
exit
address-family ipv4 vrf A
redistribute ospf 2
no auto-summary
exit
exit
Comment