Cisco NCS 6000 Series Configuration Manual page 64

System management configuration guide, release 5.0.x
Hide thumbs Also See for NCS 6000 Series:
Table of Contents

Advertisement

Creating and Modifying vty Pools
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
Command or Action
Step 1
configure
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
System Management Configuration Guide for the Cisco NCS 6000 Series Router, Release 5.0.x
54
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.
Implementing Physical and Virtual Terminals

Advertisement

Table of Contents
loading

Table of Contents