All MIBs › LaserJet-Series4000-MIB › jetsend_contact_password
jetsend_contact_password
Module: LaserJet-Series4000-MIB
OID (symbolic): LaserJet-Series4000-MIB::jetsend_contact_password
OID (numeric): 1.3.6.1.4.1.11.2.3.9.4.2.1.3.8.3.1.1
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: write-only
Description: A C structure containing the following fields: typedef struct { ubyte old_password[8]; ubyte new_password[8];/ } jetsend_change_contact_password_t; where ubyte is an unsigned byte (0-255). Additional information: Controls access to the JetSend processing subsystem. Password absence/presence determines whether the device will allow a session to be established. The following C data structure contains the relevant fields (described in subsequent paragraphs): typedef struct { unsigned char old_password[8]; unsigned char new_password[8]; } Whenever the password is disabled (i.e., is zero-filled for its entire length), the device is indicating its willingness to allow session establishment. Whenever the password is enabled (i.e., has one or more non-zero-filled values), the device is controlling session establishment -- all in-progress JetSend sessions must supply a matching password or the device will reject the in-progress session. To disable the password, specify the matching password via the 'old_password' field and zero-fill the 'new_password' field. To enable the password for the first time, zero-fill the 'old_password' field and specify the new password via the 'new_password' field (the new password should not be zero-filled; otherwise, the password will remain disabled). To enable or change the password thereafter, specify the matching password via the 'old_password' field and specify the new password via the 'new_password' field (the new desired password should not be zero-filled; otherwise, the password will be disabled). To determine if the password is enabled, zero-fill both the 'old_password' and 'new_password' fields. If an error occurs, the password is enabled; otherwise, the password is disabled. (Specifying either an 'old_password' or 'new_password' fields greater than eight (8) bytes causes the error
OID Breakdown
Upper-level ancestors (17 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.11 | hp | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2 | nm | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2.3 | hpsystem | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2.3.9 | net_peripheral | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2.3.9.4 | netdm | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2.3.9.4.2 | dm | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2.3.9.4.2.1 | device | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2.3.9.4.2.1.3 | processing_subsystem | CLJ8500-MIB |
| 1.3.6.1.4.1.11.2.3.9.4.2.1.3.8 | jetsend_proc_sub | CLJ8550-MIB |
| 1.3.6.1.4.1.11.2.3.9.4.2.1.3.8.3 | jetsend_contact | CLJ8550-MIB |
| 1.3.6.1.4.1.11.2.3.9.4.2.1.3.8.3.1 | settings_jetsend_contact | CLJ8550-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.11.2.3.9.4.2.1.3.8.3.1.1 | jetsend_contact_password | LaserJet-Series4000-MIB |