implementing ospfv2 Flashcards

1
Q

enter ospf conf and set proc number

A

router ospf 3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

set rid manually

A

router-id 1.1.1.1 in ospf conf

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

how to set network of interfaces to enable ospf on

A

network 192.x.x.x 0.255.255.255 area 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

explain wildcard mask

A

octet start from the right, 255 means ignore that i.e. 10.1.1.1 0.255.255.255 = 10.0.0.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

the 2 values in O routes e.g. 110|2

A

ad and metric

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

check list of ints 1 line per

A

show ip interface bried

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

how does router pick DR

A

highest IP from all ints that are up/up or up/down

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

how to conf loopback

A

interface loopback 0

ip addr 192.x.x.x.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

how to enable multiarea ospf on an interface

A

ip ospf 3 area 0 in int conf mode

no network in ospf conf to remove cmd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what are passive interfaces

A

does no send or process Hellos

still advertises subnet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

how to make passive int

A

router ospf 1

passive-interface gig0/0.1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

how to make passive default

A

router ospf 1
passive-interface default
to enbale interfaces use no passive-interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

how to view passive interface

A

show run

show ip ospf interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

how to create default route

A

default-information originate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

command to see default route

A

show ip route

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

how to change cost

A

ip ospf cost 10

17
Q

how to verify cost

A

show ip ospf interface brief

18
Q

formula for cost

A

reference bandwidth/interface bandwidth

19
Q

how to change reference bandwidth

A

auto-cost reference-bandwidth 10000000

20
Q

how to do load balancing with equal cost links

A

router ospf 1

maximum paths 3