Flashcard Set Preview
| Side A | Side B | ||
| 1 |
In OSPF, what is a grouping of contiguous networks and routers called?
|
OSPF area
|
|
| 2 |
How do OSPF routers become neighbours/adjacent?
|
When each router sees the other's HELLO packets.
|
|
| 3 |
Commands to enable OSPF process 1 on router connected to 10.0.0.0 in area 0?
|
router ospf 1
network 10.0.0.0 0.255.255.255 area 0
(If single area, area is always 0)
|
|
| 4 |
What is OSPF routers in area 0 called?
|
Backbone router.
|
|
| 5 |
1) What is OSPF router connecting area 0 and other area called?
2) What is OSPF router connecting...
|
1) ABR (Area Border Router).
2) ASBR (Autonomous System Boundary Router).
|
|
| 6 |
What is OSPF router which is elected to spread /receive routing info to/from remaining routers...
|
DR (Designated Router)
|
|
| 7 |
What is OSPF router which is standby for DR called?
|
BDR (Backup Designated Router)
|
|
| 8 |
What is OSPF data packet containing link-state and routing information to maintain topological...
|
LSA (Link State Advertisement)
|
|
| 9 |
What is algorithm OSPF use to calculate best/shortest path?
|
SPF (Shortest Path First)
|
|
| 10 |
What is default OSPF Hello and Dead timers?
|
OSPF Hello - 10 secs
OSPF Dead - 40 secs
|
|
| 11 |
What is OSPF Hello multicast address?
|
224.0.0.5
|
|
| 12 |
Commands to change priority of int f0/1 to 2?
|
int f0/1
ip ospf priority 2
|
|
| 13 |
Commands to configure a loopback int using 172.16.10.1?
|
int loopback 0
ip address 172.16.10.1 255.255.255.255
no shutdown
(255.255.255.255 is Host...
|
|
| 14 |
In OSPF, what is list of all OSPF routers for which Hello packets have been seen, i.e. adjacency...
|
Neighbor table.
|
|
| 15 |
In OSPF, what is list of all of LSA packets received for an area, i.e. link-state table?
|
Topology table.
|
|
| 16 |
What is OSPF forwarding table called?
|
Routing table.
|
|
| 17 |
What 2 types of network have DR and BDR assigned?
|
Broadcast & NBMA
(no Point-to-Point/Multipoint types)
|
|
| 18 |
Commands to set OSPF cost 10 for both f0/1 and f0/2 to load-balance?
|
int f0/1
ip ospf cost 10
int f0/2
ip ospf cost 10
|
|
| 19 |
Commands to configure OSPF plain-text authentication using password cisco on s0/0?
|
int s0/0
ip ospf authentication-key cisco
ip ospf authentication
!
router ospf 1
area...
|
|
| 20 |
Commands to configure OSPF MD5 authentication for key 1 using password cisco on s0/0?
|
int s0/0
ip ospf message-digest-key 1 md5 cisco
ip ospf authentication message-digest
!
router...
|
|
| 21 |
Command to display lists the OSPF area in which the interface belongs, neighbors adjacent...
|
show ip ospf interface
|
|
| 22 |
Command to show list of OSPF neighbors per inteface basis and adjacency state including DR/BDR?
|
show ip ospf neighbor
|
|
| 23 |
Command to analise OSPF events, showing messages for each OSPF packet?
|
debug ip ospf events
|
|
| 24 |
Command to show log messages that describe the contents of all OSPF packets?
|
debug ip ospf packets
|
|
| 25 |
Command to display messages describing OSPF Hello packets and Hello failures?
|
debug ip ospf hello
|
|
| 26 |
Command to show the authentication process if OSPF authentication is configured. Hello packet...
|
debug ip ospf adj
(adj = adjacencies)
|
|
| 27 |
Command to display topology database (number of routers in AS and nighbouring router's ID),...
|
show ip ospf database
|
|
| 28 |
Command to change RID to 1.1.1.1 in OSPF 1?
|
router ospf 1
router-id 1.1.1.1
(loopback int will not overide this)
|
|
| 29 |
What is OSPF metric?How to calculate it?
|
Bandwidth/cost10*8/bandwidth (10*8/64000=1562)
|
|
| 30 |
What is the state of a route when Hold Down Timer is set?
|
Possibly down
|
|
| 31 |
How often does OSPF send routing updates?
|
Only when changes are made.
|
|
| 32 |
Command to restart OSPF process without rebooting router?
|
clear ip ospf process
|
|
| 33 |
How many LSAs exist in OSPF?What are Type1 and Type2?
|
8.Type1 = Router LSA generated by routerType2 = network LSA generated by DR/BDR
|
|
| 34 |
What does AuType set to 0/1/2 mean?
|
0) Authentication is Null1) Authentication is Plain-text2) Authentication is MD5
|



No comments yet! Be the first to add a comment below!
Please login to post comments.
After login, we will forward you back to this flashcard.