PW-ATM-MIB-DRAFT-00

File: PW-ATM-MIB-DRAFT-00.mib (19308 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB PW-MIB ATM-TC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE experimental
Integer32 Counter32 Counter64
MODULE-COMPLIANCE OBJECT-GROUP TruthValue
RowStatus RowPointer InterfaceIndex
pwVcIndex AtmVpIdentifier AtmVcIdentifier

Defined Types

PwAtmOutboundEntry  
SEQUENCE    
  pwAtmOutboundAtmIf InterfaceIndex
  pwAtmOutboundVpi AtmVpIdentifier
  pwAtmOutboundVci AtmVcIdentifier
  pwAtmOutboundTrafficParamDescr RowPointer
  pwAtmOutboundRowStatus RowStatus
  pwAtmOutboundClpQosMapping TruthValue
  pwAtmOutboundOamCellSupported TruthValue
  pwAtmOutboundQosScalingFactor Integer32

PwAtmOutboundPerfEntry  
SEQUENCE    
  pwAtmOutboundCellsReceived Counter32
  pwAtmOutboundCellsRejected Counter32
  pwAtmOutboundCellsTagged Counter32
  pwAtmOutboundHCCellsReceived Counter64
  pwAtmOutboundHCCellsRejected Counter64
  pwAtmOutboundHCCellsTagged Counter64

PwAtmInboundEntry  
SEQUENCE    
  pwAtmInboundAtmIf InterfaceIndex
  pwAtmInboundVpi AtmVpIdentifier
  pwAtmInboundVci AtmVcIdentifier
  pwAtmInboundTrafficParamDescr RowPointer
  pwAtmInboundRowStatus RowStatus
  pwAtmInboundOamCellSupported TruthValue

PwAtmInboundPerfEntry  
SEQUENCE    
  pwAtmInboundPerfCellsXmit Counter32
  pwAtmInboundPerfCellsLost Counter32
  pwAtmInboundPerfHCCellsXmit Counter64
  pwAtmInboundPerfHCCellsLost Counter64

Defined Values

pwAtmMIB 1.3.6.1.3.979
This MIB contains managed object definitions for Pseudo Wire emulation of ATM over Packet Switched Networks(PSN). This MIB reports to the PW-MIB. The PW-MIB contains structures and MIB associations generic to Pseudo-Wire Virtual Circuit (VC) emulation. VC-specific MIBs (such as this) contain config and stats for specific VC types.
MODULE-IDENTITY    

pwAtmNotifications 1.3.6.1.3.979.0
OBJECT IDENTIFIER    

pwAtmObjects 1.3.6.1.3.979.1
OBJECT IDENTIFIER    

pwAtmConformance 1.3.6.1.3.979.2
OBJECT IDENTIFIER    

pwAtmOutboundTable 1.3.6.1.3.979.1.1
This table specifies the information for an ATM VC to be carried over PSN in the outbound direction.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PwAtmOutboundEntry

pwAtmOutboundEntry 1.3.6.1.3.979.1.1.1
A row in this table represents an ATM VC that needs to be adapted and carried over PSN. This table is indexed by pwVcIndex from pwVcTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PwAtmOutboundEntry  

pwAtmOutboundAtmIf 1.3.6.1.3.979.1.1.1.1
The ATM Interface that receives cells from the ATM network.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

pwAtmOutboundVpi 1.3.6.1.3.979.1.1.1.2
VPI value of this ATM VC. If the pwVcType is atmNto1Transparent then the value will be set to zero.
Status: current Access: read-create
OBJECT-TYPE    
  AtmVpIdentifier  

pwAtmOutboundVci 1.3.6.1.3.979.1.1.1.3
VCI value of this ATM VC. If the pwVcType is atmNto1Transparent, atmCell1to1Vpc or atmCellNto1Vpc then the value should be set to zero.
Status: current Access: read-create
OBJECT-TYPE    
  AtmVcIdentifier  

pwAtmOutboundTrafficParamDescr 1.3.6.1.3.979.1.1.1.4
This object represents a pointer to a ATM traffic parameter specification table which will be employed while receiving cells from the ATM network. This table should contain a set of self-consistent ATM traffic parameters including the ATM traffic service category. A value of 0.0 indicates Best Effort
Status: current Access: read-create
OBJECT-TYPE    
  RowPointer  

pwAtmOutboundRowStatus 1.3.6.1.3.979.1.1.1.5
This Object is used to create, modify or delete a row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

pwAtmOutboundClpQosMapping 1.3.6.1.3.979.1.1.1.6
This Object indicates whether the CLP bits are considered when determining the value placed in the Quality of Service fields (e.g. EXP fields of the MPLS Label Stack) of the encapsulating protocol.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

pwAtmOutboundOamCellSupported 1.3.6.1.3.979.1.1.1.7
This Object indicates whether OAM Cells are transported on this VC.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

pwAtmOutboundQosScalingFactor 1.3.6.1.3.979.1.1.1.8
This Object represents the scaling factor (% value) to be applied to ATM QoS rates when calculating QoS rates for the PSN domain . For example, in the cell transport mode the bandwidth needed in the PSN domain will be higher (since PSN Transport header, PW header, and optional control word have to transmitted with every cell), whereas in the AAL5 mode the bandwidth needed in PSN domain will be less since cell headers will be removed after reassembly.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

pwAtmOutboundPerfTable 1.3.6.1.3.979.1.2
This table specifies performance-related attributes for an ATM VC in the outbound direction.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PwAtmOutboundPerfEntry

pwAtmOutboundPerfEntry 1.3.6.1.3.979.1.2.1
A row in this table represents performance for an ATM VC in the outbound direction
Status: current Access: not-accessible
OBJECT-TYPE    
  PwAtmOutboundPerfEntry  

pwAtmOutboundCellsReceived 1.3.6.1.3.979.1.2.1.1
This Object indicates the number of cells received by this VC.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pwAtmOutboundCellsRejected 1.3.6.1.3.979.1.2.1.2
This Object indicates the number of cells that were rejected by this VC because of policing.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pwAtmOutboundCellsTagged 1.3.6.1.3.979.1.2.1.3
This Object indicates the number of cells that were Tagged.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pwAtmOutboundHCCellsReceived 1.3.6.1.3.979.1.2.1.4
High capacity counter for number of cells received by this VC.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pwAtmOutboundHCCellsRejected 1.3.6.1.3.979.1.2.1.5
High Capacity counter for number of cells that were rejected by this VC because of policing.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pwAtmOutboundHCCellsTagged 1.3.6.1.3.979.1.2.1.6
High capacity counter for number of cells that were Tagged.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pwAtmInboundTable 1.3.6.1.3.979.1.3
This table specifies the information for an ATM VC in the Inbound direction.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PwAtmInboundEntry

pwAtmInboundEntry 1.3.6.1.3.979.1.3.1
A row in this table represents an ATM VC that needs to be sent into the ATM Network after reconstructing cells from Packets received from a PSN This table is indexed by pwVcIndex from pwVcTable
Status: current Access: not-accessible
OBJECT-TYPE    
  PwAtmInboundEntry  

pwAtmInboundAtmIf 1.3.6.1.3.979.1.3.1.1
The ATM Interface that sends cells into the ATM network after reconstructing cells from packets received from a PSN.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

pwAtmInboundVpi 1.3.6.1.3.979.1.3.1.2
VPI value of this ATM VC. If the pwVcType is atmNto1Transparent then the value will be set to zero.
Status: current Access: read-create
OBJECT-TYPE    
  AtmVpIdentifier  

pwAtmInboundVci 1.3.6.1.3.979.1.3.1.3
VCI value of this ATM VC. If the pwVcType is atmNto1Transparent atmCell1to1Vpc or atmCellNto1Vpc then the value should be set to zero.
Status: current Access: read-create
OBJECT-TYPE    
  AtmVcIdentifier  

pwAtmInboundTrafficParamDescr 1.3.6.1.3.979.1.3.1.4
This object represents a pointer to a ATM traffic parameter specification table which will be employed while transmit into the ATM network. This table contains a set of self-consistent ATM traffic parameters including the ATM traffic service category. A value of 0.0 indicates Best Effort
Status: current Access: read-create
OBJECT-TYPE    
  RowPointer  

pwAtmInboundRowStatus 1.3.6.1.3.979.1.3.1.5
This Object is used to create, modify or delete a row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

pwAtmInboundOamCellSupported 1.3.6.1.3.979.1.3.1.6
This Object indicates whether this VC can receive OAM Cells.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

pwAtmInboundPerfTable 1.3.6.1.3.979.1.4
This table specifies the performance for an ATM VC in the Inbound direction.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PwAtmInboundPerfEntry

pwAtmInboundPerfEntry 1.3.6.1.3.979.1.4.1
This table specifies performance-related attributes for an ATM VC in the inbound direction.
Status: current Access: not-accessible
OBJECT-TYPE    
  PwAtmInboundPerfEntry  

pwAtmInboundPerfCellsXmit 1.3.6.1.3.979.1.4.1.1
This Object indicates the number of cells that were transmitted into ATM network by this VC.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pwAtmInboundPerfCellsLost 1.3.6.1.3.979.1.4.1.2
This Object indicates the number of cells that were dropped by this VC.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pwAtmInboundPerfHCCellsXmit 1.3.6.1.3.979.1.4.1.3
High Capacity counter for the number of cells that were transmitted into ATM network by this VC.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pwAtmInboundPerfHCCellsLost 1.3.6.1.3.979.1.4.1.4
High Capacity counter for number of cells that were dropped by this VC.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pwAtmGroups 1.3.6.1.3.979.2.1
OBJECT IDENTIFIER    

pwAtmCompliances 1.3.6.1.3.979.2.2
OBJECT IDENTIFIER    

pwAtmModuleCompliance 1.3.6.1.3.979.2.2.1
The compliance statement for agent that support PW ATM.
Status: current Access: read-only
MODULE-COMPLIANCE    

pwAtmOutboundGroup 1.3.6.1.3.979.2.1.1
Collection of objects for basic ATM PW outbound config.
Status: current Access: read-only
OBJECT-GROUP    

pwAtmOutboundPerfGroup 1.3.6.1.3.979.2.1.2
Collection of objects counting various outbound ATM PW statistics.
Status: current Access: read-only
OBJECT-GROUP    

pwAtmInboundGroup 1.3.6.1.3.979.2.1.3
Collection of objects for basic ATM PW inbound config.
Status: current Access: read-only
OBJECT-GROUP    

pwAtmInboundPerfGroup 1.3.6.1.3.979.2.1.4
Collection of objects counting various inbound ATM PW statistics.
Status: current Access: read-only
OBJECT-GROUP