• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/30

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

30 Cards in this Set

  • Front
  • Back
Router(config)#router ospf 123
Starts OSPF process 123. The process ID is any positive integer value between 1 and 65535. The process ID is not related to the OSPF area. The process ID merely distinguishes one process from another within the device
Router(config-router)#network 17.16.10.0.0 0.0.0.255 area 0
OSPF advertises interfaces, not networks. Uses the wildcard mask to determine which itnerfaces to advertise. Read this line to say "Any interface with an address of 172.16.10.x is to be put into area 0."
Router(config=router)#log-adjacency-changes detail
Configures the router to send a syslog message when there is a change of state between OSPF neighbors
Router(config)#interface loopback 0
Creates a virtual interface named loopback -, and then moves the router to interface configuration mode.
router(config-router)#router-id 10.1.1.1
Sets the router ID to 10.1.1.1
Router(config-if)#ip ospf priority 50
Changes the OSPF interface priority to 50.
Router(config-if)#bandwidth 128
If you change the bandwidth, OSPF recalculates the cost of the link
Router(config-if)#ip ospf cost 1564
Changes the cost to a value of 1564
Router(config-router)#area 0 authentication
Enables simple authentication; password will be sent in clear text
Router(config-if)#ip ospf authentication-key fred
Sets key (password)to fred
Router(config-router)#area 0 authentication message-digest
Enables authentication with MD5 password encryption
Router(config-if)#ip ospf message-digest-key 1 md5 fred
1 is the key.id this value must be the same as that of your neighboring router. md5 indicates that the MD5 hash algorithm will be used
router(config-if)#ip ospf hello-interval timer 20
Changes the Hello Interval timer to 20 seconds.
Router(config-if)#ospf dead-interval 80
Changes the dead interval timer to 80 seconds.
Router(config-router)#default-information originate
Sets the default route to be propagated to all OSPF routers.
Router(config-router)#default-information originate always
The always option propagates a default "quad=zero" route even if one is not configured on this router.
Router#show ip ospf interface
Displays OSPF info as it relates to all interfaces
Router#show ip ospf interface
Displays OSPF info as it relates to all interfaces
show ip ospf border-routers
Displays border and boundary router information
Router#show ip ospf neighbor
lists all ospf neighbors and their states
Router#show ip ospf neighbor detail
displays a detailed list of neighbors
Router#show ip ospf database
displays contents of the OSPF database
Router#show ip ospf database nssa-external
Displays NSSA external link states
Router#clear ip route *
Clears entire routing table.
Router#clear ip route a.b.c.d
clears specific roue to network a.b.c.d
Router#clear ip opsf counters
resets ospf counters
router#clear ip ospf process
Resets entire ospf process, forcing ospf to recreate neighbors, database, and routing table
Router#debug ip ospf events
Displays all ospf events
Router#debug ip ospf adjacency
Displays various OSPF states and DR/BDR election between adjacent routers
Router#debug ip ospf packets
Displays OSPF packets