HUAWEI-INFOCENTER-MIB

File: HUAWEI-INFOCENTER-MIB.mib (17383 bytes)

Imported modules

INET-ADDRESS-MIB SNMPv2-TC SNMPv2-SMI
SNMPv2-CONF P-BRIDGE-MIB HUAWEI-MIB

Imported symbols

InetAddressType InetAddress RowStatus
DisplayString TruthValue TEXTUAL-CONVENTION
MODULE-IDENTITY OBJECT-TYPE Integer32
OBJECT-IDENTITY IpAddress Counter64
Unsigned32 NOTIFICATION-TYPE OBJECT-GROUP
MODULE-COMPLIANCE NOTIFICATION-GROUP EnabledStatus
hwDatacomm

Defined Types

HWMessageLevel  
Specify level of message of info-center. Currently, following levels of message are provided: emergencies(0): alerts(1): critical(2): errors(3): warnings(4): notifications(5): informational(6): debugging(7):
TEXTUAL-CONVENTION    
  INTEGER emergencies(0), alerts(1), critical(2), errors(3), warnings(4), notifications(5), informational(6), debugging(7)  

HWFacilityType  
Specify loghost facility which generates messages.
TEXTUAL-CONVENTION    
  INTEGER local0(16), local1(17), local2(18), local3(19), local4(20), local5(21), local6(22), local7(23)  

HwICLoghostEntry  
SEQUENCE    
  hwICLoghostIpAddressType InetAddressType
  hwICLoghostIpAddress InetAddress
  hwICLoghostVpnInstance DisplayString
  hwICLoghostChannel Integer32
  hwICLoghostFacility HWFacilityType
  hwICLoghostLanguage INTEGER
  hwICLoghostRowStatus RowStatus

HwICChannelEntry  
SEQUENCE    
  hwICChannelIndex Integer32
  hwICChannelName DisplayString

HwICModuleEntry  
SEQUENCE    
  hwICModuleIndex Integer32
  hwICModuleName DisplayString

HwICLogFilterEntry  
SEQUENCE    
  hwICLogFilterState INTEGER
  hwICLogFilterLevel HWMessageLevel
  hwICLogFilterRowStatus RowStatus

Defined Values

hwInfoCenter 1.3.6.1.4.1.2011.5.25.212
Add hwICInsufficientSpace.
MODULE-IDENTITY    

hwInfoCenterObjects 1.3.6.1.4.1.2011.5.25.212.1
OBJECT IDENTIFIER    

hwICEnable 1.3.6.1.4.1.2011.5.25.212.1.1
The object control the state of INFO CENTER. If the state is false, the device stop to generate or record message through INFO CENTER. All the log, diagnose log and trap won't record.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hwICLoghost 1.3.6.1.4.1.2011.5.25.212.1.2
OBJECT IDENTIFIER    

hwICLoghostSourceInterface 1.3.6.1.4.1.2011.5.25.212.1.2.1
The object indicates the source interface which the loghost binding when send log. All loghosts use the same source interface. The value is referenced from ifEntry.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..63)  

hwICLoghostTable 1.3.6.1.4.1.2011.5.25.212.1.2.2
The table indicates the configuration of loghost.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwICLoghostEntry

hwICLoghostEntry 1.3.6.1.4.1.2011.5.25.212.1.2.2.1
Information about a configuration loghost in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwICLoghostEntry  

hwICLoghostIpAddressType 1.3.6.1.4.1.2011.5.25.212.1.2.2.1.1
The ip address type of loghost.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

hwICLoghostIpAddress 1.3.6.1.4.1.2011.5.25.212.1.2.2.1.2
The ip address of the specified loghost.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

hwICLoghostVpnInstance 1.3.6.1.4.1.2011.5.25.212.1.2.2.1.3
The vpn instance which the loghost uses.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..31)  

hwICLoghostChannel 1.3.6.1.4.1.2011.5.25.212.1.2.2.1.4
The channel which the loghost receives message. The value of this object identifies the index of the channel in the Channel Table. The value is referenced from hwICChannelTable.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hwICLoghostFacility 1.3.6.1.4.1.2011.5.25.212.1.2.2.1.5
The operations staff can selectively filter the messages with priority which consists of facility that generates the message and severity of the message.
Status: current Access: read-create
OBJECT-TYPE    
  HWFacilityType  

hwICLoghostLanguage 1.3.6.1.4.1.2011.5.25.212.1.2.2.1.6
The language of a loghost. If chinese is selected, the information which the loghost receives is chinese content.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER chinese(1), english(2)  

hwICLoghostRowStatus 1.3.6.1.4.1.2011.5.25.212.1.2.2.1.7
The row status of this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwICChannel 1.3.6.1.4.1.2011.5.25.212.1.3
OBJECT IDENTIFIER    

hwICChannelTable 1.3.6.1.4.1.2011.5.25.212.1.3.1
A table of INFO CENTER channel.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwICChannelEntry

hwICChannelEntry 1.3.6.1.4.1.2011.5.25.212.1.3.1.1
The channel entry of INFO CENTER.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwICChannelEntry  

hwICChannelIndex 1.3.6.1.4.1.2011.5.25.212.1.3.1.1.1
The index of this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hwICChannelName 1.3.6.1.4.1.2011.5.25.212.1.3.1.1.2
The name of channel. The channel name must be different from each other.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..30)  

hwICModule 1.3.6.1.4.1.2011.5.25.212.1.4
OBJECT IDENTIFIER    

hwICModuleTable 1.3.6.1.4.1.2011.5.25.212.1.4.1
A table of INFO CENTER module.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwICModuleEntry

hwICModuleEntry 1.3.6.1.4.1.2011.5.25.212.1.4.1.1
The module entry of syslog.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwICModuleEntry  

hwICModuleIndex 1.3.6.1.4.1.2011.5.25.212.1.4.1.1.1
The index of this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hwICModuleName 1.3.6.1.4.1.2011.5.25.212.1.4.1.1.2
The name of module.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..24)  

hwICLogFilter 1.3.6.1.4.1.2011.5.25.212.1.5
OBJECT IDENTIFIER    

hwICLogFilterTable 1.3.6.1.4.1.2011.5.25.212.1.5.1
A table of INFO CENTER module.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwICLogFilterEntry

hwICLogFilterEntry 1.3.6.1.4.1.2011.5.25.212.1.5.1.1
The log entry of INFO CENTER.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwICLogFilterEntry  

hwICLogFilterState 1.3.6.1.4.1.2011.5.25.212.1.5.1.1.1
The switch state of log.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER on(1), off(2)  

hwICLogFilterLevel 1.3.6.1.4.1.2011.5.25.212.1.5.1.1.2
The level of log message.
Status: current Access: read-create
OBJECT-TYPE    
  HWMessageLevel  

hwICLogFilterRowStatus 1.3.6.1.4.1.2011.5.25.212.1.5.1.1.3
The status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwICLogFile 1.3.6.1.4.1.2011.5.25.212.1.6
OBJECT IDENTIFIER    

hwICLogFileType 1.3.6.1.4.1.2011.5.25.212.1.6.1
The logfile type.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER log(1), diag(2)  

hwICLogFileName 1.3.6.1.4.1.2011.5.25.212.1.6.2
The logfile name.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString Size(1..256)  

hwInfoCenterNotifications 1.3.6.1.4.1.2011.5.25.212.2
OBJECT IDENTIFIER    

hwICLogFileStorageThrd 1.3.6.1.4.1.2011.5.25.212.2.1
The notification for logfile storage limit.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hwICLogFileAging 1.3.6.1.4.1.2011.5.25.212.2.2
The notification for logfile aging.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hwICInsufficientSpace 1.3.6.1.4.1.2011.5.25.212.2.3
The notification for insufficient space.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hwInfoCenterConformance 1.3.6.1.4.1.2011.5.25.212.3
OBJECT IDENTIFIER    

hwInfoCenterCompliances 1.3.6.1.4.1.2011.5.25.212.3.1
OBJECT IDENTIFIER    

hwInfoCenterCompliance 1.3.6.1.4.1.2011.5.25.212.3.1.1
The compliance statement for systems supporting the HUAWEI-INFOCENTER-MIB.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

hwInfoCenterGroups 1.3.6.1.4.1.2011.5.25.212.3.2
OBJECT IDENTIFIER    

hwInfoCenterGroup 1.3.6.1.4.1.2011.5.25.212.3.2.1
The infocenter group.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

hwInfoCenterTrapGroup 1.3.6.1.4.1.2011.5.25.212.3.2.2
The infocenter trap group.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP