[f-nsp] Best practise for dual-stack IPv6 on Jetcore-based devices

Mischa Peters foundry at high5.nl
Mon Feb 7 05:36:57 EST 2011


Hi Chris,

What I have been doing for some time now is the following:

Create VLAN
Add router-interface to VLAN
Add ve with IPv4 and IPv6 address.

!
vlan 203 by port
 tagged ethe 1/4 to 1/8 ethe 2/1 
 router-interface ve 203
!

interface ve 203
 ip address xx.xx.xx.xx/24
 ipv6 address xxxx:xxxx:xxxx:xxxx::1/64
 ipv6 enable
 ipv6 nd suppress-ra
 ip vrrp-extended vrid 203
  backup priority 100 track-priority 20
  ip-address xx.xx.xx.xx
  track-port e 1/1
  enable
!

The only unfortunate thing is that VRRP-e doesn't support IPv6.

Regards,

Mischa

On Feb 07, 2011, at 11:29 , Chris Hellkvist wrote:

> Hi,
> 
> we have some boxes (mostly BI 4k/8k) on running Jetcore modules and SW
> B2P08001w. Currently a typical config towards a network looks like
> this:
> vlan 436 name DFUE-FIELDSR1-NW/#28311146/RED-0 by port
> untagged ethe 8/20 to 8/24
> ip-subnet 10.238.20.0 255.255.255.0 name DE-B73_HEAD/#42574412/RED-0
>  static ethe 8/20
> router-interface ve 20
> ip-subnet 10.238.21.0 255.255.255.0 name DE-GAB_HEAD/#53636326/RED-0
>  static ethe 8/21
> router-interface ve 21
> ip-subnet 10.238.22.0 255.255.255.0 name DE-UBR_SUB/#61252273/RED-0
>  static ethe 8/22
> router-interface ve 22
> ip-subnet 10.238.23.0 255.255.255.0 name DE-DIZ_SUB/#38524742/RED-0
>  static ethe 8/23
> router-interface ve 23
> ip-subnet 10.238.24.0 255.255.255.0 name DE-BZH_SUB/#26827471/RED-0
>  static ethe 8/24
> router-interface ve 24
> 
> So, my first attempt was to create a ipv6-subnet in the VLAN:
> SSH at GF(config-vlan-436)#ipv6-proto name Testbed_V6
> error - failed to create IPv6 protocol vlan because IP subnet vlan was
> configured
> 
> Okay, so i tried the hard way by putting a v6 address on the existing
> VE interface:
> SSH at CR-X-GDF-5(config-vif-23)#ipv6 enable
> SSH at CR-X-GDF-5(config-vif-23)#ipv6 address fc55:cafe:cafe:cafe::1/64
> 
> But nope, no luck:
> SSH at CR-X-GDF-5#sh ipv6 interface ve 27
> Interface VE 23  is down, line protocol is down
>  vlan id: 0, vlan index: 0, ve type: 0
>  members: none
>  active: none
>  IPv6 is enabled, link-local address is
>  Global unicast address(es):
>  Joined group address(es):
> 
> Any ideas/hints how to configure dual-stack IPv6 on those boxes? The
> Foundry documentation was not that helpful…
> 
> Thanks,
> Chris
> 
> _______________________________________________
> foundry-nsp mailing list
> foundry-nsp at puck.nether.net
> http://puck.nether.net/mailman/listinfo/foundry-nsp





More information about the foundry-nsp mailing list