cisco.iosxe.vtyLine
Description
Cisco IOS XE Virtual Terminal Line (VTY)
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| startLine | int | VTY line start |
| endLine | int | VTY line end |
| accessClassIn | string | The inbound access-class number or name that the VTY line uses, if specified. |
| aclIn | cisco.iosxe.accessListEntry | The inbound ACL, if specified. |
| accessClassOut | string | The outbound access-class number or name that the VTY line uses, if specified. |
| aclOut | cisco.iosxe.accessListEntry | The outbound ACL, if specified. |
| inputTransportTypes | []string | The input transports types, if specified. Examples are 'telnet' and 'ssh'. |
| outputTransportTypes | []string | The output transports types, if specified. Examples are 'telnet' and 'ssh'. |
| execTimeout | time | The exec timeout for the vty line, if specified. |
| loginAuthenticationName | string | The name of the aaa login authentication method for the vty line, if specified |
| loginAuthentication | cisco.iosxe.aaaAuthenticationLoginEntry | The aaa login authentication method for the vty line, if specified. Obtained by using the 'loginAuthenticationName' field. |