VTCOMMON-MIB

File: VTCOMMON-MIB.mib (4236 bytes)

Imported modules

RFC-1215 RFC1155-SMI RFC-1212
RFC1213-MIB

Imported symbols

TRAP-TYPE enterprises IpAddress
Counter Gauge TimeTicks
OBJECT-TYPE DisplayString

Defined Types

OpModeEntry  
SEQUENCE    
  serverType INTEGER
  serverIPAddress IpAddress
  command INTEGER
  currentOpMode INTEGER

Defined Values

vocaltec 1.3.6.1.4.1.2516
OBJECT IDENTIFIER    

vtCommonMIB 1.3.6.1.4.1.2516.1
OBJECT IDENTIFIER    

serverOpModeTable 1.3.6.1.4.1.2516.1.1
List of Vocaltec servers are availabled to manageing through this SNMP agent.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OpModeEntry

opModeEntry 1.3.6.1.4.1.2516.1.1.1
Server Operation Mode table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OpModeEntry  

vtServerType 1.3.6.1.4.1.2516.1.1.1.1
This parameter defines the type of the Vocaltec server.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER other(1), vtgw(2), vgk(3)  

vtServerIPAddress 1.3.6.1.4.1.2516.1.1.1.2
The IP address of Vocaltec server, that can be managed through this SNMP agent.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpAddress  

vtCommand 1.3.6.1.4.1.2516.1.1.1.3
Set request of this parameter causes the Vocaltec server to execute the appropiate command.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER rma-start(1), rma-kill(2), rma-reboot(3), outOfServiceGracefully(4), outOfService(5), inService(6), shutdownGracefully(7), shutdown(8), maintain(9)  

vtCurrentOpMode 1.3.6.1.4.1.2516.1.1.1.4
This parameter displays current operation mode of the Vocaltec server.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER loading(13), reLoading(14), goingInService(15), inService(16), goingOutOfService(17), outOfService(18), shuttingDown(19), goingMaintenance(20), maintenance(21), configurationFault(22), unknown(23)  

serverInService 1
The SNMP trap that is generated when a server operation mode (vtCurrentOpMode) changed to 'inService'
TRAP-TYPE    

serverOutOfService 2
The SNMP trap that is generated when a server operation mode (vtCurrentOpMode) changed to 'outOfService'
TRAP-TYPE    

serverShuttingDown 3
The SNMP trap that is generated when a server operation mode (vtCurrentOpMode) changed to 'shuttingDown'
TRAP-TYPE    

serverMaintenance 4
The SNMP trap that is generated when a server operation mode (vtCurrentOpMode) changed to 'maintenance'
TRAP-TYPE    

serverConfigurationFault 5
The SNMP trap that is generated when a server operation mode (vtCurrentOpMode) changed to 'configurationFault'
TRAP-TYPE    

serverInTransition 6
The SNMP trap that is generated when a server operation mode (vtCurrentOpMode) changed to one of transition modes
TRAP-TYPE