All MIBs › ESI-MIB › psVerifyConfiguration
psVerifyConfiguration
Module: ESI-MIB
OID (symbolic): ESI-MIB::psVerifyConfiguration
OID (numeric): 1.3.6.1.4.1.683.6.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
This variable is used to force the print server to verify valid configuration settings. Setting the variable to the appropriate enumeration will cause the print server to verify the settings for that enumeration. If the settings are valid, the result of the set will be OK. If the settings are not valid, the result will be BadValue. Gets on this variable will always return 0.
1 - Indicates whether or not the current serial configuration is valid. Valid configurations - If the serial port is set in bidirectional mode, the baud rate must be less than 115200 and the handshaking must be set to hardware handshaking.
2 - Not used yet.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.683.6.1.3 snmpwalk -v2c -c public <target> ESI-MIB::psVerifyConfiguration
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.683.6.1.3.1 snmpget -v2c -c public <target> ESI-MIB::psVerifyConfiguration.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.683.6.1.3.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.683 | esi | ESI-MIB |
| 1.3.6.1.4.1.683.6 | printServers | ESI-MIB |
| 1.3.6.1.4.1.683.6.1 | psGeneral | ESI-MIB |
| 1.3.6.1.4.1.683.6.1.3 | psVerifyConfiguration | ESI-MIB |