Create VLAN via SNMP on ICX6430
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2020 04:43 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2020 04:47 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2020 04:49 PM
Yeah I tried multiple versions of the ICX6430 from 08.0.10m to now 08.0.30r, still no luck.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2020 04:54 PM
Wow. I guess it's on version "U" now. But that shouldn't matter.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2020 04:59 PM
Ill try it out, just in case

