VERTICAL-ISDN-MIB

File: VERTICAL-ISDN-MIB.mib (29556 bytes)

Imported modules

RFC1155-SMI SNMPv2-TC RFC1213-MIB
RFC-1215 RFC-1212 RFC1271-MIB
VERTICALT1-E1-MIB

Imported symbols

Counter TimeTicks Gauge
TimeStamp DisplayString ifIndex
transmission TRAP-TYPE OBJECT-TYPE
EntryStatus vertical

Defined Types

IsdnSignalingProtocol  
INTEGER other(1), ess4(5), ess5(6), dms100(7), ni2(10), dms100s100(263)    

TestAndIncr  
INTEGER 0..2147483647    

TruthValue  
INTEGER true(1), false(2)    

VisdnBearerEntry  
SEQUENCE    
  visdnBearerChannelType INTEGER
  visdnBearerOperStatus INTEGER
  visdnBearerChannelNumber INTEGER
  visdnBearerPeerAddress DisplayString
  visdnBearerPeerSubAddress DisplayString
  visdnBearerCallOrigin INTEGER
  visdnBearerInfoType INTEGER
  visdnBearerMultirate TruthValue
  visdnBearerCallSetupTime TimeStamp
  visdnBearerCallConnectTime TimeStamp
  visdnBearerChargedUnits Gauge

VisdnSignalingEntry  
SEQUENCE    
  visdnSignalingIndex INTEGER
  visdnSignalingIfIndex INTEGER
  visdnSignalingProtocol IsdnSignalingProtocol
  visdnSignalingCallingAddress DisplayString
  visdnSignalingSubAddress DisplayString
  visdnSignalingBchannelCount INTEGER
  visdnSignalingInfoTrapEnable INTEGER
  visdnSignalingStatus EntryStatus

VisdnSignalingStatsEntry  
SEQUENCE    
  visdnSigStatsInCalls Counter
  visdnSigStatsInConnected Counter
  visdnSigStatsOutCalls Counter
  visdnSigStatsOutConnected Counter
  visdnSigStatsChargedUnits Counter

VisdnLapdEntry  
SEQUENCE    
  visdnLapdPrimaryChannel TruthValue
  visdnLapdOperStatus INTEGER
  visdnLapdPeerSabme Counter
  visdnLapdRecvdFrmr Counter

Defined Values

visdnMibObjects 1.3.6.1.4.1.2338.5
OBJECT IDENTIFIER    

visdnBearerGroup 1.3.6.1.4.1.2338.5.2
OBJECT IDENTIFIER    

visdnBearerTable 1.3.6.1.4.1.2338.5.2.1
This table defines port specific operational, statistics and active call data for ISDN B channels. Each entry in this table describes one B (bearer) channel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VisdnBearerEntry

visdnBearerEntry 1.3.6.1.4.1.2338.5.2.1.1
Operational and statistics information relating to one port. A port is a single B channel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VisdnBearerEntry  

visdnBearerChannelType 1.3.6.1.4.1.2338.5.2.1.1.1
The B channel type. If the B channel is connected to a dialup line, this object has a value of dialup(1). In this case, it is controlled by an associated signaling channel. If the B channel is connected to a leased line, this object has a value of leased(2). For leased line B channels, there is no signaling channel control available.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER dialup(1), leased(2)  

visdnBearerOperStatus 1.3.6.1.4.1.2338.5.2.1.1.2
The current call control state for this port. idle(1): The B channel is idle. No call or call attempt is going on. connecting(2): A connection attempt (outgoing call) is being made on this interface. connected(3): An incoming call is in the process of validation. active(4): A call is active on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), connecting(2), connected(3), active(4)  

visdnBearerChannelNumber 1.3.6.1.4.1.2338.5.2.1.1.3
The identifier being used by a signaling protocol to identify this B channel, also referred to as B channel number. If the Agent also supports the DS0 MIB, the values of visdnBearerChannelNumber and dsx0Ds0Number must be identical for a given B channel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..30  

visdnBearerPeerAddress 1.3.6.1.4.1.2338.5.2.1.1.4
The ISDN address the current or last call is or was connected to. In some cases, the format of this information can not be predicted, since it largely depends on the type of switch or PBX the device is connected to. Therefore, the detailed format of this information is not specified and is implementation dependent. If possible, the agent should supply this information using the E.164 format. In this case, the number must start with '+'. Otherwise, IA5 number digits must be used. If the peer ISDN address is not available, this object has a length of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

visdnBearerPeerSubAddress 1.3.6.1.4.1.2338.5.2.1.1.5
The ISDN subaddress the current or last call is or was connected to. The subaddress is an user supplied string of up to 20 IA5 characters and is transmitted transparently through the network. If the peer subaddress is not available, this object has a length of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

visdnBearerCallOrigin 1.3.6.1.4.1.2338.5.2.1.1.6
The call origin for the current or last call. If since system startup there was no call on this interface, this object has a value of unknown(1).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), originate(2), answer(3), callback(4)  

visdnBearerInfoType 1.3.6.1.4.1.2338.5.2.1.1.7
The Information Transfer Capability for the current or last call. speech(2) refers to a non-data connection, whereas audio31(6) and audio7(7) refer to data mode connections. Note that Q.931, chapter 4.5.5, originally defined audio7(7) as '7 kHz audio' and now defines it as 'Unrestricted digital information with tones/ announcements'. If since system startup there has been no call on this interface, this object has a value of unknown(1).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), speech(2), unrestrictedDigital(3), unrestrictedDigital56(4), restrictedDigital(5), audio31(6), audio7(7), video(8), packetSwitched(9)  

visdnBearerMultirate 1.3.6.1.4.1.2338.5.2.1.1.8
This flag indicates if the current or last call used multirate. The actual information transfer rate, in detail specified in octet 4.1 (rate multiplier), is the sum of all B channel ifSpeed values for the hyperchannel. If since system startup there was no call on this interface, this object has a value of false(2).
Status: mandatory Access: read-only
OBJECT-TYPE    
  TruthValue  

visdnBearerCallSetupTime 1.3.6.1.4.1.2338.5.2.1.1.9
The value of sysUpTime when the ISDN setup message for the current or last call was sent or received. If since system startup there has been no call on this interface, this object has a value of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeStamp  

visdnBearerCallConnectTime 1.3.6.1.4.1.2338.5.2.1.1.10
The value of sysUpTime when the ISDN connect message for the current or last call was sent or received. If since system startup there has been no call on this interface, this object has a value of zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeStamp  

visdnBearerChargedUnits 1.3.6.1.4.1.2338.5.2.1.1.11
The number of charged units for the current or last connection. For incoming calls or if charging information is not supplied by the switch, the value of this object is zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

visdnSignalingGroup 1.3.6.1.4.1.2338.5.3
OBJECT IDENTIFIER    

visdnSignalingGetIndex 1.3.6.1.4.1.2338.5.3.1
The recommended procedure for selecting a new index for visdnSignalingTable row creation is to GET the value of this object, and then to SET the object with the same value. If the SET operation succeeds, the manager can use this value as an index to create a new row in this table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TestAndIncr  

visdnSignalingTable 1.3.6.1.4.1.2338.5.3.2
ISDN signaling table containing configuration and operational parameters for all ISDN signaling channels on this managed device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VisdnSignalingEntry

visdnSignalingEntry 1.3.6.1.4.1.2338.5.3.2.1
An entry in the ISDN Signaling Table. To create a new entry, only visdnSignalingProtocol needs to be specified before visdnSignalingStatus can become valid(1).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VisdnSignalingEntry  

visdnSignalingIndex 1.3.6.1.4.1.2338.5.3.2.1.1
The index value which uniquely identifies an entry in the visdnSignalingTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

visdnSignalingIfIndex 1.3.6.1.4.1.2338.5.3.2.1.2
The ifIndex value of the interface associated with this signaling channel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

visdnSignalingProtocol 1.3.6.1.4.1.2338.5.3.2.1.3
The particular protocol type supported by the switch providing access to the ISDN network to which this signaling channel is connected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IsdnSignalingProtocol  

visdnSignalingCallingAddress 1.3.6.1.4.1.2338.5.3.2.1.4
The ISDN Address to be assigned to this signaling channel. More specifically, this is the 'Calling Address information element' as being passed to the switch in outgoing call setup messages. It can be an EAZ (1TR6), a calling number (DSS1, ETSI) or any other number necessary to identify a signaling interface. If there is no such number defined or required, this is a zero length string. It is represented in DisplayString form. Incoming calls can also be identified by this number. If the Directory Number, i.e. the Called Number in incoming calls, is different to this number, the visdnDirectoryTable has to be used to specify all possible Directory Numbers. The format of this information largely depends on the type of switch or PBX the device is connected to. Therefore, the detailed format of this information is not specified and is implementation dependent. If possible, the agent should implement this information using the E.164 number format. In this case, the number must start with '+'. Otherwise, IA5 number digits must be used.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

visdnSignalingSubAddress 1.3.6.1.4.1.2338.5.3.2.1.5
Supplementary information to the ISDN address assigned to this signaling channel. Usually, this is the subaddress as defined in Q.931. If there is no such number defined or required, this is a zero length string. The subaddress is used for incoming calls as well as for outgoing calls. The subaddress is an user supplied string of up to 20 IA5 characters and is transmitted transparently through the network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

visdnSignalingBchannelCount 1.3.6.1.4.1.2338.5.3.2.1.6
The total number of B channels (bearer channels) managed by this signaling channel. The default value of this object depends on the physical interface type and is either 2 for Basic Rate interfaces or 24 (30) for Primary Rate interfaces.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

visdnSignalingInfoTrapEnable 1.3.6.1.4.1.2338.5.3.2.1.7
Indicates whether visdnMibCallInformation traps should be generated for calls on this signaling channel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

visdnSignalingStatus 1.3.6.1.4.1.2338.5.3.2.1.8
This object is used to create and delete rows in the visdnSignalingTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  EntryStatus  

visdnSignalingStatsTable 1.3.6.1.4.1.2338.5.3.3
ISDN signaling table containing statistics information for all ISDN signaling channels on this managed device. Only statistical information which is not already being counted in the ifTable is being defined in this table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VisdnSignalingStatsEntry

visdnSignalingStatsEntry 1.3.6.1.4.1.2338.5.3.3.1
An entry in the ISDN Signaling statistics Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VisdnSignalingStatsEntry  

visdnSigStatsInCalls 1.3.6.1.4.1.2338.5.3.3.1.1
The number of incoming calls on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

visdnSigStatsInConnected 1.3.6.1.4.1.2338.5.3.3.1.2
The number of incoming calls on this interface which were actually connected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

visdnSigStatsOutCalls 1.3.6.1.4.1.2338.5.3.3.1.3
The number of outgoing calls on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

visdnSigStatsOutConnected 1.3.6.1.4.1.2338.5.3.3.1.4
The number of outgoing calls on this interface which were actually connected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

visdnSigStatsChargedUnits 1.3.6.1.4.1.2338.5.3.3.1.5
The number of charging units on this interface since system startup. Only the charging units applying to the local interface, i.e. for originated calls or for calls with 'Reverse charging' being active, are counted here.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

visdnLapdTable 1.3.6.1.4.1.2338.5.3.4
Table containing configuration and statistics information for all LAPD (D channel Data Link) interfaces on this managed device. Only statistical information which is not already being counted in the ifTable is being defined in this table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VisdnLapdEntry

visdnLapdEntry 1.3.6.1.4.1.2338.5.3.4.1
An entry in the LAPD Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VisdnLapdEntry  

visdnLapdPrimaryChannel 1.3.6.1.4.1.2338.5.3.4.1.1
If set to true(1), this D channel is the designated primary D channel if D channel backup is active. There must be exactly one primary D channel configured. If D channel backup is not used, this object has a value of true(1).
Status: mandatory Access: read-only
OBJECT-TYPE    
  TruthValue  

visdnLapdOperStatus 1.3.6.1.4.1.2338.5.3.4.1.2
The operational status of this interface: inactive all layers are inactive l1Active layer 1 is activated, layer 2 datalink not established l2Active layer 1 is activated, layer 2 datalink established.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), l1Active(2), l2Active(3)  

visdnLapdPeerSabme 1.3.6.1.4.1.2338.5.3.4.1.3
The number of peer SABME frames received on this interface. This is the number of peer-initiated new connections on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

visdnLapdRecvdFrmr 1.3.6.1.4.1.2338.5.3.4.1.4
The number of LAPD FRMR response frames received. This is the number of framing errors on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter