Telnet Integration - Extreme Networks Ridgeline Guide Manual

Concepts and solutions guide
Hide thumbs Also See for Ridgeline Guide:
Table of Contents

Advertisement

For example, the dpsimages.zip file included the file
in the
file:
3Com.xml
<imageIconsFileName>3comicons.gif</imageIconsFileName>
If individual devices do not require unique icons, this can be specified in the parent XML file (for the
device type) and can be left out of the XML files for individual devices of that type.

Telnet Integration

Ridgeline's third-party integration framework can be used to provide auto-login when a user (with the
appropriate role/permissions) connects to the device from the Ridgeline Telnet window.
Telnet integration involves adding some additional tags to the ATL XML file for the device or device
type. The following tags may be used to specify Telnet features:
Table 10: Tags used for Telnet integration
TAG
CLI.LOGIN_PROMPT
CLI.PASSWORD_PROMP
T
CLI.SHELL_PROMPT
CLI.MORE_PROMPT
The
file provides an example of the prompts used for Telnet integration:
3Com.xml
<?xml version="1.0" encoding="utf-8" ?>
<deviceType name="3Com"
version="1"
parent="3rd Party">
<identity>
<sysObjectID protocol="SNMP">43</sysObjectID>
</identity>
<attributes>
<vendor>3Com</vendor>
<imageIconsFileName>3comicons.gif</imageIconsFileName>
<CLI.LOGIN_PROMPT> login: </CLI.LOGIN_PROMPT>
<CLI.PASSWORD_PROMPT> password: </CLI.PASSWORD_PROMPT>
<CLI.SHELL_PROMPT> [#>$] </CLI.SHELL_PROMPT>
<CLI.MORE_PROMPT> Press|to continue or|to quit: </CLI.MORE_PROMPT>
</attributes>
Ridgeline Concepts and Solutions Guide
3comicons.gif
Value
A value (string) to be
displayed as the prompt
during login to the device.
A value (string) to be
displayed as the password
prompt during login to the
device.
Provide the pattern that
matches the CLI prompt, for
example: summit450#
Provide the pattern that
matches the prompt used by
the device to prompt when
paging is enabled on the
device.
, which matches the name specified
Comments
If the device normally displays a specific login
prompt, you can enter it here to provide the same
interface when logging in from Ridgeline. This tag
is required if the device supports Telnet.
Similar to the login prompt; you can enter the
same prompt used by the device. This tag is
optional.
Specify the format of the device CLI prompt. You
can specify multiple patterns, such as
\S[ ][#>] [Test] [Ridgeline] $
This tag is required for Telnet support.
This tag is optional.
315

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ridgeline 3.0

Table of Contents