cancel
Showing results for 
Search instead for 
Did you mean: 

SNMP set giving undo failed error on the icx switch

amar_deep
New Contributor III
Hi,

I want to untagg the port 2 in VLAN 1050. Initially, it is untagged in VLAN 1025.

                
Request to set the row as “untagged” (untagg port 2 in VLAN 1050)

print_r(snmp2_set('HOST', 'test12345', '1.3.6.1.4.1.1991.1.1.3.2.6.1.4.1050.2', 'i', '2'));

Gettting error: Warning:  snmp2_set(): Error in packet at 'SNMPv2-SMI::enterprises.1991.1.1.3.2.6.1.3.1050.2': undoFailed 

I have also tried using the following SNMP OID:

print_r(snmp2_set('HOST','test1234','dot1qPvid.2','u','1050'));
print_r(snmp2_set('HOST','test1234','dot1qVlanStaticUntaggedPorts.1050','x','400000000000000000000000'));

The above calls are also failing and I am getting a no response.

Any suggestions?
11 REPLIES 11

amar_deep
New Contributor III
Hi Isaac,

I have tried using the above SNMP calls but I am getting the following errors:

Warning:  snmp2_set(): Error in packet at 'SNMPv2-SMI::enterprises.1991.1.1.3.2.6.1.3.1050.2': undoFailed
Warning:  snmp2_set(): Error in packet at 'SNMPv2-SMI::enterprises.1991.1.1.3.2.6.1.4.1050.2': undoFailed

Port = 2
VLAN = 1050

I have removed the port 2 from VLAN 1025, but still getting the above error.

Please suggest!

Thanks for your reply on this.

isaac_madriz
RUCKUS Team Member
Hi Amar,

Were you able to use both OIDs on the same call? is that something supported for the tool you are using, from previous tests I know that not all SNMP tool support that, is there a way for you to test with net-snmp tool? 

Regards.

Hi Issac,

I was successfully able to untagg the ports after using both the OIDs in a single snmp call.

Thanks for your suggestion. I really appreciate.

Great!! Amar, I am glad to hear that, thank you for the confirmation 

denis_kalinin
New Contributor II
Hi Isaac,

I have similar problem like Amar. I have successfully add vlan to tagged port, but have problem with adding vlan to untaged port
snmpset -v2c -c community 192.168.1.30 1.3.6.1.4.1.1991.1.1.3.2.6.1.3.192.23 i 4 1.3.6.1.4.1.1991.1.1.3.2.6.1.4.192.23 i 2

and i get error like that

Error in packet.
Reason: undoFailed
Failed object: SNMPv2-SMI::enterprises.1991.1.1.3.2.6.1.3.192.23