This post is more than 5 years old
4 Posts
0
1310
May 16th, 2011 12:00
Editing / deleting network interfaces from Unisphere
While setting up some new CIFS servers, I mistakenly set the VLAN ID's on the new network interfaces and need to get rid of them. I can't seem to even find a means of listing the interfaces.
Thanks in advance.
No Events found!
deeppat
2 Intern
•
261 Posts
0
May 16th, 2011 12:00
To remove the VLAN tagging, use this command syntax:
$ server_ifconfig vlan=
* = name of the interface on which you are changing the VLAN ID
To move the interface from one VLAN to another, first remove the VLAN tagging by setting
the VLAN ID to 0. Then assign the new VLAN ID to each interface.
jayp_wi
4 Posts
0
May 16th, 2011 12:00
Thanks, that gives me the list.
mdsfile02 protocol=IP device=fsn0
inet=10.109.11.72 netmask=255.255.255.0 broadcast=10.109.11.255
UP, Ethernet, mtu=1500, vlan=0, macaddr=0:60:16:3e:fc:68
modfile01 protocol=IP device=fsn0
inet=10.109.11.101 netmask=255.255.255.0 broadcast=10.109.11.255
UP, Ethernet, mtu=1500, vlan=11, macaddr=0:60:16:3e:fc:68
mdsfile03 protocol=IP device=fsn0
inet=10.109.11.73 netmask=255.255.255.0 broadcast=10.109.11.255
UP, Ethernet, mtu=1500, vlan=11, macaddr=0:60:16:3e:fc:68
mdsfile01 protocol=IP device=fsn0
inet=10.109.11.71 netmask=255.255.255.0 broadcast=10.109.11.255
UP, Ethernet, mtu=1500, vlan=11, macaddr=0:60:16:3e:fc:68
mdsfile00 protocol=IP device=fsn0
inet=10.109.11.70 netmask=255.255.255.0 broadcast=10.109.11.255
UP, Ethernet, mtu=1500, vlan=11, macaddr=0:60:16:3e:fc:68
Now I need to know how to change them so the VLAN=0 for all but mdsfile02.
dynamox
9 Legend
•
20.4K Posts
1
May 16th, 2011 12:00
command line ?
server_ifconfig server_2 -all
jayp_wi
4 Posts
0
May 16th, 2011 13:00
I was hoping there was a way in GUI to do it, but thanks for the command line help. Everything looks good now.
christopher_ime
2K Posts
0
May 26th, 2011 01:00
First, to answer your orginal question where you were unable to find a way of listing them, from the Unisphere GUI:
1) Select System -> Network from the menu
2) Default selection will be the "Interfaces" tab
3) By default, the VLAN ID is not listed in the columns so... right-click on a column header
4) Select "Choose Columns"
5) Check "VLAN ID"
You can then view properties on an interface and make the same changes you performed via CLI.