implementing ospfv2 Flashcards
enter ospf conf and set proc number
router ospf 3
set rid manually
router-id 1.1.1.1 in ospf conf
how to set network of interfaces to enable ospf on
network 192.x.x.x 0.255.255.255 area 0
explain wildcard mask
octet start from the right, 255 means ignore that i.e. 10.1.1.1 0.255.255.255 = 10.0.0.0
the 2 values in O routes e.g. 110|2
ad and metric
check list of ints 1 line per
show ip interface bried
how does router pick DR
highest IP from all ints that are up/up or up/down
how to conf loopback
interface loopback 0
ip addr 192.x.x.x.
how to enable multiarea ospf on an interface
ip ospf 3 area 0 in int conf mode
no network in ospf conf to remove cmd
what are passive interfaces
does no send or process Hellos
still advertises subnet
how to make passive int
router ospf 1
passive-interface gig0/0.1
how to make passive default
router ospf 1
passive-interface default
to enbale interfaces use no passive-interface
how to view passive interface
show run
show ip ospf interface
how to create default route
default-information originate
command to see default route
show ip route