Category Archives: OSPF

OSPF

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 , , , , | 4 Comments

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 , , , , , | Leave a comment

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

Posted in BGP, MPLS, OSPF, Route, WAN | Tagged , , , , , | Leave a comment

Configuration examples with quagga

I have heard of Quagga for sometime but I had never tried it until now. Quagga was installed on my old Core duo, 2GB laptop. Quagga is a suite of routing daemons, the suite contains these daemons: 1. ospfd – … Continue reading

Posted in OSPF, Route | Tagged , , , | 4 Comments

Type 10 LSA – Opaque LSA

This LSA is an extension of OSPF. The extension is for doing OSPF traffic engineering. MAX-LSA – Protects against adjacent router’s excessive LSA in the OSPF domain. Excessive LSA will cost router’s high cpu resources. This is to limit the … Continue reading

Posted in OSPF, Route | Tagged , , , , , , | Leave a comment

LSA types

1. Router LSA – This LSA is produced by every router. The LSA contains information of the router’s connected interfaces, states, neighbour router type, any known ospf routers connected to the router’s link and outgoing cost of each link. This … Continue reading

Posted in OSPF, Route | Tagged , , , , , , | Leave a comment

Building OSPF adjacency

Database Description Packet (DDP) – This contains the summary of all the LSAs, it only contains the headers and not the complete LSA. This allows router to see if its own link state database is updated. This is type 2 … Continue reading

Posted in OSPF, Route | Tagged , , , , , | Leave a comment

OSPF finite state machine

Reference: Routing TCP/IP 2nd Edition Jeff Doyle, page 353-357. OSPF router goes through several states before adjacency is formed. DOWN – No hello packets was seen from the neighbour router since the last dead interval. If an OSPF router goes … Continue reading

Posted in OSPF, Route | Tagged , , , , , | Leave a comment

Understanding OSPF

Open Shortest Path First is using Djikstra’s shortest path first algorithm. It is a link-state routing protocol, another link-state routing protocol is Intermediate System to Intermediate System also known as IS-IS. General facts about OSPF 1. Uses its own transport … Continue reading

Posted in OSPF, Route | Tagged , , , , | Leave a comment

OSPF over NBMA

R2 hub router interface Serial1/0  no ip address  encapsulation frame-relay  serial restart-delay 0 interface Serial1/0.102 point-to-point  ip address 10.10.10.1 255.255.255.252  frame-relay interface-dlci 102 end interface Serial1/0.103 multipoint  ip address 192.168.100.1 255.255.255.248  ip ospf priority 10  frame-relay interface-dlci 103  frame-relay interface-dlci … Continue reading

Posted in OSPF, Route | Tagged | Leave a comment