SIAE-SECURITY-MANAGEMENT-MIB

File: SIAE-SECURITY-MANAGEMENT-MIB.mib (5729 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SIAE-TREE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
DisplayString RowStatus siaeMib

Defined Types

ServiceEntry  
SEQUENCE    
  serviceIndex Integer32
  serviceName DisplayString
  serviceProtocolVersion DisplayString
  serviceAdminStatus INTEGER
  serviceOperStatus INTEGER
  serviceRowStatus RowStatus

Defined Values

securityManagement 1.3.6.1.4.1.3373.1103.82
Security protocols management for SIAE equipments.
MODULE-IDENTITY    

securityManagementMibVersion 1.3.6.1.4.1.3373.1103.82.1
Numerical version of this module. The string version of this MIB have the following format: XX.YY.ZZ so, for example, the value 1 should be interpreted as 00.00.01 and the value 10001 should be interpreted as 01.00.01.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

servicesTable 1.3.6.1.4.1.3373.1103.82.2
A list of services entries. This table is useful to show the manager the administrative and operative status of all services on the equipment.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ServiceEntry

serviceEntry 1.3.6.1.4.1.3373.1103.82.2.1
An entry containing management information applicable to a given service on the equipment.
Status: current Access: not-accessible
OBJECT-TYPE    
  ServiceEntry  

serviceIndex 1.3.6.1.4.1.3373.1103.82.2.1.1
A unique value, greater than zero, for each service. It is recommended that values are assigned contiguously starting from 1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

serviceName 1.3.6.1.4.1.3373.1103.82.2.1.2
ASCII string to identify the service.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

serviceProtocolVersion 1.3.6.1.4.1.3373.1103.82.2.1.3
An indication of the service protocol version supported or enabled on the device.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

serviceAdminStatus 1.3.6.1.4.1.3373.1103.82.2.1.4
This object enables/ disables service on the equipment. The value of this object depends on effective protocol administrative status.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

serviceOperStatus 1.3.6.1.4.1.3373.1103.82.2.1.5
This object shows service operative status on the equipment.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notAvailable(0), running(1), stopped(2)  

serviceRowStatus 1.3.6.1.4.1.3373.1103.82.2.1.6
Status of this conceptual row in servicesTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus