Multi-Protocol Label Switching (MPLS) is a versatile solution to address the problems faced by present-day networks—speed, scalability, quality-of-service (QoS) management, and traffic engineering. MPLS involves setting up a specific path for a given sequence of packets, identified by a label put in each packet, thus avoiding complex lookups in a routing table.
Here are some resources to help you learn MPLS
A+ N+ CCNA CCNP CCIE
by Edgar C Francis
What is OSPF Sham Links? how to configure OSPF Sham Links?
OSPF Sham Links are required when we try to use a backdoor link between two CE routers in MPLS VPN PE CE scenarios.What is OSPF sham link ?
OSPF Sham links is a logical inter-area link carried by the super backbone. A Sham links is required only between two VPN sites that belong to the same area and have a backdoor link for backup purposes. OSPF adjacency is established across the sham link.
what is BGP ?
what is BGP ?
what is EIGRP?
what is RIPv2?
what is MPLS?
what is MPLS LDP ?
what is MPLS L3 VPN?
How to configure MPLS L3 VPN with RIPv2 ?
How to configure MPLS L3 VPN with EIGRP ?
OSPF Sham Links are required when we try to use a backdoor
link between two CE routers in MPLS VPN PE CE scenarios.
What is OSPF sham link ? OSPF Sham links is a logical inter-area link carried by the
super backbone. A Sham links is required only between two VPN sites that belong
to the same area and have a backdoor link for backup purposes. OSPF adjacency is established across the sham link.
R1#show ip interface brief
Interface IP-Address
OK? Method Status
Protocol
FastEthernet0/0 10.1.1.1
YES manual up
up
Serial4/0 1.1.1.1
YES manual up
up
Serial4/2 3.3.3.2
YES manual up
up
Loopback0 192.168.10.1
YES manual up
up
Loopback1 192.168.11.1
YES manual up
up
Loopback2 192.168.12.1
YES manual up
up
Loopback3 192.168.13.1
YES manual up
up
R2#show ip interface brief
Interface
IP-Address OK? Method Status
Protocol
FastEthernet0/0 20.1.1.1
YES manual up
up
Serial4/0
1.1.1.2 YES manual up
up
Serial4/1
2.2.2.1 YES manual up
up
Loopback0
192.168.20.1 YES manual up
up
Loopback1
192.168.21.1 YES manual up
up
Loopback2
192.168.22.1 YES manual up
up
Loopback3
192.168.23.1 YES manual up
up
R3#show ip interface brief
Interface
IP-Address OK? Method Status
Protocol
FastEthernet0/0 30.1.1.1
YES manual up
up
Serial4/1
2.2.2.2 YES manual up
up
Serial4/2
3.3.3.1 YES manual up
up
Loopback0
192.168.30.1 YES manual up
up
Loopback1
192.168.31.1 YES manual up
up
Loopback2
192.168.32.1 YES manual up
up
Loopback3
192.168.33.1 YES manual up
up
R4#show ip interface brief
Interface
IP-Address OK? Method Status
Protocol
FastEthernet0/0 30.1.1.2
YES manual up
up
Loopback0
192.168.40.1 YES manual up
up
R5#show ip interface brief
Interface
IP-Address OK? Method Status
Protocol
FastEthernet0/0 10.1.1.2
YES manual up
up
Loopback0
192.168.50.1 YES manual up
up
R1(config)#router ospf 1
R1(config-router)#network 1.0.0.0 0.255.255.255 area 0
R1(config-router)#network 3.0.0.0 0.255.255.255 area 0
R1(config-router)#network 192.168.10.0 255.0.0.0 area 0
R1(config-router)#network 192.168.11.0 255.0.0.0 area 0
R1(config-router)#network 192.168.12.0 255.0.0.0 area 0
R1(config-router)#network 192.168.13.0 255.0.0.0 area 0
R1(config-router)#end
R2(config)#router ospf 1
R2(config-router)#network 20.0.0.0 0.255.255.255 area 0
R2(config-router)#network 1.0.0.0 0.255.255.255 area 0
R2(config-router)#network 2.0.0.0 0.255.255.255 area 0
R2(config-router)#network 192.168.20.0 255.0.0.0 area 0
R2(config-router)#network 192.168.21.0 255.0.0.0 area 0
R2(config-router)#network 192.168.22.0 255.0.0.0 area 0
R2(config-router)#network 192.168.23.0 255.0.0.0 area 0
R2(config-router)#end
R3(config)#router ospf 1
R3(config-router)#network 2.0.0.0 0.255.255.255 area 0
R3(config-router)#network 3.0.0.0 0.255.255.255 area 0
R3(config-router)#network 192.168.30.0 255.0.0.0 area 0
R3(config-router)#network 192.168.31.0 255.0.0.0 area 0
R3(config-router)#network 192.168.32.0 255.0.0.0 area 0
R3(config-router)#network 192.168.33.0 255.0.0.0 area 0
R3(config-router)#end
R1#show ip route ospf
Codes: L - local, C - connected, S - static, R - RIP, M -
mobile, B - BGP
D - EIGRP, EX - EIGRP external, O
- OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1,
N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 -
OSPF external type 2
i - IS-IS, su - IS-IS summary, L1
- IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * -
candidate default, U - per-user static route
o - ODR, P - periodic downloaded
static route, H - NHRP, l - LISP
+ - replicated route, % - next
hop override
Gateway of last resort is not set
O 2.0.0.0/8 [110/128] via 3.3.3.1,
01:14:38, Serial4/2
[110/128] via 1.1.1.2, 01:14:38, Serial4/0
O 20.0.0.0/8 [110/65] via 1.1.1.2,
01:14:38, Serial4/0
192.168.20.0/32 is subnetted, 1 subnets
O 192.168.20.1 [110/65] via
1.1.1.2, 01:14:38, Serial4/0
192.168.21.0/32 is subnetted, 1 subnets
O 192.168.21.1 [110/65] via
1.1.1.2, 01:14:38, Serial4/0
192.168.22.0/32 is subnetted, 1 subnets
O 192.168.22.1 [110/65] via
1.1.1.2, 01:14:38, Serial4/0
192.168.23.0/32 is subnetted, 1 subnets
O 192.168.23.1 [110/65] via
1.1.1.2, 01:14:38, Serial4/0
O 192.168.30.0/24 [110/65] via 3.3.3.1,
01:14:38, Serial4/2
192.168.31.0/32 is subnetted, 1 subnets
O 192.168.31.1 [110/65] via
3.3.3.1, 01:14:38, Serial4/2
192.168.32.0/32 is subnetted, 1 subnets
O 192.168.32.1 [110/65] via
3.3.3.1, 01:14:38, Serial4/2
192.168.33.0/32 is subnetted, 1 subnets
O 192.168.33.1 [110/65] via
3.3.3.1, 01:14:38, Serial4/2
R3#show ip route ospf
Codes: L - local, C - connected, S - static, R - RIP, M -
mobile, B - BGP
D - EIGRP, EX - EIGRP external, O
- OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1,
N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 -
OSPF external type 2
i - IS-IS, su - IS-IS summary, L1
- IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * -
candidate default, U - per-user static route
o - ODR, P - periodic downloaded
static route, H - NHRP, l - LISP
+ - replicated route, % - next
hop override
Gateway of last resort is not set
O 1.0.0.0/8 [110/128] via 3.3.3.2, 01:18:05,
Serial4/2
[110/128] via 2.2.2.1, 01:18:05, Serial4/1
O 20.0.0.0/8 [110/65] via 2.2.2.1,
01:18:05, Serial4/1
O 192.168.10.0/24 [110/65] via 3.3.3.2,
01:18:05, Serial4/2
192.168.11.0/32 is subnetted, 1 subnets
O 192.168.11.1 [110/65] via
3.3.3.2, 01:18:05, Serial4/2
192.168.12.0/32 is subnetted, 1 subnets
O 192.168.12.1 [110/65] via
3.3.3.2, 01:18:05, Serial4/2
192.168.13.0/32 is subnetted, 1 subnets
O 192.168.13.1 [110/65] via
3.3.3.2, 01:18:05, Serial4/2
192.168.20.0/32 is subnetted, 1 subnets
O 192.168.20.1 [110/65] via
2.2.2.1, 01:18:05, Serial4/1
192.168.21.0/32 is subnetted, 1 subnets
O 192.168.21.1 [110/65] via
2.2.2.1, 01:18:05, Serial4/1
192.168.22.0/32 is subnetted, 1 subnets
O 192.168.22.1 [110/65] via
2.2.2.1, 01:18:05, Serial4/1
192.168.23.0/32 is subnetted, 1 subnets
O 192.168.23.1 [110/65] via
2.2.2.1, 01:18:05, Serial4/1
*Mar 20 00:28:16.623: %OSPF-5-ADJCHG: Process 13, Nbr 192.168.50.1 on
FastEthernet0/0 from LOADING to FULL, Loading Done
R3#show ip ospf 13 neighbor
Neighbor ID Pri State
Dead Time Address
Interface
192.168.50.1 1 FULL/DR
00:00:33 30.1.1.2
FastEthernet0/0
R3#show ip route vrf A-2 ospf
Routing Table: A-2
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF
inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA
external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1,
L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U -
per-user static route
o - ODR, P - periodic downloaded static route, H -
NHRP, l - LISP
+ - replicated route, % - next hop override
Gateway of last resort is not set
192.168.50.0/32 is subnetted, 1 subnets
O 192.168.50.1 [110/2] via 30.1.1.2, 00:01:24,
FastEthernet0/0
DoNotAge LSA allowed. Cost of using 1 State POINT_TO_POINT,
Timer intervals configured, Hello 10, Dead 40, Wait 40,
Hello due in 00:00:09
Adjacency State FULL (Hello suppressed)
Index 2/2, retransmission queue length 0, number of retransmission 0
First 0x0(0)/0x0(0) Next 0x0(0)/0x0(0)
Last retransmission scan length is 0, maximum is 0
Last retransmission scan time is 0 msec, maximum is 0 msec
R3#show ip ospf sham-links
Sham Link OSPF_SL0 to address 111.5.5.5 is up
Area 0 source address 111.6.6.6
Run as demand circuit
DoNotAge LSA allowed. Cost of using 1 State POINT_TO_POINT,
Timer intervals configured, Hello 10, Dead 40, Wait 40,
Hello due in 00:00:05
Adjacency State FULL (Hello suppressed)
Index 2/2, retransmission queue length 0, number of retransmission 0
First 0x0(0)/0x0(0) Next 0x0(0)/0x0(0)
Last retransmission scan length is 0, maximum is 0
Last retransmission scan time is 0 msec, maximum is 0 msec
Internetworks
Author & Editor
I am CCIE Technical Instructor/Network consultant. i am having experience of ranging from operating and maintaining PCs and peripherals to network control programs for multi-faceted data communication networks in LAN,MAN, and WAN environments.
0 comments:
Post a Comment