All MIBs › RAD-MIB › prtSTestMaskXp
prtSTestMaskXp
Module: RAD-MIB
OID (symbolic): RAD-MIB::prtSTestMaskXp
OID (numeric): 1.3.6.1.4.1.164.3.1.4.1.1.1.16
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description:
This is an Expanded test mask of the prtSTestMask object.
The prtSTestMask object reached its maximum, being an Integer with 32 bits.
This object indicates which tests from the 'prtSTstCmdXP' list are
allowed for the selected port.
If a specific test is allowed, its respective bit will be SET
in the mask :
TEST BIT
----------- ---
local-loop 1
remote-loop 2
loc-and-rem-main-loops 3
remote-analog-loop 4
remote-digital-loop 5
rem-loop-on-ext-unit 6
bert 7
tone-injection 8
dlci local-loop 9
all dlci local-loop 10
dlci remote-loop 11
all dlci remote-loop 12
bert-and-rem-loop-on-rem-unit 13
rem-loop-on-rem-unit 14
block 15
backward-tone-inject 16
llb 17
rlb 18
ft1Enable 21
lbbd 22 --for 2B+D
lb1 23 --for B1
lb2 24 --for B2
llb-on-rem-unit 25
bert-on-rem-unit 26
bert-on-rem-and-llb-on-rem-unit 27
local-and-bert-on-rem-unit 28
local-loop-on-rem-unit 29
localBert 30 --towards IO ports
test-per-TS 31
csuLoopAndBert 32
dsuLoopAndBert 33
remoteOcuLoopAndBert 34
remoteCsuLoopAndBert 35
remoteDsuLoopAndBert 36
e.g : If the return value is 00000003 hex ->
Bits 1 & 2 are set -> the allowed tests are :
local-loop
remote-loop What is prtSTestMaskXp?
This object stores an expanded bit mask that specifies which extended self-tests should be executed on the device. Each bit position in the mask corresponds to a different test, allowing operators to selectively enable or disable specific diagnostic tests. System administrators use this to configure which self-test modules run during diagnostic procedures, balancing test coverage against system downtime.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.3.1.4.1.1.1.16 snmpwalk -v2c -c public <target> RAD-MIB::prtSTestMaskXp
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.3.1.4.1.1.1.16.1 snmpget -v2c -c public <target> RAD-MIB::prtSTestMaskXp.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.164.3.1.4.1.1.1.16.1 s <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.164 | rad | DACS-MIB |
| 1.3.6.1.4.1.164.3 | radWan | DACS-MIB |
| 1.3.6.1.4.1.164.3.1 | wanGen | DACS-MIB |
| 1.3.6.1.4.1.164.3.1.4 | prtWanGen | DACS-MIB |
| 1.3.6.1.4.1.164.3.1.4.1 | statPrtGen | DACS-MIB |
| 1.3.6.1.4.1.164.3.1.4.1.1 | prtSInstTable | DACS-MIB |
| 1.3.6.1.4.1.164.3.1.4.1.1.1 | prtSInstEntry | DACS-MIB |
| 1.3.6.1.4.1.164.3.1.4.1.1.1.16 | prtSTestMaskXp | RAD-MIB |