SA-MTA-MIB

File: SA-MTA-MIB.mib (5148 bytes)

Imported modules

SNMPv2-SMI IF-MIB SNMP-FRAMEWORK-MIB
SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE enterprises
Integer32 Unsigned32 ifIndex
SnmpAdminString TruthValue DateAndTime

Defined Types

SaMtaEndPointEntry  
SEQUENCE    
  saMtaEndPntHookFlashMinTime INTEGER
  saMtaEndPntHookFlashMaxTime INTEGER
  saMtaEndPntStatePhysical INTEGER
  saMtaEndPntStateLogical INTEGER

Defined Values

sa 1.3.6.1.4.1.1429
OBJECT IDENTIFIER    

saVoip 1.3.6.1.4.1.1429.78
OBJECT IDENTIFIER    

saMta 1.3.6.1.4.1.1429.78.3
saMtaDevLCSSignalingSupport controls the LCS Signaling.
MODULE-IDENTITY    

saMtaDevice 1.3.6.1.4.1.1429.78.3.1
OBJECT IDENTIFIER    

saMtaDevOffHookWarnTOBusy 1.3.6.1.4.1.1429.78.3.1.61
This object configures whether an endpoint should ring off-hook warning tone. When this feature is disabled(0), Endpoint should ring off-hook warning tone. When this feature is enabled(1), Endpoint should ring busy tone instead of off-hook warning tone. The default value of this object is disabled(0).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

saMtaEndPointTable 1.3.6.1.4.1.1429.78.3.2
This table describes the MTA EndPoint Volume configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SaMtaEndPointEntry

saMtaEndPointEntry 1.3.6.1.4.1.1429.78.3.2.1
List of attributes for a single MTA endpoint interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SaMtaEndPointEntry  

saMtaEndPntHookFlashMinTime 1.3.6.1.4.1.1429.78.3.2.1.1
Shortest onhook time at which hook-flash event will be detected, in miliseconds. Breaks in loop current with shorter duration are assumed to be noise and are ignored.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 40..2000  

saMtaEndPntHookFlashMaxTime 1.3.6.1.4.1.1429.78.3.2.1.2
Longest onhook time at which hook-flash event will be detected, in miliseconds. If onhook time is longer then saMtaHookFlashMaxTime, hang up event will be detected.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 100..2000  

saMtaEndPntStatePhysical 1.3.6.1.4.1.1429.78.3.2.1.6
Returns the physical state of the end point. 1: No phones attached or one or more phones are attached and on-hook 2: One or more phones are attached and off-hook
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER onHook(1), offHook(2)  

saMtaEndPntStateLogical 1.3.6.1.4.1.1429.78.3.2.1.7
Returns the logical state of the end point. 1: endpoint is connected to CMS and not in call 2: endpoint is not connected to CMS 3: endpoint is in voice mode call 4: endpoint is in data mode (fax/modem) call
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER connectedIdle(1), disconnected(2), inCallVoice(3), inCallData(4)