cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3058
Views
8
Helpful
4
Replies

Catalyst 9300 Stack - SNMP

dafawe
Community Member

We have a stack of two Catalyst 9300X switches running in a stack, with Meraki CS firmware.

As usual for Catalyst switch stacks, they share a single management IP. This however makes it impossible to get the SNMP information for both switches.

When querying the management IP, only the information of one stack member with its ports will be returned. It's impossible to retrieve the SNMP MIBs of the second stack member, since it doesn't have a dedicated IP.

Normally, a stack of Meraki switches would have individual IPs for each switch, and a stack of Catalyst switches running IOS would provide SNMP data for all switch ports in the stack under the single management IP.

Only when running a Catalyst stack with Meraki CS firmware, this doesn't seem to work.

Has anyone figured out a way around this issue?

1 Accepted Solution

Accepted Solutions

joey.debra
Meraki Community All-Star
Meraki Community All-Star

Hmm that would be strange. So if you do a SNMP walk for the OID's that contain interface params, wouldn't you get ALL the interfaces, including each stackmember?

View solution in original post

4 Replies 4

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

You can try using the APIs instead of SNMP to provide detailed visibility into all stack members and their ports.

GET /devices/{serial}/switchPorts
GET /networks/{networkId}/devices
GET /devices/{serial}

Otherwise I suggest requesting a feature request.

I am not a Cisco employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.

joey.debra
Meraki Community All-Star
Meraki Community All-Star

Hmm that would be strange. So if you do a SNMP walk for the OID's that contain interface params, wouldn't you get ALL the interfaces, including each stackmember?

You're right: When running a SNMP walk, it retrieves the interfaces of the whole stack, not just one switch.

Then the bug must be in my monitoring software, not on the Meraki side.

JordanEil
Community Member

It's not just you - I had the same issue.

Problem was escalated and Cisco stated they reproduced - we've been waiting for a firmware update for the SNMP since.