ACD-SMAP-MIB

File: ACD-SMAP-MIB.mib (16522 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
ACCEDIAN-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
DisplayString TruthValue RowStatus
MODULE-COMPLIANCE OBJECT-GROUP acdMibs

Defined Types

AcdSmapCoSProfEntry  
SEQUENCE    
  acdSmapCoSProfID Unsigned32
  acdSmapCoSProfRowStatus RowStatus
  acdSmapCoSProfName DisplayString
  acdSmapCoSProfType INTEGER
  acdSmapCoSProfDecodeDropBit TruthValue
  acdSmapCoSProfEncodeDropBit TruthValue

AcdSmapCoSProfCodePointEntry  
SEQUENCE    
  acdSmapCoSProfCodePointID Unsigned32
  acdSmapCoSProfCodePointPreMarkingColor INTEGER
  acdSmapCoSProfCodePointGreenOut Unsigned32
  acdSmapCoSProfCodePointYellowOut Unsigned32

AcdSmapRegSetEntry  
SEQUENCE    
  acdSmapRegSetID Unsigned32
  acdSmapRegSetRowStatus RowStatus
  acdSmapRegSetName DisplayString
  acdSmapRegSetType INTEGER

AcdSmapRegSetCodePointEntry  
SEQUENCE    
  acdSmapRegSetCodePointID Unsigned32
  acdSmapRegSetCodePointRegulatorID Unsigned32
  acdSmapRegSetCodePointRegulatorEnable TruthValue

Defined Values

acdSmap 1.3.6.1.4.1.22420.2.8
The Service mapping database for this Accedian Networks device.
MODULE-IDENTITY    

acdSmapNotifications 1.3.6.1.4.1.22420.2.8.0
OBJECT IDENTIFIER    

acdSmapMIBObjects 1.3.6.1.4.1.22420.2.8.1
OBJECT IDENTIFIER    

acdSmapConformance 1.3.6.1.4.1.22420.2.8.2
OBJECT IDENTIFIER    

acdSmapConfig 1.3.6.1.4.1.22420.2.8.1.1
OBJECT IDENTIFIER    

acdSmapCoSProfTable 1.3.6.1.4.1.22420.2.8.1.1.1
The CoS profile table. Each row in the table represents a CoS Profile. A CoS profile is used to map an input packet to an L2 class of service. This traffic mapping (classification) is accomplished using one of the following fields in the incoming packet: p-bits in 802.1Q / 802.1Q-in-Q tags IP precedence bits in IPv4 TOS byte DSCP bits in IPv4 DSCP byte The class of service value (0-7) assigned to the outgoing traffic is selected based on the conformance level (Green/Yellow) of the incoming traffic. The following sections describe the general configuration parameters and the mapping table of a CoS profile.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcdSmapCoSProfEntry

acdSmapCoSProfEntry 1.3.6.1.4.1.22420.2.8.1.1.1.1
An entry consisting of all settings to manage a CoS profile.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcdSmapCoSProfEntry  

acdSmapCoSProfID 1.3.6.1.4.1.22420.2.8.1.1.1.1.1
Unique value for each CoS Profile instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

acdSmapCoSProfRowStatus 1.3.6.1.4.1.22420.2.8.1.1.1.1.2
All columns must have a valid value before a row can be activated. To create a new CoS Profile you shall provide the a unique name and the type for an empty row with the RowStatus set to Create and Go. To delete the CoS Profile you need to set the RowStatus to destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

acdSmapCoSProfName 1.3.6.1.4.1.22420.2.8.1.1.1.1.3
This is a string to uniquely identify the CoS profile.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..31)  

acdSmapCoSProfType 1.3.6.1.4.1.22420.2.8.1.1.1.1.4
Indicates the type of CoS profile. Possible values are: PCP, IP precedence or DSCP.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER pcp(1), dscp(2), pre(3)  

acdSmapCoSProfDecodeDropBit 1.3.6.1.4.1.22420.2.8.1.1.1.1.5
This field is only valid for PCP CoS profiles. If this field is set, the pre-marking color is decoded from the DEI bit (Drop Eligible Indication). Otherwise, the user defined pre-color is used.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

acdSmapCoSProfEncodeDropBit 1.3.6.1.4.1.22420.2.8.1.1.1.1.6
This field controls the DEI bit in an S-VLAN tag. If this field is set and the outgoing packet is marked yellow then the DEI bit is set to 1. Otherwise, the DEI is set to 0.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

acdSmapCoSProfCodePointTable 1.3.6.1.4.1.22420.2.8.1.1.2
The Configuration table of all code point entries. Each row in the table represents a Code point. the number of code points depend of the acdSmapCoSProfType value. p-bits in 802.1Q / 802.1Q-in-Q tags IP precedence bits in IPv4 TOS byte DSCP bits in IPv4 DSCP byte The class of service value (0-7) assigned to the outgoing traffic is selected based on the conformance level (Green/Yellow) of the incoming traffic.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcdSmapCoSProfCodePointEntry

acdSmapCoSProfCodePointEntry 1.3.6.1.4.1.22420.2.8.1.1.2.1
An entry consisting of all settings for a code point.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcdSmapCoSProfCodePointEntry  

acdSmapCoSProfCodePointID 1.3.6.1.4.1.22420.2.8.1.1.2.1.1
Unique value for each row. Base on Code Point, 0 to 63 for DSCP or 0 to 7 for PCP or IP precedence.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..63  

acdSmapCoSProfCodePointPreMarkingColor 1.3.6.1.4.1.22420.2.8.1.1.2.1.2
This is the user pre-color to mark the incoming traffic. This field is only valid if acdSmapCoSProfDecodeDropBit is not set.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER green(1), yellow(2)  

acdSmapCoSProfCodePointGreenOut 1.3.6.1.4.1.22420.2.8.1.1.2.1.3
The class of service value that will be used in the outgoing green packets. This value is selected if the result of the bandwidth regulator assigned to this entry is green or if the pre-marking color is green and no bandwidth regulator is assigned to this entry.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..7  

acdSmapCoSProfCodePointYellowOut 1.3.6.1.4.1.22420.2.8.1.1.2.1.4
The class of service value that will be used in the outgoing yellow packets. This value is selected if the result of the bandwidth regulator assigned to this entry is yellow or if the pre-marking color is yellow and no bandwidth regulator is assigned to this entry.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..7  

acdSmapRegSetTable 1.3.6.1.4.1.22420.2.8.1.1.3
The Regulator Set profile table. Each row in the table represents a Regulator Set. A bandwidth regulator set allows the user to regulate traffic based on the following information: p-bits in 802.1Q / 802.1Q-in-Q tags IP precedence bits in IPv4 TOS byte DSCP bits in IPv4 DSCP byte.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcdSmapRegSetEntry

acdSmapRegSetEntry 1.3.6.1.4.1.22420.2.8.1.1.3.1
An entry consisting of all settings to manage a Regulator set.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcdSmapRegSetEntry  

acdSmapRegSetID 1.3.6.1.4.1.22420.2.8.1.1.3.1.1
Unique value for each Regulator set instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

acdSmapRegSetRowStatus 1.3.6.1.4.1.22420.2.8.1.1.3.1.2
All columns must have a valid value before a row can be activated. To create a new Regulator set you shall provide the a unique name and the type for an empty row with the RowStatus set to Create and Go. To delete the CoS Profile you need to set the RowStatus to destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

acdSmapRegSetName 1.3.6.1.4.1.22420.2.8.1.1.3.1.3
This is a string to uniquely identify the Regulator set.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..31)  

acdSmapRegSetType 1.3.6.1.4.1.22420.2.8.1.1.3.1.4
Indicates the type of Regulator Set. Possible values are: PCP, IP precedence or DSCP.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER pcp(1), dscp(2), pre(3)  

acdSmapRegSetCodePointTable 1.3.6.1.4.1.22420.2.8.1.1.4
The Configuration table of all code point entries. Each row in the table represents a Code point. the number of code points depend of the acdSmapCoSProfType value. p-bits in 802.1Q / 802.1Q-in-Q tags; IP precedence bits in IPv4 TOS byte; DSCP bits in IPv4 DSCP byte.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcdSmapRegSetCodePointEntry

acdSmapRegSetCodePointEntry 1.3.6.1.4.1.22420.2.8.1.1.4.1
An entry consisting of all settings for a code point.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcdSmapRegSetCodePointEntry  

acdSmapRegSetCodePointID 1.3.6.1.4.1.22420.2.8.1.1.4.1.1
Unique value for each row. Base on Code Point, 0 to 64 for DSCP or 0 to 7 for PCP or IP precedence.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..63  

acdSmapRegSetCodePointRegulatorID 1.3.6.1.4.1.22420.2.8.1.1.4.1.2
The bandwidth regulator that will be used to regulate the traffic flow that has this PCP/IP precendence/DSCP value. Refer to acdRegulatorTable to find the exact identifier (same as acdRegulatorID).
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

acdSmapRegSetCodePointRegulatorEnable 1.3.6.1.4.1.22420.2.8.1.1.4.1.3
Enable or disable traffic regulation for this PCP, IP precedence or DSCP value.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

acdSmapCompliances 1.3.6.1.4.1.22420.2.8.2.1
OBJECT IDENTIFIER    

acdSmapGroups 1.3.6.1.4.1.22420.2.8.2.2
OBJECT IDENTIFIER    

acdSmapCoSProfGroup 1.3.6.1.4.1.22420.2.8.2.2.1
Objects for the CoS profile Group.
Status: current Access: read-write
OBJECT-GROUP    

acdSmapCoSProfCodePointGroup 1.3.6.1.4.1.22420.2.8.2.2.2
Objects for the CoS profile CodePoint Group.
Status: current Access: read-write
OBJECT-GROUP    

acdSmapRegSetGroup 1.3.6.1.4.1.22420.2.8.2.2.3
Objects for the Regulator Set Group.
Status: current Access: read-write
OBJECT-GROUP    

acdSmapRegSetCodePointGroup 1.3.6.1.4.1.22420.2.8.2.2.4
Objects for the Regulator Set CodePoint Group.
Status: current Access: read-write
OBJECT-GROUP    

acdSmapCompliance 1.3.6.1.4.1.22420.2.8.2.1.1
The compliance statement for support of the ACD-SMAP-MIB module.
Status: current Access: read-write
MODULE-COMPLIANCE