diff options
| author | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
|---|---|---|
| committer | David Leutgeb <david.leutgeb@mannundmouse.com> | 2023-12-05 12:25:34 +0100 |
| commit | 98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch) | |
| tree | 9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/paloaltonetworks/PAN-GLOBAL-TC-MIB | |
| download | mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.tar.gz mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.zip | |
Diffstat (limited to 'MIBS/paloaltonetworks/PAN-GLOBAL-TC-MIB')
| -rwxr-xr-x | MIBS/paloaltonetworks/PAN-GLOBAL-TC-MIB | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/MIBS/paloaltonetworks/PAN-GLOBAL-TC-MIB b/MIBS/paloaltonetworks/PAN-GLOBAL-TC-MIB new file mode 100755 index 0000000..52fe9af --- /dev/null +++ b/MIBS/paloaltonetworks/PAN-GLOBAL-TC-MIB @@ -0,0 +1,68 @@ +-- *********************************************** +-- PAN-GLOBAL-TC-MIB.my +-- +-- Palo Alto Networks Global Textual Conventions. +-- *********************************************** + +PAN-GLOBAL-TC DEFINITIONS ::= BEGIN + + IMPORTS + MODULE-IDENTITY + FROM SNMPv2-SMI + TEXTUAL-CONVENTION + FROM SNMPv2-TC + panModules + FROM PAN-GLOBAL-REG; + + panGlobalTcModule MODULE-IDENTITY + LAST-UPDATED "201106271040Z" + ORGANIZATION "Palo Alto Networks" + CONTACT-INFO " + Customer Support + Palo Alto Networks + 4401 Great America Pkwy + Santa Clara, CA 95054-1211 + + +1 866-898-9087 + support at paloaltonetworks dot com" + + DESCRIPTION " + A MIB module containing textual conventions + for Palo Alto Networks' enterprise MIB modules. + These textual conventions are used across all Palo Alto products." + + REVISION "201102091610Z" + DESCRIPTION " + Rev 1.0 + Initial version of MIB module PAN-GLOBAL-TC." + + ::= { panModules 2 } + + -- No Palo Alto textual conventions yet! + + TcAppaname ::= TEXTUAL-CONVENTION + DISPLAY-HINT "64a" + STATUS current + DESCRIPTION " + Represents the name of an application. + + This has all the restrictions of the DisplayString textual + convention with the following additional ones: + + - Only the following characters/character ranges are allowed: + 0-9 + A-Z + a-z + :./#$&_-+()' + <space> + + Any object defined using this syntax may not exceed 64 + characters in length." + SYNTAX OCTET STRING (SIZE (0..64)) + + TcChassisType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION " + Enumerates all possible chassis types for Palo Alto devices." + SYNTAX OCTET STRING (SIZE (0..64)) +END |