-
Notifications
You must be signed in to change notification settings - Fork 22
/
command.yaml
29 lines (29 loc) · 1.29 KB
/
command.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
default:
connect_prompt: '[#>\]][\s:]*\z'
access_denied: '.*Access denied'
unknown_command: '^.*% Unknown command.*$'
invalid_input: '^.*% Invalid input.*$'
incomplete_command: '^.*% Incomplete command.*$'
command_authorization_failed: '.*Command authorization failed'
command_rejected: '^.*%Command rejected.*$'
default_vlan_only_allowed: '^.*Command is only allowed on VLAN.*$'
default_vlan_name_change: '^.*Default VLAN \d+ may not have its name changed.*$'
error_in_authentication: '.*Error in authentication'
line_prompt: '^.*\(config-line\).*$'
login_prompt: '^.*>$'
enable_prompt: '^.*#$'
config_prompt: '^.*\(config\).*$'
interface_prompt: '^.*\(config-if\).*$'
radius_server_prompt: '^.*\(config-radius-server\).*$'
radius_server_group_prompt: '^.*\(config-sg-radius\).*$'
tacacs_prompt: '^.*\(config-server-tacacs\).*$'
vlan_prompt: '^.*\(config-vlan\).*$'
tacacs_server_group_prompt: '^.*\(config-sg-tacacs\+\).*$'
mst_prompt: '^.*\(config-mst\).*$'
std_nacl_prompt: '^.*\(config-std-nacl\).*$'
ext_nacl_prompt: '^.*\(config-ext-nacl\).*$'
vrf_prompt: '^.*\(config-vrf\).*$'
network_trunk_confirm: '.*Proceed with the command\? \[confirm\].*$'
new_model_confirm: '.*Continue\?.*\[confirm\].*$'
aaa_accounting_identity_confirm: '.*continue\?.*\[yes\].*$'