-
Notifications
You must be signed in to change notification settings - Fork 1.5k
SNMP: extend Cisco serial_number coverage to Catalyst (incl. 1300/9200), cisco-sb, and add Catalyst 1300/9200 sysobjectids #23498
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
Closed
Closed
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
6dc6caf
Refactor Catalyst serial_number metadata to symbols list
ian28223 3267335
Add changelog for PR 23369
ian28223 39f2617
SNMP: align changelog with Catalyst serial_number fallback intent.
ian28223 1d7fa78
Rename SNMP changelog fragment to match PR 23498.
ian28223 ad4f3b3
SNMP: add tests for Catalyst entPhysicalSerialNum fallback
ian28223 bc16685
SNMP: extend Cisco serial_number coverage and add Catalyst 1300/9200 …
ian28223 7dbb2a0
SNMP: align changelog with extended Cisco serial_number coverage
ian28223 b45605e
SNMP: narrow _cisco-metadata serial_number to entPhysicalSerialNum.1
ian28223 e4609a0
SNMP: revert serial_number addition to _cisco-metadata mixin
ian28223 2d9570e
SNMP: move cisco-catalyst sysobjectid additions to PR #23759
ian28223 45fb5fd
Revert "SNMP: move cisco-catalyst sysobjectid additions to PR #23759"
ian28223 015b495
SNMP: sort and dedupe snmprec test fixtures
ian28223 d0e0bc7
SNMP: scope Catalyst entPhysicalSerialNum fallback to index 67109120
ian28223 7d2146e
Merge branch 'master' into ian.bucad/cisco-catalyst-serial-number-met…
ian28223 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Cisco Catalyst and Cisco Small Business (cisco-sb): use ``entPhysicalSerialNum`` at entPhysical indexes ``67109120`` (Catalyst 1300 / CBS350) and ``1`` as ``serial_number`` fallbacks when the primary chassis serial source is absent. Adds new Catalyst 9200 (``1.3.6.1.4.1.9.1.3079``) and Catalyst 1300 (``1.3.6.1.4.1.9.1.3233``, ``1.3.6.1.4.1.9.1.3236``) sysobjectids to the cisco-catalyst profile so those devices match and report a serial. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| 1.3.6.1.2.1.1.1.0|4|anue-packet-broker Device Description | ||
| 1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.32620.1.1 | ||
| 1.3.6.1.2.1.1.5.0|4|anue-packet-broker.device.name | ||
| 1.3.6.1.2.1.2.1.0|2|4 | ||
| 1.3.6.1.2.1.2.1.0|2|4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| 1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.9.1.3233 | ||
| 1.3.6.1.2.1.1.3.0|67|470854 | ||
| 1.3.6.1.2.1.1.5.0|4|catalyst-1300.example | ||
| 1.3.6.1.2.1.47.1.1.1.1.11.67109120|4|FOCXXXXXXXX |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| 1.3.6.1.2.1.1.1.0|4|generic-ups Device Description | ||
| 1.3.6.1.2.1.1.2.0|6|1.3.6.1.2.1.33 | ||
| 1.3.6.1.2.1.1.5.0|4|generic-ups.device.name | ||
| 1.3.6.1.2.1.33.1.2.2.0|2|10 | ||
| 1.3.6.1.2.1.33.1.2.2.0|2|10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.