SNMP-AGENT-PUBLIC-MIB

File: SNMP-AGENT-PUBLIC-MIB.mib (25085 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB

Imported symbols

enterprises OBJECT-TYPE DisplayString

Defined Types

DateAndTime  
OCTET STRING Size(8|11)    

ZagInEndpointEntry  
SEQUENCE    
  zagInEpRowStatus INTEGER
  zagInEpName DisplayString
  zagInEpState INTEGER
  zagInEpHostAddr DisplayString
  zagInEpNetwork DisplayString

ZagInProfileEntry  
SEQUENCE    
  zagInPfRowStatus INTEGER
  zagInPfName DisplayString
  zagInPfState INTEGER
  zagInPfHostAddr DisplayString
  zagInPfCommunity DisplayString
  zagInPfAccess INTEGER

ZagInTrapdestEntry  
SEQUENCE    
  zagInTdRowStatus INTEGER
  zagInTdName DisplayString
  zagInTdState INTEGER
  zagInTdHostAddr DisplayString
  zagInTdCommunity DisplayString
  zagInTdNetwork DisplayString
  zagInTdType INTEGER
  zagInTdPort INTEGER

Defined Values

tandem 1.3.6.1.4.1.169
OBJECT IDENTIFIER    

nonstopsystems 1.3.6.1.4.1.169.3
OBJECT IDENTIFIER    

zsmp 1.3.6.1.4.1.169.3.155
OBJECT IDENTIFIER    

zsmpagent 1.3.6.1.4.1.169.3.155.1
OBJECT IDENTIFIER    

zagInternal 1.3.6.1.4.1.169.3.155.1.7
OBJECT IDENTIFIER    

zagInProcess 1.3.6.1.4.1.169.3.155.1.7.1
OBJECT IDENTIFIER    

zagInEndpoint 1.3.6.1.4.1.169.3.155.1.7.2
OBJECT IDENTIFIER    

zagInProfile 1.3.6.1.4.1.169.3.155.1.7.3
OBJECT IDENTIFIER    

zagInTrapdest 1.3.6.1.4.1.169.3.155.1.7.4
OBJECT IDENTIFIER    

zagInProcCurrTime 1.3.6.1.4.1.169.3.155.1.7.1.1
String showing the current time. ('month day, year hours:minutes:seconds.hundreths')
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

zagInProcVersion 1.3.6.1.4.1.169.3.155.1.7.1.2
String showing the version of the agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

zagInProcName 1.3.6.1.4.1.169.3.155.1.7.1.3
String showing the agent's process name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

zagInProcPAID 1.3.6.1.4.1.169.3.155.1.7.1.4
String showing the process access id ('group,user').
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

zagInProcPrimPID 1.3.6.1.4.1.169.3.155.1.7.1.5
String showing the primary process PID ('cpu,pin').
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

zagInProcBkupPID 1.3.6.1.4.1.169.3.155.1.7.1.6
String showing the backup process PID ('cpu,pin').
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

zagInProcCreatTime 1.3.6.1.4.1.169.3.155.1.7.1.7
String showing the process creation time ('month day, year hours:minutes:seconds.hundreths')
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

zagInProcCpuTime 1.3.6.1.4.1.169.3.155.1.7.1.8
Process CPU time ('hours:minutes:seconds.hundreths')
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

zagInProcPri 1.3.6.1.4.1.169.3.155.1.7.1.9
Current process priority. Valid range 1-199
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..199  

zagInProcHomeTerm 1.3.6.1.4.1.169.3.155.1.7.1.10
String showing the process home terminal name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

zagInProcMaxOpeners 1.3.6.1.4.1.169.3.155.1.7.1.11
The maximum number of openers the agent can support at one time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

zagInProcCurrentOpeners 1.3.6.1.4.1.169.3.155.1.7.1.12
The current number of agent openers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

zagInEndpointTable 1.3.6.1.4.1.169.3.155.1.7.2.1
A list of endpoint entries, accessible via the SNMP protocol.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZagInEndpointEntry

zagInEndpointEntry 1.3.6.1.4.1.169.3.155.1.7.2.1.1
An endpoint entry containing objects defining a socket on which SNMP manager messages will be received and replied to.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ZagInEndpointEntry  

zagInEpRowStatus 1.3.6.1.4.1.169.3.155.1.7.2.1.1.1
Used to manage the creation, alteration and deletion of table rows. The row must be in the 'notReady' or the 'notInService' state for any row object to be modified.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

zagInEpName 1.3.6.1.4.1.169.3.155.1.7.2.1.1.2
The name assigned to this endpoint. This object is created by the agent by extracting the index value from the initial row creation varbind. For compatibility with Tandem's Subsystem Control Facility (SCF): 1. The name must be capitalized. 2. The name must start with '#'. 3. Valid characters are 'A' to 'Z' and '0' to '9'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(2..8)  

zagInEpState 1.3.6.1.4.1.169.3.155.1.7.2.1.1.3
The current operational state of the endpoint.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER defined(1), started(3), starting(4), stopped(5)  

zagInEpHostAddr 1.3.6.1.4.1.169.3.155.1.7.2.1.1.4
The local host address the agent is to monitor for incoming messages. For IP addresses, this value must be either 0.0.0.0 or a fully specified address (e.g., 103.252.12.3). The default value is 0.0.0.0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

zagInEpNetwork 1.3.6.1.4.1.169.3.155.1.7.2.1.1.5
The name of the process the agent must use to establish the socket session. The default value is .
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

zagInProfileTable 1.3.6.1.4.1.169.3.155.1.7.3.1
A list of profile entries, accessible via the SNMP and snmpIPC protocols.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZagInProfileEntry

zagInProfileEntry 1.3.6.1.4.1.169.3.155.1.7.3.1.1
A profile entry containing objects used for authenticating a network management station request.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ZagInProfileEntry  

zagInPfRowStatus 1.3.6.1.4.1.169.3.155.1.7.3.1.1.1
Used to manage the creation, alteration and deletion of table rows. The row must in the 'notReady' or the 'notInService' state for any row object to be modified. This object is accessible only via the #MGR interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

zagInPfName 1.3.6.1.4.1.169.3.155.1.7.3.1.1.2
The name assigned to this profile. This object is created by the agent by extracting the index value from the initial row creation varbind. For compatibility with Tandem's Subsystem Control Facility (SCF): 1. The name must be capitalized. 2. The name must start with '#'. 3. Valid characters are 'A' to 'Z' and '0' to '9'. This object is accessible only via the #MGR interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(2..8)  

zagInPfState 1.3.6.1.4.1.169.3.155.1.7.3.1.1.3
The current operational state of the profile. This object is accessible only via the #MGR interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER defined(1), started(3), starting(4), stopped(5)  

zagInPfHostAddr 1.3.6.1.4.1.169.3.155.1.7.3.1.1.4
The address of the host sending the message. In conjunction with the community name, provides the authentication attributes for validating received messages. If the value of this attribute is 0.0.0.0, messages with the correct commuinty string will be accepted without regard to the originating host's address. The default value is 0.0.0.0. This object is accessible only via the #MGR interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DisplayString  

zagInPfCommunity 1.3.6.1.4.1.169.3.155.1.7.3.1.1.5
A data string to be compared with the community string of received messages for the purpose of authenticating the message. The default value is 'public'. The community string can be divided into two sections, with syntax: {}[::] The agent community string length can be 0 to 50 bytes. The total community string length can be 0 to 255 bytes. Since the agent knows only its own community strings, only its community strings will be returned in response to queries, whether via SCF, the SNMP protocol, or the #MGR service point. The following rules apply to setting the agent's community string: 1. The length must be 0 to 50 characters. 2. The community string must not contain successive colons ('::'). 3. The community string must consist entirely of printable characters. If any of these rules is violated, the set is rejected with a 'badValue' errorStatus. The agent does not look at the subagent portion of the community string. Therefore, the subagent portion is defined as OCTET STRING, rather than DisplayString; i.e., it is not restricted to printable characters. This object is accessible only via the #MGR interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..255)  

zagInPfAccess 1.3.6.1.4.1.169.3.155.1.7.3.1.1.6
Access defines the authority of the community members to retrieve and alter network management information. The default value is read-only. This object is accessible only via the #MGR interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER readOnly(1), readWrite(2)  

zagInDirectedTrapdestName 1.3.6.1.4.1.169.3.155.1.7.4.1
This object is used by the subagent to specify a trap destination name (zagInTdName) in the agent's trapDest table to which a directed trap is to be sent. To issue a directed trap, varbinds with this object identifier must appear first in an snmpIPC-Trap-PDU's varbind list. For compatibility with Tandem's Subsystem Control Facility (SCF): 1. The name must be capitalized. 2. The name must start with '#'. 3. Valid characters are 'A' to 'Z' and '0' to '9'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(2..8)  

zagInTrapdestTable 1.3.6.1.4.1.169.3.155.1.7.4.2
A list of trap destination entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZagInTrapdestEntry

zagInTrapdestEntry 1.3.6.1.4.1.169.3.155.1.7.4.2.1
A trap destination entry containing objects defining the attributes of a trap destination.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ZagInTrapdestEntry  

zagInTdRowStatus 1.3.6.1.4.1.169.3.155.1.7.4.2.1.1
Used to manage the creation, alteration and deletion of table rows. The row must in the 'notReady' or the 'notInService' state for any row object to be modified.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

zagInTdName 1.3.6.1.4.1.169.3.155.1.7.4.2.1.2
The name assigned to this trapDest. This object is created by the agent by extracting the index value from the initial row creation varbind. For compatibility with Tandem's Subsystem Control Facility (SCF): 1. The name must be capitalized. 2. The name must start with '#'. 3. Valid characters are 'A' to 'Z' and '0' to '9'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(2..8)  

zagInTdState 1.3.6.1.4.1.169.3.155.1.7.4.2.1.3
The current operational state of the trapdest.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER defined(1), started(3), starting(4), stopped(5)  

zagInTdHostAddr 1.3.6.1.4.1.169.3.155.1.7.4.2.1.4
The address of the host which is to receive trap messages. There is no default value.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

zagInTdCommunity 1.3.6.1.4.1.169.3.155.1.7.4.2.1.5
A data string to be compared with the community string of received messages for the purpose of authenticating the message. The default value is 'Tandem'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..50)  

zagInTdNetwork 1.3.6.1.4.1.169.3.155.1.7.4.2.1.6
The name of the process the agent must use to establish the socket session. The default value is .
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

zagInTdType 1.3.6.1.4.1.169.3.155.1.7.4.2.1.7
Broadcast trapDests are sent all trap messages except directed ones. Directed trapDests receive only directed traps.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER broadcast(1), directed(2)  

zagInTdPort 1.3.6.1.4.1.169.3.155.1.7.4.2.1.8
The port of the host which is to receive trap messages. The default value is 162.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER