cancel
Showing results for 
Search instead for 
Did you mean: 

ICX 7550 switch version setting inquiry

hyshin
New Contributor

Hello 

ICX 7550 switch version setting inquiry

 

ICX7550-48ZP Router(config-vlan-1)#vlan 2
ICX7550-48ZP Router(config-vlan-2)# router-interface ve 2
Invalid input ->router-interface ve 2                                   <===== why
Type ? for a list
Node doesn't exist


vlan 2
router-interface ve 2 <--- Is the command gone in version 10???


The command doesn't work. Why?( check please 1 - (1) )

Is the command gone? Or has it been replaced with another command?


======= Attach log file =======

1. Compare settings by version
(1) version GZR10010e_cd1

interface ve 2
ip address 10.1.1.1 255.255.255.0


ICX7550-48ZP Router(config-vlan-1)#vlan 2
ICX7550-48ZP Router(config-vlan-2)# router-interface ve 2
Invalid input ->router-interface ve 2
Type ? for a list <============== why?
Node doesn't exist <============== why?

 

(2) version GZR08095r

SSH@TEST#show run

<omission>

vlan 2 name test by port
tagged ethe 1/1/2 ethe 1/1/4 ethe 1/1/6 ethe 1/1/36 ethe 1/1/43 to 1/1/48
router-interface ve 2
spanning-tree priority 0

<omission>

 

 


2. Check the booted image version

(1) version GZR10010e_cd1


ICX7550-48ZP Router#show flash
Stack unit 1:
Compressed Pri Code size = 71322080, Version:10.0.20T243 (GZR10020.bin)
Compressed Sec Code size = 64525052, Version:10.0.10eT243 (GZR10010e_cd1.bin)
Compressed Pri Boot Code size = 1081856, Version:10.2.05T245 (gzu1025)
Compressed Sec Boot Code size = 1081856, Version:10.2.07T245 (gzu1027)
Code Flash Free Space = 2218577920
ICX7550-48ZP Router#show ver
Copyright (c) Ruckus Networks, Inc. All rights reserved.
UNIT 1: compiled on Oct 28 2024 at 00:56:04 labeled as GZR10010e_cd1
(64525052 bytes) from Secondary GZR10010e_cd1.bin (UFI)
SW: Version 10.0.10e_cd1T243
Compressed Secondary Boot Code size = 1081856, Version:10.2.07T245 (gzu1027)
Compiled on Thu Jan 1 00:00:00 1970

 

(2) version GZR08095r

SSH@TEST#show flash
Stack unit 1:
Compressed Pri Code size = 62524500, Version:08.0.95rT243 (GZR08095r.bin)
Compressed Sec Code size = 59167832, Version:08.0.95rT241 (GZS08095r.bin)
Compressed Pri Boot Code size = 1081856, Version:10.1.27T245 (gzu10127)
Compressed Sec Boot Code size = 1081856, Version:10.1.27T245 (gzu10127)
Code Flash Free Space = 2313129984
SSH@TEST#
SSH@TEST#show ver
Copyright (c) Ruckus Networks, Inc. All rights reserved.
UNIT 1: compiled on Jan 16 2025 at 22:48:26 labeled as GZR08095r
(62524500 bytes) from Primary GZR08095r.bin (UFI)
SW: Version 08.0.95rT243
Compressed Primary Boot Code size = 1081856, Version:10.1.27T245 (gzu10127)
Compiled on Thu Jan 16 18:55:19 2025

 

Thank you.

 

4 REPLIES 4

BenBeck
Moderator
Moderator

In 10.x you can just go directly to:

 

Enable 

Conf t

Int ve <num>

Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us

hyshin
New Contributor

"router-interface ve 2" command is gone

"router-interface ve 2"

Does this mean that it's the same even if you don't enter the command?

1. In 10.x you can just go directly to:

vlan 2
int vlan 2

ip address 10.1.1.1 255.255.255.0

2. Other versions
vlan 2
int vlan 2

ip address 10.1.1.1 255.255.255.0
router-interface ve 2

Are 1 and 2 the same?

The command is deprecated. You no longer need to define/create the ve with the router interface ve command. As long as the vlan is created, you can go directly to VE configuration mode. They are functionally equivalent.

 

Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us

hyshin
New Contributor

Thank you.

Have a nice day ~