All MIBs › BLADETYPE2-ACL-MIB
Organization: Hewlett Packard Company
Last Updated: 2005-10-12
Category: Vendor: HP/HPE
Description: Manages ACL (Access Control List) configuration on HP BladeSystem Type 2 blade network switches.
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.
What Is BLADETYPE2-ACL-MIB?
BLADETYPE2-ACL-MIB is HP's proprietary MIB for configuring and reporting Access Control Lists on HP BladeSystem Type 2 embedded network switch modules. It exposes ACL rule configuration data — current filter blocks and groups, filter actions (including CoS remarking), Ethernet/tag format matching, and source/destination MAC address filters with masks. It is used to monitor the software/configuration status of security filtering on the blade switch, letting an administrator verify that the intended ACL rules are actually applied rather than checking physical hardware health. It builds on general Ethernet switching and 802.1Q VLAN tagging conventions (tag/Ethernet format fields) shared with standards like Q-BRIDGE-MIB. It is deployed on the embedded switch modules inside HP BladeSystem enclosures, where L2/L3 traffic filtering is enforced close to the blade servers, and BLADETYPE2-ACL-MIB SNMP monitoring lets administrators confirm those ACL rules stay correctly applied.
IPNetwork Monitor allows you to monitor SNMP objects defined in BLADETYPE2-ACL-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- HP BladeSystem Type 2 embedded network switch module
Monitoring Examples
An administrator can poll the aclCurCfgTable (via aclCurCfgEntry/aclCurCfgIndex) to enumerate configured ACL rules grouped by aclCurCfgBlock and aclCurCfgGroup, checking aclCurCfgFilterAction and aclCurCfgFilterActionSetCOS to confirm traffic from a specific host — identified by aclCurCfgSrcMACAddress/aclCurCfgDstMACAddress — is being filtered or remarked as intended. An unexpected or missing entry here would reveal that a security or QoS policy failed to apply correctly to that blade switch port.
What Can Be Monitored
- ACL rule configuration per block/group
- filter action (permit/deny/remark) per rule
- source/destination MAC address match criteria
- Ethernet/VLAN tag format matching
This MIB depends on
Related MIBs
Imported Objects
From HP-SWITCH-PL-MIB
| hpSwitchBladeType2-Mgmt |
From SNMPv2-SMI
| Integer32 | |
| IpAddress | |
| MODULE-IDENTITY | |
| OBJECT-TYPE | |
| Unsigned32 |
From SNMPv2-TC
| MacAddress |
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| acConfig | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1 | |||
| acl | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9 | The MIB module for the Access Control List configuration and statistics. | ||
| aclBlock | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.2 | |||
| aclBlockCurCfgEntry | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.2.1.1 | not-accessible | Current information about a particular ACL block configuration. | |
| U32 aclBlockCurCfgIndex | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.2.1.1.1 | Unsigned32 | not-accessible | The index associated with this ACL block entry. |
| OCT aclBlockCurCfgMemberAcls | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.2.1.1.2 | OCTET STRING | read-only | The ACL members of this ACL block, presented in bitmap format, as follows: OCTET 1 OCTET 2 ..... xxxxxxxx xxxxxxxx ..... || || | || || |_ ACL 9 || || || ||___ ACL 8 || |____ ACL 7 || . . . ||_________ ACL 2 |__________ ACL 1 where x: 1 - the represented ACL is a member of the block. 0 - the represented ACL is not a member of the block. |
| aclBlockCurCfgTable | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.2.1 | not-accessible | The table of current ACL block configuration. | |
| U32 aclBlockNewCfgAddAcl | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.2.2.1.3 | Unsigned32 | read-write | The index of the ACL entry to be added into this ACL block. A successful set operation on this object will also set the bit corresponding to the ACL entry in the aclBlockNewCfgMemberAcls bitmap. A value of zero is always returned when this object is read. |
| INT aclBlockNewCfgDelete | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.2.2.1.5 | INTEGER | read-write | This is an action object to delete an ACL block. A value of other(1) is always returned when this object is read. |
| aclBlockNewCfgEntry | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.2.2.1 | not-accessible | New information about a particular ACL block configuration. | |
| U32 aclBlockNewCfgIndex | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.2.2.1.1 | Unsigned32 | not-accessible | The index associated with this ACL block entry. |
| OCT aclBlockNewCfgMemberAcls | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.2.2.1.2 | OCTET STRING | read-only | The ACL members of this ACL block, presented in bitmap format, as follows: OCTET 1 OCTET 2 ..... xxxxxxxx xxxxxxxx ..... || || | || || |_ ACL 9 || || || ||___ ACL 8 || |____ ACL 7 || . . . ||_________ ACL 2 |__________ ACL 1 where x: 1 - the represented ACL is a member of the block. 0 - the represented ACL is not a member of the block. |
| U32 aclBlockNewCfgRemoveAcl | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.2.2.1.4 | Unsigned32 | read-write | The index of the ACL entry to be removed from this ACL block. A successful set operation on this object will unset the bit corresponding to the ACL entry in the aclBlockNewCfgMemberAcls bitmap. A value of zero is always returned when this object is read. |
| aclBlockNewCfgTable | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.2.2 | not-accessible | The table of new ACL block configuration. | |
| INT aclCurCfg8021pPriority | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.17 | INTEGER | read-only | The 802.1p priority to be filtered. |
| U32 aclCurCfgBlock | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.2 | Unsigned32 | read-only | The index of the ACL block to which this ACL entry is a member of. A value of zero means the ACL is not a member of any block. |
| IP aclCurCfgDstIPAddress | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.22 | IpAddress | read-only | The destination IP address to be filtered. |
| IP aclCurCfgDstIPMask | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.23 | IpAddress | read-only | The address mask applied to aclCurCfgDstIPAddress for filtering. |
| MAC aclCurCfgDstMACAddress | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.11 | MacAddress | read-only | The destination MAC address to be filtered. |
| MAC aclCurCfgDstMACMask | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.12 | MacAddress | read-only | The address mask applied to aclCurCfgDstMACAddress for filtering. |
| INT aclCurCfgDstPort | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.26 | INTEGER | read-only | The destination TCP/UDP port number to be filtered. |
| INT aclCurCfgDstPortMask | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.27 | INTEGER | read-only | The mask applied to aclCurCfgDstPort for filtering. |
| OCT aclCurCfgEgressPorts | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.29 | OCTET STRING | read-only | The port list in the ACL configured for egress filtering. The ports are presented in bitmap format, as follows: OCTET 1 OCTET 2 ..... xxxxxxxx xxxxxxxx ..... || || | || || |_ port 9 || || || ||___ port 8 || |____ port 7 || . . . ||_________ port 2 |__________ port 1 where x: 1 - the represented port is configured for filtering. 0 - the represented port is not configured for filtering. |
| aclCurCfgEntry | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1 | not-accessible | Current information about a particular ACL configuration entry. | |
| INT aclCurCfgEthernetTypeName | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.13 | INTEGER | read-only | The Ethernet type to be filtered. If the value of this object is other(7), the value of aclNewCfgEthernetTypeValue indicates the ethernet type that will be filtered. |
| INT aclCurCfgEthernetTypeValue | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.14 | INTEGER | read-only | The Ethernet type value to be filtered. The value of this object is equivalent to the value of aclNewCfgEthernetTypeName except when the value of aclNewCfgEthernetTypeName is other(7), which can be any user-defined value for this object. |
| INT aclCurCfgEthFmt | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.6 | INTEGER | read-only | The packet ethernet format to be filtered. |
| INT aclCurCfgFilterAction | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.4 | INTEGER | read-only | The action to be performed on a packet that matches the filter settings of this ACL entry. |
| INT aclCurCfgFilterActionSetCOS | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.5 | INTEGER | read-only | The value to be used when the action to be performed is setCOS for this ACL entry. |
| U32 aclCurCfgGroup | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.3 | Unsigned32 | read-only | The index of the ACL group to which this ACL entry is a member of. A value of zero means the ACL is not a member of any group. |
| U32 aclCurCfgIndex | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.1 | Unsigned32 | not-accessible | The index associated with this ACL entry. |
| INT aclCurCfgProtocol | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.19 | INTEGER | read-only | The protocol to be filtered. |
| IP aclCurCfgSrcIPAddress | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.20 | IpAddress | read-only | The source IP address to be filtered. |
| IP aclCurCfgSrcIPMask | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.21 | IpAddress | read-only | The address mask applied to aclCurCfgSrcIPAddress for filtering. |
| MAC aclCurCfgSrcMACAddress | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.9 | MacAddress | read-only | The source MAC address to be filtered. |
| MAC aclCurCfgSrcMACMask | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.10 | MacAddress | read-only | The address mask applied to aclCurCfgSrcMACAddress for filtering. |
| INT aclCurCfgSrcPort | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.24 | INTEGER | read-only | The source TCP/UDP port number to be filtered. |
| INT aclCurCfgSrcPortMask | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.25 | INTEGER | read-only | The mask applied to aclCurCfgSrcPort for filtering. |
| INT aclCurCfgStatistics | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.30 | INTEGER | read-only | Whether statistics collection for this ACL is enabled or not. |
| aclCurCfgTable | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1 | not-accessible | The table of current ACL configuration. | |
| INT aclCurCfgTagFmt | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.7 | INTEGER | read-only | The packet tag format to be filtered. |
| BIT aclCurCfgTCPFlags | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.28 | Bits | read-only | The TCP flags to be filtered. OCTET xxxxxxxx ||||..|| ||||..||_tcpFIN(7) ||||..|__tcpSYN(6) |||| ||||_____tcpACK(3) |||______tcpURG(2) ||_______reserved2(1) |________reserved1(0) where: - reserved1 - 0; - reserved2 - 0; - x - 0 or 1; |
| BIT aclCurCfgTCPFlagsMask | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.39 | Bits | read-only | The TCP flags mask. OCTET xxxxxxxx ||||..|| ||||..||_tcpFIN(7) ||||..|__tcpSYN(6) |||| ||||_____tcpACK(3) |||______tcpURG(2) ||_______reserved2(1) |________reserved1(0) where: - reserved1 - 0; - reserved2 - 0; - x - 0 or 1; |
| INT aclCurCfgTypeOfService | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.18 | INTEGER | read-only | The type of service to be filtered. |
| INT aclCurCfgVLanId | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.15 | INTEGER | read-only | The virtual LAN identifier to be filtered. |
| INT aclCurCfgVLanMask | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.1.1.16 | INTEGER | read-only | The mask applied to aclCurCfgVLanId for filtering. |
| aclGroup | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.3 | |||
| aclGroupCurCfgEntry | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.3.1.1 | not-accessible | Information about a particular ACL configuration. | |
| U32 aclGroupCurCfgIndex | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.3.1.1.1 | Unsigned32 | not-accessible | The index associated with this ACL Group entry. |
| OCT aclGroupCurCfgMemberAcls | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.3.1.1.2 | OCTET STRING | read-only | The ACL members of this ACL group, presented in bitmap format, as follows: OCTET 1 OCTET 2 ..... xxxxxxxx xxxxxxxx ..... || || | || || |_ ACL 9 || || || ||___ ACL 8 || |____ ACL 7 || . . . ||_________ ACL 2 |__________ ACL 1 where x: 1 - the represented ACL is a member of the group. 0 - the represented ACL is not a member of the group. |
| OCT aclGroupCurCfgMemberBlocks | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.3.1.1.3 | OCTET STRING | read-only | The ACL block members of this ACL group, presented in bitmap format, as follows: OCTET 1 OCTET 2 ..... xxxxxxxx xxxxxxxx ..... || || | || || |_ ACL Block 9 || || || ||___ ACL Block 8 || |____ ACL Block 7 || . . . . ||_________ ACL Block 2 |__________ ACL Block 1 where x: 1 - the represented ACL block is a member of the group. 0 - the represented ACL block is not a member of the group. |
| aclGroupCurCfgTable | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.3.1 | not-accessible | The table of current ACL Group configuration. | |
| U32 aclGroupNewCfgAddAcl | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.3.2.1.4 | Unsigned32 | read-write | The index of the ACL entry to be added into this ACL group. A successful set operation on this object will also set the bit corresponding to the ACL entry in the aclGroupNewCfgMemberAcls bitmap. A value of zero is always returned when this object is read. |
| U32 aclGroupNewCfgAddBlock | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.3.2.1.6 | Unsigned32 | read-write | The index of the ACL block entry to be added into this ACL group. A successful set operation on this object will also set the bit corresponding to the ACL block entry in the aclGroupNewCfgMemberBlocks bitmap. A value of zero is always returned when this object is read. |
| INT aclGroupNewCfgDelete | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.3.2.1.8 | INTEGER | read-write | This is an action object to delete an ACL group. A value of other(1) is always returned when this object is read. |
| aclGroupNewCfgEntry | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.3.2.1 | not-accessible | New information about a particular ACL configuration. | |
| U32 aclGroupNewCfgIndex | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.3.2.1.1 | Unsigned32 | not-accessible | The index associated with this ACL Group entry. |
| OCT aclGroupNewCfgMemberAcls | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.3.2.1.2 | OCTET STRING | read-only | The ACL members of this ACL group, presented in bitmap format, as follows: OCTET 1 OCTET 2 ..... xxxxxxxx xxxxxxxx ..... || || | || || |_ ACL 9 || || || ||___ ACL 8 || |____ ACL 7 || . . . ||_________ ACL 2 |__________ ACL 1 where x: 1 - the represented ACL is a member of the group. 0 - the represented ACL is not a member of the group. |
| OCT aclGroupNewCfgMemberBlocks | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.3.2.1.3 | OCTET STRING | read-only | The ACL block members of this ACL group, presented in bitmap format, as follows: OCTET 1 OCTET 2 ..... xxxxxxxx xxxxxxxx ..... || || | || || |_ ACL Block 9 || || || ||___ ACL Block 8 || |____ ACL Block 7 || . . . . ||_________ ACL Block 2 |__________ ACL Block 1 where x: 1 - the represented ACL block is a member of the group. 0 - the represented ACL block is not a member of the group. |
| U32 aclGroupNewCfgRemoveAcl | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.3.2.1.5 | Unsigned32 | read-write | The index of the ACL entry to be removed from this ACL group. A successful set operation on this object will unset the bit corresponding to the ACL entry in the aclGroupNewCfgMemberAcls bitmap. A value of zero is always returned when this object is read. |
| U32 aclGroupNewCfgRemoveBlock | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.3.2.1.7 | Unsigned32 | read-write | The index of the ACL block entry to be removed from this ACL group. A successful set operation on this object will unset the bit corresponding to the ACL block entry in the aclGroupNewCfgMemberBlocks bitmap. A value of zero is always returned when this object is read. |
| aclGroupNewCfgTable | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.3.2 | not-accessible | The table of new ACL Group configuration. | |
| acList | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1 | |||
| INT aclNewCfg8021pPriority | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.17 | INTEGER | read-write | The 802.1p priority to be filtered. |
| U32 aclNewCfgAddEgressPort | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.31 | Unsigned32 | read-write | The port to be added to the specified ACL for egress filtering. A value of zero is always returned when this object is read. |
| U32 aclNewCfgBlock | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.2 | Unsigned32 | read-only | The index of the ACL block to which this ACL entry is a member of. A value of zero means the ACL is not a member of any block. |
| INT aclNewCfgDelete | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.33 | INTEGER | read-write | This is an action object to delete an ACL entry. A value of other(1) is always returned when this object is read. |
| IP aclNewCfgDstIPAddress | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.22 | IpAddress | read-write | The destination IP address to be filtered. Whenever this object is set to a nonzero value, the aclNewCfgDstIPMask object, if not yet set, will be automatically set to 255.255.255.255. |
| IP aclNewCfgDstIPMask | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.23 | IpAddress | read-write | The address mask to be applied to aclNewCfgDstIPAddress for filtering. |
| MAC aclNewCfgDstMACAddress | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.11 | MacAddress | read-write | The destination MAC address to be filtered. Whenever this object is set to a nonzero value, the aclNewCfgDstMACMask object, if not yet set, will be automatically set to ff:ff:ff:ff:ff. |
| MAC aclNewCfgDstMACMask | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.12 | MacAddress | read-write | The address mask to be applied to aclNewCfgDstMACAddress for filtering. |
| INT aclNewCfgDstPort | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.26 | INTEGER | read-write | The destination TCP/UDP port number to be filtered. Whenever this object is set the aclNewCfgSrcPortMask object, if not yet set, will be automatically set to 65535 (0xffff). |
| INT aclNewCfgDstPortMask | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.27 | INTEGER | read-write | The mask to be applied to aclNewCfgDstPort for filtering. |
| OCT aclNewCfgEgressPorts | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.29 | OCTET STRING | read-only | The port list in the ACL configured for egress filtering. The ports are presented in bitmap format, as follows: OCTET 1 OCTET 2 ..... xxxxxxxx xxxxxxxx ..... || || | || || |_ port 9 || || || ||___ port 8 || |____ port 7 || . . . ||_________ port 2 |__________ port 1 where x: 1 - the represented port is configured for filtering. 0 - the represented port is not configured for filtering. |
| aclNewCfgEntry | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1 | not-accessible | New information about a particular ACL configuration. | |
| INT aclNewCfgEthernetTypeName | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.13 | INTEGER | read-write | The Ethernet type to be filtered. If the value of this object is other(7), the value of aclNewCfgEthernetTypeValue indicates the ethernet type that will be filtered. If this object is set to a value other than other(7), the value of the aclNewCfgEthernetTypeValue object is automatically set, as follows: aclNewCfgEthernetTypeName aclNewCfgEthernetTypeValue none(0) 0 arp(1) 2054 (0x0806) ipv4(2) 2048 (0x0800) ipv6(3) 34525 (0x86dd) mpls(4) 34887 (0x8847) rarp(5) 32821 (0x8035) any(6) 65535 (0xffff) |
| INT aclNewCfgEthernetTypeValue | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.14 | INTEGER | read-write | The Ethernet type value to be filtered. The value of this object is equivalent to the value of aclNewCfgEthernetTypeName except when the value of aclNewCfgEthernetTypeName is other(7), which can be any user-defined value for this object. |
| INT aclNewCfgEthFmt | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.6 | INTEGER | read-write | The packet ethernet format to be filtered. |
| INT aclNewCfgFilterAction | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.4 | INTEGER | read-write | The action to be performed on a packet that matches the filter settings of this ACL entry. |
| INT aclNewCfgFilterActionSetCOS | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.5 | INTEGER | read-write | The COS queue to be used when the action for this ACL entry is set to SetCOS. |
| U32 aclNewCfgGroup | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.3 | Unsigned32 | read-only | The index of the ACL group to which this ACL entry is a member of. A value of zero means the ACL is not a member of any group. |
| U32 aclNewCfgIndex | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.1 | Unsigned32 | not-accessible | The index associated with this ACL entry. |
| INT aclNewCfgProtocol | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.19 | INTEGER | read-write | The protocol to be filtered. |
| U32 aclNewCfgRemoveEgressPort | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.32 | Unsigned32 | read-write | The port to be removed from the specified ACL. A value of zero is always returned when this object is read. |
| IP aclNewCfgSrcIPAddress | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.20 | IpAddress | read-write | The source IP address to be filtered. Whenever this object is set to a nonzero value, the aclNewCfgSrcIPMask object, if not yet set, will be automatically set to 255.255.255.255. |
| IP aclNewCfgSrcIPMask | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.21 | IpAddress | read-write | The address mask to be applied to aclNewCfgSrcIPAddress for filtering. |
| MAC aclNewCfgSrcMACAddress | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.9 | MacAddress | read-write | The source MAC address to be filtered. Whenever this object is set to a nonzero value, the aclNewCfgSrcMACMask object, if not yet set, will be automatically set to ff:ff:ff:ff:ff. |
| MAC aclNewCfgSrcMACMask | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.10 | MacAddress | read-write | The address mask to be applied to aclNewCfgSrcMACAddress for filtering. |
| INT aclNewCfgSrcPort | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.24 | INTEGER | read-write | The source TCP/UDP port number to be filtered. Whenever this object is set if the aclNewCfgSrcPortMask object is not set will be automatically set to 65535 (0xffff). |
| INT aclNewCfgSrcPortMask | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.25 | INTEGER | read-write | The mask to be applied to aclNewCfgSrcPort for filtering. |
| INT aclNewCfgStatistics | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.30 | INTEGER | read-write | Whether statistics collection for this ACL is enabled or not. |
| aclNewCfgTable | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2 | not-accessible | The table of new ACL configuration. | |
| INT aclNewCfgTagFmt | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.7 | INTEGER | read-write | The packet tagging format to be filtered. |
| BIT aclNewCfgTCPFlags | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.28 | Bits | read-write | The TCP flags to be filtered. The TCP flags are presented in bitmap format, as follows: OCTET xxxxxxxx ||||..|| ||||..||_tcpFIN(7) ||||..|__tcpSYN(6) |||| ||||_____tcpACK(3) |||______tcpURG(2) ||_______reserved2(1) |________reserved1(0) where: - reserved1 - 0; - reserved2 - 0; - x - 0 or 1; |
| BIT aclNewCfgTCPFlagsMask | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.39 | Bits | read-write | The TCP flags mask. The TCP flags are presented in bitmap format, as follows: OCTET xxxxxxxx ||||..|| ||||..||_tcpFIN(7) ||||..|__tcpSYN(6) |||| ||||_____tcpACK(3) |||______tcpURG(2) ||_______reserved2(1) |________reserved1(0) where: - reserved1 - 0; - reserved2 - 0; - x - 0 or 1; Default value is 0x3f. |
| INT aclNewCfgTypeOfService | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.18 | INTEGER | read-write | The type of service to be filtered. |
| INT aclNewCfgVLanId | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.15 | INTEGER | read-write | The virtual LAN identifier to be filtered. Whenever this object is set to a nonzero value, the aclNewCfgVLanMask object, if not yet set, will be automatically set to 4095 (0xfff). |
| INT aclNewCfgVLanMask | 1.3.6.1.4.1.11.2.3.7.11.33.1.2.9.1.1.2.1.16 | INTEGER | read-write | The mask to be applied to aclNewCfgVLanId for filtering. |
RFC description
Vendor-private MIB for BladeType2 systems; defines access control list (ACL) management for blade server platforms.
Start monitoring HP BladeSystem Type 2 embedded network switch modules with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.