mpls2.pptx implementation multi protocol label switching
eat7681
6 views
26 slides
Jul 31, 2024
Slide 1 of 26
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
About This Presentation
Technology application MPLS In the network and use routing protocols to experiment with the network and learn about MPLS
Size: 10.97 MB
Language: en
Added: Jul 31, 2024
Slides: 26 pages
Slide Content
Ping Show ip route
MPLS VPN Configure all IP addresses as specified in the topology picture. Configure a loopback0 interface on each router: HQ: 1.1.1.1 /25 SP1: 2.2.2.2 /25 SP2: 3.3.3.3 /25 SP3: 4.4.4.4 /25 BRANCH: 5.5.5.5 /25 Configure OSPF Area 0 at the provider side (Router SP1, SP2 and SP3). Advertise the loopback interfaces as well in OSPF. Ensure you have full reachability in the OSPF domain. Configure MPLS on all physical interfaces in the service provider domain, do not configure MPLS on physical interfaces pointing towards the customer. Force MPLS to use the loopback interface as router-id.
Configure VRF “customer” on SP1 and SP3 as following: RD 100:1 Route-target both 1:100 On router SP1 and SP3 add the interfaces pointing towards the customer to the VRF you just created. Ensure you can ping from within the VRF, try this as following on SP1: ping vrf customer 192.168.12.1 Configure EIGRP AS 100 on router HQ and Branch. Advertise the loopbacks as well. Disable EIGRP auto-summary . Configure EIGRP on router SP1 and SP3 for the correct VRF “customer”. Ensure you have established a EIGRP neighbor relationship between Router HQ and SP1, and between SP3 and Branch. See if you have learned routes by using “show ip route vrf customer”.
HQ
SP1 INTERFACE IP ADDRESS OSPF INT F0/0 NO SHUT
SP2
SP2 OSPF INT F0/0 NO SHUT
SP3 OSPF Router ospf 1 Network 192.168.34.0 0.0.0.255 area0 Network 4.4.4.4 0.0.0.255 area 0 Passive interface f0/0 INT F0/0 NO SHUT
SHOW IP OSPF NEIGHBOR PING 3.3.3.3 SOURCE LOOPBACK0
For SP2 MPLS SP1 MPLS Config t Int erface f0/0 Mpls ip
For SP3 MPLS To change /32 t0 /24 we should use these to all sp1 sp2 sp 3 Int lo Ip ospf network point-to-point Also to all sp1 sp2 sp3: mpls ldp router-id loopback 0
SP3 Ip vrf customer Rd 1:100 Route target export 1:100 Route target import 1:100 Exit Int f0/0 Ip vrf forwarding customer Ip address 192.168.45.4 255.255.255.0 Do show run ^z Show ip int brief Ping vrf customer 192.168.45.5 SP1 Ip vrf customer Rd 1:100 Route target both 1:100 Exit Int f1/0 Ip vrf forwarding customer Ip address 192.168.12.2 255.255.255.0 Do show run ^z Show ip int brief Ping vrf customer 192.168.12.2
BRANCH Ena Config t Router eigrp 100 Network 192.168.45.0 No auto- summry HQ Ena Config t Router eigrp 100 Network 192.168.12.0 No auto- summry Int f0/0 No shut SP3 Ena Config t Router eigrp 1 Address-family ipv4 vrf CUSTOMER Autonomous-system 100 Network 192.168.45.0 No auto- summry exit Show ip eigrp vrf CUSTOMER neighbor Show ip route Show ip route vrf CUSTOMER SP1 Config t Router eigrp 1 Address-family ipv4 vrf CUSTOMER Autonomous-system 100 NO auto- summry Network 192.168.12.0 Exit Address-family Show ip eigrp vrf CUSTOMER neighbor exit Show ip route Show ip route vrf CUSTOMER