EIGRP

From Mycomputer Notes

(Difference between revisions)
(Monitoring commands)
(Verifying basic EIGRP)
 
(3 intermediate revisions not shown)
Line 2: Line 2:
-
  show eigrp neigbors [type number] '''details'''
+
  show ip eigrp neigbors [type number] '''details'''
;Description: Display EIGRP neighbor table. Use the type and number options to specify an interface. The details keyword expands the output
;Description: Display EIGRP neighbor table. Use the type and number options to specify an interface. The details keyword expands the output
-
  show eigrp interfaces [type number][AS number] '''details'''
+
  show ip eigrp interfaces [type number][AS number] '''details'''
;Description: Shows EIGRp information for each interface. The optional keywords limnit the output ot a specific interface or AS. The deaitls keyword expands the output.
;Description: Shows EIGRp information for each interface. The optional keywords limnit the output ot a specific interface or AS. The deaitls keyword expands the output.
-
  show eigrp topology
+
  show ip eigrp topology
;Description: Display all feasible successor in the EIGRP topology table.Optional keywords cab filter output based on AS number or specific network address.
;Description: Display all feasible successor in the EIGRP topology table.Optional keywords cab filter output based on AS number or specific network address.
-
  show eigrp topology [active | pending | zero-sucessors]
+
  show ip eigrp topology [active | pending | zero-sucessors]
;Description: Depending on which keyword is used display all routes in the topology table that are either active, pending or without sucessors.
;Description: Depending on which keyword is used display all routes in the topology table that are either active, pending or without sucessors.
 +
 +
show ip eigrp topology all-links
 +
;Description: Displays all routes, not just feasibles successors, in the EIGRP topology.
 +
 +
show ip eigrp traffic [as number]
 +
;Description:Displays the number of Enhanced IGRP packets sent and received.Command output can be filtered by including an optional AS number.
===Monitoring commands===
===Monitoring commands===
Line 18: Line 24:
  debug eigrp fsm
  debug eigrp fsm
-
;Decription: This command displays EIGRP feasible sucessor activity to help determine
+
;Decription: This command displays EIGRP feasible sucessor activity to help determine whether route updates are being installed and deleted by the routing process.
-
whether route updates are being installed and deleted by the routing process.
+
  debug eigrp packet
  debug eigrp packet
-
;Description: The output of this command shows trasmission and receipt of EIGRP packets.
+
;Description: The output of this command shows trasmission and receipt of EIGRP packets. These packet types may be hello, update request, query or reply packets. The sequence and acknowlwdgement numbers used by the EIGRP reliable transport algorithm are show in the outpu.
-
These packet types may be hello, update request, query or reply packets. The sequence and acknowlwdgement numbers used by the EIGRP reliable transport algorithm are show in the outpu.
+

Current revision as of 01:57, 3 October 2006

[edit] Verifying basic EIGRP

show ip eigrp neigbors [type number] details
Description
Display EIGRP neighbor table. Use the type and number options to specify an interface. The details keyword expands the output
show ip eigrp interfaces [type number][AS number] details
Description
Shows EIGRp information for each interface. The optional keywords limnit the output ot a specific interface or AS. The deaitls keyword expands the output.
show ip eigrp topology
Description
Display all feasible successor in the EIGRP topology table.Optional keywords cab filter output based on AS number or specific network address.
show ip eigrp topology [active | pending | zero-sucessors]
Description
Depending on which keyword is used display all routes in the topology table that are either active, pending or without sucessors.
show ip eigrp topology all-links
Description
Displays all routes, not just feasibles successors, in the EIGRP topology.
show ip eigrp traffic [as number]
Description
Displays the number of Enhanced IGRP packets sent and received.Command output can be filtered by including an optional AS number.

[edit] Monitoring commands


debug eigrp fsm
Decription
This command displays EIGRP feasible sucessor activity to help determine whether route updates are being installed and deleted by the routing process.
debug eigrp packet
Description
The output of this command shows trasmission and receipt of EIGRP packets. These packet types may be hello, update request, query or reply packets. The sequence and acknowlwdgement numbers used by the EIGRP reliable transport algorithm are show in the outpu.
Personal tools