ENTERASYS-POLICY-PROFILE-MIB

File: ENTERASYS-POLICY-PROFILE-MIB.mib (153146 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB IF-MIB BRIDGE-MIB
Q-BRIDGE-MIB P-BRIDGE-MIB ENTERASYS-UPN-TC-MIB
ENTERASYS-MIB-NAMES

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
TimeTicks Unsigned32 Gauge32
Counter32 NOTIFICATION-TYPE RowStatus
RowPointer TEXTUAL-CONVENTION TruthValue
StorageType MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP SnmpAdminString ifName
ifAlias dot1dBasePort PortList
VlanIndex EnabledStatus StationAddressType
StationAddress etsysModules

Defined Types

PolicyProfileIDTC  
This textual convention maps out to the possible policyProfileIndex values. It also allows for a value of zero. A value of zero (0) indicates that the given port should not follow any policy profile.
TEXTUAL-CONVENTION    
  Integer32 0 | 1..65535  

PortPolicyProfileIndexTypeTC  
This textual convention maps out to the possible port types which can be used to populate the etsysPortPolicyProfileTable, and of port IDs used in the etsysStationPolicyProfileTable.
TEXTUAL-CONVENTION    
  INTEGER ifIndex(1), dot1dBasePort(2)  

PolicyRFC3580MapRadiusResponseTC  
This textual convention maps out to the possible, pertinent, successful, responses which may be received from the RADIUS server after a dynamic authentication attempt. PolicyProfile(1) is returned as a proprietary filter-id and has historically been used to assign a policy profile to the authenticated entity. VlanTunnelAttribute(2) is the response defined in RFC3580 and upon which further controls are applied by the etsysPolicyRFC3580Map group. A value of - vlanTunnelAttributeWithPolicyProfile(3) is an indication that both attributes are to be used.
TEXTUAL-CONVENTION    
  INTEGER policyProfile(1), vlanTunnelAttribute(2), vlanTunnelAttributeWithPolicyProfile(3)  

VlanList  
Each octet within this value specifies a set of eight VIDs, with the first octet specifying VID 1 through 8, the second octet specifying VID 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered VID, and the least significant bit represents the highest numbered VID. Thus, each VID is represented by a single bit within the value of this object. If that bit has a value of '1' then that VID is included in the set of VIDs; the VID is not included if its bit has a value of '0'. This OCTET STRING will always be 512 Octets in length to accommodate all possible VIDs between (1..4094). The default value of this object is a string of all zeros.
TEXTUAL-CONVENTION    
  OCTET STRING Size(512)  

PolicyClassificationRuleType  
Enumerates the possible types of classification rules which may be referenced in the etsysPolicyRuleTable. Each type has an implied length (in bytes) associated with it. Octet-strings defined as representing one of these types will be represented in Network-Byte-Order (Big Endian) if the native representation is other than octets. The managed entity MUST support sets in which the specified rule length is less than that specified by the value the entity reports in etsysPolicyRuleAttributeByteLength, so long as the associated etsysPolicyRulePrefixBits does not imply the existence of more etsysPolicyRuleData than is present (i.e. the specified length MUST be >= ((etsysPolicyRulePrefixBits+7)/8).) Additionally, the managed entity MUST return a PolicyClassificationRuleType which carries the number of octets specified by the associated etsysPolicyRuleAttributeByteLength, regardless of the number etsysPolicyRulePrefixBits. This yields a behavior in which, on some devices, a ip4Source rule may be supported with only 4 bytes of rule data (excluding the TCP/UDP source port information), while other devices may support the full syntax using all 6 bytes. macSource(1) The source MAC address in an Ethernet frame. Length is 6 bytes. macDestination(2) The destination MAC address in an Ethernet frame. Length is 6 bytes. ipxSource(3) The source address in an IPX header. Length is 4 bytes (Network prefix). ipxDestination(4) The destination address in an IPX header. Length is 4 bytes (Network prefix). ipxSourcePort(5) The source IPX port(socket) in an IPX header. Length is 2 bytes. ipxDestinationPort(6) The destination IPX port(socket) in an IPX header. Length is 2 bytes. ipxCos(7) The CoS(HopCount) field in an IPX header. Length is 1 byte. ipxType(8) The protocol type in an IPX header. Length is 1 byte. ip6Source(9) The source address in an IPv6 header, postfixed with the source port (for TCP/UDP frames). Length is 18 bytes for IPv6+TCP/UDP, or 16 bytes for IPv6. ip6Destination(10) The destination address in an IPv6 header, postfixed with the destination port (for TCP/UDP frames). Length is 18 bytes for IPv6+TCP/UDP, or 16 bytes for IPv6. ip6FlowLabel(11) The flow label field (traffic class and flow identifier) in an IPv6 header. Length is 3 bytes, as only the first 20 bits are valid and mask-able, only the data in the first 20 bits (the first five nibbles) is considered. ip4Source(12) The source address in an IPv4 header, postfixed with the source port (for TCP/UDP frames). Length is 6 bytes for IPv4+TCP/UDP, or 4 bytes for IPv4. ip4Destination(13) The destination address in an IPv4 header, postfixed with the destination port (for TCP/UDP frames). Length is 6 bytes for IPv4+TCP/UDP, or 4 bytes for IPv4. ipFragment(14) Truth value derived from the FLAGS and FRAGMENTATION_OFFSET fields of an IP header. If the MORE bit of the flags field is set, or the FRAGMENTATION_OFFSET is non-zero, the frame is fragmented. Length is 0 bytes (there is no data, only presence). udpSourcePort(15) The source UDP port(socket) in a UDP header, optionally postfixed with a source IP address. Length is 2 bytes for UDP, 6 bytes for UDP+IPv4, or 18 bytes for UDP+IPv6. udpDestinationPort(16) The destination UDP port(socket) in a UDP header, optionally postfixed with a destination IP address. Length is 2 bytes for UDP, 6 bytes for UDP+IPv4, or 18 bytes for UDP+IPv6. tcpSourcePort(17) The source TCP port(socket) in an TCP header, optionally postfixed with a source IPv4 address. Length is 2 bytes for TCP, 6 bytes for TCP+IPv4, or 18 bytes for TCP+IPv6. tcpDestinationPort(18) The destination TCP port(socket) in an TCP header, optionally postfixed with a destination IPv4 address. Length is 2 bytes for TCP, 6 bytes for TCP+IPv4, or 18 bytes for TCP+IPv6. icmpTypeCode(19) The Type and Code fields from an ICMP frame. These are encoded in 2 bytes, network-byte-order, Type in the first (left-most) byte, Code in the second byte. ipTtl(20) The TTL(HopCount) field in an IP header. Length is 1 byte. ipTos(21) The ToS(DSCP) field in an IP header. Length is 1 byte. ipType(22) The protocol type in an IP header. Length is 1 byte. icmpTypeCodeV6(23) The Type and Code fields from an ICMP frame. These are encoded in 2 bytes, network-byte-order, Type in the first (left-most) byte, Code in the second byte. For ICMPv6, which redefines the types and codes. etherType(25) The type field in an Ethernet II frame. Length is 2 bytes. llcDsapSsap(26) The DSAP/SSAP/CTRL field in an LLC encapsulated frame, includes SNAP encapsulated frames and the associated Ethernet II type field. Length is 5 bytes. vlanId(27) The 12 bit Virtual LAN ID field present in an 802.1D Tagged frame. Length is 2 bytes, the field is represented in the FIRST (left-most, big-endian) 12 bits of the 16 bit field. A vlanId of 1 would be encoded as 00-10, a vlanId of 4094 would be encoded as FF-E0, and a vlanId of 100 would be encoded as 06-40. ieee8021dTci(28) The entire 16 bit TCI field present in an 802.1D Tagged frame (include both VLAN ID and Priority bits. Length is 2 bytes. acl(30) A numbered ACL, represented by a 4 byte integer value. This is not maskable. bridgePort(31) The dot1dBasePort on which the frame was received. Length is 2 bytes.
TEXTUAL-CONVENTION    
  INTEGER macSource(1), macDestination(2), ipxSource(3), ipxDestination(4), ipxSourcePort(5), ipxDestinationPort(6), ipxCos(7), ipxType(8), ip6Source(9), ip6Destination(10), ip6FlowLabel(11), ip4Source(12), ip4Destination(13), ipFragment(14), udpSourcePort(15), udpDestinationPort(16), tcpSourcePort(17), tcpDestinationPort(18), icmpTypeCode(19), ipTtl(20), ipTos(21), ipType(22), icmpTypeCodeV6(23), etherType(25), llcDsapSsap(26), vlanId(27), ieee8021dTci(28), acl(30), bridgePort(31)  

PolicyRulesSupported  
Enumerates the possible types of classification rules which may be supported. macSource(1) The source MAC address in an Ethernet frame. macDestination(2) The destination MAC address in an Ethernet frame. ipxSource(3) The source address in an IPX header. ipxDestination(4) The destination address in an IPX header. ipxSourcePort(5) The source IPX port(socket) in an IPX header. ipxDestinationPort(6) The destination IPX port(socket) in an IPX header. ipxCos(7) The CoS(HopCount) field in an IPX header. ipxType(8) The protocol type in an IPX header. ip6Source(9) The source address in an IPv6 header, postfixed with the source port (for TCP/UDP frames). ip6Destination(10) The destination address in an IPv6 header, postfixed with the destination port (for TCP/UDP frames). ip6FlowLabel(11) The flow label field (traffic class and flow identifier) in an IPv6 header. ip4Source(12) The source address in an IPv4 header, postfixed with the source port (for TCP/UDP frames). ip4Destination(13) The destination address in an IPv4 header, postfixed with the destination port (for TCP/UDP frames). ipFragment(14) Truth value derived from the FLAGS and FRAGMENTATION_OFFSET fields of an IP header. If the MORE bit of the flags field is set, or the FRAGMENTATION_OFFSET is non-zero, the frame is fragmented. udpSourcePort(15) The source UDP port(socket) in a UDP header. udpDestinationPort(16) The destination UDP port(socket) in a UDP header. tcpSourcePort(17) The source TCP port(socket) in an TCP header. tcpDestinationPort(18) The destination TCP port(socket) in an TCP header. icmpTypeCode(19) The Type and Code fields from an ICMP frame. ipTtl(20) The TTL(HopCount) field in an IP header. ipTos(21) The ToS(DSCP) field in an IP header. ipType(22) The protocol type in an IP header. icmpTypeCodeV6(23) The Type and Code fields from an ICMPv6 frame. etherType(25) The type field in an Ethernet II frame. llcDsapSsap(26) The DSAP/SSAP/CTRL field in an LLC encapsulated frame, includes SNAP encapsulated frames and the associated Ethernet II type field. vlanId(27) The 12 bit Virtual LAN ID field present in an 802.1D Tagged frame. ieee8021dTci(28) The entire 16 bit TCI field present in an 802.1D Tagged frame (include both VLAN ID and Priority bits. acl(30) A number ACL list to which the frame is applied. bridgePort(31) The dot1dBasePort on which the frame was received.
TEXTUAL-CONVENTION    
  BITS macSource(1), macDestination(2), ipxSource(3), ipxDestination(4), ipxSourcePort(5), ipxDestinationPort(6), ipxCos(7), ipxType(8), ip6Source(9), ip6Destination(10), ip6FlowLabel(11), ip4Source(12), ip4Destination(13), ipFragment(14), udpSourcePort(15), udpDestinationPort(16), tcpSourcePort(17), tcpDestinationPort(18), icmpTypeCode(19), ipTtl(20), ipTos(21), ipType(22), icmpTypeCodeV6(23), etherType(25), llcDsapSsap(26), vlanId(27), ieee8021dTci(28), acl(30), bridgePort(31)  

TriStateStatus  
A simple status value for the object. enabled(1) indicates the action will occur disabled(2) indicates no action will be asserted prohibited(3) indicates the action will be prevented from occurring This is useful (over and above the standard EnabledStatus TC) in the context of hierachical decision trees, whereby a decision to prevent an action may revoke another, lower precedent decision to take the action.
TEXTUAL-CONVENTION    
  INTEGER enabled(1), disabled(2), prohibited(3)  

EtsysPolicyProfileEntry  
SEQUENCE    
  etsysPolicyProfileIndex Integer32
  etsysPolicyProfileName SnmpAdminString
  etsysPolicyProfileRowStatus RowStatus
  etsysPolicyProfilePortVidStatus EnabledStatus
  etsysPolicyProfilePortVid Unsigned32
  etsysPolicyProfilePriorityStatus EnabledStatus
  etsysPolicyProfilePriority Integer32
  etsysPolicyProfileEgressVlans VlanList
  etsysPolicyProfileForbiddenVlans VlanList
  etsysPolicyProfileUntaggedVlans VlanList
  etsysPolicyProfileOverwriteTCI EnabledStatus
  etsysPolicyProfileRulePrecedence OCTET STRING
  etsysPolicyProfileVlanRFC3580Mappings VlanList
  etsysPolicyProfileMirrorIndex Integer32
  etsysPolicyProfileAuditSyslogEnable EnabledStatus
  etsysPolicyProfileAuditTrapEnable EnabledStatus
  etsysPolicyProfileDisablePort EnabledStatus
  etsysPolicyProfileUsageList PortList

EtsysPolicyClassificationEntry  
SEQUENCE    
  etsysPolicyClassificationIndex Integer32
  etsysPolicyClassificationOID RowPointer
  etsysPolicyClassificationRowStatus RowStatus
  etsysPolicyClassificationIngressList PortList

EtsysPortPolicyProfileEntry  
SEQUENCE    
  etsysPortPolicyProfileIndexType PortPolicyProfileIndexTypeTC
  etsysPortPolicyProfileIndex Integer32
  etsysPortPolicyProfileAdminID PolicyProfileIDTC
  etsysPortPolicyProfileOperID PolicyProfileIDTC

EtsysPortPolicyProfileSummaryEntry  
SEQUENCE    
  etsysPortPolicyProfileSummaryIndexType PortPolicyProfileIndexTypeTC
  etsysPortPolicyProfileSummaryAdminID PortList
  etsysPortPolicyProfileSummaryOperID PortList
  etsysPortPolicyProfileSummaryDynamicID PortList

EtsysStationPolicyProfileEntry  
SEQUENCE    
  etsysStationPolicyProfileIndex Integer32
  etsysStationIdentifierType StationAddressType
  etsysStationIdentifier StationAddress
  etsysStationPolicyProfileOperID PolicyProfileIDTC
  etsysStationPolicyProfilePortType PortPolicyProfileIndexTypeTC
  etsysStationPolicyProfilePortID Integer32

EtsysPolicyEnabledTableEntry  
SEQUENCE    
  etsysPolicyEnabledSupportedRuleTypes PolicyRulesSupported
  etsysPolicyEnabledEnabledRuleTypes PolicyRulesSupported
  etsysPolicyEnabledEgressEnabled EnabledStatus

EtsysPolicyRuleAttributeTableEntry  
SEQUENCE    
  etsysPolicyRuleAttributeByteLength Integer32
  etsysPolicyRuleAttributeBitLength Integer32
  etsysPolicyRuleAttributeMaxCreatable Integer32

EtsysPolicyMapEntry  
SEQUENCE    
  etsysPolicyMapIndex Integer32
  etsysPolicyMapRowStatus RowStatus
  etsysPolicyMapStartVid Unsigned32
  etsysPolicyMapEndVid Unsigned32
  etsysPolicyMapPolicyIndex Integer32

EtsysPolicyRuleEntry  
SEQUENCE    
  etsysPolicyRuleProfileIndex Integer32
  etsysPolicyRuleType PolicyClassificationRuleType
  etsysPolicyRuleData OCTET STRING
  etsysPolicyRulePrefixBits Integer32
  etsysPolicyRulePortType PortPolicyProfileIndexTypeTC
  etsysPolicyRulePort Integer32
  etsysPolicyRuleRowStatus RowStatus
  etsysPolicyRuleStorageType StorageType
  etsysPolicyRuleUsageList PortList
  etsysPolicyRuleResult1 Integer32
  etsysPolicyRuleResult2 Integer32
  etsysPolicyRuleAuditSyslogEnable TriStateStatus
  etsysPolicyRuleAuditTrapEnable TriStateStatus
  etsysPolicyRuleDisablePort TriStateStatus
  etsysPolicyRuleOperPid Integer32
  etsysPolicyRuleOverwriteTCI EnabledStatus
  etsysPolicyRuleMirrorIndex Integer32

EtsysPolicyRulePortEntry  
SEQUENCE    
  etsysPolicyRulePortHit TruthValue

EtsysPolicyRFC3580MapEntry  
SEQUENCE    
  etsysPolicyRFC3580MapVlanId VlanIndex
  etsysPolicyRFC3580MapPolicyIndex PolicyProfileIDTC

Defined Values

etsysPolicyProfileMIB 1.3.6.1.4.1.5624.1.2.6
This MIB module defines a portion of the SNMP enterprise MIBs under the Enterasys enterprise OID pertaining to the mapping of per user policy profiles for Enterasys network edge devices or access products.
MODULE-IDENTITY    

etsysPolicyNotifications 1.3.6.1.4.1.5624.1.2.6.0
OBJECT IDENTIFIER    

etsysPolicyProfile 1.3.6.1.4.1.5624.1.2.6.1
OBJECT IDENTIFIER    

etsysPolicyClassification 1.3.6.1.4.1.5624.1.2.6.2
OBJECT IDENTIFIER    

etsysPortPolicyProfile 1.3.6.1.4.1.5624.1.2.6.3
OBJECT IDENTIFIER    

etsysPolicyVlanEgress 1.3.6.1.4.1.5624.1.2.6.4
OBJECT IDENTIFIER    

etsysStationPolicyProfile 1.3.6.1.4.1.5624.1.2.6.5
OBJECT IDENTIFIER    

etsysInvalidPolicyPolicy 1.3.6.1.4.1.5624.1.2.6.6
OBJECT IDENTIFIER    

etsysDevicePolicyProfile 1.3.6.1.4.1.5624.1.2.6.8
OBJECT IDENTIFIER    

etsysPolicyCapability 1.3.6.1.4.1.5624.1.2.6.9
OBJECT IDENTIFIER    

etsysPolicyMap 1.3.6.1.4.1.5624.1.2.6.10
OBJECT IDENTIFIER    

etsysPolicyRules 1.3.6.1.4.1.5624.1.2.6.11
OBJECT IDENTIFIER    

etsysPolicyRFC3580Map 1.3.6.1.4.1.5624.1.2.6.12
OBJECT IDENTIFIER    

etsysPolicyRulePortHitNotification 1.3.6.1.4.1.5624.1.2.6.0.1
This notification indicates that a policy rule has matched network traffic on a particular port.
Status: current Access: read-only
NOTIFICATION-TYPE    

etsysPolicyProfileMaxEntries 1.3.6.1.4.1.5624.1.2.6.1.1
The maximum number of entries allowed in the etsysPolicyProfileTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

etsysPolicyProfileNumEntries 1.3.6.1.4.1.5624.1.2.6.1.2
The current number of entries in the etsysPolicyProfileTable.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

etsysPolicyProfileLastChange 1.3.6.1.4.1.5624.1.2.6.1.3
The sysUpTime at which the etsysPolicyProfileTable was last modified.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

etsysPolicyProfileTableNextAvailableIndex 1.3.6.1.4.1.5624.1.2.6.1.4
This object indicates the numerically lowest available index within this entity, which may be used for the value of etsysPolicyProfileIndex in the creation of a new entry in the etsysPolicyProfileTable. An index is considered available if the index value falls within the range of 1 to 65535 and is not being used to index an existing entry in the etsysPolicyProfileTable contained within this entity. This value should only be considered a guideline for management creation of etsysPolicyProfileEntries, there is no requirement on management to create entries based upon this index value.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

etsysPolicyProfileTable 1.3.6.1.4.1.5624.1.2.6.1.5
A table containing policy profiles. A policy is a group of classification rules which may be applied on a per user basis, to ports or to stations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysPolicyProfileEntry

etsysPolicyProfileEntry 1.3.6.1.4.1.5624.1.2.6.1.5.1
Conceptually defines a particular entry within the etsysPolicyProfileTable. Entries within this table MUST be considered non-volatile and MUST be maintained across entity resets.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysPolicyProfileEntry  

etsysPolicyProfileIndex 1.3.6.1.4.1.5624.1.2.6.1.5.1.1
A unique arbitrary identifier for this Policy. Since a policy will be applied to a user regardless of his or her location in the network fabric policy names SHOULD be unique within the entire network fabric. Policy IDs and policy names MUST be unique within the scope of a single managed entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

etsysPolicyProfileName 1.3.6.1.4.1.5624.1.2.6.1.5.1.2
Administratively assigned textual description of this Policy. This object MUST NOT be modifiable while this entry's RowStatus is active(1).
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..64)  

etsysPolicyProfileRowStatus 1.3.6.1.4.1.5624.1.2.6.1.5.1.3
This object allows for the dynamic creation and deletion of entries within the etsysPolicyProfileTable as well as the activation and deactivation of these entries. When this object's value is active(1) the corresponding row's etsysPolicyProfilePortVid, etsysPolicyProfilePriority, and all entries within the etsysPolicyClassificationTable indexed by this row's etsysPolicyProfileIndex are available to be applied to network access ports or stations on the managed entity. All ports corresponding to rows within the etsysPortPolicyProfileTable whose etsysPortPolicyProfileOperID is equal to the etsysPolicyProfileIndex, shall have the corresponding policy applied. Likewise, all stations corresponding to rows within the etsysStationPolicyProfileTable whose etsysStationPolicyProfileOperID is equal to the etsysPolicyProfileIndex, shall have the corresponding policy applied. The value of etsysPortPolicyProfileOperID for each such row in the etsysPortPolicyProfileTable will be equal to the etsysPortPolicyProfileAdminID, unless the authorization information from a source such as a RADIUS server indicates to the contrary. Refer to the specific objects within this MIB as well as well as RFC2674, the CTRON-PRIORITY-CLASSIFY-MIB, the CTRON-VLAN-CLASSIFY-MIB, and the CTRON-RATE-POLICING-MIB for a complete explanation of the application and behavior of these objects. When this object's value is set to notInService(2) this policy will not be applied to any rows within the etsysPortPolicyProfileTable. To allow policy profiles to be applied for security implementations, setting this object's value from active(1) to notInService(2) or destroy(6) SHALL fail if one or more instances of etsysPortPolicyProfileOperID or etsysStationPolicyProfileOperID currently reference this entry's associated policy due to a set by an underlying security protocol such as RADIUS. For network functionality and clarity, setting this object to destroy(6) SHALL fail if one or more instances of etsysPortPolicyProfileOperID or etsysStationPolicyProfileOperID currently references this entry's etsysPolicyProfileIndex. Refer to the RowStatus convention for further details on the behavior of this object.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

etsysPolicyProfilePortVidStatus 1.3.6.1.4.1.5624.1.2.6.1.5.1.4
This object defines whether a PVID override should be applied to ports which have this profile active. enabled(1) means that any port with this policy active will have this row's etsysPolicyProfilePortVid applied to untagged frames or priority-tagged frames received on this port. disabled(2) means that etsysPolicyProfilePortVid will not be applied. When this object is set to disabled(2) the value of etsysPolicyProfilePortVid has no meaning.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

etsysPolicyProfilePortVid 1.3.6.1.4.1.5624.1.2.6.1.5.1.5
This object defines the PVID of this profile. If a port has an active policy and the policy's etsysPolicyProfilePortVidStatus is set to enabled(1), the etsysPolicyProfilePortVid will be applied to all untagged frames arriving on the port that do not match any of the policy classification rules. Note that the 802.1Q PVID will still exist from a management view but will NEVER be applied to traffic arriving on a port that has an active policy and enabled etsysPolicyProfilePortVid defined, since policy is applied to traffic arriving on the port prior to the assignment of a VLAN using the 802.1Q PVID. The behavior of an enabled etsysPolicyProfilePortVid on any associated port SHALL be identical to the behavior of the dot1qPvid upon that port. Note that two special, otherwise illegal, values of the etsysPolicyProfilePortVid are used in defining the default forwarding actions, to be used in conjunction with policy classification rules, and do not result in packet tagging: 0 Indicates that the default forwarding action is to drop all packets that do not match an explicit rule. 4095 Indicates that the default forwarding action is to forward any packets not matching any explicit rules.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0 | 1..4094 | 4095  

etsysPolicyProfilePriorityStatus 1.3.6.1.4.1.5624.1.2.6.1.5.1.6
This object defines whether a Class of Service should be applied to ports which have this profile active. enabled(1) means that any port with this policy active will have etsysPolicyProfilePriority applied to this port. disabled(2) means that etsysPolicyProfilePriority will not be applied. When this object is set to disabled(2) the value of etsysPolicyProfilePriority has no meaning.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

etsysPolicyProfilePriority 1.3.6.1.4.1.5624.1.2.6.1.5.1.7
This object defines the default ingress Class of Service of this profile. If a port has an active policy and the policy's etsysPolicyProfilePriorityStatus is set to enabled(1), the etsysPolicyProfilePriority will be applied to all packets arriving on the port that do not match any of the policy classification rules. Note that dot1dPortDefaultUserPriority will still exist from a management view but will NEVER be applied to traffic arriving on a port that has an active policy and enabled etsysPolicyProfilePriority defined, since policy is applied to traffic arriving on the port prior to the assignment of a priority using dot1dPortDefaultUserPriority. The behavior of an enabled etsysPolicyProfilePriority on any associated port SHALL be identical to the behavior of the dot1dPortDefaultUserPriority upon that port.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..4095  

etsysPolicyProfileEgressVlans 1.3.6.1.4.1.5624.1.2.6.1.5.1.8
The set of VLANs which are assigned by this policy to egress on ports for which this policy is active. Changes to a bit in this object affect the per-port per-VLAN Registrar control for Registration Fixed for the relevant GVRP state machine on each port for which this policy is active. A VLAN may not be added in this set if it is already a member of the set of VLANs in etsysPolicyProfileForbiddenVlans. This object is superseded on a per-port per-VLAN basis by any 'set' bits in dot1qVlanStaticEgressPorts and dot1qVlanForbiddenEgressPorts. The default value of this object is a string of zeros.
Status: current Access: read-create
OBJECT-TYPE    
  VlanList  

etsysPolicyProfileForbiddenVlans 1.3.6.1.4.1.5624.1.2.6.1.5.1.9
The set of VLANs which are prohibited by this policy to egress on ports for which this policy is active. Changes to this object that cause a port to be included or excluded affect the per-port per-VLAN Registrar control for Registration Forbidden for the relevant GVRP state machine on each port for which this policy is active. A VLAN may not be added in this set if it is already a member of the set of VLANs in etsysPolicyProfileEgressVlans. This object is superseded on a per-port per-VLAN basis by any 'set' bits in the dot1qVlanStaticEgressPorts and dot1qVlanForbiddenEgressPorts. The default value of this object is a string of zeros.
Status: current Access: read-create
OBJECT-TYPE    
  VlanList  

etsysPolicyProfileUntaggedVlans 1.3.6.1.4.1.5624.1.2.6.1.5.1.10
The set of VLANs which should transmit egress packets as untagged on ports for which this policy is active. This object is superseded on a per-port per-VLAN basis by any 'set' bits in dot1qVlanStaticUntaggedPorts.
Status: current Access: read-create
OBJECT-TYPE    
  VlanList  

etsysPolicyProfileOverwriteTCI 1.3.6.1.4.1.5624.1.2.6.1.5.1.11
If set, the information contained within the TCI field of inbound, tagged packets will not be used by the device after the ingress classification stage of packet relay. The net effect will be that the TCI information may be used to classify the packet, but will be overwritten (and ignored) by subsequent stages of packet relay.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

etsysPolicyProfileRulePrecedence 1.3.6.1.4.1.5624.1.2.6.1.5.1.12
Each octet will contain a single value representing the rule type to be matched against, defined by the PolicyClassificationRuleType textual convention. When read, will return the currently operating rule matching precedence, ordered from first consulted (in the first octet) to last consulted (in the last octet). A set of a single octet of 0x00 will result in a reversion to the default precedence ordering. A set of any other values will result in the specified rule types being matched in the order specified, followed by the remaining rules, in default precedence order.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

etsysPolicyProfileVlanRFC3580Mappings 1.3.6.1.4.1.5624.1.2.6.1.5.1.13
The set of VLANs which are currently being mapped onto this policy profile by the etsysPolicyRFC3580MapTable. This only refers to the mapping of vlan-tunnel-attributes returned from RADIUS in an RFC3580 context.
Status: current Access: read-only
OBJECT-TYPE    
  VlanList  

etsysPolicyProfileMirrorIndex 1.3.6.1.4.1.5624.1.2.6.1.5.1.14
A reference to a packet mirror destination (defined elsewhere). A value of (-1) indicates no mirror is specified, but a mirror is not explicitly prohibitted. A value of (0) indicates that mirroring is explicitly prohibitted, unless a high precedent source (a rule) has specified a mirror.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0 | 1..255  

etsysPolicyProfileAuditSyslogEnable 1.3.6.1.4.1.5624.1.2.6.1.5.1.15
Enables the sending of a syslog message if no rule bound to this profile has prohibited it.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

etsysPolicyProfileAuditTrapEnable 1.3.6.1.4.1.5624.1.2.6.1.5.1.16
Enables the sending of a SNMP NOTIFICATION if no rule bound to this profile has prohibited it.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

etsysPolicyProfileDisablePort 1.3.6.1.4.1.5624.1.2.6.1.5.1.17
Will set the ifOperStatus of the port, on which the frame which used this profile was received, to disable, if if no rule bound to this profile has prohibited it.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

etsysPolicyProfileUsageList 1.3.6.1.4.1.5624.1.2.6.1.5.1.18
When read, a set bit indicates that this profile was used to send a syslog or trap message for corresponding port. When set, the native PortList will be bit-wise AND'ed with the set PortList, allowing the agent to clear the usage indication.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

etsysPolicyClassificationMaxEntries 1.3.6.1.4.1.5624.1.2.6.2.1
The maximum number of entries allowed in the etsysPolicyClassificationTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

etsysPolicyClassificationNumEntries 1.3.6.1.4.1.5624.1.2.6.2.2
The current number of entries in the etsysPolicyClassificationTable.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Gauge32  

etsysPolicyClassificationLastChange 1.3.6.1.4.1.5624.1.2.6.2.3
The sysUpTime at which the etsysPolicyClassificationTable was last modified.
Status: deprecated Access: read-only
OBJECT-TYPE    
  TimeTicks  

etsysPolicyClassificationTable 1.3.6.1.4.1.5624.1.2.6.2.4
A table containing reference OIDs to entries within the classification tables. These classification tables include but may not be limited to: ctPriClassifyTable ctVlanClassifyTable ctRatePolicyingConfigTable This table is used to map a list of classification rules to an instance of the etsysPolicyProfileTable.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysPolicyClassificationEntry

etsysPolicyClassificationEntry 1.3.6.1.4.1.5624.1.2.6.2.4.1
Describes a particular entry within the etsysPolicyClassificationTable. Entries within this table MUST be considered non-volatile and MUST be maintained across entity resets.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  EtsysPolicyClassificationEntry  

etsysPolicyClassificationIndex 1.3.6.1.4.1.5624.1.2.6.2.4.1.1
Administratively assigned unique value, greater than zero. Each etsysPolicyClassificationIndex instance MUST be unique within the scope of its associated etsysPolicyProfileIndex.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

etsysPolicyClassificationOID 1.3.6.1.4.1.5624.1.2.6.2.4.1.2
This object follows the RowPointer textual convention and is an OID reference to a classification rule. This object MUST NOT be modifiable while this entry's etsysPolicyClassificationStatus object has a value of active(1).
Status: deprecated Access: read-create
OBJECT-TYPE    
  RowPointer  

etsysPolicyClassificationRowStatus 1.3.6.1.4.1.5624.1.2.6.2.4.1.3
The status of this row. When set to active(1) this entry's classification rule, as referenced by etsysPolicyClassificationOID, becomes one of its associated policy's set of rules. When this entry's associated policy, as defined by etsysPolicyProfileIndex, is active and assigned to a port through the etsysPortPolicyProfileTable or to a station through the etsysStationPolicyProfileTabbe, this classification rule will be applied to the port or station. The exact behavior of this application depends upon the classification rule. When this object is set to notInService(2) or notReady(3) this entry is not considered one of its associated policy's set of rules and this classification rule will not be applied. An entry MAY NOT be set to active(1) unless this row's etsysPolicyClassificationOID is set to a valid classification rule.
Status: deprecated Access: read-create
OBJECT-TYPE    
  RowStatus  

etsysPolicyClassificationIngressList 1.3.6.1.4.1.5624.1.2.6.2.4.1.4
The ports on which an active policy profile has defined this classification rule applies.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PortList  

etsysPortPolicyProfileLastChange 1.3.6.1.4.1.5624.1.2.6.3.1
sysUpTime at which the etsysPortPolicyProfileTable was last modified.
Status: deprecated Access: read-only
OBJECT-TYPE    
  TimeTicks  

etsysPortPolicyProfileTable 1.3.6.1.4.1.5624.1.2.6.3.2
This table allows for a one to one mapping between a dot1dBasePort or an ifIndex and a Policy Profile.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysPortPolicyProfileEntry

etsysPortPolicyProfileEntry 1.3.6.1.4.1.5624.1.2.6.3.2.1
Describes a particular entry within the etsysPortPolicyProfileTable. Entries within this table MUST be considered non-volatile and MUST be maintained across entity resets.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  EtsysPortPolicyProfileEntry  

etsysPortPolicyProfileIndexType 1.3.6.1.4.1.5624.1.2.6.3.2.1.1
This object defines the specific type of port this entry represents.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  PortPolicyProfileIndexTypeTC  

etsysPortPolicyProfileIndex 1.3.6.1.4.1.5624.1.2.6.3.2.1.2
An index value which represents a unique port of the type defined by this entry's etsysPortPolicyProfileIndexType.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

etsysPortPolicyProfileAdminID 1.3.6.1.4.1.5624.1.2.6.3.2.1.3
This object represents the desired Policy Profile for this dot1dBasePort or this ifIndex. Setting this object to any value besides zero (0) should, if possible, immediately place this entry's dot1dBasePort or ifIndex into the given Policy Profile. This object and etsysPortPolicyProfileOperID may not be the same if this object is set to a Policy (i.e. an instance of the etsysPolicyProfileTable) which is not in an active state or if the etsysPortPolicyProfileOperID has been set by an underlying security protocol such as RADIUS.
Status: deprecated Access: read-write
OBJECT-TYPE    
  PolicyProfileIDTC  

etsysPortPolicyProfileOperID 1.3.6.1.4.1.5624.1.2.6.3.2.1.4
This object is the current policy which is being applied to this entry's dot1dBasePort. A value of zero(0) indicates there is no policy being applied to this dot1dBasePort or this ifIndex. If the value of this object has been set by an underlying security protocol such as RADIUS, sets to this entry's etsysPortPolicyProfileAdminID MUST NOT change the value of this object until such time as the security protocol releases this object by setting it to a value of zero (0).
Status: deprecated Access: read-only
OBJECT-TYPE    
  PolicyProfileIDTC  

etsysPortPolicyProfileSummaryTable 1.3.6.1.4.1.5624.1.2.6.3.3
This table provides aggregate port information on a per policy, per port type basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysPortPolicyProfileSummaryEntry

etsysPortPolicyProfileSummaryEntry 1.3.6.1.4.1.5624.1.2.6.3.3.1
Conceptually defines a particular entry within the etsysPortPolicyProfileSummaryTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysPortPolicyProfileSummaryEntry  

etsysPortPolicyProfileSummaryIndexType 1.3.6.1.4.1.5624.1.2.6.3.3.1.1
This object defines the specific type of port this entry represents.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortPolicyProfileIndexTypeTC  

etsysPortPolicyProfileSummaryAdminID 1.3.6.1.4.1.5624.1.2.6.3.3.1.2
An aggregate list of all Ports currently supporting rules which assign this profileIndex through administrative means. Rules of this type have a valid etsysPolicyRuleResult2 action and a profileIndex of 0.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

etsysPortPolicyProfileSummaryOperID 1.3.6.1.4.1.5624.1.2.6.3.3.1.3
An aggregate list of all Ports currently supporting rules which assign this profileIndex through either an administrative or dynamic means. The profileId which will be assigned operationally, as frames are handled are too be reported here.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

etsysPortPolicyProfileSummaryDynamicID 1.3.6.1.4.1.5624.1.2.6.3.3.1.4
An aggregate list of all Ports currently supporting rules which assign this profileIndex through a dynamic means. For example the profileIndex returned via a successful 802.1X supplicant authentication.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

etsysStationPolicyProfileMaxEntries 1.3.6.1.4.1.5624.1.2.6.5.1
The maximum number of entries allowed in the etsysStationPolicyProfileTable. If this number is exceeded, based on stations connecting to the edge device, the oldest entries will be deleted.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

etsysStationPolicyProfileNumEntries 1.3.6.1.4.1.5624.1.2.6.5.2
The current number of entries in the etsysStationPolicyProfileTable.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

etsysStationPolicyProfileLastChange 1.3.6.1.4.1.5624.1.2.6.5.3
sysUpTime at which the etsysStationPolicyProfileTable was last modified.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

etsysStationPolicyProfileTable 1.3.6.1.4.1.5624.1.2.6.5.4
This table allows for a one to one mapping between a station's identifying address and a Policy Profile.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysStationPolicyProfileEntry

etsysStationPolicyProfileEntry 1.3.6.1.4.1.5624.1.2.6.5.4.1
Describes a particular entry within the etsysStationPolicyProfileTable. Entries within this table MUST be considered non-volatile and MUST be maintained across entity resets.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysStationPolicyProfileEntry  

etsysStationPolicyProfileIndex 1.3.6.1.4.1.5624.1.2.6.5.4.1.2
An index value which represents a unique station entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

etsysStationIdentifierType 1.3.6.1.4.1.5624.1.2.6.5.4.1.3
Indicates the type of station identifying address contained in etsysStationIdentifier.
Status: current Access: read-only
OBJECT-TYPE    
  StationAddressType  

etsysStationIdentifier 1.3.6.1.4.1.5624.1.2.6.5.4.1.4
A value which represents a unique MAC Address, IP Address, or other identifying address for a station, or other logical and authenticatable sub-entity within a station, connected to a port.
Status: current Access: read-only
OBJECT-TYPE    
  StationAddress  

etsysStationPolicyProfileOperID 1.3.6.1.4.1.5624.1.2.6.5.4.1.5
This object is the current policy which is being applied to this entry's MAC Address. A value of zero(0) indicates there is no policy being applied to this MAC Address. The value of this object reflects either the setting from an underlying AAA service such as RADIUS, or the default setting based on the etsysPortPolicyProfileAdminID for the port on which the station is connected. This object and the corresponding etsysPortPolicyProfileAdminID will not be the same if this object has been set by an underlying security protocol such as RADIUS.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyProfileIDTC  

etsysStationPolicyProfilePortType 1.3.6.1.4.1.5624.1.2.6.5.4.1.6
A textual convention that defines the specific type of port designator the corresponding entry represents.
Status: current Access: read-only
OBJECT-TYPE    
  PortPolicyProfileIndexTypeTC  

etsysStationPolicyProfilePortID 1.3.6.1.4.1.5624.1.2.6.5.4.1.7
A value which represents the physical port, of the type defined by this entry's etsysStationPolicyProfilePortType, on which the associated station entity is connected. This object is for convenience in cross referencing stations to ports.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

etsysInvalidPolicyAction 1.3.6.1.4.1.5624.1.2.6.6.1
Specifies the action that the edge device should take if asked to apply an invalid or unknown policy. applyDefaultPolicy(1) - Ignore the result and search for the next policy assignment rule. dropPackets(2) - Block traffic. forwardPackets(3) - Forward traffic, as if no policy had been assigned (via 802.1D/Q rules). Although dropPackets(2) is the most secure option, it may not always be desirable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER applyDefaultPolicy(1), dropPackets(2), forwardPackets(3)  

etsysInvalidPolicyCount 1.3.6.1.4.1.5624.1.2.6.6.2
Increments to indicate the number of times the device has detected an invalid/unknown policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysDevicePolicyProfileDefault 1.3.6.1.4.1.5624.1.2.6.8.1
If this value is non-zero, the value indicates the etsysPolicyProfileEntry (and its associated etsysPolicyClassificationTable entries) which should be used by the device if the device is incapable of using the profile (or specific parts of the profile) explicitly applied to an inbound frame. A value of zero indicates that no default profile is currently active.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0 | 1..65535  

etsysPolicyCapabilities 1.3.6.1.4.1.5624.1.2.6.9.1
A list of capabilities related to policies. A set bit, with the value 1, indicates support for the described functionality. A clear bit, with the value 0, indicates the described functionality is not supported.
Status: current Access: read-only
OBJECT-TYPE    
  BITS supportsVLANForwarding(0), supportsPriority(1), supportsPermit(2), supportsDeny(3), supportsDeviceLevelPolicy(4), supportsPrecedenceReordering(5), supportsTciOverwrite(6), supportsRulesTable(7), supportsRuleUseAccounting(8), supportsRuleUseNotification(9), supportsCoSTable(10), supportsLongestPrefixRules(11), supportsPortDisableAction(12), supportsRuleUseAutoClearOnLink(13), supportsRuleUseAutoClearOnInterval(14), supportsRuleUseAutoClearOnProfile(15), supportsPolicyRFC3580MapTable(16), supportsPolicyEnabledTable(17), supportsMirror(18), supportsEgressPolicy(19)  

etsysPolicyDynaPIDRuleCapabilities 1.3.6.1.4.1.5624.1.2.6.9.2
A list of rule types which are supported by this device for the purpose of dynamically assigning a profile to the network traffic described by the bit. A set bit, with the value 1, indicates support for the described functionality. A clear bit, with the value 0, indicates the described functionality is not supported.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyRulesSupported  

etsysPolicyAdminPIDRuleCapabilities 1.3.6.1.4.1.5624.1.2.6.9.3
A list of rule types which are supported by this device for the purpose of administratively assigning a profile to the network traffic described by the bit. A set bit, with the value 1, indicates support for the described functionality. A clear bit, with the value 0, indicates the described functionality is not supported.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyRulesSupported  

etsysPolicyVlanRuleCapabilities 1.3.6.1.4.1.5624.1.2.6.9.4
A list of rule types which are supported by this device for the purpose of assigning a VlanId to the network traffic described by the bit. A set bit, with the value 1, indicates support for the described functionality. A clear bit, with the value 0, indicates the described functionality is not supported.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyRulesSupported  

etsysPolicyCosRuleCapabilities 1.3.6.1.4.1.5624.1.2.6.9.5
A list of rule types which are supported by this device for the purpose of assigning a CoS to the network traffic described by the bit. A set bit, with the value 1, indicates support for the described functionality. A clear bit, with the value 0, indicates the described functionality is not supported.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyRulesSupported  

etsysPolicyDropRuleCapabilities 1.3.6.1.4.1.5624.1.2.6.9.6
A list of rule types which are supported by this device for the purpose of discarding the network traffic described by the bit. A set bit, with the value 1, indicates support for the described functionality. A clear bit, with the value 0, indicates the described functionality is not supported.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyRulesSupported  

etsysPolicyForwardRuleCapabilities 1.3.6.1.4.1.5624.1.2.6.9.7
A list of rule types which are supported by this device for the purpose of forwarding the network traffic described by the bit. A set bit, with the value 1, indicates support for the described functionality. A clear bit, with the value 0, indicates the described functionality is not supported.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyRulesSupported  

etsysPolicySyslogRuleCapabilities 1.3.6.1.4.1.5624.1.2.6.9.8
A list of rule types which are supported by this device for the purpose of issuing syslog messages when the rule is used to identify the network traffic described by the bit. A set bit, with the value 1, indicates support for the described functionality. A clear bit, with the value 0, indicates the described functionality is not supported.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyRulesSupported  

etsysPolicyTrapRuleCapabilities 1.3.6.1.4.1.5624.1.2.6.9.9
A list of rule types which are supported by this device for the purpose of issuing an SNMP notify (trap) messages when the rule is used to identify the network traffic described by the bit. A set bit, with the value 1, indicates support for the described functionality. A clear bit, with the value 0, indicates the described functionality is not supported.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyRulesSupported  

etsysPolicyDisablePortRuleCapabilities 1.3.6.1.4.1.5624.1.2.6.9.10
A list of rule types which are supported by this device for the purpose of disabling the ingress port identified when the rule matches the network traffic described by the bit. A set bit, with the value 1, indicates support for the described functionality. A clear bit, with the value 0, indicates the described functionality is not supported.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyRulesSupported  

etsysPolicySupportedPortList 1.3.6.1.4.1.5624.1.2.6.9.11
The list ports which support policy profile assignment (i.e. the ports which _do_ policy). This object may be useful to management entities which desire to scope action to only those ports which support policy. A port which appears in this list, must support, at minimum, the assignment of a policy profile to all traffic ingressing the port.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

etsysPolicyEnabledTable 1.3.6.1.4.1.5624.1.2.6.9.12
This table allows for the configuration of policy profile assignment methods, per port, including the ability to disable policy profile assignment, per port. In addition, a ports capabilities, with respect to policy profile assignment are reported.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysPolicyEnabledTableEntry

etsysPolicyEnabledTableEntry 1.3.6.1.4.1.5624.1.2.6.9.12.1
Describes a particular entry within the etsysPolicyEnabledTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysPolicyEnabledTableEntry  

etsysPolicyEnabledSupportedRuleTypes 1.3.6.1.4.1.5624.1.2.6.9.12.1.1
The list of rule types which the devices supports for the purpose of assigning policy profiles to network traffic ingressing this dot1dBasePort.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyRulesSupported  

etsysPolicyEnabledEnabledRuleTypes 1.3.6.1.4.1.5624.1.2.6.9.12.1.2
The list of rule types from which the device will assign policy profiles to network traffic ingressing this dot1dBasePort. Rules which have a type not enumerated here must not be used to assign policy profiles, but must still be used to interrogate the rule-set bound to the determined policy profile. A set of all cleared bits will effectively disable policy in the port.
Status: current Access: read-write
OBJECT-TYPE    
  PolicyRulesSupported  

etsysPolicyEnabledEgressEnabled 1.3.6.1.4.1.5624.1.2.6.9.12.1.3
Controls the enabling and disabling the application of policy as packets egress the switching process on the dot1dBasePort specified in the indexing.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysPolicyRuleAttributeTable 1.3.6.1.4.1.5624.1.2.6.9.13
This table details each supported rule type attribute for rule data length in bytes, rule data length in bits, and the maximum number of rules that may use that type.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysPolicyRuleAttributeTableEntry

etsysPolicyRuleAttributeTableEntry 1.3.6.1.4.1.5624.1.2.6.9.13.1
Describes a particular entry within the etsysPolicyRuleAttributeTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysPolicyRuleAttributeTableEntry  

etsysPolicyRuleAttributeByteLength 1.3.6.1.4.1.5624.1.2.6.9.13.1.1
This rule type's maximum length, in bytes of the etsysPolicyRuleData. Devices supporting this object MUST allow sets for this rule data of any valid length up to and including the length value represented by this object. Management entities must also expect to read back the maximum data length for each type regardless of the length the data was set with.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

etsysPolicyRuleAttributeBitLength 1.3.6.1.4.1.5624.1.2.6.9.13.1.2
This rule type's maximum bit length for traffic data. This value also represents the maximum mask that may be used for rule data. The mask MUST NOT exceed the rule data size. Masks that exceed the data size shall be considered invalid and result in an SNMP set failure.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

etsysPolicyRuleAttributeMaxCreatable 1.3.6.1.4.1.5624.1.2.6.9.13.1.3
If this value is non-zero, the value indicates the maximum number of rules of this type the agent can support.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

etsysPolicyRuleTciOverwriteCapabilities 1.3.6.1.4.1.5624.1.2.6.9.14
A list of rule types which are supported by this device for the purpose of overwriting the TCI in received packets described by the bit. A set bit, with the value 1, indicates support for the described functionality. A clear bit, with the value 0, indicates the described functionality is not supported.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyRulesSupported  

etsysPolicyRuleMirrorCapabilities 1.3.6.1.4.1.5624.1.2.6.9.15
A list of rule types which are supported by this device for the purpose of mirroring the network traffic described by the bit. A set bit, with the value 1, indicates support for the described functionality. A clear bit, with the value 0, indicates the described functionality is not supported.
Status: current Access: read-only
OBJECT-TYPE    
  PolicyRulesSupported  

etsysPolicyMapMaxEntries 1.3.6.1.4.1.5624.1.2.6.10.1
This has been obsoleted.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

etsysPolicyMapNumEntries 1.3.6.1.4.1.5624.1.2.6.10.2
This has been obsoleted.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Gauge32  

etsysPolicyMapLastChange 1.3.6.1.4.1.5624.1.2.6.10.3
This has been obsoleted.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeTicks  

etsysPolicyMapPvidOverRide 1.3.6.1.4.1.5624.1.2.6.10.4
This has been obsoleted.
Status: obsolete Access: read-write
OBJECT-TYPE    
  TruthValue  

etsysPolicyMapUnknownPvidPolicy 1.3.6.1.4.1.5624.1.2.6.10.5
This has been obsoleted.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER denyAccess(1), applyDefaultPolicy(2), applyPvid(3)  

etsysPolicyMapTable 1.3.6.1.4.1.5624.1.2.6.10.6
This has been obsoleted.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysPolicyMapEntry

etsysPolicyMapEntry 1.3.6.1.4.1.5624.1.2.6.10.6.1
This has been obsoleted.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  EtsysPolicyMapEntry  

etsysPolicyMapIndex 1.3.6.1.4.1.5624.1.2.6.10.6.1.1
This has been obsoleted.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

etsysPolicyMapRowStatus 1.3.6.1.4.1.5624.1.2.6.10.6.1.2
This has been obsoleted.
Status: obsolete Access: read-create
OBJECT-TYPE    
  RowStatus  

etsysPolicyMapStartVid 1.3.6.1.4.1.5624.1.2.6.10.6.1.3
This has been obsoleted.
Status: obsolete Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

etsysPolicyMapEndVid 1.3.6.1.4.1.5624.1.2.6.10.6.1.4
This has been obsoleted.
Status: obsolete Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

etsysPolicyMapPolicyIndex 1.3.6.1.4.1.5624.1.2.6.10.6.1.5
This has been obsoleted.
Status: obsolete Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

etsysPolicyRulesMaxEntries 1.3.6.1.4.1.5624.1.2.6.11.1
The maximum number of entries allowed in the etsysPolicyRulesTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

etsysPolicyRulesNumEntries 1.3.6.1.4.1.5624.1.2.6.11.2
The current number of entries in the etsysPolicyRulesTable.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

etsysPolicyRulesLastChange 1.3.6.1.4.1.5624.1.2.6.11.3
The sysUpTime at which the etsysPolicyRulesTable was last modified.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

etsysPolicyRulesAccountingEnable 1.3.6.1.4.1.5624.1.2.6.11.4
Controls the collection of rule usage statistics. If disabled, no usage statistics are gathered and no auditing messages will be sent. When enabled, rule will gather usage statistics, and auditing messages will be sent, if enabled for a given rule.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysPolicyRulesPortDisabledList 1.3.6.1.4.1.5624.1.2.6.11.5
A portlist containing bits representing the dot1dBridgePorts which have been disabled via the mechanism described in the etsysPolicyRuleDisablePort leaf. A set bit indicates a disabled port. Ports may be enabled by performing a set with the corresponding bit cleared. Bits which are set will be ignored during the set operation.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

etsysPolicyRuleTable 1.3.6.1.4.1.5624.1.2.6.11.6
A table containing rules bound to individual policies. A Rule is comprised of three components, a unique description of the network traffic, an associated list of actions, and an associated list of accounting and auditing controls and information. The unique description of the network traffic, defined by a PolicyClassificationRuleType together with a length, matching data and a relevant bits field, port type, and port number (port number zero is reserved to mean any port), and scoped by a etsysPolicyProfileIndex, is used as the table index.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysPolicyRuleEntry

etsysPolicyRuleEntry 1.3.6.1.4.1.5624.1.2.6.11.6.1
Describes a particular entry within the etsysPolicyRuleTable. Entries within this table MUST be considered non-volatile and MUST be maintained across entity resets.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysPolicyRuleEntry  

etsysPolicyRuleProfileIndex 1.3.6.1.4.1.5624.1.2.6.11.6.1.1
The etsysPolicyProfileIndex for which the rule is defined. A value of zero(0) has special meaning in that it scopes rules which are used to determine the Policy Profile to which the frame belongs. See the etsysPolicyRuleResult1 and etsysPolicyRuleResult2 descriptions for specifics of how the results of a rule hit differ when the etsysPolicyRuleProfileIndex is zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0 | 1..65535  

etsysPolicyRuleType 1.3.6.1.4.1.5624.1.2.6.11.6.1.2
The type of network traffic reference by the etsysPolicyRuleData.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyClassificationRuleType  

etsysPolicyRuleData 1.3.6.1.4.1.5624.1.2.6.11.6.1.3
The data pattern to match against, as defined by the etsysPolicyRuleType, encoded in network-byte order.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

etsysPolicyRulePrefixBits 1.3.6.1.4.1.5624.1.2.6.11.6.1.4
The relevant number of bits defined by the etsysPolicyRuleData, to be used when matching against a frame, relevant bits are specified in longest-prefix-first style (left to right). A value of zero carries the special meaning of all bits are relevant.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0 | 1..2048  

etsysPolicyRulePortType 1.3.6.1.4.1.5624.1.2.6.11.6.1.5
The port number on which the rule will be applied. Zero(0) is a special case, indicating that the rule should be applied to all ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortPolicyProfileIndexTypeTC  

etsysPolicyRulePort 1.3.6.1.4.1.5624.1.2.6.11.6.1.6
The port number on which the rule will be applied. Zero(0) is a special case, indicating that the rule should be applied to all ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0 | 1..2147483647  

etsysPolicyRuleRowStatus 1.3.6.1.4.1.5624.1.2.6.11.6.1.7
The status of this row. When set to active(1) this entry's classification rule, as referenced by etsysPolicyRulesOID, becomes one of its associated policy's set of rules. When this entry's associated policy, as defined by etsysPolicyRuleProfileIndex, is active and assigned to a port through the etsysPortPolicyProfileTable or to a station through the etsysStationPolicyProfileTabbe, this classification rule will be applied to the port or station. The exact behavior of this application depends upon the classification rule. When this object is set to notInService(2) or notReady(3) this entry is not considered one of its associated policy's set of rules and this classification rule will not be applied.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

etsysPolicyRuleStorageType 1.3.6.1.4.1.5624.1.2.6.11.6.1.8
The storage type of this row. When set to volatile(1) this entry's classification rule, as referenced by etsysPolicyRulesOID, will be removed (if present) from non-volatile storage. Rows created dynamically by the device will typically report this as their default storage type. When set to nonVolatile(1) this entry's classification rule, as referenced by etsysPolicyRulesOID, will be added to non- volatile storage. This is the default value for rows created as the result of external management. Values of other(0), permanent(4), and readOnly(5) may not be set, although they may be returned for rows created by the device.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

etsysPolicyRuleUsageList 1.3.6.1.4.1.5624.1.2.6.11.6.1.9
When read, a set bit indicates that this rule was used to classify traffic on the corresponding port. When set, the native PortList will be bit-wise AND'ed with the set PortList, allowing the agent to clear the usage indication.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

etsysPolicyRuleResult1 1.3.6.1.4.1.5624.1.2.6.11.6.1.10
If the etsysPolicyRuleProfileIndex is 0 then this field is read-only and defines the profile ID which will assigned to frames matching this rule. This is the dynamically assigned value and may differ from the administratively configured value. If the etsysPolicyRuleProfileIndex is not 0 then this field is read-create and defines the VLAN ID with which to mark a frame matching this PolicyRule. Note that three special, otherwise illegal, values of the etsysPolicyRuleVlan are used in defining the forwarding action. -1 Indicates that no VLAN or forwarding behavior modification is desired. A rule will not be matched against for the purpose of determining a marking VID if this value is set. 0 Indicates that the default forwarding action is to drop the packets matching this rule. 4095 Indicates that the default forwarding action is to forward any packets matching this rule.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0 | 1..4094 | 4095  

etsysPolicyRuleResult2 1.3.6.1.4.1.5624.1.2.6.11.6.1.11
If the etsysPolicyRuleProfileIndex is 0 then this field is read-create and defines the profile ID which the managing entity desires assigned to frames matching this rule. This is the administrative value and may differ from the dynamically assigned active value. If the etsysPolicyRuleProfileIndex is not 0 then this field is The CoS with which to mark a frame matching this PolicyRule. Note that one special, otherwise illegal, values of the etsysPolicyRuleCoS are used in defining the forwarding action. -1 Indicates that no CoS or forwarding behavior modification is desired. A rule will not be matched against for the purpose of determining a CoS if this value is set.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..4095  

etsysPolicyRuleAuditSyslogEnable 1.3.6.1.4.1.5624.1.2.6.11.6.1.12
Controls the sending of a syslog message when a bit in the etsysPolicyRuleUsageList transitions from 0 to 1.
Status: current Access: read-create
OBJECT-TYPE    
  TriStateStatus  

etsysPolicyRuleAuditTrapEnable 1.3.6.1.4.1.5624.1.2.6.11.6.1.13
Controls the sending of an SNMP NOTIFICATION when a bit in the etsysPolicyRuleUsageList transitions from 0 to 1.
Status: current Access: read-create
OBJECT-TYPE    
  TriStateStatus  

etsysPolicyRuleDisablePort 1.3.6.1.4.1.5624.1.2.6.11.6.1.14
Controls the disabling of a port (ifOperStatus of the corresponding ifIndex will be down) when a bit in the etsysPolicyRuleUsageList transitions from 0 to 1. When set to enabled, the corresponding ifIndex will be disabled upon the transition.
Status: current Access: read-create
OBJECT-TYPE    
  TriStateStatus  

etsysPolicyRuleOperPid 1.3.6.1.4.1.5624.1.2.6.11.6.1.15
If the etsysPolicyRuleProfileIndex is 0 then this field contains the currently applied profile ID for frames matching this rule. This may be either the administratively applied value or the dynamically applied value. If the etsysPolicyRuleProfileIndex is not 0, then this object does not exist and will not be returned. Note that one special, otherwise illegal, values of the etsysPolicyRuleCoS are used in defining the forwarding action. -1 Indicates that no profile ID is being applied by this rule.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -1 | 0..4095  

etsysPolicyRuleOverwriteTCI 1.3.6.1.4.1.5624.1.2.6.11.6.1.16
If set, the information contained within the TCI field of inbound, tagged packets will not be used by the device after the ingress classification stage of packet relay. The net effect will be that the TCI information may be used to classify the packet, but will be overwritten (and ignored) by subsequent stages of packet relay.
Status: current Access: read-create
OBJECT-TYPE    
  TriStateStatus  

etsysPolicyRuleMirrorIndex 1.3.6.1.4.1.5624.1.2.6.11.6.1.17
A reference to a packet mirror destination (defined elsewhere). A value of (-1) indicates no mirror is specified, but a mirror is not explicitly prohibitted. A value of (0) indicates that mirroring is explicitly prohibitted, unless a high precedent rule has specified a mirror.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0 | 1..255  

etsysPolicyRulePortTable 1.3.6.1.4.1.5624.1.2.6.11.7
The purpose of this table is to provide an agent the ability to easily determine which rules have been used on a given bridge port. A row will only be present when the rule which the instancing describes has been used. The agent may remove a row (and clear the used status) by setting the etsysPolicyRulePortHit leaf to False. PolicyClassificationRuleType together with a length, matching data and a relevant bits field, port type, and port number (port number zero is reserved to mean any port), scoped by a etsysPolicyRuleProfileIndex, and preceded by a dot1dBasePort is used as the table index.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysPolicyRulePortEntry

etsysPolicyRulePortEntry 1.3.6.1.4.1.5624.1.2.6.11.7.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysPolicyRulePortEntry  

etsysPolicyRulePortHit 1.3.6.1.4.1.5624.1.2.6.11.7.1.1
Every row will report a value of True, indicating that the Rule described by the instancing was used on the given port. An agent may be set this leaf to False to clear remove the row and clear the Rule Use bit for the specified Rule, on the given bridgePort.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

etsysPolicyRuleDynamicProfileAssignmentOverride 1.3.6.1.4.1.5624.1.2.6.11.8
If true, administratively assigned profile assignment rules override dynamically assigned profiles assignments for a given rule. If false, the dynamically assigned value (typically created by a successful authentication attempt) overrides the administratively configured value. The agent may optionally implement this leaf as read-only.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

etsysPolicyRuleDefaultDynamicSyslogStatus 1.3.6.1.4.1.5624.1.2.6.11.9
If enabled(1), rules dynamically created will set etsysPolicyRuleAuditSyslogEnable to enabled. If disabled(2) a dynamically created rule will have etsysPolicyRuleAuditSyslogEnable set to disabled. The agent may optionally implement this leaf as read-only.
Status: current Access: read-write
OBJECT-TYPE    
  TriStateStatus  

etsysPolicyRuleDefaultDynamicTrapStatus 1.3.6.1.4.1.5624.1.2.6.11.10
If enabled(1), rules dynamically created will set etsysPolicyRuleAuditTrapEnable to enabled. If disabled(2) a dynamically created rule will have etsysPolicyRuleAuditTrapEnable set to disabled. The agent may optionally implement this leaf as read-only.
Status: current Access: read-write
OBJECT-TYPE    
  TriStateStatus  


etsysPolicyRuleStatsAutoClearInterval 1.3.6.1.4.1.5624.1.2.6.11.12
The interval at which the device will automatically clear rule usage statistics, in minutes. This ability is disabled (usage statistics will not be automatically cleared) if set to zero(0). This ability is further scoped to the list of ports defined by etsysPolicyRuleStatsAutoClearPorts. This leaf is optional and will have no effect on an agent which has rule use accounting disabled or does not support rule use accounting.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0 | 1..65535  

etsysPolicyRuleStatsAutoClearPorts 1.3.6.1.4.1.5624.1.2.6.11.13
The list ports on which rule usage statistics will be cleared by one of the AutoClear actions (etsysPolicyRuleStatsAutoClearInterval, etsysPolicyRuleStatsAutoClearOnProfile, or etsysPolicyRuleStatsAutoClearOnLink). By default, no ports will be set in this list. This leaf is optional, unless the agent claims support for one of the other 'autoclear' objects, and will have no effect on an agent which has rule use accounting disabled or does not support rule use accounting.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

etsysPolicyRuleStatsAutoClearOnProfile 1.3.6.1.4.1.5624.1.2.6.11.14
If set to enabled(1), when a rule assigning a PolicyProfile (whose etsysPolicyRuleProfileIndex is zero(0)) is activated, all the rule usage bits associated with the rules bound to the PolicyProfile specified by the etsysPolicyRuleOperPid and the port specified by the etsysPolicyRulePort are cleared (if there is no port specified or no valid etsysPolicyRuleProfileIndex specified, then no action follows). This ability is further scoped to the list of ports defined by etsysPolicyRuleStatsAutoClearPorts. This leaf is optional and will have no effect on an agent which has rule use accounting disabled or does not support rule use accounting. By default, the rule use accounting information will not be modified by the creation or activation of PolicyProfile assignment rules.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysPolicyRuleStatsDroppedNotifications 1.3.6.1.4.1.5624.1.2.6.11.15
A count of the number of times the agent has dropped notification (syslog or trap) of a etsysPolicyRuleUsageList bit transition. A management entity might use this leaf as an indication to read the etsysPolicyRuleUsageList objects for important rules. This count should be kept to the best of the device's ability, and explicitly does not cover notifications discarded by the network.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

etsysPolicyRuleSylogMachineReadableFormat 1.3.6.1.4.1.5624.1.2.6.11.16
If enabled, the device should format rule usage messages so that they might be processed by a machine (scripting backend, etc). If disabled, the messages should be formatted for human consumption.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysPolicyRuleSylogExtendedFormat 1.3.6.1.4.1.5624.1.2.6.11.17
If enabled, the device should provide additional information in rule-hit syslog messages. This information MAY include what actions may have been initiated by the rule (if any) or data mined from the packet which matched the rule.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysPolicyRuleSylogEveryTime 1.3.6.1.4.1.5624.1.2.6.11.18
If enabled, the device will syslog on every rule hit (or profile hit) which specifies SYSLOG as the action, instead of only when the associated bit in the etsysPolicyProfileUsageList or the etsysPolicyRuleUsageList is clear. It should be noted that this may cause MANY messages to be generated.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

etsysPolicyRFC3580MapResolveReponseConflict 1.3.6.1.4.1.5624.1.2.6.12.1
Indicates which field to use in the application of the RADIUS response in the event that both the proprietary filter-id indicating a policy profile and the standard (RFC3580) vlan- tunnel-attribute are present. If policyProfile(1) is selected, then the filter-id will be used, if vlanTunnelAttribute(2) is selected, then the vlan-tunnel-attribute will be used (and the policy-map will be applied, if present). A value of vlanTunnelAttributeWithPolicyProfile(3) indicates that both attributes should be applied, in the following manner: the policyProfile should be enforced, with the exception of the etsysPolicyProfilePortVid (if present), the returned vlan-tunnel-attribute will be used in its place. In this case, the policy-map will be ignored (as the policyProfile was explicitly assigned). VLAN classification rules will still be applied, as defined by the assigned policyProfile. Modifications of this value will not effect the current status of any users currently authenticated. The new state will be applied to new, successful authentications. The current status of current authentication may be modified through the individual agents or through the ENTERASYS-MULTI-AUTH-MIB, if supported.
Status: current Access: read-write
OBJECT-TYPE    
  PolicyRFC3580MapRadiusResponseTC  

etsysPolicyRFC3580MapLastChange 1.3.6.1.4.1.5624.1.2.6.12.2
The value of sysUpTime when the etsysPolicyRFC3580MapTable was last modified.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

etsysPolicyRFC3580MapTableDefault 1.3.6.1.4.1.5624.1.2.6.12.3
If read as True, then the etsysPolicyRFC3580MapTable is in the default state (no mappings have been created), if False, then non-default mappings exist. If set to True, then the etsysPolicyRFC3580MapTable will be put into the default state (no mappings will exist). A set to False is not valid and MUST fail.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

etsysPolicyRFC3580MapTable 1.3.6.1.4.1.5624.1.2.6.12.4
A table containing VLAN ID to policy mappings. A policy is a group of classification rules which may be applied on a per user basis, to ports or to stations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysPolicyRFC3580MapEntry

etsysPolicyRFC3580MapEntry 1.3.6.1.4.1.5624.1.2.6.12.4.1
Conceptually defines a particular entry within the etsysPolicyRFC3580MapTable. Entries within this table MUST be considered non-volatile and MUST be maintained across entity resets.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysPolicyRFC3580MapEntry  

etsysPolicyRFC3580MapVlanId 1.3.6.1.4.1.5624.1.2.6.12.4.1.1
The VlanIndex which will map to the policy profile specified by the etsysPolicyRFC3580MapPolicyIndex of this row. This will be used to map the VLAN returned by value from the Tunnel- Private-Group-ID RADIUS attribute.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

etsysPolicyRFC3580MapPolicyIndex 1.3.6.1.4.1.5624.1.2.6.12.4.1.2
The index of a Policy Profle as defined in the etsysPolicyProfileTable. A value of 0 indicates that the row is functionally non- operational (no mapping exists). Devices which support the ENTERASYS-VLAN-AUTHORIZATION-MIB, and for which the value of etsysVlanAuthorizationEnable is Enabled and the value of etsysVlanAuthorizationStatus is Enabled on the port referenced by the authorization request, should then use the VlanIndex provisioned (e.g. from the Tunnel-Private-Group-ID RADIUS attribute) as defined by RFC3580, otherwise, the device should treat the result as if no matching Policy Profile had been found (e.g. as a simple success). In the case where a Policy Profile is already being applied to the referenced station, but no mapping exists, the device MUST treat the Tunnel-Private-Group-ID as an override to the etsysPolicyProfilePortVid defined by that profile (any matched classification rules which explicit provision a VLAN MUST still override both the etsysPolicyProfilePortVid and the Tunnel-Private-Group-ID.) A non-zero value of this object indicates that the VlanIndex provisioned (e.g. from the Tunnel-Private-Group-ID RADIUS attribute) should be mapped to a Policy Profile as defined in the etsysPolicyProfileTable, and that policy applied as if the Policy name had been provisioned instead (e.g, in the Filter-ID RADIUS attribute). If the mapping references a non-existent row of the etsysPolicyProfileTable, or the referenced row has a etsysPolicyProfileRowStatus value other than Active, the device MUST behave as if the mapping did not exist (apply the vlan-tunnel-attribute). The etsysPolicyRFC3580MapInvalidMapping MUST then be incremented.
Status: current Access: read-write
OBJECT-TYPE    
  PolicyProfileIDTC 0 | 1..65535  

etsysPolicyRFC3580MapInvalidMapping 1.3.6.1.4.1.5624.1.2.6.12.5
Increments to indicate the number of times the device has detected an invalid/unknown EtsysPolicyRFC3580MapEntry (i.e. one that references an in-active or non-existent etsysPolicyProfile).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysPolicyProfileConformance 1.3.6.1.4.1.5624.1.2.6.7
OBJECT IDENTIFIER    

etsysPolicyProfileGroups 1.3.6.1.4.1.5624.1.2.6.7.1
OBJECT IDENTIFIER    

etsysPolicyProfileCompliances 1.3.6.1.4.1.5624.1.2.6.7.2
OBJECT IDENTIFIER    

etsysPolicyProfileGroup 1.3.6.1.4.1.5624.1.2.6.7.1.1
A collection of objects providing Policy Profile Creation.
Status: deprecated Access: read-only
OBJECT-GROUP    

etsysPolicyClassificationGroup 1.3.6.1.4.1.5624.1.2.6.7.1.2
A collection of objects providing a mapping between a set of Classification Rules and a Policy Profile.
Status: deprecated Access: read-only
OBJECT-GROUP    

etsysPortPolicyProfileGroup 1.3.6.1.4.1.5624.1.2.6.7.1.3
A collection of objects providing a mapping from a specific port to a Policy Profile instance. Only the read-only portions of this group are now current. They are listed under etsysPortPolicyProfileGroup2.
Status: deprecated Access: read-only
OBJECT-GROUP    

etsysStationPolicyProfileGroup 1.3.6.1.4.1.5624.1.2.6.7.1.5
A collection of objects providing a mapping from a specific station to a Policy Profile instance.
Status: current Access: read-only
OBJECT-GROUP    

etsysInvalidPolicyPolicyGroup 1.3.6.1.4.1.5624.1.2.6.7.1.6
A collection of objects that help to define a mapping from logical authorization services outcomes to access control and policy actions.
Status: current Access: read-only
OBJECT-GROUP    

etsysDevicePolicyProfileGroup 1.3.6.1.4.1.5624.1.2.6.7.1.7
An object that provides a device level supplemental policy for entities that are not able to apply portions of the profile definition uniquely on individual ports.
Status: current Access: read-only
OBJECT-GROUP    

etsysPolicyCapabilitiesGroup 1.3.6.1.4.1.5624.1.2.6.7.1.8
An object that indicates the capabilities of the managed entity with respect to Policy Profiles.
Status: deprecated Access: read-only
OBJECT-GROUP    

etsysPolicyMapGroup 1.3.6.1.4.1.5624.1.2.6.7.1.9
This object group has been obsoleted.
Status: obsolete Access: read-only
OBJECT-GROUP    

etsysPolicyRulesGroup 1.3.6.1.4.1.5624.1.2.6.7.1.10
An object that indicates the capabilities of the managed entity with respect to Policy Profiles.
Status: deprecated Access: read-only
OBJECT-GROUP    

etsysPortPolicyProfileGroup2 1.3.6.1.4.1.5624.1.2.6.7.1.11
A collection of objects providing a mapping from a specific port to a Policy Profile instance.
Status: current Access: read-only
OBJECT-GROUP    

etsysPolicyRFC3580MapGroup 1.3.6.1.4.1.5624.1.2.6.7.1.12
An object group that provides support for mapping between RFC 3580 style VLAN-policy and Enterasys UPN-policy based on named roles.
Status: current Access: read-only
OBJECT-GROUP    

etsysPolicyCapabilitiesGroup2 1.3.6.1.4.1.5624.1.2.6.7.1.13
An object that indicates the capabilities of the managed entity with respect to Policy Profiles and defines the characteristics of policy rule data by rule type.
Status: deprecated Access: read-only
OBJECT-GROUP    

etsysPolicyRulesGroup2 1.3.6.1.4.1.5624.1.2.6.7.1.14
********* THIS GROUP IS DEPRECATED ********** An object that indicates the capabilities of the managed entity with respect to Policy Profiles.
Status: deprecated Access: read-only
OBJECT-GROUP    

etsysPolicyRulePortHitNotificationGroup 1.3.6.1.4.1.5624.1.2.6.7.1.15
An object group that provides support for traps sent from the etsysPolicyRulePortHit event.
Status: current Access: read-only
NOTIFICATION-GROUP    

etsysPolicyRulesGroup3 1.3.6.1.4.1.5624.1.2.6.7.1.16
An object that indicates the capabilities of the managed entity with respect to Policy Profiles.
Status: deprecated Access: read-only
OBJECT-GROUP    

etsysPolicyRulesGroup4 1.3.6.1.4.1.5624.1.2.6.7.1.17
An object that indicates the capabilities of the managed entity with respect to Policy Profiles.
Status: current Access: read-only
OBJECT-GROUP    

etsysPolicyCapabilitiesGroup3 1.3.6.1.4.1.5624.1.2.6.7.1.18
An object that indicates the capabilities of the managed entity with respect to Policy Profiles and defines the characteristics of policy rule data by rule type.
Status: deprecated Access: read-only
OBJECT-GROUP    

etsysPolicyProfileGroup2 1.3.6.1.4.1.5624.1.2.6.7.1.19
A collection of objects providing Policy Profile Creation.
Status: deprecated Access: read-only
OBJECT-GROUP    

etsysPolicyRulesGroup5 1.3.6.1.4.1.5624.1.2.6.7.1.20
An object that indicates the capabilities of the managed entity with respect to Policy Profiles.
Status: current Access: read-only
OBJECT-GROUP    

etsysPolicyCapabilitiesGroup4 1.3.6.1.4.1.5624.1.2.6.7.1.21
An object that indicates the capabilities of the managed entity with respect to Policy Profiles and defines the characteristics of policy rule data by rule type.
Status: current Access: read-only
OBJECT-GROUP    

etsysPolicyProfileGroup3 1.3.6.1.4.1.5624.1.2.6.7.1.22
A collection of objects providing Policy Profile Creation.
Status: current Access: read-only
OBJECT-GROUP    

etsysPolicyProfileCompliance 1.3.6.1.4.1.5624.1.2.6.7.2.1
The compliance statement for devices that support Policy Profiles. This compliance statement was deprecated to add mandatory support for the etsysPolicyCapabilitiesGroup and conditionally mandatory support for the etsysDevicePolicyProfileGroup.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

etsysPolicyProfileCompliance2 1.3.6.1.4.1.5624.1.2.6.7.2.2
The compliance statement for devices that support Policy Profiles. This compliance state was deprecated to remove the conditional support of the etsysPolicyClassificationGroup, and add support for the etsysPolicyRFC3580MapGroup and the etsysPolicyRulesGroup.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

etsysPolicyProfileCompliance3 1.3.6.1.4.1.5624.1.2.6.7.2.3
The compliance statement for devices that support Policy Profiles.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

etsysPolicyProfileCompliance4 1.3.6.1.4.1.5624.1.2.6.7.2.4
The compliance statement for devices that support Policy Profiles.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

etsysPolicyProfileCompliance5 1.3.6.1.4.1.5624.1.2.6.7.2.5
The compliance statement for devices that support Policy Profiles.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

etsysPolicyProfileCompliance6 1.3.6.1.4.1.5624.1.2.6.7.2.6
The compliance statement for devices that support Policy Profiles.
Status: current Access: read-only
MODULE-COMPLIANCE    

etsysPolicyProfileCompliance7 1.3.6.1.4.1.5624.1.2.6.7.2.7
The compliance statement for devices that support Policy Profiles.
Status: current Access: read-only
MODULE-COMPLIANCE