HH3C-UNICAST-MIB

File: HH3C-UNICAST-MIB.mib (4183 bytes)

Imported modules

HH3C-OID-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

hh3cCommon Integer32 Counter64
OBJECT-TYPE MODULE-IDENTITY TruthValue

Defined Types

Hh3cURPFEntry  
SEQUENCE    
  hh3cURPFIfIndex Integer32
  hh3cURPFEnabled TruthValue
  hh3cURPFSlotID Integer32
  hh3cURPFTotalReceivedPacket Counter64
  hh3cURPFDroppedPacket Counter64
  hh3cURPFClearStat INTEGER

Defined Values

hh3cUnicast 1.3.6.1.4.1.25506.2.44
This MIB is a framework MIB for unicast related features.
MODULE-IDENTITY    

hh3cURPFTable 1.3.6.1.4.1.25506.2.44.1
Unicast Reverse Path Forwarding (URPF) is used to prevent the network attacks caused by source address spoofing. This table is used to configure URPF on specific interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cURPFEntry

hh3cURPFEntry 1.3.6.1.4.1.25506.2.44.1.1
The entry of hh3cURPFTable, indexed by vlan interface index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cURPFEntry  

hh3cURPFIfIndex 1.3.6.1.4.1.25506.2.44.1.1.1
The ifIndex of vlan interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hh3cURPFEnabled 1.3.6.1.4.1.25506.2.44.1.1.2
This object is used to enable or disable URPF on certain vlan interfaces.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hh3cURPFSlotID 1.3.6.1.4.1.25506.2.44.1.1.3
This object specifies to which slot packets are redirected in order to perform URPF check.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hh3cURPFTotalReceivedPacket 1.3.6.1.4.1.25506.2.44.1.1.4
This object provides total received packets number.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hh3cURPFDroppedPacket 1.3.6.1.4.1.25506.2.44.1.1.5
This object provides total dropped invalid packets number.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hh3cURPFClearStat 1.3.6.1.4.1.25506.2.44.1.1.6
This object is used to clear the URPF statistics on certain vlan interfaces. This object is actually a write-only object. When read, it always returns 0. When set to 1, the objects hh3cURPFTotalReceivedPacket and hh3cURPFDroppedPacket are reset to 0.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER reserved(0), reset(1)