Cisco NCS 5000 Series Manual page 22

System management configuration guide for cisco ncs 5000 series routers
Hide thumbs Also See for NCS 5000 Series:
Table of Contents

Advertisement

Creating and Modifying vty Pools
Command or Action
Step 2
telnet {ipv4 | ipv6} server max-servers limit
Example:
RP/0/RP0/CPU0:router(config)# telnet
ipv4 server max-servers 10
Step 3
line template template-name
Example:
RP/0/RP0/CPU0:router(config)# line
template 1
Step 4
Configure the terminal attribute settings for the
specified line template using the commands in
line template configuration mode.
Step 5
exit
Example:
RP/0/RP0/CPU0:router(config-line)# exit
Step 6
vty-pool {default | pool-name | eem} first-vty
last-vty [line-template {default |
template-name}]
Example:
RP/0/RP0/CPU0:router(config)# vty-pool
default 0 5 line-template default
or
RP/0/RP0/CPU0:router(config)# vty-pool
pool1 5 50 line-template template1
or
RP/0/RP0/CPU0:router(config)# vty-pool
eem 100 105 line-template template1
System Management Configuration Guide for Cisco NCS 5000 Series Routers, IOS XR Release 6.2.x
12
Purpose
Specifies the number of allowable Telnet servers. Up to 100 Telnet
servers are allowed.
By default no Telnet servers are allowed. You must configure
Note
this command in order to enable the use of Telnet servers.
Enters line template configuration mode for a user-defined template.
Exits line template configuration mode and returns the router to global
configuration mode.
Creates or modifies vty pools.
• If you do not specify a line template with the line-template
keyword, a vty pool defaults to the default line template.
• default —Configures the default vty pool.
◦ The default vty pool must start at vty 0 and must contain a
minimum of five vtys (vtys 0 through 4).
◦ You can resize the default vty pool by increasing the range
of vtys that compose the default vty pool.
• pool-name —Creates a user-defined vty pool.
◦ A user-defined pool must start at least at vty 5, depending
on whether the default vty pool has been resized.
◦ If the range of vtys for the default vty pool has been resized,
use the first range value free from the default line template.
For example, if the range of vtys for the default vty pool has
been configured to include 10 vtys (vty 0 through 9), the
range value for the user-defined vty pool must start with vty
10.
• eem —Configures the embedded event manager pool.
◦ The default embedded event manager vty pool must start at
vty 100 and must contain a minimum of six vtys (vtys 100
through 105).
Implementing Physical and Virtual Terminals

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents