telnetStack.passwords database table
The telnetStack.passwords database table defines the Telnet access parameters for devices.
Schema
The telnetStack.passwords database table schema is described in the following table:
Column name |
Constraints |
Data type |
Description |
---|---|---|---|
m_AccessPort | Integer |
The port on which to access the device. | |
m_ConPrompt | Text |
Console prompt to expect from remote device. Default = "^.*[a-zA-Z0-9].*[$%>#]$". |
|
m_EncryptedPwd | Integer |
Whether the password stored in the configuration file is encrypted:
|
|
m_IpOrSubNet | Text |
IP or subnet address depending on value of m_NetMaskBits. |
|
m_LogPrompt | Text |
Login prompt to expect from remote device. Default = ".*ogin:.*". |
|
m_NetMaskBits | Integer |
The subnet mask. If set to 32, m_IpOrSubNet is taken to be a single IP address. |
|
m_Password | NOT NULL |
Text |
The password to try for this subnet or IP address. Default = "\n" (carriage return). |
m_PreferSSHv1 | Integer |
A boolean flag that indicates whether SSHv1 is used if a device supports SSH v1 and v2. Possible values are:
If no value is specified for The |
|
m_PrivAccessCmd | Text |
The command for this device to enter into privileged mode. | |
m_PrivCommands | List type text | Which commands require privileged access. | |
m_PrivConPrompt | Text |
The regular expression for the console prompt in privileged mode. | |
m_PrivPassword | Text |
The password to enter privileged mode. | |
m_PrivPwdPrompt | Text |
The regular expression for the password prompt in privileged mode. | |
m_Protocol | Integer |
An integer representation of the network protocol used by the presently-defined zone:
|
|
m_PwdPrompt | Text |
Password prompt to expect from remote device. Default = ".*assword:.*". |
|
m_SSHSupport | Boolean Integer |
Flag to indicate whether or not to use SSH support
for this device:
If no value is specified for m_SSHSupport, then the value defaults to 0, that is, no SSH support. |
|
m_TimeOut | Integer |
The time to wait for a response from the device, in milliseconds. | |
m_Username | Text |
The username to try for this subnet or IP address. Default = "". |