69 lines
1.7 KiB
Plaintext
Executable File
69 lines
1.7 KiB
Plaintext
Executable File
-- ***********************************************
|
|
-- 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
|