Cisco ASA Series Cli Configuration Manual page 699

Software version 9.0 for the services module
Hide thumbs Also See for ASA Series:
Table of Contents

Advertisement

Chapter 1
Configuring EIGRP
Command (continued)
show eigrp [as-number] topology [ip-addr
[mask] | active | all-links | pending |
summary | zero-successors]
show eigrp [as-number] traffic
show mfib cluster
show route cluster
Disabling EIGRP Logging Messages
no eigrp log-neighbor-changes
no eigrp log-neighbor-warnings
Note
By default, neighbor change and neighbor warning messages are logged.
Configuration Example for EIGRP
The following example shows how to enable and configure EIGRP with various optional processes:
Step 1
To enable EIGRP, enter the following commands:
hostname(config)# router eigrp 2
hostname(config-router)# network 10.0.0.0 255.0.0.0
Step 2
To configure an interface from sending or receiving EIGRP routing messages, enter the following
command:
hostname(config-router)# passive-interface {default}
Step 3
To define an EIGRP neighbor, enter the following command:
hostname(config-router)# neighbor 10.0.0.0 interface interface1
Step 4
To configure the interfaces and networks that participate in EIGRP routing, enter the following
command:
hostname(config-router)# network 10.0.0.0 255.0.0.0
Step 5
To change the interface delay value used in EIGRP distance calculations, enter the following commands:
hostname(config-router)# exit
hostname(config)# interface phy_if
hostname(config-if)# delay 200
Configuration Example for EIGRP
Purpose (continued)
Displays the EIGRP topology table.
Displays EIGRP traffic statistics.
Displays MFIB information in terms of
forwarding entries and interfaces.
Displays additional route synchronization details
for clustering.
Disables the logging of neighbor change
messages. Enter this command in router
configuration mode for the EIGRP routing
process.
Disables the logging of neighbor warning
messages.
Cisco ASA Series CLI Configuration Guide
1-19

Advertisement

Table of Contents
loading

Table of Contents