Categories
Archives
-
Recent Posts
Top Posts
Tag Archives: ccie
MPLS: OSPF sham-links
Introduction The provider’s MPLS cloud has three routers namely – R1 (P-router), R2 (PE-R2) and R3 (PE-R3). These routers formed OSPF adjacency with one another. R2 and R3 are iBGP neighbors peering with each other’s loopback address. The TTL propagation … Continue reading
Posted in MPLS, OSPF, Route, WAN
Tagged ccie, mpls, mpls vpn, mpls vpn and ospf, ospf, ospf sham-links
Leave a comment
BGP: Injecting IGP route into BGP without redistribution
The diagram is complicated with an additional link, and instead of full BGP route in AS65000, the BGP route is propagated with the help of OSPF. In previous lab, the BGP full mesh was established by peering both subnets of … Continue reading
MPLS VPN: VRF
MPLS VPN building blocks 1. Virtual routing and forwarding (VRF) – This creates logical routing instance, each virtual instance is separated such that virtual instances to instances are not reachable. 2. MP-BGP – BGP is extended to distribute MPLS VPN … Continue reading
Posted in MPLS, Security, WAN
Tagged ccie, mpls vpn, virtual private network, virtual routing and forwarding, vrf, vrf-lite
4 Comments
MPLS traceroute and MPLS propagation TTL
All serial links among the m1,m2 and m3 routers have the same bandwidth, I need mpls trace to test if the mpls is operational as configured. Suppose I want to use loopback reachability to test, I am using m1 loopback … Continue reading
Posted in MPLS, WAN
Tagged ccie, CEF, fib, label switching path, lfib, mpls, mpls ip propagation-ttl, mpls traceroute, MPLS TTL, multiprotocol label switching
Leave a comment
MPLS label distribution modes
I have realized the information in MPLS foundamentals is really really good, especially chapter 2, I have read it several times each time I read it cleared previously misinterpreted concepts. The modes are broken down into three sections: 1. Label … Continue reading
Posted in MPLS, WAN
Tagged ccie, conservative label retention, downstream-on-demand label distribution mode, independent lsp control mode, label distribution mode, label retention mode, liberal label retention, LSP control mode, mpls, mpls modes, ordered lsp control mode, unsolicited downstream distribution mode
1 Comment
Multi Protocol Label Switching basics
MPLS label 1. 32-bit long. 2. First 20 bits for label, second 3 bits for EXP which is used for quality of service, third 1 bit for bottom of the stack, last 8 bits for time to live. 3. Here … Continue reading
Posted in MPLS, WAN
Tagged ccie, ccip, egress LSR, imp-null, implicit null label, ingress LSR, intermediate LSR, label distribution protocol, label switch router, LDP, LSR, mpls, MPLS pop push swap, multiprotocol label switching, open shortest path first, ospf, penultimate-hop-popping
Leave a comment
Cisco IOS Easy VPN server (Remote access vpn)
Acknowledgement I would like to thank Mr. Richard Deal in this post. Mr. Deal is able to describe complex cisco security technology into easy to understand and easy to digest manner. I have not met Mr. Deal in person nor … Continue reading
Web Cache Communication Protocol (WCCP)
Purpose To offset the load of edge router in http request. A http request sent by a host is redirected to local content cache engine (aka content engine), content engine will then send the content back to the requesting host. … Continue reading
Posted in Network Maintenance, WAN
Tagged cache engine, ccie, content engine, WCCP, wccp version 1, wccp version 2, web cache communication protocol
Leave a comment
An introduction to Point-to-Point Protocol
The big picture PPP is a layer 2 WAN technology that is designed to establish connection between two nodes over a variety of network mediums. Features 1. It has built-in error detection. 2. Monitoring the quality of the link before … Continue reading
Posted in PPP, WAN
Tagged ccie, ccna, ccnp, point-to-point protocol, PPP, PPP finite state machine, PPP link phases
Leave a comment
Frame relay: Multilink point to point frame relay
Reference: http://www.cisco.com/en/US/docs/ios/12_2s/feature/guide/fs_mfr.html Multilink Frame Relay (FRF.16.1) 1. This technology aggregates multiple number of physical serial interfaces into one bundle. a. This provides link redundancy i.e. if a physical link of a bundle has failed, the frame relay link will still be … Continue reading