Hi Guys,
I am getting a 500 error on updating the port name on the ruckus ICX switch using API calls.
Response from the API :
{"timestamp":1628163014255,"path":"/switchm/api/v8_1/portSettings/abcd2-db4f-4e54-bea7-c8d7109efrca/","status":500,"erro...
Hi Guys,I am researching on the API call to fetch the bandwidth being used on a particular SSID. We are testing with the smart zone 100.In the API, I saw that we can use '/operational/client' that outputs the client [fromClientBytes] and [toClientBy...
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', ...
I have two ruckus zone director wireless controllers with one on failover mode. So incase of failover will the SSIDs created on secondary/slave controller be created automatically on the primary/master controller as well?Or it is the other way around...
I am trying to create WLAN on ruckus zd using snmp and I have passed all the fields in the ruckusZDWLANConfigTable but the wlan is not being created on the controller.
Never mind. I have figured this out We need to make a POST call using the filters:/api/public/v6_1/query/client$data = '{ "filters": [ { "type": "WLAN", "value": "WLANID" } ], "fullTextSearch": { "type": "AND", "value": "SSID...
Hi Denis,Can you try removing the initial association of the vlan? In my case also, I need to remove the untagged port from the vlan otherwise I was getting the same error.Thanks
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': undoFailedWarning: snmp2_set(): Error in packet at 'SNMPv2-SMI::ent...