Configure Ipv6 - Over Is-Is
Configure Ipv6 - Over Is-Is
Configure Ipv6 - Over Is-Is
Table of Contents
Configuring IS−IS over IPv6.............................................................................................................................1
Introduction.............................................................................................................................................1
Before You Begin...................................................................................................................................1
Conventions......................................................................................................................................1
Prerequisites.....................................................................................................................................1
Components Used.............................................................................................................................1
Configure................................................................................................................................................1
Network Diagram.............................................................................................................................2
Configurations..................................................................................................................................2
Verify......................................................................................................................................................3
Troubleshoot...........................................................................................................................................5
Troubleshooting Procedure..............................................................................................................5
Related Information................................................................................................................................6
i
Configuring IS−IS over IPv6
Introduction
Before You Begin
Conventions
Prerequisites
Components Used
Configure
Network Diagram
Configurations
Verify
Troubleshoot
Troubleshooting Procedure
Related Information
Introduction
This document provides a sample configuration for Intermediate System−to−Intermediate System (IS−IS)
over IP version 6 (IPv6). It also discusses how to verify and troubleshoot the configuration.
Prerequisites
Before attempting this configuration, please ensure that you meet the following prerequisites:
• A basic understanding of IS−IS. For more information, refer to Configuring IS−IS for IP on Cisco
Routers.
• A basic understanding of IPv6. For more information, refer to IPv6 for Cisco IOS Software.
Components Used
The information in this document is based on the software and hardware versions below.
The information presented in this document was created from devices in a specific lab environment. All of the
devices used in this document started with a cleared (default) configuration. If you are working in a live
network, ensure that you understand the potential impact of any command before using it.
Configure
In this section, you are presented with the information to configure the features described in this document.
Network Diagram
This document uses the network setup shown in the diagram below.
Configurations
This document uses the configurations shown below.
• c7200−1
• c7200−2
c7200−1
c7200−1#show run
ipv6 unicast−routing
! Enable the forwarding of IPv6 unicast datagrams
!
interface Loopback0
no ip address
ipv6 address 2000:1::1/96
!
interface FastEthernet3/0
ip address 172.16.88.51 255.255.255.224
duplex half
ipv6 address 1000:1:1:1:1:1:1:1/112
ipv6 router isis alpha
!
router isis alpha
net 49.1111.2220.3330.4440.00
!
end
c7200−2
c7200−2#show run
ipv6 unicast−routing
!
interface Loopback0
no ip address
ipv6 address 3000:1::1/96
ipv6 router isis alpha
!
interface FastEthernet0/0
ip address 172.16.88.50 255.255.255.224
duplex auto
speed auto
ipv6 address 1000:1:1:1:1:1:1:2/112
ipv6 router isis alpha
!
router isis alpha
net 49.1111.2222.3333.4444.00
!
end
Verify
This section provides information you can use to confirm your configuration is working properly.
Certain show commands are supported by the Output Interpreter Tool ( registered customers only) , which allows
you to view an analysis of show command output.
• show clns interface− Used to list the Connectionless Network Service (CLNS)−specific information
about interface
7200−2#ping 1000:1:1:1:1:1:1:1
Troubleshoot
This section provides information you can use to troubleshoot your configuration.
• debug isis adj−packets − Used to show the IS−IS Hello (IIH) packets going across CLNS neighbors.
Troubleshooting Procedure
Below is troubleshooting information relevant to this configuration. If IPv6 IS−IS is not working properly,
follow the instructions below to troubleshoot your configuration.
1. Ping the neighbor and make sure the pings works. If it fails, check to make sure the addresses fall in
the same subnet, and also check Layer 1 and Layer 2. It is helpful to have an IPv4 address on each
interface. Check to see if the IPv4 pings work, and this will help exclude any Layer 1 and Layer 2
issues.
2. Check to see if the configuration is correct. Refer to the sample configurations in the Configurations
section of this document. If the configuration appears correct, issue a debug clns adj−packets
command.
You should see IIH packets going in both directions, as shown in sample debug output below:
Note: Before issuing debug commands on a production network, refer to Important Information on
Debug Commands.
Related Information
• IPv6 for Cisco IOS Software
• IP Routed Protocols Technical Support
• IS−IS Support Page
• Technical Support − Cisco Systems
All contents are Copyright © 1992−2003 Cisco Systems, Inc. All rights reserved. Important Notices and Privacy Statement.