cisco.nxos.lineConfig
Description
Cisco NX-OS Line Configuration
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| type | string | Line type (e.g. vty, console) |
| execTimeout | int | Executive timeout in minutes |
| sessionLimit | int | Session limit (max number of sessions) |
| accessClassInName | string | The name of the access control list (ACL) applied inbound on this line. |
| accessClassIn | cisco.nxos.accessControlList | The access control list (ACL) applied inbound on this line. Obtained by using the 'accessClassInName' field. |
| accessClassOutName | string | The name of the access control list (ACL) applied outbound on this line. |
| accessClassOut | cisco.nxos.accessControlList | The access control list (ACL) applied outbound on this line. Obtained by using the 'accessClassOutName' field. |