SNMP set giving undo failed error on the icx switch
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2019 04:33 AM
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?
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2019 07:15 AM
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.
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2019 05:21 PM
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.
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2019 05:47 AM
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.
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2019 06:44 AM
Great!! Amar, I am glad to hear that, thank you for the confirmation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2019 05:42 AM
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
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