Categories
Archives
-
Recent Posts
Top Posts
Category Archives: Route
Palo Alto Networks: OSPF and L3 Link aggregation
The previous post about Cisco VSS is to integrate with Palo Alto Firewalls. Layer 3 link aggregation on PA firewall Click on Network tab and select Interfaces from the menu on the left. There is an “Add Aggregate Group” at … Continue reading
Posted in Firewall, OSPF, Route, Security
Tagged link aggregation, ospf, ospf configuration with Palo Alto Networks, PA5050, Palo Alto Networks
4 Comments
Palo Alto Networks: Default route in command line
Suppose your virtual-router profile has to be applied on both layer3 interfaces you can do the following configuration in command line.
Posted in Firewall, Route, Security
Tagged PA5050, Palo Alto Networks, Palo Alto Networks CLI
Leave a comment
ISIS – Maximum path
Today my friend asked me why he could not see all the vlans available in IS-IS when he issued show ip route isis command. When I saw it, it turned out that there are four paths leading to the same … Continue reading
Posted in IS-IS, Route
Tagged cisco 7609, IS IS equal load balancing, IS-IS, IS-IS maximum path, ISIS
Leave a comment
BGP: Route reflector
Split horizon Split horizon rule is to prevent routing loop. In iBGP a router which learns prefixes from a BGP speaker will not advertise to BGP speaker, this makes a full mesh iBGP peering necessary in order for other BGP … Continue reading
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
Intermediate System-Intermediate System Basics
Conditions to form IS-IS adjacency 1. MTU must match. 2. IS level must match. Level 1 and level 1 router can form adjacency, level 1 router can form adjacency with level1/2 router this is because this router has two IS … Continue reading
MPLS Layer 3 VPN
Acknowledgement Without MR.Keith Barker’s 21 minutes video instruction, constructing MPLS VPN lab will take a longer time. His 21 minutes video instruction summarizes all. MR. Keith Barker has amazing skills to translate complicated concepts into simpler and easier to understand … Continue reading
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
BGP: Route filter with ip prefix-list
Using the same network diagram, I would want prefix 10.20.0.0 to be filtered from advertisement by the border iBGP routers (r1 and r3). Using prefix-list is a more granular method than using ACL with distribute-list. Hide r2 prefixes from r5 … Continue reading
Posted in BGP, Route
Tagged bgp, bgp filter, bgp route filter, ebgp, ibgp, ip prefix-list
Leave a comment
BGP: Full mesh BGP without IGP
r1, r2 and r3 have full meshed BGP peering. No IGP was used. BGP synchronization Before a BGP route is advertised and added to the routing table, this route must be known via an IGP. For the case of AS65000, … Continue reading