RE: Configuring IPV6 for OSPF question

From: Bruce Porcelli (bporcelli76@yahoo.com)
Date: Sun Nov 06 2005 - 12:00:44 GMT-3


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