Appendix Q: Troubleshooting IPv4 Routing Protocols

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

ip hello-interval eigrp 100 5

Interface subcommand that sets the EIGRP Hello interval to 5 seconds for EIGRP process 100.

2
New cards

ip hold-time eigrp 100 15

Interface subcommand that sets the EIGRP hold time to 15 seconds for EIGRP process 100.

3
New cards

ip ospf hello-interval 10

Interface subcommand that sets the OSPF Hello interval to 10 seconds.

4
New cards

ip ospf dead-interval 40

Interface subcommand that sets the OSPF dead timer to 40 seconds.

5
New cards

passive-interface GigabitEthernet0/5

Router subcommand (for both OSPF and EIGRP) that stops sending Hellos and neighbor discovery on interface GigabitEthernet0/5.

6
New cards

show ip protocols

Shows routing protocol parameters and current timer values, including an effective copy of the network commands and a list of passive interfaces.

7
New cards

show ip eigrp interfaces

Lists the interfaces on which EIGRP is enabled for each EIGRP process, except passive interfaces.

8
New cards

show ip route eigrp

Lists only EIGRP-learned routes from the routing table.

9
New cards

show ip eigrp neighbors

Lists EIGRP neighbors and their current status.

10
New cards

show ip ospf interface brief

Lists the interfaces on which OSPF is enabled (based on the network commands), including passive interfaces.

11
New cards

show ip ospf interface GigabitEthernet0/5

Lists detailed OSPF settings for GigabitEthernet0/5, including Hello and Dead timers and OSPF area.

12
New cards

show ip route ospf

Lists routes in the routing table learned by OSPF.

13
New cards

show ip ospf neighbor

Lists OSPF neighbors and their current status per interface.

14
New cards

show ip ospf

Lists messages about the OSPF process itself, including the OSPF Router ID in the first line.

15
New cards

show interfaces

Lists configuration, state, and counter information for each interface.

16
New cards

show interfaces description

Lists one line of output per interface with brief status information.

17
New cards

debug eigrp packets

Generates log messages for EIGRP packets transmitted and received by the router.

18
New cards

debug ip ospf adj

Generates log messages for OSPF adjacency events (neighbor up/down).

19
New cards

debug ip ospf events

Generates log messages for each action taken by OSPF, including receipt of LSAs.

20
New cards

debug ip ospf packet

Generates log messages describing the contents of all OSPF packets.

21
New cards

debug ip ospf hello

Generates log messages describing OSPF Hellos and Hello failures.

22
New cards

undebug all

EXEC command that disables all current debug operations.