Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -463,3 +463,4 @@ sysobjectid:
- 1.3.6.1.4.1.9.1.3023 # ciscoC1000FE48T4GL
- 1.3.6.1.4.1.9.1.3024 # ciscoC1000FE48P4GL
- 1.3.6.1.4.1.9.1.3069 # ciscoC8500L8S4X
- 1.3.6.1.4.1.9.1.3079 # ciscoC9200CX12P2X2G
13 changes: 13 additions & 0 deletions snmp/datadog_checks/snmp/data/default_profiles/cisco-sb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,24 @@ extends:
sysobjectid:
- 1.3.6.1.4.1.9.6.1.* # Cisco Small Business
- 1.3.6.1.4.1.9.6.1.88.26.1 # Cisco SG200-26
- 1.3.6.1.4.1.9.6.1.1004.52.5 # Cisco Business 350 (CBS350-48P-4G)
# Catalyst 1200/1300 (e.g. C1300-24P-4G) and Cisco Business 350 (CBS350)
# run the SMB software stack — not IOS-XE — so they belong here rather
# than in cisco-catalyst.yaml, which targets IOS-XE Catalyst chassis.
- 1.3.6.1.4.1.9.1.3233 # ciscoC130024P4G (Catalyst 1300 24-port)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Cover the rest of the Catalyst 1200/1300 OIDs

For Catalyst 1200/1300 models other than C1300-24P-4G, this exact sysObjectID leaves them on the generic Cisco profile instead of cisco-sb; the resolver only does exact/fnmatch pattern matching in _profile_for_sysobject_oid, and the CISCO-PRODUCTS-MIB has many adjacent C1200/C1300 IDs such as .3210-.3225 and .3226-.3253. In those environments the new SMB metrics and serial-number metadata still won't be collected, despite the comment saying the whole Catalyst 1200/1300 family belongs here.

Useful? React with 👍 / 👎.

metadata:
device:
fields:
vendor:
value: "cisco"
serial_number:
symbol:
# ENTITY-MIB: entPhysicalSerialNum at entPhysicalIndex 67109120 — documented
# chassis index for Catalyst 1200/1300 and CBS250/350 switches.
# Reference: https://www.cisco.com/c/en/us/support/docs/smb/switches/Cisco-Business-Switching/kmgmt3636-snmpv3-common-oids-cbs350.html
MIB: ENTITY-MIB
OID: 1.3.6.1.2.1.47.1.1.1.1.11.67109120
name: entPhysicalSerialNum
metrics:
- MIB: CISCOSB-rndMng
symbol:
Expand Down
Loading