cancel
Showing results for 
Search instead for 
Did you mean: 

Create VLAN via SNMP on ICX6430

jennifer_wilson
New Contributor II
Running into difficulties creating a VLAN on the ICX6430 using SNMP, but I do have it working on the ICX7150

7150, confirmed working, creates VLAN 114:
snmpset -v 3 -u GROUPNAME -l authPriv -a SHA -A PASSWORD -x AES -X PASSWORD -t 3 IPADDRESS 1.3.6.1.4.1.1991.1.1.3.2.1.1.10 i 4 1.3.6.1.4.1.1991.1.1.3.2.1.1.2 i 114
iso.3.6.1.4.1.1991.1.1.3.2.1.1.10 = INTEGER: 4 
iso.3.6.1.4.1.1991.1.1.3.2.1.1.2 = INTEGER: 114

6430, not working:
snmpset -v 3 -u GROUPNAME -l authPriv -a SHA -A PASSWORD -x AES -X PASSWORD -t 3 IPADDRESS 1.3.6.1.4.1.1991.1.1.3.2.1.1.10 i 4 1.3.6.1.4.1.1991.1.1.3.2.1.1.2 i 114
Error in packet. 
Reason: undoFailed 
Failed object: iso.3.6.1.4.1.1991.1.1.3.2.1.1.10

However, I can delete a VLAN on the 6430, deletes VLAN 114:
snmpset -v 3 -u GROUPNAME -l authPriv -a SHA -A PASSWORD -x AES -X PASSWORD -t 3 IPADDRESS 1.3.6.1.4.1.1991.1.1.3.2.1.1.10 i 3 1.3.6.1.4.1.1991.1.1.3.2.1.1.2 i 114 
SNMPv2-SMI::enterprises.1991.1.1.3.2.1.1.10 = INTEGER: 3 
SNMPv2-SMI::enterprises.1991.1.1.3.2.1.1.2 = INTEGER: 114

Any ideas on why I wouldn't be able to add a VLAN on the 6430?

Thanks,

Jennifer
10 REPLIES 10

andrew_giancol1
Contributor III
You are speaking way above my head, however, I do wonder if this isn't a firmware bug? So often is the case with my 7150s (I don't have any 6430 switches) where a command exists (or doesn't) in one FW version, then gets an update in another. 

Yeah I tried multiple versions of the ICX6430 from 08.0.10m to now 08.0.30r, still no luck.

Wow. I guess it's on version "U" now. But that shouldn't matter. 

Ill try it out, just in case