USR-ATMCFG-MIB

File: USR-ATMCFG-MIB.mib (3345 bytes)

Imported modules

SNMPv2-SMI USR-DEFINITIONS-MIB

Imported symbols

OBJECT-TYPE DisplayString usrAtmCfg

Defined Types

UsrAtmCfgEntry  
SEQUENCE    
  usrAtmIfName DisplayString
  usrSigAdminStatus INTEGER
  usrSigOperStatus INTEGER
  usrIlmiAdminStatus INTEGER
  usrIlmiOperStatus INTEGER

Defined Values

usrAtmCfgTable 1.3.6.1.4.1.429.4.52.1
USR Specific ATM Config table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrAtmCfgEntry

usrAtmCfgEntry 1.3.6.1.4.1.429.4.52.1.1
An entry in the Atm Configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrAtmCfgEntry  

usrAtmIfName 1.3.6.1.4.1.429.4.52.1.1.1
This object is the identifier of a ATM (AAL) Interface on a managed device.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

usrSigAdminStatus 1.3.6.1.4.1.429.4.52.1.1.2
The desired state of Signalling on a desired interface. The interface name, specified by usrAtmIfName represents the AAL interface to enable or disable signalling on. If the state is 'enable' then signalling messages will flow on the interface. If the state is changed to disable, then all signalling messages will stop on the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

usrSigOperStatus 1.3.6.1.4.1.429.4.52.1.1.3
The actual state of Signalling on a desired interface. This state should follow the state set by usrSigAdminStatus.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrIlmiAdminStatus 1.3.6.1.4.1.429.4.52.1.1.4
The desired state of ILMI on a desired interface. The interface name, specified by usrAtmIfName represents the AAL interface to enable or disable ILMI on. If the state is 'enable' then ILMI messages will flow on the interface. If the state is changed to disable, then all ILMI messages will stop on the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

usrIlmiOperStatus 1.3.6.1.4.1.429.4.52.1.1.5
The actual state of ILMI on a desired interface. This state should follow the state set by usrSigAdminStatus.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)