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

Uploaded the latest version, and sadly, same error.

You have a legitimate issue. Do you know your Ruckus engineer is by chance?

I do not, but I will find out!

jennifer_wilson
New Contributor II
Tried to add VLAN 114 again, added in -D for some debugging info.  All I received was "Bad Object type: 4"

snmpset -v 3 -u GROUPNAME -l authPriv -a SHA -A PASSWORD -x AES -X PASSWORD  -t 3 -D 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 
No log handling enabled - using stderr logging
registered debug token 10.129.8.202, 1
*i: Bad object type: 4*

jijo_panangat
RUCKUS Team Member
Hi Jennifer,

Have you got a chance to try snmp version 2 ? Pls open a tac case if you can to debug and arrive at a root cause.


Thanks
Jijo