This page was exported from Free Cisco Training & Resources - Certification Exam Preparation
[ https://www.ciscobibles.com ] Export date: Thu Mar 13 2:11:14 2025 / +0000 GMT |
How to enable IPv6 on a Cisco RouterNow in order for you to allow (enable) a Cisco router to begin routing IPv6 packets, you'll need to perform the following two tasks. Step1 - Enable IPv6 routing globally on the router Step2 - enable IPv6 processing on a particular interface(s). To begin completing task number one (enabling IPv6 routing globally on a router) you'll need to enter Global Configuration mode and type ipv6 unicast-routing on the router like you see here: Router>enable Notice, that I typed the word "enable" while the router was in User Exec mode (Router>) which then placed the router into Privileged Exec mode (Router#). Then once the router was in Privileged Exec mode (Router#) I typed the words "configure terminal" which then placed the router into Global Configuration mode (Router(config)#) so I could begin configuring the router to globally route IPv6 packets; and as you can see, I typed the Global Configuration command "ipv6 unicast-routing" to complete task number one. So, to make a long story short, the command that you need to type on a Cisco router to enable it globally for IPv6 packet routing is "ipv6 unicast-routing". Router>enable Now, since the router is back into Privileged Exec mode (Router#), I continued on to completing task number two (enabling IPv6 processing on a particular interface(s). By re-typing the command "configure terminal" which placed the router back into Global Configuration mode (Router(config)#), so I could use the "interface" command to specify the interface type (fastethernet) and its slot and port information (0/0). Notice, that the router has entered into Interface Configuration mode (Router(config-if)#) by hitting the enter key, and once the router was in Interface Configuration mode (Router(config-if)#); I used the interface command "ipv6 enable" to enable the fastethernet 0/0 interface for IPv6 processing to complete task number 2. Here's another way the previous commands could have been typed: Router>enable Notice, that it wasn't really necessary to leave Global Configuration mode (Router(config)#) to complete both tasks; I just did it, to show you each task individually. To your success. |
Post date: 2009-09-02 16:49:49 Post date GMT: 2009-09-02 08:49:49 Post modified date: 2010-07-24 14:27:19 Post modified date GMT: 2010-07-24 06:27:19 |
Powered by [ Universal Post Manager ] plugin. HTML saving format developed by gVectors Team www.gVectors.com |