[nsp] IPv6 over Frame Relay with 12.2-14S3

Michele Marazza marazza at ip-plus.net
Thu Oct 16 10:32:04 EDT 2003


Hi,

I'm trying to let IPv6 packets go through a Frame Relay PVC between two 
7206 routers with IOS 12.2-14.S3 but it doesn't work. I've tryied with 
both configurations proposed by Cisco (p-t-p, p-t-m) with no results.

Have anyone of you already experienced such problem?


Thanks and Regards

Mic


Configs:

Multipoint:

Router A:

interface Serial3/0
  mtu 4096
  encapsulation frame-relay IETF
  ipv6 address 2001:918::1:1/127
  frame-relay map ipv6 xxxx:xxxx::1:2 601 IETF
  frame-relay map ipv6 FE80::205:DCFF:FEB7:6038 601 broadcast IETF


Router B:

interface Hssi6/0
  mtu 4096
  encapsulation frame-relay IETF
  ipv6 address 2001:918::1:2/127
  frame-relay map ipv6 xxxx:xxxx::1:1 92 IETF
  frame-relay map ipv6 FE80::290:92FF:FE08:3C1C 92 broadcast IETF


Point-to-point:

Router A:

interface Serial3/0
  mtu 4096
  encapsulation frame-relay IETF
!
interface Serial3/0.1 point-to-point
  ipv6 address 2001:918::1:1/127
  frame-relay interface-dlci 601 IETF

Router B:

interface Hssi6/0
  mtu 4096
  encapsulation frame-relay IETF
!
interface Hssi6/0.1 point-to-point
  ipv6 address 2001:918::1:2/127
  frame-relay interface-dlci 92 IETF



More information about the cisco-nsp mailing list