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:

Table 1. telnetStack.passwords database table schema

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:

  • 1 - Encrypted
  • 2 - Unencrypted
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

V4.2 FixPack 2: A boolean flag that indicates whether SSHv1 is used if a device supports SSH v1 and v2. Possible values are:

  • 0: Use SSHv2 support.
  • 1: Prefer SSHv1 support.

If no value is specified for m_PreferSSHv1, then the value defaults to 0.

The m_PreferSSHv1 setting functions only when m_SSHSupport is enabled and the target device supports both SSH v1 and v2.

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:
  • 0: Unknown
  • 1: IPv4
  • 2: IPv4 that has been through network address translation (NAT)
  • 3: IPv6
  • 4: Element Management System (EMS) key for a non-IP device
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:
  • 1: Use SSH support for this device.
  • 0: Do not 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 = "".