FS-URPF-MIB

        Unicast Reverse Path Forwarding (URPF) is a function 
that checks the validity of the source address of IP 
packets received on an interface. This in an attempt 
to prevent Denial of Service attacks based on IP address 
spoofing.
        
URPF checks validity of a source address by determining
whether the packet would be successfully routed as a
destination address.
        
Based on configuration, the check made can be for existence
of any route for the address, or more strictly for a route
out the interface on which the packet was received by the 
device. When a violating packet is detected, it can be dropped.
        
This MIB allows detection of spoofing events.
    
fsUrpfMIB 1.3.6.1.4.1.52642.1.1.10.2.46
Imported Objects
FS-SMI fsMgmt
IF-MIB ifIndex
SNMP-FRAMEWORK-MIB SnmpAdminString
SNMPv2-CONF MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP
SNMPv2-SMI Counter32 Gauge32 Integer32 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32
SNMPv2-TC TruthValue
Objects (30)
fsUrpfMIB .1.3.6.1.4.1.52642.1.1.10.2.46
fsUrpfMIBObjects .1.3.6.1.4.1.52642.1.1.10.2.46.0
fsUrpfScalar .1.3.6.1.4.1.52642.1.1.10.2.46.0.1
fsUrpfComputeInterval r/w secondsInteger32 .1.3.6.1.4.1.52642.1.1.10.2.46.0.1.1
fsUrpfDropRateWindow secondsInteger32 .1.3.6.1.4.1.52642.1.1.10.2.46.0.1.2
fsUrpfDropNotifyHoldDownTime r/w secondsInteger32 .1.3.6.1.4.1.52642.1.1.10.2.46.0.1.3
fsUrpfStatistics .1.3.6.1.4.1.52642.1.1.10.2.46.0.2
fsUrpfTable .1.3.6.1.4.1.52642.1.1.10.2.46.0.2.1
fsUrpfEntry fsUrpfIpVersion .1.3.6.1.4.1.52642.1.1.10.2.46.0.2.1.1
fsUrpfIpVersion Enumeration .1.3.6.1.4.1.52642.1.1.10.2.46.0.2.1.1.1
fsUrpfDrops packetsSNMPv2-SMICounter32 .1.3.6.1.4.1.52642.1.1.10.2.46.0.2.1.1.2
fsUrpfDropRate packets per secondSNMPv2-SMIGauge32 .1.3.6.1.4.1.52642.1.1.10.2.46.0.2.1.1.3
fsUrpfIfMonTable .1.3.6.1.4.1.52642.1.1.10.2.46.0.2.2
fsUrpfIfMonEntry IF-MIBifIndexfsUrpfIfIpVersion .1.3.6.1.4.1.52642.1.1.10.2.46.0.2.2.1
fsUrpfIfIpVersion Enumeration .1.3.6.1.4.1.52642.1.1.10.2.46.0.2.2.1.1
fsUrpfIfDrops packetsSNMPv2-SMICounter32 .1.3.6.1.4.1.52642.1.1.10.2.46.0.2.2.1.2
fsUrpfIfDropRate packets/secondSNMPv2-SMIGauge32 .1.3.6.1.4.1.52642.1.1.10.2.46.0.2.2.1.3
fsUrpfInterfaceConfig .1.3.6.1.4.1.52642.1.1.10.2.46.0.3
fsUrpfIfConfTable .1.3.6.1.4.1.52642.1.1.10.2.46.0.3.1
fsUrpfIfConfEntry .1.3.6.1.4.1.52642.1.1.10.2.46.0.3.1.1
fsUrpfIfCheckStrict Enumeration .1.3.6.1.4.1.52642.1.1.10.2.46.0.3.1.1.1
fsUrpfIfDropRateNotifyEnable r/w SNMPv2-TCTruthValue .1.3.6.1.4.1.52642.1.1.10.2.46.0.3.1.1.2
fsUrpfIfNotifyDropRateThreshold r/w packets/secondUnsigned32 .1.3.6.1.4.1.52642.1.1.10.2.46.0.3.1.1.3
fsUrpfIfNotifyDrHoldDownReset r/w SNMPv2-TCTruthValue .1.3.6.1.4.1.52642.1.1.10.2.46.0.3.1.1.4
fsUrpfIfWhichRouteTableID Enumeration .1.3.6.1.4.1.52642.1.1.10.2.46.0.3.1.1.5
fsUrpfIfVrfName OctetString .1.3.6.1.4.1.52642.1.1.10.2.46.0.3.1.1.6
fsUrpfMIBNotifs .1.3.6.1.4.1.52642.1.1.10.2.46.1
fsUrpfMIBConformance .1.3.6.1.4.1.52642.1.1.10.2.46.2
fsUrpfMIBCompliances .1.3.6.1.4.1.52642.1.1.10.2.46.2.1
fsUrpfMIBGroups .1.3.6.1.4.1.52642.1.1.10.2.46.2.2
Notifications / Traps (1)
NameOIDDescription
fsUrpfIfDropRateNotify .1.3.6.1.4.1.52642.1.1.10.2.46.1.1
This notification is generated when 
fsUrpfIfDropRateNotifyEnable is set to true and
the calculated URPF drop rate (fsUrpfIfDropRate) 
exceeds the notification threshold drop rate 
(fsUrpfIfNotifyDropRateThreshold). Note the 
exceptional value of 0 for threshold allows notification 
generation if any drop events occur in an interval.
          
After generating this notification, another such
notification will not be sent out for a minimum of five 
minutes (note the exception to this provided by 
fsUrpfIfNotifyDrHoldDownReset).
          
The object value present in the notification is the 
the drop rate that exceeded the threshold.