07-15-2020 04:57 AM
07-15-2020 05:40 AM
07-15-2020 05:43 AM
08-09-2022 12:21 AM - edited 08-09-2022 12:22 AM
in ARUBA
I can do this
int 24
tag 10,20,30
INSTEAD OF
vlan 10
tag e 1/1/24
vlan 20
tag e 1/1/24
vlan 30
tag e 1/1/24
look at that. how many lines I can save
How come I can't do that in icx 8.0.95
could I ask it will be added in next release
tq
08-09-2022 06:17 AM
Hey @nbctcp
You can do something like this:
conf t
vlan 10 20 30
tag e 1/1/24
Similarly, you can edit multiple interfaces at once as well:
conf t
int e 1/1/1 to 1/1/24
<command>
or
conf t
int e 1/1/1 e 1/1/5 e 1/1/10
<command>