SNMP: add Catalyst 9200 and Catalyst 1300 sysobjectids to cisco-catalyst#23759
SNMP: add Catalyst 9200 and Catalyst 1300 sysobjectids to cisco-catalyst#23759ian28223 wants to merge 2 commits into
Conversation
Adds the following devices so they match the cisco-catalyst profile instead of falling onto the generic cisco profile: - 1.3.6.1.4.1.9.1.3079 — ciscoC9200CX12P2X2G (Catalyst 9200) - 1.3.6.1.4.1.9.1.3233 — ciscoC130024P4G (Catalyst 1300 24P-4G) - 1.3.6.1.4.1.9.1.3236 — ciscoSwitch1300 (Catalyst 1300) Refs AGENT-15682.
Validation ReportAll 20 validations passed. Show details
|
Drops the Catalyst 9200 / 1300 sysobjectid entries (3079, 3233, 3236) from this branch; they ship in #23759 instead so the metadata fallback work here can be evaluated against CI in isolation.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files🚀 New features to boost your workflow:
|
|
Reverting to a single PR (#23498) since the isolated CI run showed the same failure pattern — confirming the failures are environmental, not from this PR's changes. |
Drops the Catalyst 9200 / 1300 sysobjectid entries (3079, 3233, 3236) from this branch; they ship in #23759 instead so the metadata fallback work here can be evaluated against CI in isolation.
What does this PR do?
Adds three sysobjectids to the cisco-catalyst SNMP profile so newer Catalyst devices match it instead of falling onto the generic
ciscoprofile:1.3.6.1.4.1.9.1.3079— ciscoC9200CX12P2X2G (Catalyst 9200)1.3.6.1.4.1.9.1.3233— ciscoC130024P4G (Catalyst 1300 24P-4G)1.3.6.1.4.1.9.1.3236— ciscoSwitch1300 (Catalyst 1300)Motivation
Follow-up to the customer escalation AGENT-15682. The user's
cisco_switch_1300devices currently match the genericciscoprofile because their sysobjectids aren't in the cisco-catalyst list. Routing them to cisco-catalyst gives them the richer Catalyst metrics and metadata (including the existing chassis serial sources in that profile).This PR contains only the sysobjectid additions — isolated from the broader
serial_numberfallback work in #23498 so the test impact of each change can be observed independently.Review checklist (to be filled by reviewers)
qa/skip-qalabel if the PR doesn't need to be tested during QA.backport/<branch-name>label to the PR and it will automatically open a backport PR once this one is merged