CIT 167 Chap 8 OSPF Part 1 Flashcards
what is a router ID ?
an ID chosen by the admin. or automatically to identify the router when using the OSPF protocol.
how is a router ID automatically chosen? (if not admin. chosen).
if a loopback ipv4 is configured then the highest one is chosen otherwise, the highest ipv4 address configured on router is used.
what does a router ID look like?
looks like an ipv4 address, but is not routable. ex: 1.1.1.1
if a new router id is configured what must be done to the router and why?
it must be reloaded b/c the neighbor routers will need to update their tables.
what is a Wildcard mask?
OSPF uses the network address and wildcard mask to enable ospf on interfaces. the wildcard mask is the inverse of the subnet mask on that interface.
what area id number is set when the ospf is: single-area ospf?
zero (0)
what is a passive interface and why use it?
a passive interface is an interface that will not send OSPF updates to connected devices. this is used when the other end of the connection is not an OSPF enabled router and therefore does not need the router updates. this is used to prevent wasted resources/ bandwidth and for security.
for ospfv2 is unicast routing enabled by default?
yes
which version(s) of OSPF uses ipsec authentication?
OSPFv3
which version(s) of OSPF uses link-state routing protocol?
both
which version(s) of OSPF uses dynamic routing protocol?
both
which version(s) of OSPF uses cost as a metric?
both
which version(s) of OSPF uses FF02::6 for DR and BDR multicasts?
OSPFv3
which version(s) of OSPF uses 224.0.0.6 for DR and BDR multicasts?
OSPFv2
what does FE80 represent?
this is the ipv6 link-local address. *the link local address is the address used to communicate OSPF between routers on the same link.