forked from cisco-kusanagi/mibs.snmplabs.com
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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,22 +1,19 @@ | ||
{{ metadata.module }} | ||
================================================= | ||
================================================================================= | ||
|
||
The original MIB document is, | ||
|
||
.. literalinclude:: ../asn1/{{ metadata.module }} | ||
:language: asn1 | ||
The original MIB document can be downloaded from `here <https://mibs.pysnmp.com/asn1/{{ metadata.module }}>`_. | ||
|
||
Its compiled Python module is, | ||
|
||
.. literalinclude:: ../pysnmp/{{ metadata.module }}.py | ||
.. literalinclude:: ../../pysnmp/{{ metadata.module }}.py | ||
:language: python | ||
|
||
Its compiled Python module with MIB text is, | ||
|
||
.. literalinclude:: ../pysnmp-with-text/{{ metadata.module }}.py | ||
.. literalinclude:: ../../pysnmp-with-texts/{{ metadata.module }}.py | ||
:language: python | ||
|
||
Its compiled JSON file is, | ||
|
||
.. literalinclude:: ../json/{{ metadata.module }}.json | ||
.. literalinclude:: ../../json/{{ metadata.module }}.json | ||
:language: json |
This file contains 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