MIB Viewer

HPE-IPSTDACL-MIB

34 objects
No module-level DESCRIPTION found.
OIDNameAccessStatusDescription
1.3.6.1.4.1.11.2.207NoderlIpStdAcl
1.3.6.1.4.1.11.2.207.1TablerlIpStdAclTablenot-accessiblecurrentThe IP Standard ACL table.
1.3.6.1.4.1.11.2.207.1.1RowrlIpStdAclEntrynot-accessiblecurrentAn entry in the rlIpStdAclTable.
1.3.6.1.4.1.11.2.207.1.1.1ColumnrlIpStdAclAclNamenot-accessiblecurrentACL Name.
1.3.6.1.4.1.11.2.207.1.1.2ColumnrlIpStdAclAceIndexnot-accessiblecurrentACE index.
1.3.6.1.4.1.11.2.207.1.1.3ColumnrlIpStdAclSrcClassificationTyperead-writecurrentClassification type.
1.3.6.1.4.1.11.2.207.1.1.4ColumnrlIpStdAclSrcIpAddrTyperead-writecurrentThe address type of rlIpStdAclIpAddr.
1.3.6.1.4.1.11.2.207.1.1.5ColumnrlIpStdAclSrcIpAddrread-writecurrentIP address.
1.3.6.1.4.1.11.2.207.1.1.6ColumnrlIpStdAclSrcPrefLenread-writecurrentThe prefix length of this address.
1.3.6.1.4.1.11.2.207.1.1.7ColumnrlIpStdAclDstClassificationTyperead-writecurrentClassification type.
1.3.6.1.4.1.11.2.207.1.1.8ColumnrlIpStdAclDstIpAddrTyperead-writecurrentThe address type of rlIpStdAclIpAddr.
1.3.6.1.4.1.11.2.207.1.1.9ColumnrlIpStdAclDstIpAddrread-writecurrentIP address.
1.3.6.1.4.1.11.2.207.1.1.10ColumnrlIpStdAclDstPrefLenread-writecurrentThe prefix length of this address.
1.3.6.1.4.1.11.2.207.1.1.11ColumnrlIpStdAclActionread-writecurrentPermit or deny action.
1.3.6.1.4.1.11.2.207.1.1.12ColumnrlIpStdAclRowStatusread-writecurrentRow status.
1.3.6.1.4.1.11.2.207.2ScalarrlIpStdAclFreeAceIndexread-onlycurrentReturns free ACE index which could be used in order to create new ACE entry.
1.3.6.1.4.1.11.2.207.3TablerlIpStdAclNameToIndexTablenot-accessiblecurrentThe IP Standard ACL name to index convert table.
1.3.6.1.4.1.11.2.207.3.1RowrlIpStdAclNameToIndexEntrynot-accessiblecurrentAn entry in the rlIpStdAclNameToIndexTable.
1.3.6.1.4.1.11.2.207.3.1.1ColumnrlIpStdAclNameToIndexNamenot-accessiblecurrentACL Name.
1.3.6.1.4.1.11.2.207.3.1.2ColumnrlIpStdAclNameToIndexIndexread-onlycurrentACL index.
1.3.6.1.4.1.11.2.207.4TablerlIpStdPairAclTablenot-accessiblecurrentThe IP Standard Pair ACL table.
1.3.6.1.4.1.11.2.207.4.1RowrlIpStdPairAclEntrynot-accessiblecurrentAn entry in the rlIpStdPairAclTable.
1.3.6.1.4.1.11.2.207.4.1.1ColumnrlIpStdPairAclAclNamenot-accessiblecurrentACL Name.
1.3.6.1.4.1.11.2.207.4.1.2ColumnrlIpStdPairAclAceIndexnot-accessiblecurrentACE index.
1.3.6.1.4.1.11.2.207.4.1.3ColumnrlIpStdPairAclSrcIpAddrTyperead-writecurrentThe address type of rlIpStdAclIpAddr.
1.3.6.1.4.1.11.2.207.4.1.4ColumnrlIpStdPairAclSrcIpAddrread-writecurrentIP address.
1.3.6.1.4.1.11.2.207.4.1.5ColumnrlIpStdPairAclSrcPrefLenread-writecurrentThe prefix length of this address.
1.3.6.1.4.1.11.2.207.4.1.6ColumnrlIpStdPairAclDstIpAddrTyperead-writecurrentThe address type of rlIpStdAclIpAddr.
1.3.6.1.4.1.11.2.207.4.1.7ColumnrlIpStdPairAclDstIpAddrread-writecurrentIP address.
1.3.6.1.4.1.11.2.207.4.1.8ColumnrlIpStdPairAclDstPrefLenread-writecurrentThe prefix length of this address.
1.3.6.1.4.1.11.2.207.4.1.9ColumnrlIpStdPairAclActionread-writecurrentPermit or deny action.
1.3.6.1.4.1.11.2.207.4.1.10ColumnrlIpStdPairAclRowStatusread-writecurrentRow status.
Type Definitions
NameSyntaxStatusDescription
RlIpStdAclActionTypeINTEGER { drop(1), permit(2) }currentACE action type. Drop action prevents packet forwarding. Permit action allows packet forwarding.
RlIpStdAclStdClassificationTypeINTEGER { any(1), ipv4(2), ipv6any(3), ipv6(4) }currentClassification type is used to create ACL rule. ANY type means match all. IPv4 or IPv6 types mean match specified in rlIpStdAclIpAddr field address.