From: Jaycee Cockburn - BCX SS (Jaycee.Cockburn@bcx.co.za)
Date: Sun Nov 06 2005 - 12:15:13 GMT-3
Hi All,
I think the problem is that the IOS/router doesn't support IPV6 ospf...
I have a few 2610/2651 with the same problem. Checked it out on Feature
navigator and wa-la, not supported...so I started crying...
If you don't believe me
-------------SNIP------------------------
R1(config-subif)#ipv6 ?
IPv6 interface subcommands:
address Configure IPv6 address on interface
enable Enable IPv6 on interface
mtu Set IPv6 Maximum Transmission Unit
nat Enable IPv6 NAT on interface
nd IPv6 interface Neighbor Discovery subcommands
redirects Enable sending of ICMP Redirect messages
rip Configure RIP routing protocol
router IPv6 Router interface commands
traffic-filter Access control list for packets
unnumbered Preferred interface for source address selection
verify Enable per packet validation
R1(config-subif)#ipv6 router ?
isis IS-IS Routing for IPv6
R1(config-subif)
-----------------------END-SNIP-------------
It still support RIPng, ISIS, BGPv6, tunnels etc...
Cheers
Happy Labbing
JC
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Bruce Porcelli
Sent: 06 November 2005 05:01 PM
To: Schulz, Dave; mikenoc@mindspring.com; nobody@groupstudy.com;
ccielab@groupstudy.com
Subject: RE: Configuring IPV6 for OSPF question
For IPv6 over frame relay there's a couple of things to remember.
Specifically, where you are implementing map statements don't forget
your link-local mappings as well.
otherwise almost identical to ip4. Point-to-Point all you need is frame
interface-dlci # an ipv add / no map needed. (of course ipv uni)
other map and Verify Layer 2 to Layer 3 adjancies.
For the routing protocol to form adjancies / share routing updates for
other than point-to-point conditions, you need to map the link-local
address of your peer to your local DLCI.
on peer (apply ipv add - then do sh ipv inter)
the good thing. is ipv ospf is virtually the same ip ospf
debug ipv ospf proc :) and others as well
Hope this helps
"Schulz, Dave" <DSchulz@dpsciences.com> wrote:Did you configure ipv6
unicast-routing from global config?
-----Original Message-----
From: nobody@groupstudy.com
To: ccielab@groupstudy.com
Sent: 11/6/2005 4:44 AM
Subject: Configuring IPV6 for OSPF question
I am trying to follow the step by step procedure for configuring OSPF on
IPV6 and it is not letting me. Can someone tell me what command I am
missing.
Thanks,
R4(config)#int ser 0/0
R4(config-if)#ip address 10.10.10.1 255.255.255.0
R4(config-if)#ipv6 address 2080:10:10:10::4/64
R4(config-if)#ipv6 enable
R4(config-if)#ipv
R4(config-if)#ipv6 osp
R4(config-if)#ipv6 osp?
% Unrecognized command
R4(config-if)#ipv6 ospf 1 area 0
^
% Invalid input detected at '^' marker.
R4(config-if)#end
R4#sh ru
*Mar 4 08:23:46.959: %SYS-5-CONFIG_I: Configured from console by
consolen | i unicast
ipv6 unicast-routing
R4#sh run int ser 0/0
Building configuration...
Current configuration : 221 bytes
!
interface Serial0/0
ip address 10.10.10.1 255.255.255.0
encapsulation frame-relay
ip ospf message-digest-key 1 md5 cisco
ipv6 address 2080:10:10:10::4/64
ipv6 enable
no fair-queue
no frame-relay inverse-arp
end
R4#
This archive was generated by hypermail 2.1.4 : Thu Dec 01 2005 - 09:12:05 GMT-3