In the past few weeks, a lot of you have been emailing me asking "why don't you write an article explaining how to enable the IS-IS protocol on a Cisco router's interface?"
Well, for all of you emailer's out there and you know who you are; this article is for you!
Now, when configuring the IS-IS protocol for IPv6 on a Cisco router's interface you will need to perform two tasks. The first task entails creating an IS-IS routing process and the second task entails configuring (enabling) the IS-IS routing process on the specific interface.
Below are the steps that you'll need to successfully perform task 1 and task 2.
- Router>enable
- Router#configure terminal
- Router(config)#ipv6 unicast-routing
- Router(config)#router isis area-tag
- Router(config-router)#net network-entity-title
- Router(config-router)#exit
- Router(config)#interface type-number
- Router(config-if)#ipv6 address {ipv6-address/prefix-length |prefix-name sub-bits/prefix-length}
- Router(config-if)#ipv6 router isis area-name
- Router(config-if)#exit
- Router(config)#exit
- Router#copy run start
- Router>enable
- Router#configure terminal
- Router(config)#ipv6 unicast-routing
- Router(config)#router isis area-tag
- Router(config-router)#net network-entity-title
- Router(config-router)#exit
- Router(config)#interface type-number
- Router(config-if)#ipv6 address {ipv6-address/prefix-length |prefix-name sub-bits/prefix-length}
- Router(config-if)#ipv6 router isis area-name
- Router(config-if)#exit
- Router(config)#exit
- Router#copy run start
1. Router>enable
Puts router into Privileged EXEC mode.
Step #2
2. Router#configure terminal
Puts router into Global configuration mode.
Step #3
3. Router(config)#ipv6 unicast-routing
Configures the router to (globally) route IPv6 packets.
Step #4
4. Router(config)#router isis area 2
Configures (enables) a specific IS-IS routing process, and puts router into router configuration mode.
Step #5
5. Router(config-router)#net 49.0001.0001.0000.000c.00
Configures an IS-IS network entity title (NET) for the specified routing process. (A NET is used to define the area address for the IS-IS area and the system ID of the router)
Step #6
6. Router(config-router)#exit
Returns the router to Global configuration mode.
Step #7
7. Router(config)#interface fastethernet 0/0
Specifies the fastethernet 0/0 interface on which IS-IS is to be configured and puts router into interface mode.
Step #8
8. Router(config-if)#ipv6 address 2001:0DC8::3/64
Specifies the IPv6 network assigned to the interface and enables IPv6 processing on the interface.
Step #9
9. Router(config-if)#ipv6 router isis area 2
Configures (enables) the specified IPv6 IS-IS routing process on the fastethernet 0/0 interface.
Step #10
10. Router(config-if)#exit
Returns the router to Global configuration mode.
Step #11
11. Router(config)#exit
Returns the router to Privileged EXEC mode.
Step #12
12. Router#copy run start
Saves the contents of the running-config to local Non -Volatile Random Access Memory (NVRAM).
I invite you to visit my website were you'll find the latest information regarding Cisco IPv6 Design and Implementation Techniques.
To your success,
Charles Ross, CCNP #CSCO10444244 is the owner of Ittechtips.com; where you'll find free comprehensive information and videos about IPv6 technology and how it works with Cisco Systems technology.
Sign-Up for "18 Free Videos" that will teach you IPv6 Address Representation In Under 10 Minutes! And, also learn more about the new "Cisco IPv6 Video Accelerated Training Course" at his website. http://www.ciscoipv6ittechtips.com
Article Source: http://EzineArticles.com/?expert=Charles_E_Ross
No comments:
Post a Comment