API Guide

VTY commands
line vty
Enters virtual terminal line mode to access the virtual terminal (VTY).
Syntax
line vty
Parameters None
Default Not configured
Command Mode CONFIGURATION
Usage
Information
None
Example
OS10(config)# line vty
OS10(config-line-vty)#
Supported
Releases
10.4.0E(R1) or later
ip access-class
Filters connections in a virtual terminal line using an IPv4 access list.
Syntax
ip access-class access-list-name
Parameters access-list-name Enter the access list name.
Default Not configured
Command Mode LINE VTY CONFIGURATION
Usage
Information
The no version of this command removes the filter.
Example
OS10(config)# line vty
OS10(config-line-vty)# ip access-class deny10
Supported
Releases
10.4.0E(R1) or later
ipv6 access-class
Filters connections in a virtual terminal line using an IPv6 access list.
Syntax
ipv6 access-class access-list-name
Parameters access-list-name Enter the access list name.
Default Not configured
Command Mode LINE VTY CONFIGURATION
Usage
Information
The no version of this command removes the filter.
Example
OS10(config)# line vty
OS10(config-line-vty)# ipv6 access-class permit10
Supported
Releases
10.4.0E(R1) or later
Security 1049