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
| From | Symbols |
|---|---|
| HP-ICF-OID | hpSwitch |
| IF-MIB | InterfaceIndex |
| INET-ADDRESS-MIB | InetAddressType |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter64, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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.1 | TruthValue | read-write | current |
| 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.2 | Integer32 (30..300) | read-write | current |
| 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.3 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | InterfaceIndex | not-accessible | current |
| 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.2 | InetAddressType | not-accessible | current |
| 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.3 | INTEGER {none(1), strict(2), loose(3)} | read-write | current |
| 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.4 | TruthValue | read-write | current |
| 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.5 | TruthValue | read-write | current |
| 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.6 | TruthValue | read-write | current |
| 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.7 | TruthValue | read-write | current |
| 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.8 | SnmpAdminString | read-write | current |
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | Counter64 | read-only | current |
| 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.2 | Counter64 | read-only | current |
| 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
| Name | OID | Status |
|---|---|---|
| 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.1 | current |
| 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.2 | current |
| 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.3 | current |
| 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.1 | current |