Wellfleet-VOIP-MIB

File: Wellfleet-VOIP-MIB.mib (28451 bytes)

Imported modules

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

Imported symbols

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

Defined Types

WfVoIPEntry  
SEQUENCE    
  wfVoIPDelete INTEGER
  wfVoIPGwEnable INTEGER
  wfVoIPState INTEGER
  wfVoIPHwSlot INTEGER
  wfVoIPCct INTEGER
  wfVoIPMtu INTEGER
  wfVoIPMadr OCTET STRING
  wfVoIPVoiceFramesRxOk Counter
  wfVoIPVoiceFramesTxOk Counter
  wfVoIPOctetsRxOk Counter
  wfVoIPOctetsTxOk Counter
  wfVoIPBufErrorTx Counter
  wfVoIPFcsErrorRx Counter
  wfVoIPTxQueueLength INTEGER
  wfVoIPRxQueueLength INTEGER
  wfVoIPRxReplenMisses Counter
  wfVoIPCfgTxQueueLength INTEGER
  wfVoIPCfgRxQueueLength INTEGER
  wfVoIPLineNumber INTEGER
  wfVoIPLastChange TimeTicks
  wfVoIPOutQLen Gauge
  wfVoIPTxProcessings Counter
  wfVoIPRxProcessings Counter
  wfVoIPGwConfigFileName DisplayString
  wfVoIPGwConfigFileVersion DisplayString
  wfVoIPGwImageName DisplayString
  wfVoIPGwImageVersion DisplayString
  wfVoIPGwSystemName DisplayString
  wfVoIPGwMBAddress IpAddress
  wfVoIPSubNetMask IpAddress
  wfVoIPGwMBTCPPort INTEGER
  wfVoIPGwAddress IpAddress
  wfVoIPGwTCPPort INTEGER
  wfVoIPPrivFramesRxOk Counter
  wfVoIPPrivOctetsRxOk Counter
  wfVoIPPrivFramesTxOk Counter
  wfVoIPPrivOctetsTxOk Counter
  wfVoIPPrivFrameTxDrops Counter
  wfVoIPGwRestart INTEGER
  wfVoIPPhysicalIfType INTEGER
  wfVoIPDebugLevel INTEGER
  wfVoIPMediaGwProtocol DisplayString
  wfVoIPCCSBackhaulProtocol DisplayString
  wfVoIPPrimaryMGCIpAddr IpAddress
  wfVoIPPrimaryMGCPortNum INTEGER
  wfVoIPSecondaryMGCIpAddr IpAddress
  wfVoIPSecondaryMGCPortNum INTEGER
  wfVoIPPrimarySGCIpAddr IpAddress
  wfVoIPPrimarySGCPortNum INTEGER
  wfVoIPSecondarySGCIpAddr IpAddress
  wfVoIPSecondarySGCPortNum INTEGER

WfVoIPStatusEntry  
SEQUENCE    
  wfVoIPCtlRxMsgSuccessCount Counter
  wfVoIPCtlOctetsRxOk Counter
  wfVoIPCtlTxMsgSuccessCount Counter
  wfVoIPCtlOctetsTxOk Counter
  wfVoIPCtlFrameTxRetries Counter
  wfVoIPCtlFrameTxDrops Counter
  wfVoIPCtlInBadVersionCount Counter
  wfVoIPCtlUnRecognizedPktCnt Counter
  wfVoIPRxMsgFailCount Counter
  wfVoIPTxMsgFailCount Counter
  wfVoIPPackageName INTEGER

WfVoIPPortStatusEntry  
SEQUENCE    
  wfVoIPVoiceConnector INTEGER
  wfVoIPVoiceChannel INTEGER
  wfVoIPPortState INTEGER

Defined Values

wfVoIPTable 1.3.6.1.4.1.18.3.5.3.27.1
Table containing Voice over IP interface records
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfVoIPEntry

wfVoIPEntry 1.3.6.1.4.1.18.3.5.3.27.1.1
An entry in the Voice over IP interface table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfVoIPEntry  

wfVoIPDelete 1.3.6.1.4.1.18.3.5.3.27.1.1.1
create/delete parameter, dflt = created
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfVoIPGwEnable 1.3.6.1.4.1.18.3.5.3.27.1.1.2
Enables or disables voice gateway.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfVoIPState 1.3.6.1.4.1.18.3.5.3.27.1.1.3
Line driver state variable: Not Present, Init, Down, Up, Configured, Connected
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER connected(1), configured(2), up(3), down(4), init(5), notpresent(6)  

wfVoIPHwSlot 1.3.6.1.4.1.18.3.5.3.27.1.1.4
Instance ID Slot, filled in by driver. For the ARN this is a GAME slot which is always 1. For the FBR this is a PCI slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..14  

wfVoIPCct 1.3.6.1.4.1.18.3.5.3.27.1.1.5
cct number for this line instance
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..1023  

wfVoIPMtu 1.3.6.1.4.1.18.3.5.3.27.1.1.6
mtu parameter, fixed
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER default(1518)  

wfVoIPMadr 1.3.6.1.4.1.18.3.5.3.27.1.1.7
line MAC address, fixed - line driver fills in
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wfVoIPVoiceFramesRxOk 1.3.6.1.4.1.18.3.5.3.27.1.1.8
Number of frames received without error
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPVoiceFramesTxOk 1.3.6.1.4.1.18.3.5.3.27.1.1.9
Number of frames transmitted without error
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPOctetsRxOk 1.3.6.1.4.1.18.3.5.3.27.1.1.10
Number of octets received without error
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPOctetsTxOk 1.3.6.1.4.1.18.3.5.3.27.1.1.11
Number of octets transmitted without error
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPBufErrorTx 1.3.6.1.4.1.18.3.5.3.27.1.1.12
Number of internal buffer errors
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPFcsErrorRx 1.3.6.1.4.1.18.3.5.3.27.1.1.13
Number of receiver checksum errors
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPTxQueueLength 1.3.6.1.4.1.18.3.5.3.27.1.1.14
Current Transmit Queue Length
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfVoIPRxQueueLength 1.3.6.1.4.1.18.3.5.3.27.1.1.15
Current Receive Queue Length
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfVoIPRxReplenMisses 1.3.6.1.4.1.18.3.5.3.27.1.1.16
Number of packet buffer misses while attempting to replenish driver receive ring.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPCfgTxQueueLength 1.3.6.1.4.1.18.3.5.3.27.1.1.17
Configured Transmit Queue Length. Values other than zero over-ride the router selected values. A value of zero has a special meaning. Zero causes router based default values to be used. Values larger than the compiled ring size are truncated to the compiled ring size.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

wfVoIPCfgRxQueueLength 1.3.6.1.4.1.18.3.5.3.27.1.1.18
Configured Receive Queue Length. Values other than zero over-ride the router selected values. A value of zero has a special meaning. Zero causes router based default values to be used. Values larger than the compiled ring size are truncated to the compiled ring size.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

wfVoIPLineNumber 1.3.6.1.4.1.18.3.5.3.27.1.1.19
Logical line number associated with this driver entity.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfVoIPLastChange 1.3.6.1.4.1.18.3.5.3.27.1.1.20
The value of SysUpTime at the time the interface entered it's current operational state (UP state). SysUpTime is defined as the time(in hundredths of a second) since the network management portion of the system was last re-initialized. Usually the time since boot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

wfVoIPOutQLen 1.3.6.1.4.1.18.3.5.3.27.1.1.21
The instantaneous current length of the output packet queue (in packets).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

wfVoIPTxProcessings 1.3.6.1.4.1.18.3.5.3.27.1.1.22
Counts the number of times the transmit routine has been called
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPRxProcessings 1.3.6.1.4.1.18.3.5.3.27.1.1.23
Counts the number of times RINT processing takes place in the interrupt service routine.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPGwConfigFileName 1.3.6.1.4.1.18.3.5.3.27.1.1.24
A textual string to describe the name of VoIP config. file to be download on to router flash card. The image name should be a fully qualified filename. For ex: vol:filename.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..127)  

wfVoIPGwConfigFileVersion 1.3.6.1.4.1.18.3.5.3.27.1.1.25
A textual string to describe the version of the voice gateway config file.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..127)  

wfVoIPGwImageName 1.3.6.1.4.1.18.3.5.3.27.1.1.26
A textual string to describe the name of VoIP image to be download on to VoIP board. The image name should be a fully qualified filename. For ex: vol:filename.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..127)  

wfVoIPGwImageVersion 1.3.6.1.4.1.18.3.5.3.27.1.1.27
A textual string to describe the version of the voice gateway image.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..127)  

wfVoIPGwSystemName 1.3.6.1.4.1.18.3.5.3.27.1.1.28
Gateway name used to uniquely identify the gateway to the call agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

wfVoIPGwMBAddress 1.3.6.1.4.1.18.3.5.3.27.1.1.29
IP Address at the motherboard end of the ethernet interface between mother board and PDB
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfVoIPSubNetMask 1.3.6.1.4.1.18.3.5.3.27.1.1.30
The VoIP subnet mask associated with the IP address of the router and the voice gateway.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfVoIPGwMBTCPPort 1.3.6.1.4.1.18.3.5.3.27.1.1.31
TCP Port of the VoIP If Control gate
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 5000..7000  

wfVoIPGwAddress 1.3.6.1.4.1.18.3.5.3.27.1.1.32
IP Address at the PDB end of the ethernet interface between motherboard and PDB
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfVoIPGwTCPPort 1.3.6.1.4.1.18.3.5.3.27.1.1.33
TCP Port of the VGW Process on the PDB
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 5000..7000  

wfVoIPPrivFramesRxOk 1.3.6.1.4.1.18.3.5.3.27.1.1.34
Number of private messages successfully rcvd.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPPrivOctetsRxOk 1.3.6.1.4.1.18.3.5.3.27.1.1.35
Number of octets in successfully rcvd private messages.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPPrivFramesTxOk 1.3.6.1.4.1.18.3.5.3.27.1.1.36
Number of private messages successfully xmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPPrivOctetsTxOk 1.3.6.1.4.1.18.3.5.3.27.1.1.37
number of octets in successfully xmitted private messages.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPPrivFrameTxDrops 1.3.6.1.4.1.18.3.5.3.27.1.1.38
Number of frames not xmitted due to lack of resources.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPGwRestart 1.3.6.1.4.1.18.3.5.3.27.1.1.39
Enables or disables restart of voice gateway.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfVoIPPhysicalIfType 1.3.6.1.4.1.18.3.5.3.27.1.1.40
The Phaysical Interface Type
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER arn(1), t1cas(2), t1ccs(3), e1cas(4), e1ccs(5)  

wfVoIPDebugLevel 1.3.6.1.4.1.18.3.5.3.27.1.1.41
The Phaysical Interface Type
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER level1(1), level2(2), level3(3), level4(4), level5(5), level6(6)  

wfVoIPMediaGwProtocol 1.3.6.1.4.1.18.3.5.3.27.1.1.42
The version of the Media Gateway Protocol running
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..127)  

wfVoIPCCSBackhaulProtocol 1.3.6.1.4.1.18.3.5.3.27.1.1.43
The version of the CCSBackhaulProtocol running
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..127)  

wfVoIPPrimaryMGCIpAddr 1.3.6.1.4.1.18.3.5.3.27.1.1.44
IP Address of the Primary MGCP
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfVoIPPrimaryMGCPortNum 1.3.6.1.4.1.18.3.5.3.27.1.1.45
Port number of the Primary MGCP
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfVoIPSecondaryMGCIpAddr 1.3.6.1.4.1.18.3.5.3.27.1.1.46
IP Address of the Secondary MGCP
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfVoIPSecondaryMGCPortNum 1.3.6.1.4.1.18.3.5.3.27.1.1.47
Port number of the Secondary MGCP
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfVoIPPrimarySGCIpAddr 1.3.6.1.4.1.18.3.5.3.27.1.1.48
IP Address of the Primary SGC
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfVoIPPrimarySGCPortNum 1.3.6.1.4.1.18.3.5.3.27.1.1.49
Port number of the Primary SGC
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfVoIPSecondarySGCIpAddr 1.3.6.1.4.1.18.3.5.3.27.1.1.50
IP Address of the Secondary SGC
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfVoIPSecondarySGCPortNum 1.3.6.1.4.1.18.3.5.3.27.1.1.51
Port number of the Secondary SGC
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfVoIPStatusTable 1.3.6.1.4.1.18.3.5.3.27.2
The VFoIP status table, contains monitoring information and is a proxied MIB.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfVoIPStatusEntry

wfVoIPStatusEntry 1.3.6.1.4.1.18.3.5.3.27.2.1
An entry in the VFoIP status table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfVoIPStatusEntry  

wfVoIPCtlRxMsgSuccessCount 1.3.6.1.4.1.18.3.5.3.27.2.1.1
This object specifies the count of successful messages received from the Call Agent. Successful messages: Receive: Positive ACK is sent to the Media Gateway Controller
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPCtlOctetsRxOk 1.3.6.1.4.1.18.3.5.3.27.2.1.2
Number of octets in successfully rcvd xGCP control frames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPCtlTxMsgSuccessCount 1.3.6.1.4.1.18.3.5.3.27.2.1.3
This object specifies the count of successful messages transmitted to the Call Agent. Successful messages: Transmit: Positive ACK is received from the Media Gateway Controller
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPCtlOctetsTxOk 1.3.6.1.4.1.18.3.5.3.27.2.1.4
Number of octets in successfully xmited xGCP control frames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPCtlFrameTxRetries 1.3.6.1.4.1.18.3.5.3.27.2.1.5
Number of retried control frame transmissions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPCtlFrameTxDrops 1.3.6.1.4.1.18.3.5.3.27.2.1.6
Number of frames not xmitted due to timeout.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPCtlInBadVersionCount 1.3.6.1.4.1.18.3.5.3.27.2.1.7
The total number of incoming messages which were delivered to the protocol entity and were for an unsupported protocol version.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPCtlUnRecognizedPktCnt 1.3.6.1.4.1.18.3.5.3.27.2.1.8
This refers to the count of unrecognized packets since reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPRxMsgFailCount 1.3.6.1.4.1.18.3.5.3.27.2.1.9
This object specifies the count of failed messages received from the Call Agent. Failed messages: Receive: Either Format of the received message is bad or the request can not be fulfilled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPTxMsgFailCount 1.3.6.1.4.1.18.3.5.3.27.2.1.10
This object specifies the count of failed messages received from the Call Agent. Failed messages: Transmit: Either NAK is received from the Media Gateway Controller or message times out waiting for an ACK.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPPackageName 1.3.6.1.4.1.18.3.5.3.27.2.1.11
This object specifies the Name of the Capability Package in use. The list of basic packages includes the following: _______________________________________________ | Package | name | |______________________________|_______________| | Generic Media Package | generic | | DTMF package | dtmf | | MF Package | mf | | Trunk Package | trunk | | Line Package | line | | Handset Package | handset | | RTP Package | rtp | | Network Access Server Package| nas | | Announcement Server Package | announcement| | Script Package | script | | Bay Networks Package | bay | |______________________________|_______________|
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER generic(1), dtmf(2), mf(3), trunk(4), line(5), handset(6), rtp(7), nas(8), announcement(9), script(10), bay(11)  

wfVoIPPortStatusTable 1.3.6.1.4.1.18.3.5.3.27.3
The VFoIP port status table, contains voice channel status monitoring information for the voice port and is a proxied MIB.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfVoIPPortStatusEntry

wfVoIPPortStatusEntry 1.3.6.1.4.1.18.3.5.3.27.3.1
An entry in the VFoIP port status table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfVoIPPortStatusEntry  

wfVoIPVoiceConnector 1.3.6.1.4.1.18.3.5.3.27.3.1.1
instance ID Connector, filled in by driver. For the ARN, the Voice Connector refers to the TDB or card number (and is in the range 1-2). On the FBR, this attribute is an encoded value and is equal to 'pci slot' * 1000 + 'module'* 100 + 'connector'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfVoIPVoiceChannel 1.3.6.1.4.1.18.3.5.3.27.3.1.2
For the ARN FXS, FXO, or E&M interfaces, a voice channel refers to the physical port connector on the TDB. On the FBR, a voice channel refers to a specific DS0 on a T1.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfVoIPPortState 1.3.6.1.4.1.18.3.5.3.27.3.1.3
Indicates the state of a specific voice channel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), outofservice(2), idle(3), busy(4), recycling(5)  

wfVoIPGwConfigInfo 1
The SNMP trap that is generated when a Voice over IP gateway within the router is restarted. This trap reports: gateway slot gateway configuration file name gateway configuration file version.
TRAP-TYPE    

wfVoIPGwEnableInfo 2
The SNMP trap that is generated when the wfVoIPGwEnable state changes.
TRAP-TYPE    

wfVoIPGwStatusInfo 3
The SNMP trap that is generated when the wfVoIPState state changes.
TRAP-TYPE