The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
This chapter describes the Cisco NX-OS Enhanced Interior Gateway Routing Protocol (EIGRP) commands that begin with A.
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
Address-family configuration mode
Router configuration mode
|
|
---|---|
This example shows how to set the IPv4 unicast address family for an EIGRP instance:
|
|
---|---|
Configures the default metric for routes redistributed into 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
Address-family configuration mode
Router configuration mode
|
|
---|---|
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.
This example shows how to configure the interface to accept and send any key that belongs to the key-chain trees:
|
|
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. |
|
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.
Address-family configuration mode
Router configuration mode
|
|
---|---|
This example shows how to configure the interface to use MD5 authentication:
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 ]
Address-family configuration mode
|
|
---|---|
Use the autonomous-system command to set a common AS number for all EIGRP instances in an address family.
This example shows how to set an AS number for EIGRP for IPv4 unicast:
|
|
---|---|