A Commands
This chapter describes the Cisco NX-OS Enhanced Interior Gateway Routing Protocol (EIGRP) commands that begin with A.
address-family (EIGRP)
To configure an address family for the Enhanced Interior Gateway Routing Protocol (EIGRP), use the address-family command. To remove an address family, use the no form of this command.
no address-family ipv4 unicast
Syntax Description
Command Default
Command Modes
Address family configuration mode
Command History
|
|
Usage Guidelines
Examples
This example shows how to set the IPv4 unicast address family for an EIGRP instance:
Related Commands
|
|
---|---|
Configures the default metric for routes redistributed into EIGRP. |
|
authentication key-chain (EIGRP)
To enable authentication for the Enhanced Interior Gateway Routing Protocol (EIGRP) packets and to specify the set of keys that can be used on an interface, use the authentication key-chain command. To prevent authentication, use the no form of this command.
authentication key-chain name-of-chain
no authentication key-chain name-of-chain
Syntax Description
Command Default
Command Modes
Address family configuration mode
Command History
|
|
Usage Guidelines
Set the authentication mode using the authentication mode command in VRF configuration mode. You must separately configure a key chain using the key-chain command to complete the authentication configuration for an interface.
Examples
This example shows how to configure the interface to accept and send any key that belongs to the key-chain trees:
Related Commands
|
|
Enables authentication for EIGRP and specifies the set of keys that can be used on an interface. |
|
Creates a set of keys that can be used by an authentication method. |
|
authentication mode (EIGRP)
To specify the type of authentication used in the Enhanced Interior Gateway Routing Protocol (EIGRP) packets, use the authentication mode command. To remove authentication, use the no form of this command.
Syntax Description
Command Default
Command Modes
Address family configuration mode
Command History
|
|
Usage Guidelines
Examples
This example shows how to configure the interface to use MD5 authentication:
Related Commands
autonomous-system
To configure the autonomous system (AS) number for an Enhanced Interior Gateway Routing Protocol (EIGRP) address family, use the autonomous-system command. To revert to default, use the no form of this command.
no autonomous-system [ as-number ]
Syntax Description
Command Default
Command Modes
Address family configuration mode
Command History
|
|
Usage Guidelines
Use the autonomous-system command to set a common AS number for all EIGRP instances in an address family.
Examples
This example shows how to set an AS number for EIGRP for IPv4 unicast:
Related Commands
|
|
---|---|