All MIBs › JETDIRECT3-MIB › npIpxObsoleteServerConnInfo1
npIpxObsoleteServerConnInfo1
Module: JETDIRECT3-MIB
OID (symbolic): JETDIRECT3-MIB::npIpxObsoleteServerConnInfo1
OID (numeric): 1.3.6.1.4.1.11.2.4.3.10.12.1
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description:
This object contains a list of 8 structures that refer to the status of the first eight file server connection slot entries. Each entry indicates the file server dynamically connected in the given slot. Besides the name of the file server, connection status, NCP status, and NDS status is provided.
If the file server name in a given slot has '\0' in the first byte, that slot is not in use.
The structure applied: struct { uchar opMode; // Operating mode of server // 0x00 = QServer (bindery) // 0x01 = RPrinter // 0x03 = QServer (nds) char fsName[48]; // name of file server in slot uchar connStat; // RCFG connection status uchar ncpStat; // last NCP code uchar pad; uint32 ndsStat; // last NDS code (big-endian) } slots[8];
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.11.2.4.3.10.12.1 snmpwalk -v2c -c public <target> JETDIRECT3-MIB::npIpxObsoleteServerConnInfo1
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.11.2.4.3.10.12.1.1 snmpget -v2c -c public <target> JETDIRECT3-MIB::npIpxObsoleteServerConnInfo1.1
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.11 | hp | DATAPROTECTOR-MIB |
| 1.3.6.1.4.1.11.2 | nm | DATAPROTECTOR-MIB |
| 1.3.6.1.4.1.11.2.4 | interface | HP-UNIX |
| 1.3.6.1.4.1.11.2.4.3 | npCard | JETDIRECT3-MIB |
| 1.3.6.1.4.1.11.2.4.3.10 | npIpx | JETDIRECT3-MIB |
| 1.3.6.1.4.1.11.2.4.3.10.12 | npIpxObsoleteServerConnInfo | JETDIRECT3-MIB |
| 1.3.6.1.4.1.11.2.4.3.10.12.1 | npIpxObsoleteServerConnInfo1 | JETDIRECT3-MIB |