Ask some of you may wonder why write an article on how EIGRPv6 on a Cisco router, when I already know how to do?
Well, to answer your question, so that EIGRP is running on a router to an IPv6 network, is a bit 'different to enable EIGRP on a router is running on an IPv4 network.
Meaning, a router that is running on an IPv6 network that had EIGRP (EIGRPv6) enabled for the interface, rather than globally as a router, based onIt would be an IPv4 network. Then, in other words, the EIGRPv6 activation on a Cisco router, it is not necessary to use the "net" command when the router configuration mode on the router.
Instead, you must perform the following steps:
1. Router> Enable
2. Router # configure terminal
3. Router (config) # ipv6 unicast-routing
4. Router (config) # interface type number
5. Router (config-enable if) # IPv6
6. Router (config-if) # ipv6 eigrp AS-number
7.Router (config-if) # no shutdown
8. Router (config-if) # ipv6 router eigrp AS-number
9. Router (config-router) # ID (Router IP Address | IPv6)
10. Router (config-router) # no shutdown
11. Router (config-router) # exit
12. Router (config) # exit
13. Router # copy start run
Steps explained
Step # 1
1. Router> Enable
Mette router mode Privileged EXEC.
Step # 2
2. Router # configureTerminal
She sets the rules for configuring the router in the world.
Step 3
3. Router (config) # ipv6 unicast-routing
Configure your router to route IPv6 packets
Step # 4
4. Router (config) # interface FastEthernet 0 / 0
Specifies the FastEthernet 0 / 0-interface should be configured EIGRPv6.
Step # 5
5. Router (config-enable if) # IPv6
Enables IPv6 processing on the FastEthernet 0 / 0Interface.
Step # 6
6. Router (config-if) # IPv6 EIGRP 1
EIGRP allows for the process of IPv6 on the FastEthernet 0 / 0-Interface.
Step # 7
7. Router (config-if) # no shutdown
Starts the EIGRP for IPv6 protocol (procedure), without changing a configuration for the interface.
Step # 8
8. Router (config-if) # IPv6 EIGRP router 1
If the router in router configuration mode and creates an EIGRP for IPv6 routingTrial.
Step # 9
9. Router (config-router) # ID (Router IP Address | IPv6)
Allows you to use the router to a fixed router ID. (Remember, each router ID must be unique)
Step # 10
10. Router (config-router) # no shutdown
Insert EIGRPv6 routing process into "no shutdown" mode to start the EIGRPv6 too.
Step # 11
11. Router (config-router) # exit
Returns the global configuration routerMode
Step # 12
12. Router (config) # exit
Is the router privileged EXEC mode.
Step # 13
13. Router # copy start run
Save the contents of the running-config to local Non-Volatile Random Access Memory (NVRAM).
I urge you to visit my website, you have to find the latest information regarding Cisco IPv6 Design and technical implementation.
To your success,