cancel
Showing results for 
Search instead for 
Did you mean: 

IPv6 address on VLAN error

IPv6 address on VLAN error

Sumanta_Ghosh
New Contributor
Getting error while trying to assign IPv6 interface to a vlan. IPv6 forwarding is already enabled on the VLAN, along with port tagging.

Getting error as below:-

%% Invalid input detected at '^' marker.
%% A number within the range of 1-4094 is expected.

18 REPLIES 18

Sumanta_Ghosh
New Contributor
Hi All

Thanks for all your support. I still don't know why it didn't let me assign IPv6 address directly. I tried multiple times, but unless I mentioned eui64 fe80::/64, it kept on giving same error.

Not sure if it is SSH terminal related issue, since I logged in via multiple nodes into the switch. Maybe something related to character recognition.

This happened in both primary as well secondary switches. However, I'll again try to assign new IPv6 address after removing the eui64 fe80::/64 part and update this thread.

Cheers,
Sumanta.

If the secondary switch was also logined through multiple nodes, I would suggest to test first after connecting switch directly, not through multiple nodes. It would help to narrow down if the issue was caused by the character recognition and it would be the most simple way to test I think.

Stephane_Grosj1
Extreme Employee
Hi,

At the beginning of the thread, you were having two issues:

1) you were trying to configure a vlan that was not present (the error message was requesting a vlan id)
2) the ipv6 address format was wrong

for example, I have the same error message below, vlan "myvlan" doesn't exist on the switch.

sw1.3 # configure vlan myvlan ipaddress fd01:976a:c200:6f1b:0:0:1::2/127
%% Invalid input detected at '^' marker.
%% A number within the range of 1-4094 is expected.
As for the IPv6 address, I'd not recommend the use of /127. For links, stay with /64, it's better that way.

https://tools.ietf.org/html/rfc5375
https://tools.ietf.org/html/rfc7421

David_Choi
Extreme Employee
Hi Sumanta,

Well, today I tested it on same model (x770-32q) and same version 21.1.2.14 but it worked well as below:

* L5:U30.10 # sh switch

SysName: L5:U30
SysLocation:
SysContact: support@extremenetworks.com, +1 888 257 3000
System MAC: 00:04:96:97:89:7F
System Type: X770-32q

SysHealth check: Enabled (Normal)
Recovery Mode: All
System Watchdog: Enabled

Current Time: Tue Nov 1 15:43:02 2016
Timezone: [Auto DST Disabled] GMT Offset: 0 minutes, name is UTC.
Boot Time: Tue Nov 1 15:35:18 2016
Boot Count: 857
Next Reboot: None scheduled
System UpTime: 7 minutes 44 seconds

Current State: OPERATIONAL
Image Selected: primary
Image Booted: primary
Primary ver: 21.1.2.14
Secondary ver: 21.1.1.4

Config Selected: vxlan_10112016.cfg
Config Booted: vxlan_10112016.cfg

vxlan_10112016.cfg Created by ExtremeXOS version 21.1.1.4
561835 bytes saved on Tue Nov 1 15:20:09 2016

* L5:U30.11 # create vlan TEST
* L5:U30.12 # configure vlan TEST ipaddress fd01:976a:c200:6f1b:0:0:1:2/127
* L5:U30.13 # sh conf vlan
#
# Module vlan configuration.
#
configure vlan default delete ports all
configure vr VR-Default delete ports 1-104
configure vr VR-Default add ports 1-104
configure vlan default delete ports 1-104
create vlan "TEST"
... skipped...
configure vlan ospf_backbone ipaddress 172.168.1.1 255.255.255.248
enable ipforwarding vlan ospf_backbone
configure TEST ipaddress eui64 fe80::/64
configure TEST ipaddress fd01:976a:c200:6f1b::1:2/127
* L5:U30.14 #

The configuration was applied without any error and also without eui64 configuration.
I guess there was some problem at the time when you were executing the config.

GTM-P2G8KFN