HP-ICF-URPF-MIB

File: HP-ICF-URPF-MIB.mib (11296 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter64
Integer32 MODULE-COMPLIANCE OBJECT-GROUP
InterfaceIndex InetAddressType SnmpAdminString
TruthValue hpSwitch

Defined Types

HpicfUrpfConfigEntry  
SEQUENCE    
  hpicfUrpfIfIndex InterfaceIndex
  hpicfUrpfAddrFamily InetAddressType
  hpicfUrpfConfigMode INTEGER
  hpicfUrpfConfigDefRoute TruthValue
  hpicfUrpfConfigAllowDhcp TruthValue
  hpicfUrpfConfigLogging TruthValue
  hpicfUrpfConfigHasWhitelistAcl TruthValue
  hpicfUrpfConfigWhitelistAclName SnmpAdminString

HpicfUrpfStatsEntry  
SEQUENCE    
  hpicfUrpfStatsBlockedPackets Counter64
  hpicfUrpfStatsBlockedOctets Counter64

Defined Values

hpicfUrpfMIB 1.3.6.1.4.1.11.2.14.11.5.1.131
This MIB module describes objects for management of Unicast Reverse Path Forwarding (URPF).
MODULE-IDENTITY    

hpicfUrpfConfig 1.3.6.1.4.1.11.2.14.11.5.1.131.1
OBJECT IDENTIFIER    

hpicfUrpfStats 1.3.6.1.4.1.11.2.14.11.5.1.131.2
OBJECT IDENTIFIER    

hpicfUrpfConformance 1.3.6.1.4.1.11.2.14.11.5.1.131.3
OBJECT IDENTIFIER    

hpicfUrpfConfigGlobalEnable 1.3.6.1.4.1.11.2.14.11.5.1.131.1.1
Is the URPF feature enabled. true(1) - URPF is enabled; false(2) URPF is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfUrpfConfigGlobalLogTimeout 1.3.6.1.4.1.11.2.14.11.5.1.131.1.2
The time, in seconds, between URPF logging summary messages.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 30..300  

hpicfUrpfConfigTable 1.3.6.1.4.1.11.2.14.11.5.1.131.1.3
The table contains configuration information for URPF processing.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfUrpfConfigEntry

hpicfUrpfConfigEntry 1.3.6.1.4.1.11.2.14.11.5.1.131.1.3.1
Each table entry contains configuration parameters for an interface and address family.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfUrpfConfigEntry  

hpicfUrpfIfIndex 1.3.6.1.4.1.11.2.14.11.5.1.131.1.3.1.1
The interface for the table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

hpicfUrpfAddrFamily 1.3.6.1.4.1.11.2.14.11.5.1.131.1.3.1.2
The address family for the table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

hpicfUrpfConfigMode 1.3.6.1.4.1.11.2.14.11.5.1.131.1.3.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), strict(2), loose(3)  

hpicfUrpfConfigDefRoute 1.3.6.1.4.1.11.2.14.11.5.1.131.1.3.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfUrpfConfigAllowDhcp 1.3.6.1.4.1.11.2.14.11.5.1.131.1.3.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfUrpfConfigLogging 1.3.6.1.4.1.11.2.14.11.5.1.131.1.3.1.6
Is logging of dropped packets enabled. true(1) - logging enabled; false(2) - logging disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfUrpfConfigHasWhitelistAcl 1.3.6.1.4.1.11.2.14.11.5.1.131.1.3.1.7
Is a whitelist ACL applied to this interface. true(1) - whitelist ACL applied; false(2) - whitelist ACL not applied.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpicfUrpfConfigWhitelistAclName 1.3.6.1.4.1.11.2.14.11.5.1.131.1.3.1.8
The URPF whitelist ACL name. The ACL must already exist at the time of application.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

hpicfUrpfStatsTable 1.3.6.1.4.1.11.2.14.11.5.1.131.2.1
The table containing statistics information for packets that are dropped by URPF processing.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfUrpfStatsEntry

hpicfUrpfStatsEntry 1.3.6.1.4.1.11.2.14.11.5.1.131.2.1.1
Each table entry counts packets that are dropped by URPF processing on a particular interface and IP address family.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfUrpfStatsEntry  

hpicfUrpfStatsBlockedPackets 1.3.6.1.4.1.11.2.14.11.5.1.131.2.1.1.1
The number of packets blocked by URPF on this interface and address family.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfUrpfStatsBlockedOctets 1.3.6.1.4.1.11.2.14.11.5.1.131.2.1.1.2
The number of octets blocked by URPF on this interface and address family.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfUrpfMIBGroups 1.3.6.1.4.1.11.2.14.11.5.1.131.3.1
OBJECT IDENTIFIER    

hpicfUrpfMIBCompliances 1.3.6.1.4.1.11.2.14.11.5.1.131.3.2
OBJECT IDENTIFIER    

hpicfUrpfScalarGroup 1.3.6.1.4.1.11.2.14.11.5.1.131.3.1.1
A collection of scalar objects providing global configuration information for URPF.
Status: current Access: read-only
OBJECT-GROUP    

hpicfUrpfConfigTableGroup 1.3.6.1.4.1.11.2.14.11.5.1.131.3.1.2
A collection of objects providing configuration information for URPF.
Status: current Access: read-only
OBJECT-GROUP    

hpicfUrpfStatsTableGroup 1.3.6.1.4.1.11.2.14.11.5.1.131.3.1.3
A collection of objects providing statistics for URPF.
Status: current Access: read-only
OBJECT-GROUP    

hpicfUrpfMIBCompliance 1.3.6.1.4.1.11.2.14.11.5.1.131.3.2.1
The compliance statement for HP switches implementing the HPICF-URPF MIB.
Status: current Access: read-only
MODULE-COMPLIANCE