Step 1
|
enable
|
Enables
privileged EXEC mode.
|
Step 2
|
configure
terminal
Device# configure terminal
|
Enters global
configuration mode.
|
Step 3
|
router
eigrp
virtual-instance-name
Device(config)# router eigrp virtual-name1
|
Enables an
EIGRP routing process and enters router configuration mode.
|
Step 4
|
Enter one of the
following:
-
address-family
ipv4
[multicast ]
[unicast ]
[vrf
vrf-name ]
autonomous-system
autonomous-system-number
-
address-family
ipv6
[unicast ]
[vrf
vrf-name ]
autonomous-system
autonomous-system-number
Device(config-router)# address-family ipv4 autonomous-system 45000
Device(config-router)# address-family ipv6 autonomous-system 45000
|
Enters address
family configuration mode to configure an EIGRP IPv4 or IPv6 routing instance.
|
Step 5
|
network
ip-address
[wildcard-mask ]
Device(config-router-af)# network 172.16.0.0
|
Associates
networks with an EIGRP routing process.
|
Step 6
|
af-interface
{default |
interface-type
interface-number }
|
Enters address
family interface configuration mode and configures interface-specific EIGRP
commands.
|
Step 7
|
authentication
key-chain
name-of-chain
Device(config-router-af-interface)# authentication key-chain SITE1
|
Specifies an
authentication key chain for EIGRP.
|
Step 8
|
authentication
mode
{hmac-sha-256
encryption-type
password |
md5 }
Device(config-router-af-interface)# authentication mode md5
|
Specifies the
type of authentication used in an EIGRP address family for the EIGRP instance.
|
Step 9
|
exit-af-interface
Device(config-router-af-interface)# exit-af-interface
|
Exits address
family interface configuration mode.
|
Step 10
|
exit-address-family
Device(config-router-af)# exit-address-family
|
Exits address
family configuration mode.
|
Step 11
|
exit
Device(config-router)# exit
|
Exits router
configuration mode and returns to global configuration mode.
|
Step 12
|
key
chain
name-of-chain
Device(config)# key chain keychain1
|
Identifies a
key chain and enters key chain configuration mode.
|
Step 13
|
key
key-id
Device(config-keychain)# key 1
|
Identifies
the key number and enters key chain key configuration mode.
|
Step 14
|
key-string
text
Device(config-keychain-key)# key-string 0987654321
|
Identifies
the key string.
|
Step 15
|
accept-lifetime
start-time
{infinite |
end-time |
duration
seconds }
Device(config-keychain-key)# accept-lifetime 04:00:00 Jan 4 2007 infinite
|
(Optional)
Specifies the time period during which the key can be received.
|
Step 16
|
send-lifetime
start-time
{infinite |
end-time |
duration
seconds }
Device(config-keychain-key)# send-lifetime 04:00:00 Dec 4 2006 infinite
|
(Optional)
Specifies the time period during which the key can be sent.
|
Step 17
|
end
Device(config-keychain-key)# end
|
Exits key
chain key configuration mode and returns to privileged EXEC mode.
|