01-24-2022 10:59 PM - edited 01-24-2022 11:13 PM
Hi,
We have 2 Cisco SX350X-24 Switches and they are stacked.
I have configured SNMP and used 1.3.6.1.2.1.2.2.1.8 for the Port Status. All the Ports Status are showing correctly except for the Stacked Ports. The value is 6 always, even if the cable is connected or disconnected.
Please guide me which OID can be used to check the Port Status for Stacked Ports.
01-25-2022 12:13 AM
try suggest OID for the model you have :
01-26-2022 05:29 AM
Hi Balaji,
I am unable to find the OID of the required Model
01-25-2022 05:03 AM
Hello,
try:
1.3.6.1.2.1.2.2.1.7
Returned values are:
up(1),
down(2),
testing(3)
01-26-2022 05:30 AM
When I use this OID, the values are always 1, whether the port is connected/disconnected.
02-22-2024 12:30 PM
I have this same problem.. Did you every find a solution?
02-23-2024 08:16 AM - edited 02-23-2024 08:18 AM
For CBS350-4x, I found this OID to be useful
1.3.6.1.4.1.9.6.1.101.53.23.1.3.52 = 3 when connected, 0 when not connected
the last digit, .52 corresponds to the interface index number. In this case, I am monitoring Te4 of a CBS350-24T-4X. 1 - 48 corresponds to the copper ports (even though this switch only has 24 copper ports).
Te3 = switch 1 index # 51 and switch 2 index # 103
Te4 = switch 1 index # 52 and switch 2 index # 104
OIDs in the same area:
From a stack with all stack ports connected (switch 1 te3 -> switch 2 te3, and switch 1 te4 -> switch 2 te4).
1.3.6.1.4.1.9.6.1.101.53.23.1.1.51 = "103" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.1.52 = "104" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.1.103 = "51" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.1.104 = "52" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.2.51 = "2" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.2.52 = "2" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.2.103 = "1" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.2.104 = "1" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.3.51 = "3" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.3.52 = "3" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.3.103 = "3" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.3.104 = "3" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.4.51 = "1" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.4.52 = "1" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.4.103 = "2" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.4.104 = "2" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.5.51 = "3" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.5.52 = "3" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.5.103 = "3" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.5.104 = "3" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.6.51 = "3" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.6.52 = "3" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.6.103 = "3" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.6.104 = "3" [ASN_INTEGER]
Another stack with Te4 disconnected:
1.3.6.1.4.1.9.6.1.101.53.23.1.1.51 = "103" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.1.52 = "0" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.1.103 = "51" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.1.104 = "0" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.2.51 = "2" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.2.52 = "0" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.2.103 = "1" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.2.104 = "0" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.3.51 = "3" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.3.52 = "0" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.3.103 = "3" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.3.104 = "0" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.4.51 = "1" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.4.52 = "1" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.4.103 = "2" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.4.104 = "2" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.5.51 = "3" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.5.52 = "0" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.5.103 = "3" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.5.104 = "0" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.6.51 = "3" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.6.52 = "2" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.6.103 = "3" [ASN_INTEGER]
1.3.6.1.4.1.9.6.1.101.53.23.1.6.104 = "2" [ASN_INTEGER]
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide