OSPF Flashcards
What kind of packets are used during the Loading phase?
LSU
What does an LSU contain?
One or several LSA’s
What information is in a Network LSA?
the DR on a broadcast segment lists which routers are joined together by the segment. The LSID of the type 2 LSA is the IP interface address of the DR.
What information is in a Summary LSA?
Information about subnets in other areasSubnet ID, mask,RID of ABR that advertises the LSA
In what OSPF phase do neighbors pass each other their LSA’s?
Loading
What are the 2 primary timers in OSPF?
Hello
Dead Interval
For DROthers, what is the maximum state that they reach with each other?
2way
List the first 3 OSPF LSAs
Router
Network
Summary
Command to passive an OSPFv3 interface
conf t
ipv6 router ospf PID
passive-interface interface
What is the all-OSPF IPv6 address?
FF02::5
What is the all-DR IPv6 address?
FF02::6
In OSPFv3, how does one include an interface in routing?
by enabling routing directly on the interface, not via the network command
Generic syntax to add an interface into OSPFv3
conf t
interface interface
ipv6 ospf PID area Area ID
Syntax to enable OSPFv3 on int gi1/0, in area 0
ipv6 router ospf 12
router-id 1.2.3.4
conf t
int gi1/0
ipv6 ospf 12 area 0
Command to tell a router to not form OSPF adjacencies on a given interface
conf t
router ospf PID
passive-interface interface name