BDCOM-IF-MIB

File: BDCOM-IF-MIB.mib (7769 bytes)

Imported modules

SNMPv2-SMI RFC1155-SMI RFC1213-MIB
BDCOM-SMI SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Gauge
TimeTicks DisplayString bdMgmt
PhysAddress

Defined Types

VIfEntry  
SEQUENCE    
  vifIndex INTEGER
  vifDescr DisplayString
  vifType INTEGER
  vifMtu INTEGER
  vifSpeed Gauge
  vifPhysAddress PhysAddress
  vifAdminStatus INTEGER
  vifOperStatus INTEGER
  vifLastChange TimeTicks

Defined Values

bdIfMIB 1.3.6.1.4.1.3320.9.63
Analog Voice Interface MIB module. This MIB manages the E&M, FXO, FXS Interfaces in the router.
MODULE-IDENTITY    

bdIfObjects 1.3.6.1.4.1.3320.9.63.1
OBJECT IDENTIFIER    

vifTable 1.3.6.1.4.1.3320.9.63.1.1
A list of voice interface entries. The number of entries is given by the value of ifNumber.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VIfEntry

vifEntry 1.3.6.1.4.1.3320.9.63.1.1.1
An interface entry containing objects at the subnetwork layer and below for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VIfEntry  

vifIndex 1.3.6.1.4.1.3320.9.63.1.1.1.1
A unique value for each voice interface. Its value ranges between 1 and the value of vifNumber. The value for each voice interface must remain constant at least from one re-initialization of the entity's network management system to the next re- initialization.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vifDescr 1.3.6.1.4.1.3320.9.63.1.1.1.2
A textual string containing information about the voice interface. This string should include the name of the manufacturer, the product name and the version of the hardware interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

vifType 1.3.6.1.4.1.3320.9.63.1.1.1.3
The type of Voice interface, distinguished according to the physical/link protocol(s) immediately `below' the network layer in the protocol stack.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), voiceEM(100), voiceFXO(101), voiceFXS(102)  

vifMtu 1.3.6.1.4.1.3320.9.63.1.1.1.4
The size of the largest datagram which can be sent/received on the voice interface, specified in octets. in fact,for voice interface,this value should be 0
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vifSpeed 1.3.6.1.4.1.3320.9.63.1.1.1.5
contains a zero value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

vifPhysAddress 1.3.6.1.4.1.3320.9.63.1.1.1.6
contains an octet string of zero length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

vifAdminStatus 1.3.6.1.4.1.3320.9.63.1.1.1.7
The desired administrative status of the Analog Telephony interface port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3)  

vifOperStatus 1.3.6.1.4.1.3320.9.63.1.1.1.8
The current operational state of the interface. The testing(3) state indicates that no operational packets can be passed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3), unknown(4), dormant(5)  

vifLastChange 1.3.6.1.4.1.3320.9.63.1.1.1.9
The value of sysUpTime at the time the interface entered its current operational state. If the current state was entered prior to the last re- initialization of the local network management subsystem, then this object contains a zero value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks