HPN-ICF-INFOCENTER-MIB

File: HPN-ICF-INFOCENTER-MIB.mib (14087 bytes)

Imported modules

HPN-ICF-OID-MIB SNMPv2-TC SNMPv2-SMI
INET-ADDRESS-MIB IF-MIB

Imported symbols

hpnicfCommon DisplayString TruthValue
RowStatus TAddress TEXTUAL-CONVENTION
Counter32 Unsigned32 Integer32
OBJECT-TYPE MODULE-IDENTITY InetAddressType
InetAddress InterfaceIndexOrZero

Defined Types

ICMessageLevelType  
Specify severity level of message.
TEXTUAL-CONVENTION    
  INTEGER emergency(0), alert(1), critical(2), error(3), warning(4), notice(5), informational(6), debug(7), invalid(8)  

ICFacilityType  
Specify loghost facility which generates messages.
TEXTUAL-CONVENTION    
  INTEGER kernel(0), userLevel(1), mailSystem(2), systemDaemons(3), securityAuthorization(4), internallyMessages(5), linePrinter(6), networkNews(7), uucp(8), clockDaemon(9), securityAuthorization2(10), ftpDaemon(11), ntp(12), logAudit(13), logAlert(14), clockDaemon2(15), local0(16), local1(17), local2(18), local3(19), local4(20), local5(21), local6(22), local7(23)  

ICTimeStampType  
Specify operation types on time stamp of message. date: the time stamp type of message is date. boot: the time stamp type of message is the time from uptime of system. iso: the time stamp type of message is ISO date with format YYYY-MM-ddThh:mm:ss. dateWithoutYear: the time stamp type of message is date without year information. none: no time stamp information in message.
TEXTUAL-CONVENTION    
  INTEGER date(0), boot(1), iso(2), dateWithoutYear(3), none(4)  

HpnicfICLogbufferContEntry  
SEQUENCE    
  hpnicfICLogbufferContIndex Integer32
  hpnicfICLogbufferContDescription DisplayString

HpnicfICLoghostEntry  
SEQUENCE    
  hpnicfICLoghostIndex Unsigned32
  hpnicfICLoghostIpaddressType InetAddressType
  hpnicfICLoghostIpaddress InetAddress
  hpnicfICLoghostVPNName DisplayString
  hpnicfICLoghostFacility ICFacilityType
  hpnicfICLoghostOperateRowStatus RowStatus
  hpnicfICLoghostIpaddressPort Unsigned32
  hpnicfICLoghostTAddress TAddress

HpnicfICDirectionEntry  
SEQUENCE    
  hpnicfICDirectionIndex Unsigned32
  hpnicfICDirectionName DisplayString
  hpnicfICDirectionState TruthValue

HpnicfICModuleEntry  
SEQUENCE    
  hpnicfICModuleName DisplayString

HpnicfICLogEntry  
SEQUENCE    
  hpnicfICLogLevel ICMessageLevelType
  hpnicfICLogRowStatus RowStatus

Defined Values

hpnicfInfoCenter 1.3.6.1.4.1.11.2.14.11.15.2.119
All the configuration of the info center can be managed by info center MIB.
MODULE-IDENTITY    

hpnicfICLogbuffer 1.3.6.1.4.1.11.2.14.11.15.2.119.1
OBJECT IDENTIFIER    

hpnicfICLogbufferObjects 1.3.6.1.4.1.11.2.14.11.15.2.119.1.1
OBJECT IDENTIFIER    

hpnicfICMaxLogbufferSize 1.3.6.1.4.1.11.2.14.11.15.2.119.1.1.1
The maximum number of messages that can be stored in logbuffer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfICLogbufferSize 1.3.6.1.4.1.11.2.14.11.15.2.119.1.1.2
The capacity of logbuffer which can be customized by users. The valid range is from 0 to hpnicfICMaxLogbufferSize.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

hpnicfICLogbufferCurrentMessages 1.3.6.1.4.1.11.2.14.11.15.2.119.1.1.3
The number of log messages stored in logbuffer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfICLogbufferOverwrittenMessages 1.3.6.1.4.1.11.2.14.11.15.2.119.1.1.4
The number of log messages overwritten in logbuffer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfICLogbufferDroppedMessages 1.3.6.1.4.1.11.2.14.11.15.2.119.1.1.5
The number of log messages dropped in logbuffer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfICLogbufferContTable 1.3.6.1.4.1.11.2.14.11.15.2.119.1.2
The table of logbuffer contents.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfICLogbufferContEntry

hpnicfICLogbufferContEntry 1.3.6.1.4.1.11.2.14.11.15.2.119.1.2.1
The contents entry of logbuffer.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfICLogbufferContEntry  

hpnicfICLogbufferContIndex 1.3.6.1.4.1.11.2.14.11.15.2.119.1.2.1.1
The index of this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hpnicfICLogbufferContDescription 1.3.6.1.4.1.11.2.14.11.15.2.119.1.2.1.2
The contents of logbuffer.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..1600)  

hpnicfICLoghost 1.3.6.1.4.1.11.2.14.11.15.2.119.2
OBJECT IDENTIFIER    

hpnicfICLoghostObjects 1.3.6.1.4.1.11.2.14.11.15.2.119.2.1
OBJECT IDENTIFIER    

hpnicfICMaxLoghost 1.3.6.1.4.1.11.2.14.11.15.2.119.2.1.1
The object shows the maximum number of rows in hpnicfLoghostTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfICLoghostSourceInterface 1.3.6.1.4.1.11.2.14.11.15.2.119.2.1.2
The source interface which sends message to loghost. All loghosts use the same source interface. Zero is invalid.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

hpnicfICLoghostTimestampType 1.3.6.1.4.1.11.2.14.11.15.2.119.2.1.3
Time stamp type of message sent to loghost.
Status: current Access: read-write
OBJECT-TYPE    
  ICTimeStampType  

hpnicfICLoghostTable 1.3.6.1.4.1.11.2.14.11.15.2.119.2.2
The table of loghost.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfICLoghostEntry

hpnicfICLoghostEntry 1.3.6.1.4.1.11.2.14.11.15.2.119.2.2.1
The loghost entry of syslog.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfICLoghostEntry  

hpnicfICLoghostIndex 1.3.6.1.4.1.11.2.14.11.15.2.119.2.2.1.1
The index of this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..64  

hpnicfICLoghostIpaddressType 1.3.6.1.4.1.11.2.14.11.15.2.119.2.2.1.2
The IP address type of loghost.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hpnicfICLoghostIpaddress 1.3.6.1.4.1.11.2.14.11.15.2.119.2.2.1.3
The IP address of loghost.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpnicfICLoghostVPNName 1.3.6.1.4.1.11.2.14.11.15.2.119.2.2.1.4
The VPN instance of loghost.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

hpnicfICLoghostFacility 1.3.6.1.4.1.11.2.14.11.15.2.119.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    
  ICFacilityType  

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

hpnicfICLoghostIpaddressPort 1.3.6.1.4.1.11.2.14.11.15.2.119.2.2.1.7
The loghost server port.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..65535  

hpnicfICLoghostTAddress 1.3.6.1.4.1.11.2.14.11.15.2.119.2.2.1.8
The loghost server transport address. Consist of hpnicfICLoghostIpaddress(ipv4) and hpnicfICLoghostIpaddressPort. This node can't be bound with hpnicfICLoghostIpaddress, hpnicfICLoghostIpaddressPort and hpnicfICLoghostIpaddressType at the same time.
Status: current Access: read-create
OBJECT-TYPE    
  TAddress  

hpnicfICDirection 1.3.6.1.4.1.11.2.14.11.15.2.119.3
OBJECT IDENTIFIER    

hpnicfICDirectionTable 1.3.6.1.4.1.11.2.14.11.15.2.119.3.1
A table of syslog output direction.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfICDirectionEntry

hpnicfICDirectionEntry 1.3.6.1.4.1.11.2.14.11.15.2.119.3.1.1
The output direction entry of syslog.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfICDirectionEntry  

hpnicfICDirectionIndex 1.3.6.1.4.1.11.2.14.11.15.2.119.3.1.1.1
The index of this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hpnicfICDirectionName 1.3.6.1.4.1.11.2.14.11.15.2.119.3.1.1.2
The name of output direction.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..30)  

hpnicfICDirectionState 1.3.6.1.4.1.11.2.14.11.15.2.119.3.1.1.3
The state of syslog: true(1):enable. false(2):disable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfICModule 1.3.6.1.4.1.11.2.14.11.15.2.119.4
OBJECT IDENTIFIER    

hpnicfICModuleTable 1.3.6.1.4.1.11.2.14.11.15.2.119.4.1
A table of syslog module.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfICModuleEntry

hpnicfICModuleEntry 1.3.6.1.4.1.11.2.14.11.15.2.119.4.1.1
The module entry of syslog.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfICModuleEntry  

hpnicfICModuleName 1.3.6.1.4.1.11.2.14.11.15.2.119.4.1.1.1
The name of module.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..8)  

hpnicfICLog 1.3.6.1.4.1.11.2.14.11.15.2.119.5
OBJECT IDENTIFIER    

hpnicfICLogObjects 1.3.6.1.4.1.11.2.14.11.15.2.119.5.1
OBJECT IDENTIFIER    

hpnicfICLogGlobalState 1.3.6.1.4.1.11.2.14.11.15.2.119.5.1.1
The global state of syslog: true(1):enable. false(2):disable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfICLogTimestampType 1.3.6.1.4.1.11.2.14.11.15.2.119.5.1.2
Time stamp type of log message.
Status: current Access: read-write
OBJECT-TYPE    
  ICTimeStampType  

hpnicfICLogTable 1.3.6.1.4.1.11.2.14.11.15.2.119.5.2
A table of syslog module.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfICLogEntry

hpnicfICLogEntry 1.3.6.1.4.1.11.2.14.11.15.2.119.5.2.1
The log entry of syslog.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfICLogEntry  

hpnicfICLogLevel 1.3.6.1.4.1.11.2.14.11.15.2.119.5.2.1.1
The level of log message, invalid is for deny any log.
Status: current Access: read-create
OBJECT-TYPE    
  ICMessageLevelType  

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