Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruckus wifi kit zonedirector 1200 & R500 AP #890

Open
we-sell-bags opened this issue Feb 2, 2021 · 2 comments
Open

Ruckus wifi kit zonedirector 1200 & R500 AP #890

we-sell-bags opened this issue Feb 2, 2021 · 2 comments

Comments

@we-sell-bags
Copy link

we-sell-bags commented Feb 2, 2021

Mib to see if the serial numbers can be extracted.

without it GLPI keeps adding duplicates , even with the sync on mac.

The Ruckus kit is fairly complex..
They have a massive range , but also the firmware has multiple tracks for each device line.

if a controller is in the network, it re-flashes the APs with a specific firmware that comes with the controller.

If not, then the devices have other firmware where an AP can act as a controller ,or mesh setup.

Mibs removed..
.

@g-bougard
Copy link
Contributor

With a quick look at RUCKUS-ZD-SYSTEM-MIB one, I can see a ruckusZDSystemSerialNumber definition. You can try something like the following to check if you get your S/N (and if I correctly read the MIBs):

snmpget -v2c -c <your_community> <device_ip> .1.3.6.1.4.1.25053.1.2.1.1.1.1.15

@we-sell-bags
Copy link
Author

Yep the Zone director 1200 returns the serial....

snmpwalk -v 2c -c bob ! -t 15 -Cc -On -Ox 172.18.0.22 .1.3.6.1.4.1.25053.1.2.1.1.1.1.15
.1.3.6.1.4.1.25053.1.2.1.1.1.1.15.0 = Hex-STRING: 31 31 32 30 33 38 30 30 30 34 37 38

But the AP R500
snmpwalk -v 2c -c bob ! -t 15 -Cc -On -Ox 172.18.0.24 .1.3.6.1.4.1.25053.1.2.1.1.1.1.15
.1.3.6.1.4.1.25053.1.2.1.1.1.1.15 = No Such Object available on this agent at this OID

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants