Juniper-TSM-MIB

File: Juniper-TSM-MIB.mib (13423 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
Juniper-MIBs Juniper-UNI-IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Gauge32 TEXTUAL-CONVENTION DisplayString
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
juniMibs JuniIfType

Defined Types

JuniTsmLocationType  
Describes the platform-dependent interpretation of a JuniTsmLocationValue object: unknown Unspecified/unknown slotPort Two octets in length; first octet is 'slot', second octet is 'port' slotAdapterPort Three octets in length; first octet is 'slot', second octet is 'adapter', third octet is 'port' adapterPort Two octets in length; first octet is 'adapter', second octet is 'port'
TEXTUAL-CONVENTION    
  INTEGER unknown(0), slotPort(1), slotAdapterPort(2), adapterPort(3)  

JuniTsmLocationValue  
The value of a platform-dependent interface location, represented as an OCTET STRING. A corresponding JuniTsmLocationType object will identify the mapping of octets to location elements, e.g. 'slot.port'. Note, when the value of an object having this syntax is encoded as a MIB table INDEX, the rules for encoding a variable-length OCTET STRING are observed.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..16)  

JuniTsmPortEntry  
SEQUENCE    
  juniTsmPortLocation JuniTsmLocationValue
  juniTsmPortType INTEGER
  juniTsmPortHwPresent TruthValue
  juniTsmPortAvailableInterfaces Integer32
  juniTsmPortProvisionedInterfaces Integer32

JuniTsmAppRegistryEntry  
SEQUENCE    
  juniTsmAppRegistryIndex Integer32
  juniTsmAppRegistryIfType JuniIfType
  juniTsmAppRegistryName DisplayString
  juniTsmAppRegistryInterfaceLimit Integer32

JuniTsmApplicationEntry  
SEQUENCE    
  juniTsmApplicationMaxInterfaces Integer32
  juniTsmApplicationActiveInterfaces Gauge32

Defined Values

juniTsmMIB 1.3.6.1.4.1.4874.2.2.72
The Tunnel Server Management (TSM) MIB for the Juniper Networks enterprise.
MODULE-IDENTITY    

juniTsmObjects 1.3.6.1.4.1.4874.2.2.72.1
OBJECT IDENTIFIER    

juniTsmData 1.3.6.1.4.1.4874.2.2.72.1.1
OBJECT IDENTIFIER    

juniTsmLocationType 1.3.6.1.4.1.4874.2.2.72.1.1.1
Describes the interpretation of JuniTsmLocationValue object values into platform-dependent interface location components, e.g., 'slot.port'.
Status: current Access: read-only
OBJECT-TYPE    
  JuniTsmLocationType  

juniTsmPortTable 1.3.6.1.4.1.4874.2.2.72.1.1.2
This table allows dynamic server ports to be configured and also provides information about static ports available in the system. This table represents all ports known to the system. The presence of a port in this table does not guarantee that a card with this port is present in the chassis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniTsmPortEntry

juniTsmPortEntry 1.3.6.1.4.1.4874.2.2.72.1.1.2.1
Configuration data.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniTsmPortEntry  

juniTsmPortLocation 1.3.6.1.4.1.4874.2.2.72.1.1.2.1.1
The value of a port location.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniTsmLocationValue  

juniTsmPortType 1.3.6.1.4.1.4874.2.2.72.1.1.2.1.2
The port type: generalPurposeStatic - statically configured (always on) port, generalPurposeDynamic - dynamic port, which could be both configured with different maximum number of interfaces and unconfigured, securityStatic - static port equipped with encryption (IPSEC) hardware. securityDynamic - dynamic port with encryption (IPSEC) hardware, which could be both configured with different maximum number of interfaces and unconfigured.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER generalPurposeStatic(1), generalPurposeDynamic(2), securityStatic(3), securityDynamic(4)  

juniTsmPortHwPresent 1.3.6.1.4.1.4874.2.2.72.1.1.2.1.3
The port hardware is inserted.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

juniTsmPortAvailableInterfaces 1.3.6.1.4.1.4874.2.2.72.1.1.2.1.4
Maximum number of interfaces available on the port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..16000  

juniTsmPortProvisionedInterfaces 1.3.6.1.4.1.4874.2.2.72.1.1.2.1.5
Number of interfaces provisioned on the port. '-1' means all available interfaces. If port is static this value cannot be changed. If the number of provisioned interfaces is decreased it may require a lengthy 'draining' process to bring number of allocated interfaces into compliance.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..16000  

juniTsmAppRegistryTable 1.3.6.1.4.1.4874.2.2.72.1.1.3
This table describes currently registered applications.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniTsmAppRegistryEntry

juniTsmAppRegistryEntry 1.3.6.1.4.1.4874.2.2.72.1.1.3.1
Application data.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniTsmAppRegistryEntry  

juniTsmAppRegistryIndex 1.3.6.1.4.1.4874.2.2.72.1.1.3.1.1
A small integer identifying registered application. Once an application is registered, this integer will be associated with the application until the next reboot.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

juniTsmAppRegistryIfType 1.3.6.1.4.1.4874.2.2.72.1.1.3.1.2
Interface type associated with the application.
Status: current Access: read-only
OBJECT-TYPE    
  JuniIfType  

juniTsmAppRegistryName 1.3.6.1.4.1.4874.2.2.72.1.1.3.1.3
The name of the application used by the system.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

juniTsmAppRegistryInterfaceLimit 1.3.6.1.4.1.4874.2.2.72.1.1.3.1.4
The maximum number of interfaces per port this application supports. (The number of interfaces could be further limited by the port capacity.)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

juniTsmApplicationTable 1.3.6.1.4.1.4874.2.2.72.1.1.4
The entries in this table describe application load on tunnel servers. This table includes only applications which are actually being used.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniTsmApplicationEntry

juniTsmApplicationEntry 1.3.6.1.4.1.4874.2.2.72.1.1.4.1
Configuration data.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniTsmApplicationEntry  

juniTsmApplicationMaxInterfaces 1.3.6.1.4.1.4874.2.2.72.1.1.4.1.1
Maximum number of interfaces available on the port for the application. Applications allocate interfaces from a common pool, so this is not the only limit of application level interfaces. This value could be greater than juniTsmPortProvisionedInterfaces when the port is draining interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

juniTsmApplicationActiveInterfaces 1.3.6.1.4.1.4874.2.2.72.1.1.4.1.2
Number of application interfaces in use on the port. This value could be greater than juniTsmPortProvisionedInterfaces when the port is draining interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

juniTsmMIBConformance 1.3.6.1.4.1.4874.2.2.72.4
OBJECT IDENTIFIER    

juniTsmMIBCompliances 1.3.6.1.4.1.4874.2.2.72.4.1
OBJECT IDENTIFIER    

juniTsmMIBGroups 1.3.6.1.4.1.4874.2.2.72.4.2
OBJECT IDENTIFIER    

juniTsmCompliance 1.3.6.1.4.1.4874.2.2.72.4.1.1
The compliance statement for TSM mib.
Status: current Access: read-only
MODULE-COMPLIANCE    

juniTsmGroup 1.3.6.1.4.1.4874.2.2.72.4.2.1
A collection of objects providing management of TSM functionality in a Juniper product.
Status: current Access: read-only
OBJECT-GROUP