H3C-VOSIP-MIB

File: H3C-VOSIP-MIB.mib (16749 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC INET-ADDRESS-MIB
HUAWEI-3COM-OID-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY IpAddress
Integer32 Counter32 NOTIFICATION-TYPE
RowStatus InetAddressType InetAddress
h3cVoice

Defined Types

SipMsgType  
INTEGER unknown(1), register(2), invite(3), ack(4), prack(5), cancel(6), bye(7), info(8)    

H3CSIPServerConfigEntry  
SEQUENCE    
  h3cSIPServerIPAddressType InetAddressType
  h3cSIPServerIPAddress InetAddress
  h3cSIPServerPort Integer32
  h3cSIPServerType INTEGER
  h3cSIPAcceptType INTEGER
  h3cSIPServerStatus RowStatus

H3CSIPMsgStatEntry  
SEQUENCE    
  h3cSIPMsgIndex SipMsgType
  h3cSIPMsgName OCTET STRING
  h3cSIPMsgSend Counter32
  h3cSIPMsgOKSend Counter32
  h3cSIPMsgReceive Counter32
  h3cSIPMsgOKReceive Counter32

H3CSIPMsgResponseStatEntry  
SEQUENCE    
  h3cSIPMsgResponseIndex Integer32
  h3cSIPMsgResponseCode OCTET STRING
  h3cSIPResCodeRecvCount Counter32
  h3cSIPResCodeSendCount Counter32

Defined Values

h3cVoSIP 1.3.6.1.4.1.2011.10.2.39.12
This MIB contains objects to manage the SIP client configuration. Session Initiation Protocol (SIP) is an application layer control protocol that can establish, modify, and terminate multimedia sessions such as IP phone calls, multimedia distribution, and multimedia conferences.
MODULE-IDENTITY    

h3cSIPClientMIB 1.3.6.1.4.1.2011.10.2.39.12.1
OBJECT IDENTIFIER    

h3cSIPClientConfigObjects 1.3.6.1.4.1.2011.10.2.39.12.1.1
OBJECT IDENTIFIER    

h3cSIPID 1.3.6.1.4.1.2011.10.2.39.12.1.1.1
The unique identification of a SIP gateway. This value couldn't be modified unless h3cSIPRegisterEnable is 'off'.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

h3cSIPPasswordType 1.3.6.1.4.1.2011.10.2.39.12.1.1.2
The display type of a SIP gateway password. By default, this object should have the value simple(1). This value couldn't be modified unless h3cSIPRegisterEnable is 'off'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER simple(1), cipher(2)  

h3cSIPPassword 1.3.6.1.4.1.2011.10.2.39.12.1.1.3
A SIP gateway password. This value couldn't be modified unless h3cSIPRegisterEnable is 'off'.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

h3cSIPSourceIPAddressType 1.3.6.1.4.1.2011.10.2.39.12.1.1.4
The source IP address type of the local peer acting as UA (User Agent). This value couldn't be modified unless h3cSIPRegisterEnable is 'off'.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

h3cSIPSourceIP 1.3.6.1.4.1.2011.10.2.39.12.1.1.5
The source IP address of the local peer acting as UA (User Agent). This value couldn't be modified unless h3cSIPRegisterEnable is 'off'.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

h3cSIPRegisterMode 1.3.6.1.4.1.2011.10.2.39.12.1.1.6
The object describes the method to send the type of telephone number. gatewayAll The register mode is gateway mode and the register message contains all the POTS numbers. gatewaySingle The register mode is gateway mode and every register message contains only one POTS number. phoneNumber The register mode is phone mode. Note: Please configure the object hwSIPRegisterPhoneNumber after hwSIPRegisterMode has been set to phoneNumber. This value couldn't be modified unless h3cSIPRegisterEnable is 'off'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER gatewayAll(1), gatewaySingle(2), phoneNumber(3)  

h3cSIPRegisterPhoneNumber 1.3.6.1.4.1.2011.10.2.39.12.1.1.7
The object describes the telephone number which is going to be registered. Note: Please set value of the object h3cIPRegisterMode to phoneNumber before configure this node. This value couldn't be modified unless h3cSIPRegisterEnable is 'off'.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

h3cSIPRegisterEnable 1.3.6.1.4.1.2011.10.2.39.12.1.1.8
The object describes register enable or not, default is off. Only if h3cSIPServerConfigTable is configured well, then this node could be set 'on(1)' successfully.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

h3cSIPTrapsControl 1.3.6.1.4.1.2011.10.2.39.12.1.1.9
Indicates whether the SIP module is permitted to generate traps.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

h3cSIPStatisticClear 1.3.6.1.4.1.2011.10.2.39.12.1.1.10
The object is used to clear the statistic information of a SIP gateway. Note: this object only supports set operation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clear(1)  

h3cSIPServerConfigTable 1.3.6.1.4.1.2011.10.2.39.12.1.2
A list of the SIP server configuration entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3CSIPServerConfigEntry

h3cSIPServerConfigEntry 1.3.6.1.4.1.2011.10.2.39.12.1.2.1
A SIP server configuration entry contains some associated information, e.g. IP address, port, etc.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3CSIPServerConfigEntry  

h3cSIPServerIPAddressType 1.3.6.1.4.1.2011.10.2.39.12.1.2.1.1
The source IP address type of a SIP server.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

h3cSIPServerIPAddress 1.3.6.1.4.1.2011.10.2.39.12.1.2.1.2
The IP address of a SIP server.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress  

h3cSIPServerPort 1.3.6.1.4.1.2011.10.2.39.12.1.2.1.3
The port of a SIP server.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..65535  

h3cSIPServerType 1.3.6.1.4.1.2011.10.2.39.12.1.2.1.4
The type of SIP Server.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER master(1), slave(2)  

h3cSIPAcceptType 1.3.6.1.4.1.2011.10.2.39.12.1.2.1.5
The accept type of SIP calls. By default, the object value is all(2).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER inbound(1), all(2)  

h3cSIPServerStatus 1.3.6.1.4.1.2011.10.2.39.12.1.2.1.6
This object is used to create, delete or modify a row in this table. To create a new row, hwSIPServerType must be specified. Note: h3cSIPRegisterEnable must be specifed 'off' before modifing or destroying an existing row or creating a new row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cSIPMsgStatTable 1.3.6.1.4.1.2011.10.2.39.12.1.3
A list of SIP message statistics entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3CSIPMsgStatEntry

h3cSIPMsgStatEntry 1.3.6.1.4.1.2011.10.2.39.12.1.3.1
A collection of statistics kept for a SIP message.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3CSIPMsgStatEntry  

h3cSIPMsgIndex 1.3.6.1.4.1.2011.10.2.39.12.1.3.1.1
The index of a SIP message.
Status: current Access: not-accessible
OBJECT-TYPE    
  SipMsgType  

h3cSIPMsgName 1.3.6.1.4.1.2011.10.2.39.12.1.3.1.2
The name of a SIP message.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

h3cSIPMsgSend 1.3.6.1.4.1.2011.10.2.39.12.1.3.1.3
The number of messages which a SIP gateway has sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cSIPMsgOKSend 1.3.6.1.4.1.2011.10.2.39.12.1.3.1.4
The number of successful messages which a SIP gateway has sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cSIPMsgReceive 1.3.6.1.4.1.2011.10.2.39.12.1.3.1.5
The number of messages which a SIP gateway has received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cSIPMsgOKReceive 1.3.6.1.4.1.2011.10.2.39.12.1.3.1.6
The number of successful messages which a SIP gateway has received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cSIPMsgResponseStatTable 1.3.6.1.4.1.2011.10.2.39.12.1.4
A list of the SIP message response code statistic entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3CSIPMsgResponseStatEntry

h3cSIPMsgResponseStatEntry 1.3.6.1.4.1.2011.10.2.39.12.1.4.1
The information of SIP response code.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3CSIPMsgResponseStatEntry  

h3cSIPMsgResponseIndex 1.3.6.1.4.1.2011.10.2.39.12.1.4.1.1
The index of a SIP message response code.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

h3cSIPMsgResponseCode 1.3.6.1.4.1.2011.10.2.39.12.1.4.1.2
The SIP message response code.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

h3cSIPResCodeRecvCount 1.3.6.1.4.1.2011.10.2.39.12.1.4.1.3
The number of SIP response code which a SIP gateway has received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cSIPResCodeSendCount 1.3.6.1.4.1.2011.10.2.39.12.1.4.1.4
The number of SIP response code which a SIP gateway has sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cSIPTrapStubObjects 1.3.6.1.4.1.2011.10.2.39.12.3
OBJECT IDENTIFIER    

h3cSIPRegisterFailReason 1.3.6.1.4.1.2011.10.2.39.12.3.1
The object describes the reason that a SIP gateway fails to register.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(0..31)  

h3cSIPAuthenReqMethod 1.3.6.1.4.1.2011.10.2.39.12.3.2
The object denotes the method of a request that fails to authenticate.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SipMsgType  

h3cSIPClientNotifications 1.3.6.1.4.1.2011.10.2.39.12.4
OBJECT IDENTIFIER    

h3cSIPRegisterFailure 1.3.6.1.4.1.2011.10.2.39.12.4.1
The trap is generated when a SIP gateway fails to register.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

h3cSIPAuthenticateFailure 1.3.6.1.4.1.2011.10.2.39.12.4.2
The trap is generated when a request with its credential fail to authenticate.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

h3cSIPServerSwitch 1.3.6.1.4.1.2011.10.2.39.12.4.3
The trap is generated when a switch happens between master and slave SIP server.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE