MIBs Depot

HP-ICF-URPF-MIB

Registered at
1.3.6.1.4.1.11.2.14.11.5.1.131
Last updated
2016-06-14 00:00
Organization
Hewlett Packard Enterprise
Revisions
2016-06-14 00:00
Namespace
hp
Source file
HP-ICF-URPF-MIB
Digest
sha256:ff6c4e20ead030487351b7ea8c94b6a4162615b882949fc41abbcf31cbe61ece

Description

This MIB module describes objects for management of Unicast Reverse Path Forwarding (URPF).

Contact

Hewlett Packard Enterprise Development Company LP 8000 Foothills Blvd. Roseville, CA 95747

Imports

FromSymbols
HP-ICF-OIDhpSwitch
IF-MIBInterfaceIndex
INET-ADDRESS-MIBInetAddressType
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter64, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

HP-ICF-OID
HP-ICF-URPF-MIB
IANAifType-MIB
IF-MIB
INET-ADDRESS-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
hpicfUrpfConfig
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.131.1
hpicfUrpfConfigGlobalEnable
OBJECT-TYPE
Is the URPF feature enabled. true(1) - URPF is enabled; false(2) URPF is disabled.
1.3.6.1.4.1.11.2.14.11.5.1.131.1.1TruthValueread-writecurrent
hpicfUrpfConfigGlobalLogTimeout
OBJECT-TYPE
The time, in seconds, between URPF logging summary messages.
1.3.6.1.4.1.11.2.14.11.5.1.131.1.2Integer32 (30..300)read-writecurrent
hpicfUrpfConfigTable
OBJECT-TYPE
The table contains configuration information for URPF processing.
1.3.6.1.4.1.11.2.14.11.5.1.131.1.3not-accessiblecurrent
hpicfUrpfConfigEntry
OBJECT-TYPE
Each table entry contains configuration parameters for an interface and address family.
1.3.6.1.4.1.11.2.14.11.5.1.131.1.3.1not-accessiblecurrent
hpicfUrpfIfIndex
OBJECT-TYPE
The interface for the table entry.
1.3.6.1.4.1.11.2.14.11.5.1.131.1.3.1.1InterfaceIndexnot-accessiblecurrent
hpicfUrpfAddrFamily
OBJECT-TYPE
The address family for the table entry.
1.3.6.1.4.1.11.2.14.11.5.1.131.1.3.1.2InetAddressTypenot-accessiblecurrent
hpicfUrpfConfigMode
OBJECT-TYPE
The URPF match mode. URPF operates in one of two modes: strict and loose. In strict mode, a route to the source address must exist, and the ingress interface of the packet must be the same interface used to egress packets back to the source. For example, the ingress and egress routes are symmetric and must use the same interface. In loose mode, a route to the source address must exist, but the ingress interface of the packet is not checked. none(1) - URPF not applied to the interface; strict(2) - must match expected interface; loose(3) - ingress interface is not checked.
1.3.6.1.4.1.11.2.14.11.5.1.131.1.3.1.3INTEGER {none(1), strict(2), loose(3)}read-writecurrent
hpicfUrpfConfigDefRoute
OBJECT-TYPE
Allow use of the default route when checking the ingress port. Enabling use of the default route is only supported in strict mode. If use of the default route was enabled in loose mode, all packets would be allowed, therefore this option is not supported in loose mode. true(1) - enable use of default route in port match; false(2) - disable use of default route in port match.
1.3.6.1.4.1.11.2.14.11.5.1.131.1.3.1.4TruthValueread-writecurrent
hpicfUrpfConfigAllowDhcp
OBJECT-TYPE
Allow packets with SA=0.0.0.0 and DA=255.255.255.255, such as DHCP and BOOTP, to bypass the URPF checks. true(1) - packets will bypass URPF checks; false(2) packets will be dropped.
1.3.6.1.4.1.11.2.14.11.5.1.131.1.3.1.5TruthValueread-writecurrent
hpicfUrpfConfigLogging
OBJECT-TYPE
Is logging of dropped packets enabled. true(1) - logging enabled; false(2) - logging disabled.
1.3.6.1.4.1.11.2.14.11.5.1.131.1.3.1.6TruthValueread-writecurrent
hpicfUrpfConfigHasWhitelistAcl
OBJECT-TYPE
Is a whitelist ACL applied to this interface. true(1) - whitelist ACL applied; false(2) - whitelist ACL not applied.
1.3.6.1.4.1.11.2.14.11.5.1.131.1.3.1.7TruthValueread-writecurrent
hpicfUrpfConfigWhitelistAclName
OBJECT-TYPE
The URPF whitelist ACL name. The ACL must already exist at the time of application.
1.3.6.1.4.1.11.2.14.11.5.1.131.1.3.1.8SnmpAdminStringread-writecurrent
hpicfUrpfStats
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.131.2
hpicfUrpfStatsTable
OBJECT-TYPE
The table containing statistics information for packets that are dropped by URPF processing.
1.3.6.1.4.1.11.2.14.11.5.1.131.2.1not-accessiblecurrent
hpicfUrpfStatsEntry
OBJECT-TYPE
Each table entry counts packets that are dropped by URPF processing on a particular interface and IP address family.
1.3.6.1.4.1.11.2.14.11.5.1.131.2.1.1not-accessiblecurrent
hpicfUrpfStatsBlockedPackets
OBJECT-TYPE
The number of packets blocked by URPF on this interface and address family.
1.3.6.1.4.1.11.2.14.11.5.1.131.2.1.1.1Counter64read-onlycurrent
hpicfUrpfStatsBlockedOctets
OBJECT-TYPE
The number of octets blocked by URPF on this interface and address family.
1.3.6.1.4.1.11.2.14.11.5.1.131.2.1.1.2Counter64read-onlycurrent
hpicfUrpfConformance
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.131.3
hpicfUrpfMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.131.3.1
hpicfUrpfMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.131.3.2

Conformance

NameOIDStatus
hpicfUrpfScalarGroup
OBJECT-GROUP
A collection of scalar objects providing global configuration information for URPF.
1.3.6.1.4.1.11.2.14.11.5.1.131.3.1.1current
hpicfUrpfConfigTableGroup
OBJECT-GROUP
A collection of objects providing configuration information for URPF.
1.3.6.1.4.1.11.2.14.11.5.1.131.3.1.2current
hpicfUrpfStatsTableGroup
OBJECT-GROUP
A collection of objects providing statistics for URPF.
1.3.6.1.4.1.11.2.14.11.5.1.131.3.1.3current
hpicfUrpfMIBCompliance
MODULE-COMPLIANCE
The compliance statement for HP switches implementing the HPICF-URPF MIB.
1.3.6.1.4.1.11.2.14.11.5.1.131.3.2.1current