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.
link local address?
This is the router id on an ipv6 using OSPF. the link-local address allow routing communication to take place between OSPFv3 routers that are connected to the same link (subnet) and no other routers get that info. *the link-local address is used for routing protocol messages.
what is the link local prefix address?
FE80 - FEBF. u see the FE80 the most often.
does the ospfv3 Process ID need to match the neighbor routers? why?
no, b/c the process ID is the same as the Router ID and is only relevant to the local device.
what is the OSPFv2/v3 Process ID?
a number between 1-65k that represents that particular router. only relevant to that local router and can be the same or diff. number than neighbor routers.
what command is used to enable OSPFv3 on an interface (IPV6)?
ipv6 OSPF ‘process-id’ area ‘area-id’
- the process-id is the id of the process used and was configured with the following command: ipv6 router ospf ‘process-id’