System Global Feature
Configure global settings like SSH version, services, etc.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”system_profiles (sdwan.feature_profiles)
Section titled “system_profiles (sdwan.feature_profiles)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| global | Class | [global] | No |
global (sdwan.feature_profiles.system_profiles)
Section titled “global (sdwan.feature_profiles.system_profiles)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[^&<>! "]{1,128}$ | No | global |
| description | String | No | ||
| arp_proxy | Boolean | true, false | No | |
| arp_proxy_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| cdp | Boolean | true, false | No | |
| cdp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| console_logging | Boolean | true, false | No | |
| console_logging_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| domain_lookup | Boolean | true, false | No | |
| domain_lookup_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ftp_passive | Boolean | true, false | No | |
| ftp_passive_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| http_authentication | Choice | local, aaa | No | |
| http_authentication_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| http_server | Boolean | true, false | No | |
| http_server_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| https_server | Boolean | true, false | No | |
| https_server_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ignore_bootp | Boolean | true, false | No | |
| ignore_bootp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ip_source_routing | Boolean | true, false | No | |
| ip_source_routing_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| lldp | Boolean | true, false | No | |
| lldp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| nat64_udp_timeout | Integer | min: 1, max: 536870 | No | |
| nat64_udp_timeout_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| nat64_tcp_timeout | Integer | min: 1, max: 536870 | No | |
| nat64_tcp_timeout_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| rsh_rcp | Boolean | true, false | No | |
| rsh_rcp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| snmp_ifindex_persist | Boolean | true, false | No | |
| snmp_ifindex_persist_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| source_interface | String | No | ||
| source_interface_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ssh_version | Integer | min: 1, max: 2 | No | |
| ssh_version_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| tcp_keepalives_in | Boolean | true, false | No | |
| tcp_keepalives_in_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| tcp_keepalives_out | Boolean | true, false | No | |
| tcp_keepalives_out_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| tcp_small_servers | Boolean | true, false | No | |
| tcp_small_servers_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| telnet_outbound | Boolean | true, false | No | |
| telnet_outbound_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| udp_small_servers | Boolean | true, false | No | |
| udp_small_servers_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| vty_logging | Boolean | true, false | No | |
| vty_logging_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No |
Examples
Section titled “Examples”sdwan: feature_profiles: system_profiles: - name: system global: name: global description: basic global cdp_variable: global_cdp_enable domain_lookup_variable: global_ip_domain_lookup_enable lldp: true http_server: falseConfigure global settings like SSH version, services, etc.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”system_profiles (sdwan.feature_profiles)
Section titled “system_profiles (sdwan.feature_profiles)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| global | Class | [global] | No |
global (sdwan.feature_profiles.system_profiles)
Section titled “global (sdwan.feature_profiles.system_profiles)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[^&<>! "]{1,128}$ | No | global |
| description | String | No | ||
| arp_proxy | Boolean | true, false | No | |
| arp_proxy_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| cdp | Boolean | true, false | No | |
| cdp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| console_logging | Boolean | true, false | No | |
| console_logging_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| domain_lookup | Boolean | true, false | No | |
| domain_lookup_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ftp_passive | Boolean | true, false | No | |
| ftp_passive_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| http_authentication | Choice | local, aaa | No | |
| http_authentication_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| http_server | Boolean | true, false | No | |
| http_server_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| https_server | Boolean | true, false | No | |
| https_server_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ignore_bootp | Boolean | true, false | No | |
| ignore_bootp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ip_source_routing | Boolean | true, false | No | |
| ip_source_routing_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| lldp | Boolean | true, false | No | |
| lldp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| nat64_udp_timeout | Integer | min: 1, max: 536870 | No | |
| nat64_udp_timeout_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| nat64_tcp_timeout | Integer | min: 1, max: 536870 | No | |
| nat64_tcp_timeout_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| rsh_rcp | Boolean | true, false | No | |
| rsh_rcp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| snmp_ifindex_persist | Boolean | true, false | No | |
| snmp_ifindex_persist_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| source_interface | String | No | ||
| source_interface_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ssh_version | Integer | min: 1, max: 2 | No | |
| ssh_version_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| tcp_keepalives_in | Boolean | true, false | No | |
| tcp_keepalives_in_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| tcp_keepalives_out | Boolean | true, false | No | |
| tcp_keepalives_out_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| tcp_small_servers | Boolean | true, false | No | |
| tcp_small_servers_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| telnet_outbound | Boolean | true, false | No | |
| telnet_outbound_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| udp_small_servers | Boolean | true, false | No | |
| udp_small_servers_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| vty_logging | Boolean | true, false | No | |
| vty_logging_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No |
Examples
Section titled “Examples”sdwan: feature_profiles: system_profiles: - name: system global: name: global description: basic global cdp_variable: global_cdp_enable domain_lookup_variable: global_ip_domain_lookup_enable lldp: true http_server: falseConfigure global settings like SSH version, services, etc.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”system_profiles (sdwan.feature_profiles)
Section titled “system_profiles (sdwan.feature_profiles)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| global | Class | [global] | No |
global (sdwan.feature_profiles.system_profiles)
Section titled “global (sdwan.feature_profiles.system_profiles)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[^&<>! "]{1,128}$ | No | global |
| description | String | No | ||
| arp_proxy | Boolean | true, false | No | |
| arp_proxy_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| cdp | Boolean | true, false | No | |
| cdp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| console_logging | Boolean | true, false | No | |
| console_logging_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| domain_lookup | Boolean | true, false | No | |
| domain_lookup_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ftp_passive | Boolean | true, false | No | |
| ftp_passive_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| http_authentication | Choice | local, aaa | No | |
| http_authentication_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| http_server | Boolean | true, false | No | |
| http_server_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| https_server | Boolean | true, false | No | |
| https_server_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ignore_bootp | Boolean | true, false | No | |
| ignore_bootp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ip_source_routing | Boolean | true, false | No | |
| ip_source_routing_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| lldp | Boolean | true, false | No | |
| lldp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| nat64_udp_timeout | Integer | min: 1, max: 536870 | No | |
| nat64_udp_timeout_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| nat64_tcp_timeout | Integer | min: 1, max: 536870 | No | |
| nat64_tcp_timeout_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| rsh_rcp | Boolean | true, false | No | |
| rsh_rcp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| snmp_ifindex_persist | Boolean | true, false | No | |
| snmp_ifindex_persist_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| source_interface | String | No | ||
| source_interface_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ssh_version | Integer | min: 1, max: 2 | No | |
| ssh_version_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| tcp_keepalives_in | Boolean | true, false | No | |
| tcp_keepalives_in_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| tcp_keepalives_out | Boolean | true, false | No | |
| tcp_keepalives_out_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| tcp_small_servers | Boolean | true, false | No | |
| tcp_small_servers_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| telnet_outbound | Boolean | true, false | No | |
| telnet_outbound_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| udp_small_servers | Boolean | true, false | No | |
| udp_small_servers_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| vty_logging | Boolean | true, false | No | |
| vty_logging_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No |
Examples
Section titled “Examples”sdwan: feature_profiles: system_profiles: - name: system global: name: global description: basic global cdp_variable: global_cdp_enable domain_lookup_variable: global_ip_domain_lookup_enable lldp: true http_server: falseConfigure global settings like SSH version, services, etc.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”system_profiles (sdwan.feature_profiles)
Section titled “system_profiles (sdwan.feature_profiles)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| global | Class | [global] | No |
global (sdwan.feature_profiles.system_profiles)
Section titled “global (sdwan.feature_profiles.system_profiles)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[^&<>! "]{1,128}$ | No | global |
| description | String | No | ||
| arp_proxy | Boolean | true, false | No | |
| arp_proxy_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| cdp | Boolean | true, false | No | |
| cdp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| console_logging | Boolean | true, false | No | |
| console_logging_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| domain_lookup | Boolean | true, false | No | |
| domain_lookup_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ftp_passive | Boolean | true, false | No | |
| ftp_passive_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| http_authentication | Choice | local, aaa | No | |
| http_authentication_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| http_server | Boolean | true, false | No | |
| http_server_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| https_server | Boolean | true, false | No | |
| https_server_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ignore_bootp | Boolean | true, false | No | |
| ignore_bootp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ip_source_routing | Boolean | true, false | No | |
| ip_source_routing_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| lldp | Boolean | true, false | No | |
| lldp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| nat64_udp_timeout | Integer | min: 1, max: 536870 | No | |
| nat64_udp_timeout_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| nat64_tcp_timeout | Integer | min: 1, max: 536870 | No | |
| nat64_tcp_timeout_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| rsh_rcp | Boolean | true, false | No | |
| rsh_rcp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| snmp_ifindex_persist | Boolean | true, false | No | |
| snmp_ifindex_persist_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| source_interface | String | No | ||
| source_interface_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ssh_version | Integer | min: 1, max: 2 | No | |
| ssh_version_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| tcp_keepalives_in | Boolean | true, false | No | |
| tcp_keepalives_in_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| tcp_keepalives_out | Boolean | true, false | No | |
| tcp_keepalives_out_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| tcp_small_servers | Boolean | true, false | No | |
| tcp_small_servers_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| telnet_outbound | Boolean | true, false | No | |
| telnet_outbound_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| udp_small_servers | Boolean | true, false | No | |
| udp_small_servers_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| vty_logging | Boolean | true, false | No | |
| vty_logging_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No |
Examples
Section titled “Examples”sdwan: feature_profiles: system_profiles: - name: system global: name: global description: basic global cdp_variable: global_cdp_enable domain_lookup_variable: global_ip_domain_lookup_enable lldp: true http_server: falseConfigure global settings like SSH version, services, etc.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”system_profiles (sdwan.feature_profiles)
Section titled “system_profiles (sdwan.feature_profiles)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| global | Class | [global] | No |
global (sdwan.feature_profiles.system_profiles)
Section titled “global (sdwan.feature_profiles.system_profiles)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[^&<>! "]{1,128}$ | No | global |
| description | String | No | ||
| arp_proxy | Boolean | true, false | No | |
| arp_proxy_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| cdp | Boolean | true, false | No | |
| cdp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| console_logging | Boolean | true, false | No | |
| console_logging_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| domain_lookup | Boolean | true, false | No | |
| domain_lookup_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ftp_passive | Boolean | true, false | No | |
| ftp_passive_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| http_authentication | Choice | local, aaa | No | |
| http_authentication_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| http_server | Boolean | true, false | No | |
| http_server_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| https_server | Boolean | true, false | No | |
| https_server_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ignore_bootp | Boolean | true, false | No | |
| ignore_bootp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ip_source_routing | Boolean | true, false | No | |
| ip_source_routing_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| lldp | Boolean | true, false | No | |
| lldp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| nat64_udp_timeout | Integer | min: 1, max: 536870 | No | |
| nat64_udp_timeout_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| nat64_tcp_timeout | Integer | min: 1, max: 536870 | No | |
| nat64_tcp_timeout_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| rsh_rcp | Boolean | true, false | No | |
| rsh_rcp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| snmp_ifindex_persist | Boolean | true, false | No | |
| snmp_ifindex_persist_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| source_interface | String | No | ||
| source_interface_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| ssh_version | Integer | min: 1, max: 2 | No | |
| ssh_version_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| tcp_keepalives_in | Boolean | true, false | No | |
| tcp_keepalives_in_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| tcp_keepalives_out | Boolean | true, false | No | |
| tcp_keepalives_out_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| tcp_small_servers | Boolean | true, false | No | |
| tcp_small_servers_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| telnet_outbound | Boolean | true, false | No | |
| telnet_outbound_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| udp_small_servers | Boolean | true, false | No | |
| udp_small_servers_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
| vty_logging | Boolean | true, false | No | |
| vty_logging_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No |
Examples
Section titled “Examples”sdwan: feature_profiles: system_profiles: - name: system global: name: global description: basic global cdp_variable: global_cdp_enable domain_lookup_variable: global_ip_domain_lookup_enable lldp: true http_server: false