All MIBs › RADLAN-OSPF-MIB › rlOspfEnableTrapsOspfTransmit
rlOspfEnableTrapsOspfTransmit
Module: RADLAN-OSPF-MIB
OID (symbolic): RADLAN-OSPF-MIB::rlOspfEnableTrapsOspfTransmit
OID (numeric): 1.3.6.1.4.1.89.210.24
Node type: OBJECT-TYPE
Type: Integer32
Access: read-write
Description:
A bit mask indicating enable SNMP notifications for OSPF transmit
Bit 0, if set, for packets trap. enables only the ospfTxRetransmit trap. Allows SNMP notifications to be sent when an OSPF packet has been re-sent on a nonvirtual interface.
Bit 1, if set, for virtPackets trap. enables only the ospfVirtTxRetransmit trap. Allows SNMP notifications to be sent when an OSPF packet has been re-sent on a virtual interface.
What is rlOspfEnableTrapsOspfTransmit?
This bit mask object enables SNMP trap notifications for OSPF packet transmission events, including retransmission on both standard and virtual interfaces. Each bit controls a specific retransmit trap (bit 0 for non-virtual, bit 1 for virtual). Network operators configure this to receive alerts when OSPF packets must be retransmitted, indicating potential network reliability issues.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.89.210.24 snmpwalk -v2c -c public <target> RADLAN-OSPF-MIB::rlOspfEnableTrapsOspfTransmit
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.89.210.24.1 snmpget -v2c -c public <target> RADLAN-OSPF-MIB::rlOspfEnableTrapsOspfTransmit.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.89.210.24.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.24 | rlOspfEnableTrapsOspfTransmit | RADLAN-OSPF-MIB |