telnet-if

This command configures the Telnet Interfaces table, which lets you define Telnet interfaces.

Syntax

(config-system)# cli-settings
(cli-settings)# telnet-if <Index>
(telnet-if-<Index>)# 

Command

Description

Index

Defines the table row index.

network-source

Defines the alias name representing a VRF or an IP address of the source network interface that is used to bind to the Telnet application (interface that the listening socket opens).

name

Defines a descriptive name, which is used when associating the row in other tables.

port

Defines the local port to use for Telnet application.

Command Mode

Privileged User

Note

The command is applicable only to Mediant 500Li.

Example

This example configures the Telnet interface on VRF "vrf05":

(config-system)# cli-settings
(cli-settings)# telnet-if 0
(telnet-if-0)# network-source vrf05
(telnet-if-0)# port 23