All MIBs › RADLAN-OSPF-MIB › rlOspfEnableTrapsOspfErrors
rlOspfEnableTrapsOspfErrors
Module: RADLAN-OSPF-MIB
OID (symbolic): RADLAN-OSPF-MIB::rlOspfEnableTrapsOspfErrors
OID (numeric): 1.3.6.1.4.1.89.210.20
Node type: OBJECT-TYPE
Type: Integer32
Access: read-write
Description:
A bit mask indicating enable SNMP notifications for OSPF errors.
Bit 0, if set, for authenticationFailure trap. enables only the ospfIfFailure trap. Allows SNMP notifications to be sent when a packet has been received on a nonvirtual interface from a neighbor router whose authentication key or authentication type conflicts with the authentication key or authentication type of this router.
Bit 1, if set, for badPacket trap. enables only the ospfIfRxBadPacket trap. Allows SNMP notifications to be sent when an OSPF packet that has not been parsed has been received on a nonvirtual interface.
Bit 2, if set, for configError trap. enables only the ospfIfConfigError trap. Sends SNMP notifications when a packet has been received in a nonvirtual interface from a neighbor router whose configuration parameters conflict with the configuration parameters of this router.
Bit 3, if set, for virtAuthenticationFailure trap. enables only the ospfVirtIfFailure trap. Allows SNMP notifications to be sent when a packet has been received on a virtual interface from a neighbor router whose authentication key or authentication type conflicts with the authentication key or authentication type of this router.
Bit 4, if set, for virtBadPacket trap. enables only the ospfVirtIfRxBadPacket trap. Allows SNMP notifications to be sent when an OSPF packet that has not been parsed has been received on a virtual interface.
Bit 5, if set, for virtConfigError trap. enables only the ospfVirtIfConfigError trap. Sends SNMP notifications when a packet has been received in a virtual interface from a neighbor router whose configuration parameters conflict with the configuration parameters of this router.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.89.210.20 snmpwalk -v2c -c public <target> RADLAN-OSPF-MIB::rlOspfEnableTrapsOspfErrors
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.89.210.20.1 snmpget -v2c -c public <target> RADLAN-OSPF-MIB::rlOspfEnableTrapsOspfErrors.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.89.210.20.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.89 | rnd | Dell-MIB |
| 1.3.6.1.4.1.89.210 | rlOspf | Dell-MIB |
| 1.3.6.1.4.1.89.210.20 | rlOspfEnableTrapsOspfErrors | RADLAN-OSPF-MIB |