SUMMARY STEPS
1.
configure
2.
telnet {ipv4 | ipv6} server max-servers limit
3.
line template template-name
4.
Configure the terminal attribute settings for the specified line template using the commands in line template
configuration mode.
5.
exit
6.
vty-pool {default | pool-name | eem} first-vty last-vty [line-template {default | template-name}]
7.
commit
DETAILED STEPS
PurposeCommand or Action
configure
Step 1
Specifies the number of allowable Telnet servers. Up to 100 Telnet
servers are allowed.
telnet {ipv4 | ipv6} server max-servers limit
Example:
RP/0/RSP0/CPU0:router(config)# telnet
ipv4 server max-servers 10
Step 2
By default no Telnet servers are allowed. You must configure
this command in order to enable the use of Telnet servers.
Note
Enters line template configuration mode for a user-defined template.
line template template-name
Example:
RP/0/RSP0/CPU0:router(config)# line
template 1
Step 3
—
Configure the terminal attribute settings for the
specified line template using the commands in
line template configuration mode.
Step 4
Exits line template configuration mode and returns the router to global
configuration mode.
exit
Example:
RP/0/RSP0/CPU0:router(config-line)# exit
Step 5
Creates or modifies vty pools.
vty-pool {default | pool-name | eem} first-vty
last-vty [line-template {default |
template-name}]
Step 6
•
If you do not specify a line template with the line-template
keyword, a vty pool defaults to the default line template.
Example:
RP/0/RSP0/CPU0:router(config)# vty-pool
• 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).
default 0 5 line-template default
or
RP/0/RSP0/CPU0:router(config)# vty-pool
pool1 5 50 line-template template1
â—¦
You can resize the default vty pool by increasing the range
of vtys that compose the default vty pool.
Cisco ASR 9000 Series Aggregation Services Router System Management Configuration Guide, Release 5.1.x
348
Implementing Physical and Virtual Terminals
Creating and Modifying vty Pools