Wellfleet-Voice-T1-MIB

File: Wellfleet-Voice-T1-MIB.mib (9417 bytes)

Imported modules

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

Imported symbols

Counter OBJECT-TYPE wfVoiceT1Group
TRAP-TYPE

Defined Types

WfVoiceT1Entry  
SEQUENCE    
  wfVoiceT1Delete INTEGER
  wfVoiceT1Disable INTEGER
  wfVoiceT1State INTEGER
  wfVoiceT1Slot INTEGER
  wfVoiceT1Connector INTEGER
  wfVoiceT1FrameType INTEGER
  wfVoiceT1TransmitWaveform INTEGER
  wfVoiceT1LineCode INTEGER
  wfVoiceT1ReceiveClock INTEGER
  wfVoiceT1TransmitClock INTEGER

WfVoiceT1StatusEntry  
SEQUENCE    
  wfVoiceT1BipolarVios Counter
  wfVoiceT1FrameBitErrs Counter
  wfVoiceT1LossOfFrameErrs Counter
  wfVoiceT1SuperFrameErrs Counter
  wfVoiceT1CRC6Errs Counter
  wfVoiceT1RcvYelAlarms Counter
  wfVoiceT1RcvCarrierLoss Counter
  wfVoiceT1RcvRedAlarms Counter

Defined Values

wfVoiceT1Table 1.3.6.1.4.1.18.3.4.35.1
Voice T1 line record
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfVoiceT1Entry

wfVoiceT1Entry 1.3.6.1.4.1.18.3.4.35.1.1
An entry in the T1 table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfVoiceT1Entry  

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

wfVoiceT1Disable 1.3.6.1.4.1.18.3.4.35.1.1.2
enable/disable parameter, dflt = enabled
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfVoiceT1State 1.3.6.1.4.1.18.3.4.35.1.1.3
physical line status, updated by T1 line driver
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER init(1), sync(2), redAlarm(3), yellowAlarm(4), pulseDensityViolation(5)  

wfVoiceT1Slot 1.3.6.1.4.1.18.3.4.35.1.1.4
instance ID Slot, filled in by driver. For the FBR this is a game slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..14  

wfVoiceT1Connector 1.3.6.1.4.1.18.3.4.35.1.1.5
instance ID Connector, filled in by driver. For 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  

wfVoiceT1FrameType 1.3.6.1.4.1.18.3.4.35.1.1.6
Frame Type - differentiates between two tarrifed framing formats D4 and ESF.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER d4(1), esf(2)  

wfVoiceT1TransmitWaveform 1.3.6.1.4.1.18.3.4.35.1.1.7
Specifies T1 transmit waveform settings. Legal values are: long haul (LBO 0.0dB) long haul (LBO 7.5dB) long haul (LBO 15.0dB) long haul (LBO 22.5dB) short haul (0-110 ft) short haul (110-220 ft) short haul (220-330 ft) short haul (330-440 ft) short haul (440-550 ft) short haul (550-660 ft) Note that this attribute is not supported by all T1 interfaces. For those interfaces that DO NOT support this attribute, the wfDs1E1PortSignalLevel attribute is used instead.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER long-haul-0point0(1), long-haul-7point5(2), long-haul-15point0(3), long-haul-22point5(4), short-haul-0to110(5), short-haul-110to220(6), short-haul-220to330(7), short-haul-330to440(8), short-haul-440to550(9), short-haul-550to660(10)  

wfVoiceT1LineCode 1.3.6.1.4.1.18.3.4.35.1.1.8
Binary 8 zeros suppression or Alternate Mark Inversion
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER b8zs(1), ami(2)  

wfVoiceT1ReceiveClock 1.3.6.1.4.1.18.3.4.35.1.1.9
Clock Mode - Specifiess the usage of the T1 receive clock. Primary: Apply the receive clock of this T1 line as the system clock source if it is available. Secondary: When Primary clock source is not available, use secondary as the system clock source. Ignore: Never use this for system clock source.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER primary(1), secondary(2), ignore(3)  

wfVoiceT1TransmitClock 1.3.6.1.4.1.18.3.4.35.1.1.10
Clock Mode - Specifies the source of the T1 transmit clock. Internal: Apply the system clock source as the transmit clock source. External: Loopback, use the receive clock of this T1 line as the transmit clock source.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER internal(1), external(2)  

wfVoiceT1StatusTable 1.3.6.1.4.1.18.3.4.35.2
Table containing Voice over IP T1 channel status records
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfVoiceT1StatusEntry

wfVoiceT1StatusEntry 1.3.6.1.4.1.18.3.4.35.2.1
An entry in the voice channel status table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfVoiceT1StatusEntry  

wfVoiceT1BipolarVios 1.3.6.1.4.1.18.3.4.35.2.1.1
Number of xGCP control frames successfully rcvd.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoiceT1FrameBitErrs 1.3.6.1.4.1.18.3.4.35.2.1.2
Number of xGCP control frames successfully rcvd.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoiceT1LossOfFrameErrs 1.3.6.1.4.1.18.3.4.35.2.1.3
Number of xGCP control frames successfully rcvd.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoiceT1SuperFrameErrs 1.3.6.1.4.1.18.3.4.35.2.1.4
Number of xGCP control frames successfully rcvd.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoiceT1CRC6Errs 1.3.6.1.4.1.18.3.4.35.2.1.5
Number of xGCP control frames successfully rcvd.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoiceT1RcvYelAlarms 1.3.6.1.4.1.18.3.4.35.2.1.6
Number of xGCP control frames successfully rcvd.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoiceT1RcvCarrierLoss 1.3.6.1.4.1.18.3.4.35.2.1.7
Number of xGCP control frames successfully rcvd.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoiceT1RcvRedAlarms 1.3.6.1.4.1.18.3.4.35.2.1.8
Number of xGCP control frames successfully rcvd.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfVoIPT1Error 1
The SNMP trap that is generated when a T1 interface detects an error.
TRAP-TYPE