ZYXEL-AS-ATM-MIB

File: ZYXEL-AS-ATM-MIB.mib (9410 bytes)

Imported modules

RFC-1212 RFC1213-MIB SNMPv2-TC
Q-BRIDGE-MIB RFC1155-SMI SNMPv2-SMI
ZYXEL-MIB

Imported symbols

OBJECT-TYPE ifIndex DisplayString
RowStatus VlanIndex PortList
Counter Unsigned32 accessSwitchCommonATM

Defined Types

AsChannelEntry  
SEQUENCE    
  asChannelVpi INTEGER
  asChannelVci INTEGER
  asChannelPvid VlanIndex
  asChannelPriority INTEGER
  asChannelProfile DisplayString
  asChannelRowStatus RowStatus

AsChannelProfileEntry  
SEQUENCE    
  asChannelProfileName DisplayString
  asChannelProfileEncap INTEGER
  asChannelProfileAAL INTEGER
  asChannelProfileClass INTEGER
  asChannelProfilePcr Unsigned32
  asChannelProfileCdvt INTEGER
  asChannelProfileScrMcr Unsigned32
  asChannelProfileBt INTEGER
  asChannelProfileRowStatus RowStatus

AsChannelStatusEntry  
SEQUENCE    
  asChannelTxPackets Counter
  asChannelRxPackets Counter
  asChannelTxCells Counter
  asChannelRxCells Counter

Defined Values

asMaxNumOfChannels 1.3.6.1.4.1.890.1.5.14.1
The maximum number of virtual channels which can be created on a port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

asChannelTable 1.3.6.1.4.1.890.1.5.14.2
This table includes the configuration of the virtual channel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AsChannelEntry

asChannelEntry 1.3.6.1.4.1.890.1.5.14.2.1
An entry in asChannelTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AsChannelEntry  

asChannelVpi 1.3.6.1.4.1.890.1.5.14.2.1.1
VPI of the channel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..255  

asChannelVci 1.3.6.1.4.1.890.1.5.14.2.1.2
VCI of the channel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..65535  

asChannelPvid 1.3.6.1.4.1.890.1.5.14.2.1.3
The default VID of the channel.
Status: mandatory Access: read-create
OBJECT-TYPE    
  VlanIndex  

asChannelPriority 1.3.6.1.4.1.890.1.5.14.2.1.5
The 802.1p default priority of the channel.
Status: mandatory Access: read-create
OBJECT-TYPE    
  INTEGER 0..7  

asChannelProfile 1.3.6.1.4.1.890.1.5.14.2.1.6
The value of this object identifies the row in the asChannelProfileTable, which applies for this channel.
Status: mandatory Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..31)  

asChannelRowStatus 1.3.6.1.4.1.890.1.5.14.2.1.7
This object is used to create a new row or delete an existing row in this table.
Status: mandatory Access: read-create
OBJECT-TYPE    
  RowStatus  

asMaxNumOfChannelProfiles 1.3.6.1.4.1.890.1.5.14.3
The maximum number of channel profiles which the system supports.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

asChannelProfileTable 1.3.6.1.4.1.890.1.5.14.6
This table contains information on the virtual channel configuration. One entry in this table reflects a profile which can be used to configure the virtual channel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AsChannelProfileEntry

asChannelProfileEntry 1.3.6.1.4.1.890.1.5.14.6.1
An entry in asChannelProfileTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AsChannelProfileEntry  

asChannelProfileName 1.3.6.1.4.1.890.1.5.14.6.1.1
This object is used by the channel profile table in order to identify a row of this table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..31)  

asChannelProfileEncap 1.3.6.1.4.1.890.1.5.14.6.1.2
RFC1483 encapsulation.
Status: mandatory Access: read-create
OBJECT-TYPE    
  INTEGER llc(1), vc(2)  

asChannelProfileAAL 1.3.6.1.4.1.890.1.5.14.6.1.3
ATM Adaptation Layer policy.
Status: mandatory Access: read-create
OBJECT-TYPE    
  INTEGER 0..5  

asChannelProfileClass 1.3.6.1.4.1.890.1.5.14.6.1.4
ATM traffic class, including constant bit rate, real-time variable bit rate, non real-time variable bit rate, unspecified bit rate, and available bit rate.
Status: mandatory Access: read-create
OBJECT-TYPE    
  INTEGER cbr(1), rt-vbr(2), nrt-vbr(3), ubr(4), abr(5)  

asChannelProfilePcr 1.3.6.1.4.1.890.1.5.14.6.1.5
Peak cell rate (cells/sec).
Status: mandatory Access: read-create
OBJECT-TYPE    
  Unsigned32  

asChannelProfileCdvt 1.3.6.1.4.1.890.1.5.14.6.1.6
Cell delay variation tolerance.
Status: mandatory Access: read-create
OBJECT-TYPE    
  INTEGER 0..255  

asChannelProfileScrMcr 1.3.6.1.4.1.890.1.5.14.6.1.7
Sustain cell rate for vbr traffic class, or minimum cell rate for abr traffic class. The unit is the number of cells per second.
Status: mandatory Access: read-create
OBJECT-TYPE    
  Unsigned32  

asChannelProfileBt 1.3.6.1.4.1.890.1.5.14.6.1.8
Burst tolerance for vbr traffic class.
Status: mandatory Access: read-create
OBJECT-TYPE    
  INTEGER 0..255  

asChannelProfileRowStatus 1.3.6.1.4.1.890.1.5.14.6.1.9
This object is used to create a new row or delete an existing row in this table.
Status: mandatory Access: read-create
OBJECT-TYPE    
  RowStatus  

asChannelStatusTable 1.3.6.1.4.1.890.1.5.14.7
This table includes the status of the virtual channel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AsChannelStatusEntry

asChannelStatusEntry 1.3.6.1.4.1.890.1.5.14.7.1
An entry in asChannelStatusTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AsChannelStatusEntry  

asChannelTxPackets 1.3.6.1.4.1.890.1.5.14.7.1.1
Count of channel Tx packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

asChannelRxPackets 1.3.6.1.4.1.890.1.5.14.7.1.2
Count of channel Rx packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

asChannelTxCells 1.3.6.1.4.1.890.1.5.14.7.1.3
Count of channel Tx cells.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

asChannelRxCells 1.3.6.1.4.1.890.1.5.14.7.1.4
Count of channel Rx cells.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter