Cisco Systems ASA5515K9 Network Router User Manual


  Open as PDF
of 1994
 
27-18
Cisco ASA 5500 Series Configuration Guide using the CLI
Chapter 27 Configuring EIGRP
Configuration Example for EIGRP
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
show eigrp [as-number] traffic
Displays EIGRP traffic statistics.
router-id
Displays the router-id for this EIGRP process.
Disabling EIGRP Logging Messages
no eigrp log-neighbor-changes
Disables the logging of neighbor change
messages. Enter this command in router
configuration mode for the EIGRP routing
process.
no eigrp log-neighbor-warnings
Disables the logging of neighbor warning
messages.
Command (continued) Purpose (continued)