HM2-PLATFORM-QOS-ACL-MIB: View SNMP OID List / Download MIB
VENDOR: RICHARD HIRSCHMANN
Home | MIB: HM2-PLATFORM-QOS-ACL-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
hm2PlatformQosAcl | 1.3.6.1.4.1.248.12.3.2 |
The Hirschmann Platform2 MIB for Access Control Lists (ACL). Copyright (C) 2012. All Rights Reserved. |
||
hm2AgentAclNotifications | 1.3.6.1.4.1.248.12.3.2.0 | |||
hm2AgentAclTrapRuleLogEvent | 1.3.6.1.4.1.248.12.3.2.0.1 |
This trap is generated on a periodic basis to indicate that an ACL rule configured for logging was actively used by hardware to take action on one or more packets. The hm2AgentAclTrapRuleHitCount denotes the number of packets that matched this rule during the most recent logging interval. ACL trap generation requires that the hm2AgentAclTrapFlag object is set to enable(1). |
||
hm2AgentAclTrapRuleTimeRangeEvent | 1.3.6.1.4.1.248.12.3.2.0.2 |
This trap is generated when there is a time range notification received on any Time based ACL rule. The hm2AgentAclTrapRuleTimeRangeName denotes the time range name associated with the ACL rule, hm2AgentAclTrapRuleTimeRangeNotification indicates the type of notification received and hm2AgentAclTrapRuleInstallationStatus indicates the installation status of ACL rule in the hardware. When activate notification is received, ACL rule is activated in the hardware. When deactivate notifcation is received, ACL rule is deactivated in the hardware. When delete notification is received, ACL rule is activated in the hardware, if it is not already activated. ACL trap generation requires the hm2AgentAclTrapFlag object to be set to enable(1). |
||
hm2AgentAclTrapRuleLogEventV1 | 1.3.6.1.4.1.248.12.3.2.0.248 |
This trap is generated on a periodic basis to indicate that an ACL rule configured for logging was actively used by hardware to take action on one or more packets. The hm2AgentAclTrapRuleHitCount denotes the number of packets that matched this rule during the most recent logging interval. ACL trap generation requires that the hm2AgentAclTrapFlag object is set to enable(1). This version of the trap is only sent when device uses SNMPv1 style traps. Devices using SNMPv2 and above send hm2AgentAclTrapRuleLogeEvent instead. |
||
hm2AgentAclTable | 1.3.6.1.4.1.248.12.3.2.1 | no-access |
A table of ACL instances. |
|
1.3.6.1.4.1.248.12.3.2.1.1 | no-access |
An ACL instance table entry. |
||
hm2AgentAclIndex | 1.3.6.1.4.1.248.12.3.2.1.1.1 | integer32 | no-access |
The IP ACL table index this instance is associated with. For MSP devices the IPv4 ACL indexes start with 1000. |
hm2AgentAclStatus | 1.3.6.1.4.1.248.12.3.2.1.1.2 | rowstatus | read-only |
Status of this instance. Entries can not be deleted until all rows in the hm2AgentAclIfTable and hm2AgentAclRuleTable with corresponding values of hm2AgentAclIndex have been deleted. active(1) - this ACL instance is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance |
hm2AgentAclName | 1.3.6.1.4.1.248.12.3.2.1.1.3 | displaystring | read-only |
The name of this IPv4 ACL entry, which must consist of 1 to 31 alphanumeric characters and uniquely identify this IPv4 ACL. An existing IPv4 ACL can be renamed by setting this object to a new name. This object must be set to complete a new IPv4 ACL row instance. |
hm2AgentAclStatsAction | 1.3.6.1.4.1.248.12.3.2.1.1.248 | integer | read-only |
Setting the object to 'flushAclHitCount(2)' will reset hit counter statistics for all rules in this ACL. Reading the object always returns 'other'. Enumeration: 'other': 1, 'flushAclHitCount': 2. |
hm2AgentAclRuleTable | 1.3.6.1.4.1.248.12.3.2.4 | no-access |
A table of IP ACL rule instances. |
|
1.3.6.1.4.1.248.12.3.2.4.1 | no-access |
A table of IP ACL Classification Rules |
||
hm2AgentAclRuleIndex | 1.3.6.1.4.1.248.12.3.2.4.1.1 | integer32 | no-access |
The index of this rule instance within an IP ACL. |
hm2AgentAclRuleAction | 1.3.6.1.4.1.248.12.3.2.4.1.2 | integer | read-only |
The type of action this rule should perform. Enumeration: 'deny': 2, 'permit': 1. |
hm2AgentAclRuleProtocol | 1.3.6.1.4.1.248.12.3.2.4.1.3 | integer32 | read-only |
icmp - 1 igmp - 2 ip-in-ip - 4 tcp - 6 udp - 17 ip - 255 (ip all) All values from 1 to 255 are valid. 0 disables this match criteria. |
hm2AgentAclRuleSrcIpAddress | 1.3.6.1.4.1.248.12.3.2.4.1.4 | ipaddress | read-only |
The source IP address used in the ACL classification. |
hm2AgentAclRuleSrcIpMask | 1.3.6.1.4.1.248.12.3.2.4.1.5 | ipaddress | read-only |
The Source IP mask used in the ACL classification. This mask is expressed using wild-card notation, which is the 1's compliment of traditional subnet masks. Here, the 'don't care bits' are represented by binary 1's and 'do care bits' are represented by binary 0's. |
hm2AgentAclRuleSrcL4Port | 1.3.6.1.4.1.248.12.3.2.4.1.6 | integer32 | read-only |
The source port number (Layer 4) used in the ACL classification. A value of -1 disables this criteria. |
hm2AgentAclRuleSrcL4PortRangeStart | 1.3.6.1.4.1.248.12.3.2.4.1.7 | integer32 | read-only |
The source port number(Layer 4) range start. |
hm2AgentAclRuleSrcL4PortRangeEnd | 1.3.6.1.4.1.248.12.3.2.4.1.8 | integer32 | read-only |
The source port number(Layer 4) range end. |
hm2AgentAclRuleDestIpAddress | 1.3.6.1.4.1.248.12.3.2.4.1.9 | ipaddress | read-only |
The destination IP address used in the ACL classification. |
hm2AgentAclRuleDestIpMask | 1.3.6.1.4.1.248.12.3.2.4.1.10 | ipaddress | read-only |
The destination IP mask used in the ACL classification. This mask is expressed using wild-card notation, which is the 1's compliment of traditional subnet masks. Here, the 'don't care bits' are represented by binary 1's and 'do care bits' are represented by binary 0's. |
hm2AgentAclRuleDestL4Port | 1.3.6.1.4.1.248.12.3.2.4.1.11 | integer32 | read-only |
The destination port number(Layer 4) used in ACl classification. |
hm2AgentAclRuleDestL4PortRangeStart | 1.3.6.1.4.1.248.12.3.2.4.1.12 | integer32 | read-only |
The destination port number(Layer 4) starting range used in ACL classification. |
hm2AgentAclRuleDestL4PortRangeEnd | 1.3.6.1.4.1.248.12.3.2.4.1.13 | integer32 | read-only |
The destination port number(Layer 4) ending range used in ACL classification. |
hm2AgentAclRuleIPDSCP | 1.3.6.1.4.1.248.12.3.2.4.1.14 | integer32 | read-only |
The Differentiated Services Code Point value. A value of -1 indicates that this field is not used. |
hm2AgentAclRuleIpPrecedence | 1.3.6.1.4.1.248.12.3.2.4.1.15 | integer32 | read-only |
The type of service (TOS) IP precedence value. A value of -1 indicates that this field is not used. |
hm2AgentAclRuleIpTosBits | 1.3.6.1.4.1.248.12.3.2.4.1.16 | integer32 | read-only |
The type of service (TOS) bits value. |
hm2AgentAclRuleIpTosMask | 1.3.6.1.4.1.248.12.3.2.4.1.17 | integer32 | read-only |
The type of service (TOS) mask value. |
hm2AgentAclRuleStatus | 1.3.6.1.4.1.248.12.3.2.4.1.18 | rowstatus | read-only |
Status of this instance. active(1) - this ACL rule is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance |
hm2AgentAclRuleAssignQueueId | 1.3.6.1.4.1.248.12.3.2.4.1.19 | unsigned32 | read-only |
Queue identifier to which all inbound packets matching this ACL rule are directed. This object defaults to the standard queue assignment for user priority 0 traffic per the IEEE 802.1D specification based on the number of assignable queues in the system: 1-3 queues: 0 4-7 queues: 1 8 queues: 2 This default assignment is static and is not influenced by other system configuration changes. A value of 4294967295 indicates that this field is not used |
hm2AgentAclRuleRedirectIntf | 1.3.6.1.4.1.248.12.3.2.4.1.20 | interfaceindexorzero | read-only |
A non-zero value indicates the external ifIndex to which all inbound packets matching this ACL rule are directed. A value of zero means packet redirection is not in effect, which is the default value of this object. Note that packet redirection and mirroring (hm2AgentAclRuleMirrorIntf object) are mutually exclusive rule attributes. |
hm2AgentAclRuleMatchEvery | 1.3.6.1.4.1.248.12.3.2.4.1.21 | truthvalue | read-only |
Flag to indicate that the ACL rule is defined to match on every IP packet, regardless of content. |
hm2AgentAclRuleMirrorIntf | 1.3.6.1.4.1.248.12.3.2.4.1.22 | interfaceindexorzero | read-only |
A non-zero value indicates the external ifIndex to which all inbound packets matching this ACL rule are copied. A value of zero means packet mirroring is not in effect, which is the default value of this object. Note that packet mirroring and redirection (hm2AgentAclRuleRedirectIntf object) are mutually exclusive rule attributes. |
hm2AgentAclRuleLogging | 1.3.6.1.4.1.248.12.3.2.4.1.23 | truthvalue | read-only |
Flag to indicate that the ACL rule is being logged. A hardware count of the number of packets that match this rule is reported via the hm2AgentAclTrapRuleLogEvent notification. This object may be supported for a hm2AgentAclRuleAction setting of permit(1) and/or deny(2), depending on the ACL feature capabilities of the device. |
hm2AgentAclRuleTimeRangeName | 1.3.6.1.4.1.248.12.3.2.4.1.24 | displaystring | read-only |
Name of the time range, that the ACL rule has referenced. It has to start with a character and shall consist of 0 to 31 alphanumeric characters. |
hm2AgentAclRuleTimeRangeStatus | 1.3.6.1.4.1.248.12.3.2.4.1.25 | integer | read-only |
Flag that indicates the ACL rule status. If the status is active, it implies that the ACL rule is in effect. If the status is inactive, it implies that the ACL rule is not in effect. Enumeration: 'active': 2, 'inactive': 1. |
hm2AgentAclRuleRedirectExtAgentId | 1.3.6.1.4.1.248.12.3.2.4.1.28 | unsigned32 | read-only |
A non-zero value indicates the external control plane application agentId to which all inbound packets matching this ACL rule are directed. A value of zero means redirection is not in effect, which is the default value of this object. Note that this action is mutually exclusive with redirect to interface(aclRuleRedirectIntf object) and mirroring (aclRuleMirrorIntf object) rule attributes. |
hm2AgentAclRuleIcmpType | 1.3.6.1.4.1.248.12.3.2.4.1.29 | integer32 | read-only |
ACL rule matches on the specified ICMP type. All values from 0 to 255 are valid. A value of -1 indicates that this field is not used. |
hm2AgentAclRuleIcmpCode | 1.3.6.1.4.1.248.12.3.2.4.1.30 | integer32 | read-only |
ACL rule matches on the specified ICMP code. All values from 0 to 255 are valid. A value of -1 indicates that this field is not used. |
hm2AgentAclRuleIgmpType | 1.3.6.1.4.1.248.12.3.2.4.1.31 | integer32 | read-only |
ACL rule matches on the specified IGMP type. All values from 1 to 255 are valid. |
hm2AgentAclRuleEstablished | 1.3.6.1.4.1.248.12.3.2.4.1.32 | truthvalue | read-only |
Flag to indicate the ACL rule to match on TCP packets that has either RST or ACK bits set in the TCP header |
hm2AgentAclRuleFragments | 1.3.6.1.4.1.248.12.3.2.4.1.33 | truthvalue | read-only |
Flag to indicate the ACL rule to match if the packet is fragmented |
hm2AgentAclRuleIndexNextFree | 1.3.6.1.4.1.248.12.3.2.4.1.248 | integer32 | read-only |
This object contains an unused value for the hm2AgentAclRuleIndex to be used when creating a new named IPv4 ACL. A value of zero indicates the ACL rule table is full. |
hm2AgentAclRuleRateLimitCrateUnit | 1.3.6.1.4.1.248.12.3.2.4.1.249 | integer | read-only |
The unit of the aclRuleRateLimitCrate. Can be either packets per second (pps) or kilobits per second (kbps). Enumeration: 'pps': 1, 'kbps': 2. |
hm2AgentAclRuleRateLimitCrate | 1.3.6.1.4.1.248.12.3.2.4.1.250 | unsigned32 | read-only |
Committed rate attribute statement value, specified in kbps. Value 0 disables this match criteria. |
hm2AgentAclRuleRateLimitCburst | 1.3.6.1.4.1.248.12.3.2.4.1.251 | aclburstsize | read-only |
Committed burst size attribute statement value, specified in kbytes. Value 0 disables this match criteria. |
hm2AgentAclRuleStatsAction | 1.3.6.1.4.1.248.12.3.2.4.1.252 | integer | read-only |
Setting the object to 'flushRuleHitCount(2)' will reset hit counter statistics. Reading the object always returns 'other'. Enumeration: 'other': 1, 'flushRuleHitCount': 2. |
hm2AgentAclRuleHitCount | 1.3.6.1.4.1.248.12.3.2.4.1.253 | counter64 | read-only |
Number of packets that matched the ACL rule. |
hm2AgentAclRuleHitCountDiscontinuityTime | 1.3.6.1.4.1.248.12.3.2.4.1.254 | timestamp | read-only |
The value of sysUpTime on the most recent occasion at which any one or more of this rule's counters suffered a discontinuity. If no such discontinuities have occurred since the last re- initialization of the local management subsystem, then this object contains a zero value. |
hm2AgentAclRuleTcpFlagBits | 1.3.6.1.4.1.248.12.3.2.4.1.255 | integer32 | read-only |
The TCP flag value. |
hm2AgentAclRuleTcpFlagMask | 1.3.6.1.4.1.248.12.3.2.4.1.256 | integer32 | read-only |
The TCP flag mask value. |
hm2AgentAclRuleSrcL4PortOperator | 1.3.6.1.4.1.248.12.3.2.4.1.257 | hm2portoperator | read-only |
The operator for the source port. |
hm2AgentAclRuleDstL4PortOperator | 1.3.6.1.4.1.248.12.3.2.4.1.258 | hm2portoperator | read-only |
The operator for the destination port. |
hm2AgentAclMacIndexNextFree | 1.3.6.1.4.1.248.12.3.2.5 | integer32 | read-only |
This object contains an unused value for the hm2AgentAclMacIndex to be used when creating a new MAC ACL. A value of zero indicates the ACL table is full. For MSP devices the MAC ACL indexes start with 10000. |
hm2AgentAclMacTable | 1.3.6.1.4.1.248.12.3.2.6 | no-access |
A table of MAC ACL instances. |
|
1.3.6.1.4.1.248.12.3.2.6.1 | no-access |
An ACL MAC instance table entry. |
||
hm2AgentAclMacIndex | 1.3.6.1.4.1.248.12.3.2.6.1.1 | integer32 | no-access |
The MAC ACL table index this instance is associated with. When creating a new MAC ACL, refer to the hm2AgentAclMacIndexNextFree object to determine the next available hm2AgentAclMacIndex to use. For MSP devices the MAC ACL indexes start with 10000. |
hm2AgentAclMacName | 1.3.6.1.4.1.248.12.3.2.6.1.2 | displaystring | read-only |
The name of this MAC ACL entry, which must consist of 1 to 31 alphanumeric characters and uniquely identify this MAC ACL. An existing MAC ACL can be renamed by setting this object to a new name. This object must be set to complete a new MAC ACL row instance. |
hm2AgentAclMacStatus | 1.3.6.1.4.1.248.12.3.2.6.1.3 | rowstatus | read-only |
Status of this instance. ACL MAC entries can not be deleted until all rows in the hm2AgentAclIfTable and hm2AgentAclRuleTable with corresponding values of hm2AgentAclMacIndex have been deleted. active(1) - this ACL instance is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance The hm2AgentAclMacName object must be set to complete this row instance. |
hm2AgentAclMacStatsAction | 1.3.6.1.4.1.248.12.3.2.6.1.248 | integer | read-only |
Setting the object to 'flushAclHitCount(2)' will reset hit counter statistics for the rules in this ACL. Reading the object always returns 'other'. Enumeration: 'other': 1, 'flushAclHitCount': 2. |
hm2AgentAclMacRuleTable | 1.3.6.1.4.1.248.12.3.2.7 | no-access |
A table of layer 2 MAC ACL rule instances. |
|
1.3.6.1.4.1.248.12.3.2.7.1 | no-access |
A table of layer 2 MAC ACL classification rules. |
||
hm2AgentAclMacRuleIndex | 1.3.6.1.4.1.248.12.3.2.7.1.1 | integer32 | no-access |
The index of this rule instance within an MAC ACL. |
hm2AgentAclMacRuleAction | 1.3.6.1.4.1.248.12.3.2.7.1.2 | integer | read-only |
The type of action this MAC ACL rule should perform. Enumeration: 'deny': 2, 'permit': 1. |
hm2AgentAclMacRuleCos | 1.3.6.1.4.1.248.12.3.2.7.1.3 | unsigned32 | read-only |
The class of service (COS) used in the MAC ACL classification. This is the three-bit user priority field in the 802.1Q tag header of a tagged Ethernet frame. For frames containing a double VLAN tag, this field is located in the first/outer tag. A value of 4294967295 indicates that this field is not used. |
hm2AgentAclMacRuleCos2 | 1.3.6.1.4.1.248.12.3.2.7.1.4 | unsigned32 | read-only |
The secondary class of service (COS2) used in the MAC ACL classification. This is the three-bit user priority field in the second/inner 802.1Q tag header of a double VLAN tagged Ethernet frame. A value of 4294967295 indicates that this field is not used. |
hm2AgentAclMacRuleDestMacAddr | 1.3.6.1.4.1.248.12.3.2.7.1.5 | macaddress | read-only |
The destination MAC address used in the MAC ACL classification. |
hm2AgentAclMacRuleDestMacMask | 1.3.6.1.4.1.248.12.3.2.7.1.6 | macaddress | read-only |
The destination MAC address mask used in the MAC ACL classification. This mask value identifies the portion of the hm2AgentAclMacRuleDestMacAddr that is compared against a packet. The 'don't care bits' are represented by binary 0's and 'do care bits' are represented by binary 1's. A non-contiguous mask value is permitted. |
hm2AgentAclMacRuleEtypeKey | 1.3.6.1.4.1.248.12.3.2.7.1.7 | integer | read-only |
The Ethertype keyword used in the MAC ACL classification. A keyword of custom(1) requires that the hm2AgentAclMacRuleEtypeValue object also be set. Enumeration: 'arp': 3, 'ibmsna': 4, 'ipxold': 7, 'powerlink': 17, 'mplsucast': 9, 'pppoesess': 14, 'custom': 1, 'rarp': 13, 'appletalk': 2, 'ipv4': 5, 'pppoedisc': 12, 'ipv6': 6, 'novell': 11, 'mplsmcast': 8, 'ipxnew': 15, 'ethercat': 18, 'pppoe': 248, 'profinet': 16, 'netbios': 10. |
hm2AgentAclMacRuleEtypeValue | 1.3.6.1.4.1.248.12.3.2.7.1.8 | etypevalue | read-only |
The Ethertype custom value used in the MAC ACL classification. This object is only valid if the hm2AgentAclMacRuleEtypeKey is set to custom(1). Values ranging from 0x0600 to 0xFFFF (1536 to 65535) are interpreted as the Ethertype. Lower values are interpreted as frame size. A value of 0 indicates that this field is not used. |
hm2AgentAclMacRuleSrcMacAddr | 1.3.6.1.4.1.248.12.3.2.7.1.9 | macaddress | read-only |
The source MAC address used in the MAC ACL classification. |
hm2AgentAclMacRuleSrcMacMask | 1.3.6.1.4.1.248.12.3.2.7.1.10 | macaddress | read-only |
The source MAC address mask used in the MAC ACL classification. This mask value identifies the portion of the hm2AgentAclMacRuleSrcMacAddr that is compared against a packet. The 'don't care bits' are represented by binary 0's and 'do care bits' are represented by binary 1's. A non-contiguous mask value is permitted. |
hm2AgentAclMacRuleVlanId | 1.3.6.1.4.1.248.12.3.2.7.1.11 | unsigned32 | read-only |
The VLAN ID value used in the MAC ACL classification. The VLAN ID field is defined as the 12-bit VLAN identifier in the 802.1Q tag header of a tagged Ethernet frame which is contained in the first/outer tag of a double VLAN tagged frame. |
hm2AgentAclMacRuleVlanIdRangeStart | 1.3.6.1.4.1.248.12.3.2.7.1.12 | unsigned32 | read-only |
The VLAN ID range start value used in the MAC ACL classification. Setting this value greater than the current hm2AgentAclMacRuleVlanIdRangeEnd changes the VLAN ID range end to the same value as the range start. The VLAN ID field is defined as the 12-bit VLAN identifier in the 802.1Q tag header of a tagged Ethernet frame which is contained in the first/outer tag of a double VLAN tagged frame. |
hm2AgentAclMacRuleVlanIdRangeEnd | 1.3.6.1.4.1.248.12.3.2.7.1.13 | unsigned32 | read-only |
The VLAN ID range end value used in the MAC ACL classification. Setting this value less than the current hm2AgentAclMacRuleVlanIdRangeStart changes the VLAN ID range start to the same value as the range end. The VLAN ID field is defined as the 12-bit VLAN identifier in the 802.1Q tag header of a tagged Ethernet frame which is contained in the first/outer tag of a double VLAN tagged frame. |
hm2AgentAclMacRuleVlanId2 | 1.3.6.1.4.1.248.12.3.2.7.1.14 | unsigned32 | read-only |
The secondary VLAN ID value used in the MAC ACL classification. The secondary VLAN ID field is defined as the 12-bit VLAN identifier in the second/inner 802.1Q tag header of a double VLAN tagged Ethernet frame. |
hm2AgentAclMacRuleVlanId2RangeStart | 1.3.6.1.4.1.248.12.3.2.7.1.15 | unsigned32 | read-only |
The secondary VLAN ID range start value used in the MAC ACL classification. Setting this value greater than the current hm2AgentAclMacRuleVlanId2RangeEnd changes the Secondary VLAN ID range end to the same value as the range start. The secondary VLAN ID field is defined as the 12-bit VLAN identifier in the second/inner 802.1Q tag header of a double VLAN tagged Ethernet frame. |
hm2AgentAclMacRuleVlanId2RangeEnd | 1.3.6.1.4.1.248.12.3.2.7.1.16 | unsigned32 | read-only |
The secondary VLAN ID range end value used in the MAC ACL classification. Setting this value less than the current hm2AgentAclMacRuleVlanId2RangeStart changes the Secondary VLAN ID range start to the same value as the range end. The secondary VLAN ID field is defined as the 12-bit VLAN identifier in the second/inner 802.1Q tag header of a double VLAN tagged Ethernet frame. |
hm2AgentAclMacRuleStatus | 1.3.6.1.4.1.248.12.3.2.7.1.17 | rowstatus | read-only |
Status of this instance. active(1) - this ACL Rule is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance |
hm2AgentAclMacRuleAssignQueueId | 1.3.6.1.4.1.248.12.3.2.7.1.18 | unsigned32 | read-only |
Queue identifier to which all inbound packets matching this MAC ACL rule are directed. This object defaults to the standard queue assignment for user priority 0 traffic per the IEEE 802.1D specification based on the number of assignable queues in the system: 1-3 queues: 0 4-7 queues: 1 8 queues: 2 This default assignment is static and is not influenced by other system configuration changes. A value of 4294967295 indicates that this field is not used |
hm2AgentAclMacRuleRedirectIntf | 1.3.6.1.4.1.248.12.3.2.7.1.19 | interfaceindexorzero | read-only |
A non-zero value indicates the external ifIndex to which all inbound packets matching this MAC ACL rule are directed. A value of zero means packet redirection is not in effect, which is the default value of this object. Note that packet redirection and mirroring (hm2AgentAclMacRuleMirrorIntf object) are mutually exclusive rule attributes. |
hm2AgentAclMacRuleMatchEvery | 1.3.6.1.4.1.248.12.3.2.7.1.20 | truthvalue | read-only |
Flag to indicate that the MAC ACL rule is defined to match all packets, regardless of Ethertype. |
hm2AgentAclMacRuleMirrorIntf | 1.3.6.1.4.1.248.12.3.2.7.1.21 | interfaceindexorzero | read-only |
A non-zero value indicates the external ifIndex to which all inbound packets matching this MAC ACL rule are copied. A value of zero means packet mirroring is not in effect, which is the default value of this object. Note that packet mirroring and redirection (hm2AgentAclMacRuleRedirectIntf object) are mutually exclusive rule attributes. |
hm2AgentAclMacRuleLogging | 1.3.6.1.4.1.248.12.3.2.7.1.22 | truthvalue | read-only |
Flag to indicate that the ACL rule is being logged. A hardware count of the number of packets that match this rule is reported via the hm2AgentAclTrapRuleLogEvent notification. This object may be supported for an hm2AgentAclMacRuleAction setting of permit(1) and/or deny(2), depending on the ACL feature capabilities of the device. |
hm2AgentAclMacRuleTimeRangeName | 1.3.6.1.4.1.248.12.3.2.7.1.23 | displaystring | read-only |
Name of the time range, that the ACL rule has referenced. It has to start with a character and shall consist of 0 to 31 alphanumeric characters. |
hm2AgentAclMacRuleTimeRangeStatus | 1.3.6.1.4.1.248.12.3.2.7.1.24 | integer | read-only |
Flag that indicates the ACL rule status. If the status is active, it implies that the ACL rule is in effect. If the status is inactive, it implies that the ACL rule is not in effect. Enumeration: 'active': 2, 'inactive': 1. |
hm2AgentAclMacRuleIndexNextFree | 1.3.6.1.4.1.248.12.3.2.7.1.248 | integer32 | read-only |
This object contains an unused value for the hm2AgentAclMacRuleIndex to be used when creating a new MAC ACL. A value of zero indicates the ACL rule table is full. |
hm2AgentAclMacRuleRateLimitCrateUnit | 1.3.6.1.4.1.248.12.3.2.7.1.249 | integer | read-only |
The unit of the aclMacRuleRateLimitCrate. Can be either packets per second (pps) or kilobits per second (kbps). Enumeration: 'pps': 1, 'kbps': 2. |
hm2AgentAclMacRuleRateLimitCrate | 1.3.6.1.4.1.248.12.3.2.7.1.250 | unsigned32 | read-only |
Committed rate attribute statement value, specified in kbps. Value 0 disables this match criteria. |
hm2AgentAclMacRuleRateLimitCburst | 1.3.6.1.4.1.248.12.3.2.7.1.251 | aclburstsize | read-only |
Committed burst size attribute statement value, specified in kbytes. Value 0 disables this match criteria. |
hm2AgentAclMacRuleStatsAction | 1.3.6.1.4.1.248.12.3.2.7.1.252 | integer | read-only |
Setting the object to 'flushRuleHitCount(2)' will reset hit counter statistics. Reading the object always returns 'other'. Enumeration: 'other': 1, 'flushRuleHitCount': 2. |
hm2AgentAclMacRuleHitCount | 1.3.6.1.4.1.248.12.3.2.7.1.253 | counter64 | read-only |
Number of packets that matched the ACL rule. |
hm2AgentAclMacRuleHitCountDiscontinuityTime | 1.3.6.1.4.1.248.12.3.2.7.1.254 | timestamp | read-only |
The value of sysUpTime on the most recent occasion at which any one or more of this rule's counters suffered a discontinuity. If no such discontinuities have occurred since the last re- initialization of the local management subsystem, then this object contains a zero value. |
hm2AgentAclIfTable | 1.3.6.1.4.1.248.12.3.2.8 | no-access |
A table of ACL interface instances per direction. |
|
1.3.6.1.4.1.248.12.3.2.8.1 | no-access |
An ACL interface instance entry. |
||
hm2AgentAclIfIndex | 1.3.6.1.4.1.248.12.3.2.8.1.1 | integer32 | no-access |
The interface index to which this ACL instance applies. |
hm2AgentAclIfDirection | 1.3.6.1.4.1.248.12.3.2.8.1.2 | integer | no-access |
The interface direction to which this ACL instance applies. Enumeration: 'inbound': 1, 'outbound': 2. |
hm2AgentAclIfSequence | 1.3.6.1.4.1.248.12.3.2.8.1.3 | unsigned32 | no-access |
The relative evaluation sequence of this ACL for this interface and direction. When multiple ACLs are allowed for a given interface and direction, the sequence number determines the order in which the list of ACLs are evaluated, with lower sequence numbers given higher precedence. The sequence number value is arbitrary, but must be a unique non-zero value for a given interface and direction. Setting this object to an existing sequence number value for a given interface and direction causes the ACL corresponding to that value to be replaced with this ACL. |
hm2AgentAclIfAclType | 1.3.6.1.4.1.248.12.3.2.8.1.4 | integer | no-access |
The type of this ACL, which is used to interpret the hm2AgentAclIfId object value. Each type of ACL uses its own numbering scheme for identification (see hm2AgentAclIfAclId object for details). The hm2AgentAclIfAclId object must be specified along with this object. Enumeration: 'ip': 1, 'mac': 2, 'ipv6': 3. |
hm2AgentAclIfAclId | 1.3.6.1.4.1.248.12.3.2.8.1.5 | integer32 | no-access |
The ACL identifier value, which is interpreted based on the hm2AgentAclIfType object. For the IP ACLs, the actual ACL number is its identifier as follows: IP standard ranges from 1-99, while IP extended ranges from 100-199. Here, hm2AgentAclIfAclId represents hm2AgentAclIndex. The MAC ACLs use an internally generated index value that is assigned when the ACL is created. Here, hm2AgentAclIfAclId represents hm2AgentAclMacIndex. The IPv6 ACLs use an internally generated index value that is assigned when the ACL is created. Here, hm2AgentAclVlanAclId represents hm2AgentAclIpv6Index. The hm2AgentAclIfType object must be specified along with this object. |
hm2AgentAclIfStatus | 1.3.6.1.4.1.248.12.3.2.8.1.6 | rowstatus | read-only |
Status of this instance. active(1) - this ACL interface instance is active createAndGo(4) - set to this value to assign an ACL to an interface and direction destroy(6) - set to this value to remove an ACL from an interface and direction |
hm2AgentAclLoggingGroup | 1.3.6.1.4.1.248.12.3.2.9 | |||
hm2AgentAclTrapRuleIndex | 1.3.6.1.4.1.248.12.3.2.9.2 | integer32 | no-access |
The index of an ACL rule instance. Used by hm2AgentAclTrapRuleLogEvent trap. |
hm2AgentAclTrapRuleAction | 1.3.6.1.4.1.248.12.3.2.9.3 | integer | no-access |
The type of action this rule should perform, either permit(1) or deny(2). Used by hm2AgentAclTrapRuleLogEvent trap. Enumeration: 'deny': 2, 'permit': 1. |
hm2AgentAclTrapRuleHitCount | 1.3.6.1.4.1.248.12.3.2.9.4 | counter64 | no-access |
Number of packets that matched the ACL rule during the most recent logging interval. Used by hm2AgentAclTrapRuleLogEvent trap. |
hm2AgentAclTrapFlag | 1.3.6.1.4.1.248.12.3.2.9.5 | hmenabledstatus | read-write |
ACL Trap Flag - Enables or disables ACL trap generation. When this value is set to enable(1), ACL traps are sent from the switch when they occur. |
hm2AgentAclTrapRuleTimeRangeName | 1.3.6.1.4.1.248.12.3.2.9.6 | displaystring | no-access |
Name of the time range on which there is a notification received. Used by hm2AgentAclTrapRuleTimeRangeEvent trap. |
hm2AgentAclTrapRuleTimeRangeNotification | 1.3.6.1.4.1.248.12.3.2.9.7 | integer | no-access |
Flag to indicate the type of time range notification received. Used by hm2AgentAclTrapRuleTimeRangeEvent trap. Enumeration: 'deactivate': 2, 'activate': 1, 'delete': 3. |
hm2AgentAclTrapRuleInstallationStatus | 1.3.6.1.4.1.248.12.3.2.9.8 | integer | no-access |
Value specifies the status of the ACL Rule installed in hardware as activated/deactivated. Used by hm2AgentAclTrapRuleTimeRangeEvent trap. Enumeration: 'failure': 1, 'success': 2. |
hm2AgentAclTrapRuleHitCountHigh | 1.3.6.1.4.1.248.12.3.2.9.248 | gauge32 | no-access |
Upper 32bit of number of packets that matched the ACL rule during the most recent logging interval. Used by hm2AgentAclTrapRuleLogEventV1 trap. |
hm2AgentAclTrapRuleHitCountLow | 1.3.6.1.4.1.248.12.3.2.9.249 | gauge32 | no-access |
Lower 32bit of number of packets that matched the ACL rule during the most recent logging interval. Used by hm2AgentAclTrapRuleLogEventV1 trap. |
hm2AgentAclVlanTable | 1.3.6.1.4.1.248.12.3.2.13 | no-access |
A table of ACL VLAN instances per direction. |
|
1.3.6.1.4.1.248.12.3.2.13.1 | no-access |
An ACL VLAN table entry. |
||
hm2AgentAclVlanIndex | 1.3.6.1.4.1.248.12.3.2.13.1.1 | integer32 | no-access |
The VLAN to which this ACL instance applies. |
hm2AgentAclVlanDirection | 1.3.6.1.4.1.248.12.3.2.13.1.2 | integer | no-access |
The VLAN direction to which this ACL instance applies. Enumeration: 'inbound': 1, 'outbound': 2. |
hm2AgentAclVlanSequence | 1.3.6.1.4.1.248.12.3.2.13.1.3 | unsigned32 | no-access |
The relative evaluation sequence of this ACL for this VLAN and direction. When multiple ACLs are allowed for a given VLAN and direction, the sequence number determines the order in which the list of ACLs are evaluated, with lower sequence numbers given higher precedence. The sequence number value is arbitrary, but must be an unique non-zero value for a given VLAN and direction. Setting this object to an existing sequence number value for a given VLAN and direction causes the ACL corresponding to that value to be replaced with this ACL. |
hm2AgentAclVlanAclType | 1.3.6.1.4.1.248.12.3.2.13.1.4 | integer | no-access |
The type of this ACL, which is used to interpret the hm2AgentAclVlanId object value. Each type of ACL uses its own numbering scheme for identification (see hm2AgentAclVlanAclId object for details). The hm2AgentAclVlanAclId object must be specified along with this object. Enumeration: 'ip': 1, 'mac': 2, 'ipv6': 3. |
hm2AgentAclVlanAclId | 1.3.6.1.4.1.248.12.3.2.13.1.5 | integer32 | no-access |
The ACL identifier value, which is interpreted based on the hm2AgentAclVlanType object. For the IP ACLs, the actual ACL number is its identifier as follows: IP standard ranges from 1-99, while IP extended ranges from 100-199. Here, hm2AgentAclVlanAclId represents hm2AgentAclIndex. The MAC ACLs use an internally generated index value that is assigned when the ACL is created. Here, hm2AgentAclVlanAclId represents hm2AgentAclMacIndex. The IPv6 ACLs use an internally generated index value that is assigned when the ACL is created. Here, hm2AgentAclVlanAclId represents hm2AgentAclIpv6Index. The hm2AgentAclVlanType object must be specified along with this object. |
hm2AgentAclVlanStatus | 1.3.6.1.4.1.248.12.3.2.13.1.6 | rowstatus | read-only |
Status of this instance. active(1) - this ACL VLAN instance is active createAndGo(4) - set to this value to assign an ACL to a VLAN and direction destroy(6) - set to this value to remove an ACL from a VLAN and direction |
hm2AgentAclNamedIpv4IndexNextFree | 1.3.6.1.4.1.248.12.3.2.14 | integer32 | read-only |
This object contains an unused value for the hm2AgentAclIndex to be used when creating a new named IPv4 ACL. A value of zero indicates the ACL table is full. For MSP devices the IPv4 ACL indexes start with 1000. |
hm2AgentOperatorRuleAssignOutboundInvalid | 1.3.6.1.4.1.248.12.3.2.248 |
IP ACL rule with 'greater than', 'lower than', 'not equal' operators cannot be assigned to an interface in outbound direction. |