HPN-ICF-UNICAST-MIB: View SNMP OID List / Download MIB
VENDOR: HEWLETT-PACKARD
Home | MIB: HPN-ICF-UNICAST-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
hpnicfUnicast | 1.3.6.1.4.1.11.2.14.11.15.2.44 |
This MIB is a framework MIB for unicast related features. |
||
hpnicfURPFTable | 1.3.6.1.4.1.11.2.14.11.15.2.44.1 | no-access |
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. |
|
1.3.6.1.4.1.11.2.14.11.15.2.44.1.1 | no-access |
The entry of hpnicfURPFTable, indexed by vlan interface index. |
||
hpnicfURPFIfIndex | 1.3.6.1.4.1.11.2.14.11.15.2.44.1.1.1 | integer32 | no-access |
The ifIndex of vlan interface. |
hpnicfURPFEnabled | 1.3.6.1.4.1.11.2.14.11.15.2.44.1.1.2 | truthvalue | read-write |
This object is used to enable or disable URPF on certain vlan interfaces. |
hpnicfURPFSlotID | 1.3.6.1.4.1.11.2.14.11.15.2.44.1.1.3 | integer32 | read-write |
This object specifies to which slot packets are redirected in order to perform URPF check. |
hpnicfURPFTotalReceivedPacket | 1.3.6.1.4.1.11.2.14.11.15.2.44.1.1.4 | counter64 | read-only |
This object provides total received packets number. |
hpnicfURPFDroppedPacket | 1.3.6.1.4.1.11.2.14.11.15.2.44.1.1.5 | counter64 | read-only |
This object provides total dropped invalid packets number. |
hpnicfURPFClearStat | 1.3.6.1.4.1.11.2.14.11.15.2.44.1.1.6 | integer | read-write |
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 hpnicfURPFTotalReceivedPacket and hpnicfURPFDroppedPacket are reset to 0. Enumeration: 'reset': 1, 'reserved': 0. |