ACD-POLICY-MIB

File: ACD-POLICY-MIB.mib (37574 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Counter32 Counter64 DisplayString
TruthValue DateAndTime MODULE-COMPLIANCE
OBJECT-GROUP acdMibs

Defined Types

AcdPolicyEntry  
SEQUENCE    
  acdPolicyID Unsigned32
  acdPolicyListID Unsigned32
  acdPolicyEntryID Unsigned32
  acdPolicyEnable TruthValue
  acdPolicyFilterType INTEGER
  acdPolicyFilterIndex Unsigned32
  acdPolicyDropEnable TruthValue
  acdPolicyMonitorEnable TruthValue
  acdPolicyMonitorIndex INTEGER
  acdPolicyRegulatorEnable TruthValue
  acdPolicyRegulatorIndex Unsigned32
  acdPolicyRegulatorMarking INTEGER
  acdPolicyAction INTEGER
  acdPolicyEvcMappingEncaps INTEGER
  acdPolicyEvcMappingEtype INTEGER
  acdPolicyEvcMappingVlanId Unsigned32
  acdPolicyCosMappingPcpAction INTEGER
  acdPolicyCosMappingChoice1En TruthValue
  acdPolicyCosMappingChoice1Type INTEGER
  acdPolicyCosMappingChoice1Profile Unsigned32
  acdPolicyCosMappingChoice1RegSet Unsigned32
  acdPolicyCosMappingChoice2En TruthValue
  acdPolicyCosMappingChoice2Type INTEGER
  acdPolicyCosMappingChoice2Profile Unsigned32
  acdPolicyCosMappingChoice2RegSet Unsigned32
  acdPolicyDefaultMappingGreenCfi Unsigned32
  acdPolicyDefaultMappingGreenPrior Unsigned32
  acdPolicyDefaultMappingYellowCfi Unsigned32
  acdPolicyDefaultMappingYellowPrior Unsigned32
  acdPolicyOutgoingPort OBJECT IDENTIFIER

AcdPolicyStatsEntry  
SEQUENCE    
  acdPolicyStatsID Unsigned32
  acdPolicyStatsListID Unsigned32
  acdPolicyStatsEntryID Unsigned32
  acdPolicyStatsInPkts Counter32
  acdPolicyStatsInOverflowPkts Counter32
  acdPolicyStatsInHCPkts Counter64
  acdPolicyStatsInOctets Counter32
  acdPolicyStatsInOverflowOctets Counter32
  acdPolicyStatsInHCOctets Counter64
  acdPolicyStatsInPktsErr Counter32
  acdPolicyStatsInOverflowPktsErr Counter32
  acdPolicyStatsInHCPktsErr Counter64

AcdPolicyHistStatsEntry  
SEQUENCE    
  acdPolicyHistStatsID Unsigned32
  acdPolicyHistStatsListID Unsigned32
  acdPolicyHistStatsEntryID Unsigned32
  acdPolicyHistStatsSampleIndex Unsigned32
  acdPolicyHistStatsStatus INTEGER
  acdPolicyHistStatsDuration Unsigned32
  acdPolicyHistStatsIntervalEnd DateAndTime
  acdPolicyHistStatsInPkts Counter32
  acdPolicyHistStatsInOverflowPkts Counter32
  acdPolicyHistStatsInHCPkts Counter64
  acdPolicyHistStatsInOctets Counter32
  acdPolicyHistStatsInOverflowOctets Counter32
  acdPolicyHistStatsInHCOctets Counter64
  acdPolicyHistStatsInPktsErr Counter32
  acdPolicyHistStatsInOverflowPktsErr Counter32
  acdPolicyHistStatsInHCPktsErr Counter64

AcdPolicyListEntry  
SEQUENCE    
  acdPolicyListEntryID Unsigned32
  acdPolicyListName DisplayString
  acdPolicyListNbrEntries Unsigned32

AcdPolicyPortEntry  
SEQUENCE    
  acdPolicyPortEntryID Unsigned32
  acdPolicyPortListID Unsigned32

Defined Values

acdPolicy 1.3.6.1.4.1.22420.2.3
The Policies database for this Accedian Networks device.
MODULE-IDENTITY    

acdPolicyNotifications 1.3.6.1.4.1.22420.2.3.4
OBJECT IDENTIFIER    

acdPolicyMIBObjects 1.3.6.1.4.1.22420.2.3.5
OBJECT IDENTIFIER    

acdPolicyConformance 1.3.6.1.4.1.22420.2.3.6
OBJECT IDENTIFIER    

acdPolicyList 1.3.6.1.4.1.22420.2.3.5.1
OBJECT IDENTIFIER    

acdPolicyPort 1.3.6.1.4.1.22420.2.3.5.2
OBJECT IDENTIFIER    

acdPolicyTableTid 1.3.6.1.4.1.22420.2.3.5.3
OBJECT IDENTIFIER    

acdPolicyTable 1.3.6.1.4.1.22420.2.3.1
Table of all Policies
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcdPolicyEntry

acdPolicyEntry 1.3.6.1.4.1.22420.2.3.1.1
A Policy is a Filter applied to a specific MAC to block, permit or only count a specific traffic.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcdPolicyEntry  

acdPolicyID 1.3.6.1.4.1.22420.2.3.1.1.1
Unique value for each policy entry. Its value ranges from 1 to MAXINT (4 bytes).
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

acdPolicyListID 1.3.6.1.4.1.22420.2.3.1.1.2
This object identifies in wich List the entry is.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acdPolicyEntryID 1.3.6.1.4.1.22420.2.3.1.1.3
This object identifies the order in the List.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acdPolicyEnable 1.3.6.1.4.1.22420.2.3.1.1.4
Enable or disable the Policy in the packet processing Engine.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

acdPolicyFilterType 1.3.6.1.4.1.22420.2.3.1.1.5
This indicates which filter type is programmed in this entry. With the filter index we can retrieve the specific filter in the filter database.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER layer2filter(0), ipv4filter(1), ipv6filter(2), vlist(3)  

acdPolicyFilterIndex 1.3.6.1.4.1.22420.2.3.1.1.6
This indicates which filter index is programmed in this entry. With the filter type we can retrieve the specific filter in the filter database.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

acdPolicyDropEnable 1.3.6.1.4.1.22420.2.3.1.1.7
********* THIS OBJECT IS DEPRECATED ********** This object has been deprecated in favour of acdPolicyAction. This indicates if this policy is programmed to drop or let the traffic pass the processing engine.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

acdPolicyMonitorEnable 1.3.6.1.4.1.22420.2.3.1.1.8
This indicates if this policy is programmed to send the traffic to one of the monitoring port.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

acdPolicyMonitorIndex 1.3.6.1.4.1.22420.2.3.1.1.9
This indicates which monitor port is programmed to send the traffic matching this policy entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER monitor1(1), monitor2(2)  

acdPolicyRegulatorEnable 1.3.6.1.4.1.22420.2.3.1.1.10
This indicates if this policy use or not a bandwidth regulator.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

acdPolicyRegulatorIndex 1.3.6.1.4.1.22420.2.3.1.1.11
This indicates which bandwidth regulator index is programmed in this policy entry.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

acdPolicyRegulatorMarking 1.3.6.1.4.1.22420.2.3.1.1.12
This indicates the pre-marking color associated with this policy.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER green(1), yellow(2), red(3)  

acdPolicyAction 1.3.6.1.4.1.22420.2.3.1.1.13
Action that will be applied to traffic that matches the filter.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER drop(1), permit(2), mgmtOAM(3), mgmtOAMandDrop(4), mgmtOAMandForward(5)  

acdPolicyEvcMappingEncaps 1.3.6.1.4.1.22420.2.3.1.1.14
Action that will be applied to traffic that matches the filter.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), push(2), pop(3), replace(4), popAndReplace(5), pushAndPreserve(6)  

acdPolicyEvcMappingEtype 1.3.6.1.4.1.22420.2.3.1.1.15
The ethertype of the VLAN to be added if the encapsulation is set to push. Possible values are customer VLAN (cvlan) and service VLAN (svlan).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER cvlan(1), svlan(2)  

acdPolicyEvcMappingVlanId 1.3.6.1.4.1.22420.2.3.1.1.16
The VLAN ID to be added if the encapsulation is set to push. Its value ranges from 0 to 4095.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4095  

acdPolicyCosMappingPcpAction 1.3.6.1.4.1.22420.2.3.1.1.17
This section selects the PCP (Priority Code Points) action to perform. Possible values are: Preserve: Keep the PCP bits if the packet is already tagged Direct: Add the default PCP value Map: Use a CoS profile for PCP selection For each PCP action there is one or two traffic mapping choices and the default PCP bits to use if the packet does not match the first and the second choices.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER preserve(1), direct(2), map(3)  

acdPolicyCosMappingChoice1En 1.3.6.1.4.1.22420.2.3.1.1.18
This indicates if this choice is used.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

acdPolicyCosMappingChoice1Type 1.3.6.1.4.1.22420.2.3.1.1.19
The traffic mapping is accomplished using the selected field in the incoming traffic. This field can be p-bits in 802.1Q, 802.1Q-in-Q tags IP precedence bits in IPv4 TOS byte or DSCP bits in IPv4 DSCP byte.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER pcpVlan(1), pcpVlanInVlan(2), pre(3), dscp(4)  

acdPolicyCosMappingChoice1Profile 1.3.6.1.4.1.22420.2.3.1.1.20
CoS profile used to map the input traffic to an L2 class of service.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

acdPolicyCosMappingChoice1RegSet 1.3.6.1.4.1.22420.2.3.1.1.21
Bandwidth regulator apply to regulate traffic.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

acdPolicyCosMappingChoice2En 1.3.6.1.4.1.22420.2.3.1.1.22
This indicates if this choice is used.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

acdPolicyCosMappingChoice2Type 1.3.6.1.4.1.22420.2.3.1.1.23
The traffic mapping is accomplished using the selected field in the incoming traffic. This field can be p-bits in 802.1Q, 802.1Q-in-Q tags IP precedence bits in IPv4 TOS byte or DSCP bits in IPv4 DSCP byte.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER pcpVlan(1), pcpVlanInVlan(2), pre(3), dscp(4)  

acdPolicyCosMappingChoice2Profile 1.3.6.1.4.1.22420.2.3.1.1.24
CoS profile used to map the input traffic to an L2 class of service.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

acdPolicyCosMappingChoice2RegSet 1.3.6.1.4.1.22420.2.3.1.1.25
Bandwidth regulator apply to regulate traffic.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

acdPolicyDefaultMappingGreenCfi 1.3.6.1.4.1.22420.2.3.1.1.26
The default CFI value to be applied if the Encapsulation is Push. This would only be applied if the traffic does not match the first and second choices and if the result color is green.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..1  

acdPolicyDefaultMappingGreenPrior 1.3.6.1.4.1.22420.2.3.1.1.27
The default PCP values to be applied if the Encapsulation is Push. This would only be applied if the traffic does not match the first and second choices and if the result color is green.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..7  

acdPolicyDefaultMappingYellowCfi 1.3.6.1.4.1.22420.2.3.1.1.28
The default CFI value to be applied if the Encapsulation is Push. This would only be applied if the traffic does not match the first and second choices and if the result color is green.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..1  

acdPolicyDefaultMappingYellowPrior 1.3.6.1.4.1.22420.2.3.1.1.29
The default PCP values to be applied if the Encapsulation is Push. This would only be applied if the traffic does not match the first and second choices and if the result color is green.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..7  

acdPolicyOutgoingPort 1.3.6.1.4.1.22420.2.3.1.1.30
The OID value used to identify the outgoing port for this policy. In order to identify a particular port, this object shall identify the instance of the acdPortConfigIndex object, defined in ACD-PORT-MIB, for the desired port. For example, if an entry is set to port 4, this object would be set to acdPortConfigIndex.4 and by querying the acdPortConfigName.4 the user can retrieve the name of this port.
Status: current Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

acdPolicyStatsTable 1.3.6.1.4.1.22420.2.3.2
Table of all counters associated with each policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcdPolicyStatsEntry

acdPolicyStatsEntry 1.3.6.1.4.1.22420.2.3.2.1
An Entry consists in a bytes and a packets counters.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcdPolicyStatsEntry  

acdPolicyStatsID 1.3.6.1.4.1.22420.2.3.2.1.1
Unique value for each policy counter. Its value ranges from 1 to MAXINT (4 bytes).
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

acdPolicyStatsListID 1.3.6.1.4.1.22420.2.3.2.1.2
This object identifies in wich List the entry is.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acdPolicyStatsEntryID 1.3.6.1.4.1.22420.2.3.2.1.3
This object identifies the order in the List.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acdPolicyStatsInPkts 1.3.6.1.4.1.22420.2.3.2.1.4
The total number of packets received on this MAC and matching this policy. This is a 32 bits counter. Combined with acdPolicyStatsInOverflowPkts, it provides the equivalent of the 64 bits counter acdPolicyStatsInHCPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdPolicyStatsInOverflowPkts 1.3.6.1.4.1.22420.2.3.2.1.5
The number of times the associated acdPolicyStatsInPkts counter has overflowed. This is a 32 bits counter. Combined with acdPolicyStatsInPkts, it provides the equivalent of the 64 bits counter acdPolicyStatsInHCPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdPolicyStatsInHCPkts 1.3.6.1.4.1.22420.2.3.2.1.6
The total number of packets received on this MAC and matching this policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPolicyStatsInOctets 1.3.6.1.4.1.22420.2.3.2.1.7
The total number of Octets received on this MAC and matching this policy. This is a 32 bits counter. Combined with acdPolicyStatsInOverflowOctets, it provides the equivalent of the 64 bits counter acdPolicyStatsInHCOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdPolicyStatsInOverflowOctets 1.3.6.1.4.1.22420.2.3.2.1.8
The number of times the associated acdPolicyStatsInOctets counter has overflowed. This is a 32 bits counter. Combined with acdPolicyStatsInOctets, it provides the equivalent of the 64 bits counter acdPolicyStatsInHCOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdPolicyStatsInHCOctets 1.3.6.1.4.1.22420.2.3.2.1.9
The total number of Octets received on this MAC and matching this policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPolicyStatsInPktsErr 1.3.6.1.4.1.22420.2.3.2.1.10
The total number of errored packets received on this MAC and matching this policy. This is a 32 bits counter. Combined with acdPolicyStatsInOverflowPktsErr, it provides the equivalent of the 64 bits counter acdPolicyStatsInHCPktsErr.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdPolicyStatsInOverflowPktsErr 1.3.6.1.4.1.22420.2.3.2.1.11
The number of times the associated acdPolicyStatsInPktsErr counter has overflowed. This is a 32 bits counter. Combined with acdPolicyStatsInPktsErr, it provides the equivalent of the 64 bits counter acdPolicyStatsInHCPktsErr.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdPolicyStatsInHCPktsErr 1.3.6.1.4.1.22420.2.3.2.1.12
The total number of errored packets received on this MAC and matching this policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPolicyHistStatsTable 1.3.6.1.4.1.22420.2.3.3
Table of all counters associated with each policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcdPolicyHistStatsEntry

acdPolicyHistStatsEntry 1.3.6.1.4.1.22420.2.3.3.1
An Entry consists in a bytes and a packets counters.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcdPolicyHistStatsEntry  

acdPolicyHistStatsID 1.3.6.1.4.1.22420.2.3.3.1.1
Unique value for each policy counter. Its value ranges from 1 to MAXINT (4 bytes).
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

acdPolicyHistStatsListID 1.3.6.1.4.1.22420.2.3.3.1.2
This object identifies in wich List the entry is.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acdPolicyHistStatsEntryID 1.3.6.1.4.1.22420.2.3.3.1.3
This object identifies the order in the List.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acdPolicyHistStatsSampleIndex 1.3.6.1.4.1.22420.2.3.3.1.4
An index that uniquely identifies the particular sample this entry represents among all samples associated with the same policy instance. This index starts at 1 and increases by one as each new sample.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

acdPolicyHistStatsStatus 1.3.6.1.4.1.22420.2.3.3.1.5
The status of this acdPolicyHistStats entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

acdPolicyHistStatsDuration 1.3.6.1.4.1.22420.2.3.3.1.6
The interval in seconds over which the data is sampled for this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acdPolicyHistStatsIntervalEnd 1.3.6.1.4.1.22420.2.3.3.1.7
This is the time of the end of this entry.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

acdPolicyHistStatsInPkts 1.3.6.1.4.1.22420.2.3.3.1.8
The total number of packets received on this MAC and matching this policy during this sampling interval. This is a 32 bits counter. Combined with acdPolicyHistStatsInOverflowPkts, it provides the equivalent of the 64 bits counter acdPolicyHistStatsInHCPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdPolicyHistStatsInOverflowPkts 1.3.6.1.4.1.22420.2.3.3.1.9
The number of times the associated acdPolicyStatsInPkts counter has overflowed during this sampling interval. This is a 32 bits counter. Combined with acdPolicyHistStatsInPkts, it provides the equivalent of the 64 bits counter acdPolicyHistStatsInHCPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdPolicyHistStatsInHCPkts 1.3.6.1.4.1.22420.2.3.3.1.10
The total number of packets received on this MAC and matching this policy during this sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPolicyHistStatsInOctets 1.3.6.1.4.1.22420.2.3.3.1.11
The total number of Octets received on this MAC and matching this policy during this sampling interval. This is a 32 bits counter. Combined with acdPolicyHistStatsInOverflowOctets, it provides the equivalent of the 64 bits counter acdPolicyHistStatsInHCOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdPolicyHistStatsInOverflowOctets 1.3.6.1.4.1.22420.2.3.3.1.12
The number of times the associated acdPolicyHistStatsInOctets counter has overflowed during this sampling interval. This is a 32 bits counter. Combined with acdPolicyHistStatsInOctets, it provides the equivalent of the 64 bits counter acdPolicyHistStatsInHCOctets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdPolicyHistStatsInHCOctets 1.3.6.1.4.1.22420.2.3.3.1.13
The total number of Octets received on this MAC and matching this policy during this sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPolicyHistStatsInPktsErr 1.3.6.1.4.1.22420.2.3.3.1.14
The total number of errored packets received on this MAC and matching this policy during this sampling interval. This is a 32 bits counter. Combined with acdPolicyHistStatsInOverflowPktsErr, it provides the equivalent of the 64 bits counter acdPolicyHistStatsInHCPktsErr.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdPolicyHistStatsInOverflowPktsErr 1.3.6.1.4.1.22420.2.3.3.1.15
The number of times the associated acdPolicyStatsInPktsErr counter has overflowed during this sampling interval. This is a 32 bits counter. Combined with acdPolicyHistStatsInPktsErr, it provides the equivalent of the 64 bits counter acdPolicyHistStatsInHCPktsErr.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

acdPolicyHistStatsInHCPktsErr 1.3.6.1.4.1.22420.2.3.3.1.16
The total number of errored packets received on this MAC and matching this policy during this sampling interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

acdPolicyListTable 1.3.6.1.4.1.22420.2.3.5.1.1
Table of all Policy list contains in this unit.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcdPolicyListEntry

acdPolicyListEntry 1.3.6.1.4.1.22420.2.3.5.1.1.1
Each entry in this table describe a policy list contains in this unit.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcdPolicyListEntry  

acdPolicyListEntryID 1.3.6.1.4.1.22420.2.3.5.1.1.1.1
Unique value for each list. This value is the same than acdPolicyListID for each entry in acdPolicyTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

acdPolicyListName 1.3.6.1.4.1.22420.2.3.5.1.1.1.2
This is a string to identify the policy list.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..31)  

acdPolicyListNbrEntries 1.3.6.1.4.1.22420.2.3.5.1.1.1.3
The number of entries currently in this list.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acdPolicyPortTable 1.3.6.1.4.1.22420.2.3.5.2.1
Table of all Port and the correspondant policy list.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AcdPolicyPortEntry

acdPolicyPortEntry 1.3.6.1.4.1.22420.2.3.5.2.1.1
A Policy port entry is the mapping between this port and a policy list.
Status: current Access: not-accessible
OBJECT-TYPE    
  AcdPolicyPortEntry  

acdPolicyPortEntryID 1.3.6.1.4.1.22420.2.3.5.2.1.1.1
Unique value for each port. This value is the same than acdPortConfigIndex used in ACD-PORT-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

acdPolicyPortListID 1.3.6.1.4.1.22420.2.3.5.2.1.1.2
Numerical value coresponding to acdPolicyListEntryID.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acdPolicyTableLastChangeTid 1.3.6.1.4.1.22420.2.3.5.3.1
This is the transaction ID of the last change of the acdPolicyTable table. If this value is different since the last read this is indicate a table change.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

acdPolicyCompliances 1.3.6.1.4.1.22420.2.3.6.1
OBJECT IDENTIFIER    

acdPolicyGroups 1.3.6.1.4.1.22420.2.3.6.2
OBJECT IDENTIFIER    

acdPolicyGroup 1.3.6.1.4.1.22420.2.3.6.2.1
Objects for the policy configuration Group.
Status: current Access: read-only
OBJECT-GROUP    

acdPolicyStatsGroup 1.3.6.1.4.1.22420.2.3.6.2.2
Objects for the policy statistics Group.
Status: current Access: read-only
OBJECT-GROUP    

acdPolicyHistStatsGroup 1.3.6.1.4.1.22420.2.3.6.2.3
Objects for the policy historical tatistics Group.
Status: current Access: read-only
OBJECT-GROUP    

acdPolicyDeprecatedGroup 1.3.6.1.4.1.22420.2.3.6.2.4
Objects for the policy deprecated Group.
Status: deprecated Access: read-only
OBJECT-GROUP    

acdPolicyListGroup 1.3.6.1.4.1.22420.2.3.6.2.5
Objects for the policy list information Group.
Status: current Access: read-only
OBJECT-GROUP    

acdPolicyPortGroup 1.3.6.1.4.1.22420.2.3.6.2.6
Objects for the policy port mapping Group.
Status: current Access: read-only
OBJECT-GROUP    

acdPolicyTidGroup 1.3.6.1.4.1.22420.2.3.6.2.7
List of scalars to monitior changes in tables.
Status: current Access: read-only
OBJECT-GROUP    

acdPolicyCompliance 1.3.6.1.4.1.22420.2.3.6.1.1
The compliance statement for support of the ACD-POLICY-MIB module.
Status: current Access: read-only
MODULE-COMPLIANCE