All MIBs › SNMP-REPEATER-MIB › rptrNonDisruptTest
rptrNonDisruptTest
Module: SNMP-REPEATER-MIB
OID (symbolic): SNMP-REPEATER-MIB::rptrNonDisruptTest
OID (numeric): 1.3.6.1.2.1.22.1.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
********* THIS OBJECT IS DEPRECATED **********
Setting this object to selfTest(2) causes the repeater to perform a agent-specific, non- disruptive self-test that has the following characteristics: a) The nature of the tests is not specified. b) The test does not change the state of the repeater or management information about the repeater. c) The test does not inject packets onto any segment. d) The test does not prevent the relay of any packets. e) The test does not interfere with management functions.
After performing this test, the agent will update the repeater health information (including rptrOperStatus and rptrHealthText) and send a rptrHealth trap.
Note that this definition allows returning an 'okay' result after doing a trivial test.
Setting this object to noSelfTest(1) has no effect. The agent will always return the value noSelfTest(1) when this object is read.
What is rptrNonDisruptTest?
This deprecated object allows an administrator to trigger a non-disruptive self-test on a network repeater without affecting user traffic. The test is agent-specific and does not inject packets into the network or alter system state, making it safe to run during operation. Modern network equipment uses more sophisticated diagnostics, rendering this simple object obsolete.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.22.1.1.5 snmpwalk -v2c -c public <target> SNMP-REPEATER-MIB::rptrNonDisruptTest
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.22.1.1.5.1 snmpget -v2c -c public <target> SNMP-REPEATER-MIB::rptrNonDisruptTest.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.22.1.1.5.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.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.22 | snmpDot3RptrMgt | LANART-AGENT |
| 1.3.6.1.2.1.22.1 | rptrBasicPackage | LANART-AGENT |
| 1.3.6.1.2.1.22.1.1 | rptrRptrInfo | LANART-AGENT |
| 1.3.6.1.2.1.22.1.1.5 | rptrNonDisruptTest | SNMP-REPEATER-MIB |