summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.readthedocs.yml5
-rw-r--r--docs/_include/coverage/20230831-1.4-rolling-202308240020.json144205
m---------docs/_include/vyos-1x0
-rw-r--r--docs/changelog/1.3.rst85
-rw-r--r--docs/changelog/1.4.rst102
-rw-r--r--docs/configexamples/autotest/Wireguard/Wireguard.log1923
-rw-r--r--docs/configexamples/autotest/Wireguard/Wireguard.rst20
-rw-r--r--docs/configexamples/autotest/Wireguard/_include/branch.conf4
-rw-r--r--docs/configexamples/autotest/Wireguard/_include/central.conf4
-rw-r--r--docs/configexamples/autotest/tunnelbroker/tunnelbroker.log1412
-rw-r--r--docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst40
-rw-r--r--docs/installation/virtual/docker.rst3
-rw-r--r--docs/introducing/history.rst11
13 files changed, 145883 insertions, 1931 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index 1c12214d..3d791ad1 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -4,6 +4,10 @@
# Required
version: 2
+build:
+ os: ubuntu-22.04
+ tools:
+ python: "3.10"
# Build documentation in the docs/ directory with Sphinx
sphinx:
@@ -19,7 +23,6 @@ sphinx:
# Optionally set the version of Python and requirements required to build your docs
python:
- version: 3.7
install:
- requirements: requirements.txt
diff --git a/docs/_include/coverage/20230831-1.4-rolling-202308240020.json b/docs/_include/coverage/20230831-1.4-rolling-202308240020.json
new file mode 100644
index 00000000..b0aa5d0f
--- /dev/null
+++ b/docs/_include/coverage/20230831-1.4-rolling-202308240020.json
@@ -0,0 +1,144205 @@
+{
+ "cfgcmd": [
+ {
+ "cmd": [
+ "cluster",
+ "dead-interval",
+ "<value>"
+ ],
+ "help": "lp: u32: 1-29999; Interval after which a node is considered dead after missing heartbeats (milliseconds)",
+ "run": null,
+ "type": "u32",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "cluster",
+ "group",
+ "<text>",
+ "auto-failback",
+ "<value>"
+ ],
+ "help": "Fail back to primary node if it recovers from failure",
+ "run": null,
+ "type": "bool",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "cluster",
+ "group",
+ "<text>",
+ "monitor",
+ "<value>"
+ ],
+ "help": "IP address(es) for monitoring connectivity",
+ "run": null,
+ "type": "ipv4",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "cluster",
+ "group",
+ "<text>",
+ "primary",
+ "<value>"
+ ],
+ "help": "Host name of the primary node [REQUIRED]",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "cluster",
+ "group",
+ "<text>",
+ "secondary",
+ "<value>"
+ ],
+ "help": "Host name(s) of the secondary node(s) [REQUIRED]",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "cluster",
+ "group",
+ "<text>",
+ "service",
+ "<value>"
+ ],
+ "help": "lp: <IP addr>/<prefix len>/<interface>; IP address (with subnet mask length and interface) to be clustered",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "cluster",
+ "interface",
+ "<value>"
+ ],
+ "help": "Interface(s) for sending/receiving heartbeat packets [REQUIRED]",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "cluster",
+ "keepalive-interval",
+ "<value>"
+ ],
+ "help": "Time interval between heartbeat packets (milliseconds)",
+ "run": null,
+ "type": "u32",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "cluster",
+ "mcast-group",
+ "<value>"
+ ],
+ "help": "Multicast group for sending/receiving heartbeat packets",
+ "run": null,
+ "type": "ipv4",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "cluster",
+ "monitor-dead-interval",
+ "<value>"
+ ],
+ "help": "lp: u32: 1-29999; Interval after which a monitor node is considered dead (milliseconds)",
+ "run": null,
+ "type": "u32",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "cluster",
+ "pre-shared-secret",
+ "<value>"
+ ],
+ "help": "Pre-shared secret for authentication between cluster nodes [REQUIRED]",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "allow-host-networks"
+ ],
+ "help": "Allow host networks in container",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "arguments",
+ "<value>"
+ ],
+ "help": "The command's arguments for this container",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "cap-add",
+ "<value>"
+ ],
+ "help": "lp: sys-time; Permission to set system clock",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "command",
+ "<value>"
+ ],
+ "help": "Override the default CMD from the image",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "device",
+ "<text>",
+ "destination",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination container device",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "device",
+ "<text>",
+ "source",
+ "<value>"
+ ],
+ "help": "lp: txt; Source device",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "entrypoint",
+ "<value>"
+ ],
+ "help": "Override the default ENTRYPOINT from the image",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "environment",
+ "<text>",
+ "value",
+ "<value>"
+ ],
+ "help": "lp: txt; Set environment option value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Container host name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "image",
+ "<value>"
+ ],
+ "help": "Image name in the hub-registry",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "memory",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16384; Container memory in megabytes (MB)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "network",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "port",
+ "<text>",
+ "destination",
+ "<value>"
+ ],
+ "help": "lp: start-end; Destination container port range (e.g. 10025-10030)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "port",
+ "<text>",
+ "listen-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address to listen for incoming connections",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "port",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: udp; Use User Datagram Protocol for given port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "port",
+ "<text>",
+ "source",
+ "<value>"
+ ],
+ "help": "lp: start-end; Source host port range (e.g. 10025-10030)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "restart",
+ "<value>"
+ ],
+ "help": "lp: always; Restart containers when they exit, regardless of status, retrying indefinitely",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "shared-memory",
+ "<value>"
+ ],
+ "help": "lp: u32:1-8192; Container memory in megabytes (MB)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "volume",
+ "<text>",
+ "destination",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination container directory",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "volume",
+ "<text>",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: rw; Volume mounted into the container as read-write (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "volume",
+ "<text>",
+ "propagation",
+ "<value>"
+ ],
+ "help": "lp: rprivate; No mount points within original or replica mounts in any direction (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "name",
+ "<text>",
+ "volume",
+ "<text>",
+ "source",
+ "<value>"
+ ],
+ "help": "lp: txt; Source host directory",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "network",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "network",
+ "<text>",
+ "prefix",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 network prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "network",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "registry",
+ "<text>",
+ "authentication",
+ "password",
+ "<value>"
+ ],
+ "help": "lp: txt; Password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "registry",
+ "<text>",
+ "authentication",
+ "username",
+ "<value>"
+ ],
+ "help": "lp: txt; Username",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "container",
+ "registry",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "global-options",
+ "all-ping",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable processing of all IPv4 ICMP echo requests",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "global-options",
+ "broadcast-ping",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable processing of broadcast IPv4 ICMP echo/timestamp requests (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "global-options",
+ "ip-src-route",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable processing of IPv4 packets with source route option (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "global-options",
+ "ipv6-receive-redirects",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable processing of received ICMPv6 redirect messages (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "global-options",
+ "ipv6-src-route",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable processing of IPv6 packets with routing header (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "global-options",
+ "log-martians",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable logging of Ipv4 packets with invalid addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "global-options",
+ "receive-redirects",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable processing of received IPv4 ICMP redirect messages (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "global-options",
+ "resolver-cache"
+ ],
+ "help": "Retains last successful value if domain resolution fails",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "global-options",
+ "resolver-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:10-3600; Interval (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "global-options",
+ "send-redirects",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable sending IPv4 ICMP redirect messages",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "global-options",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "global-options",
+ "syn-cookies",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable use of TCP SYN cookies with IPv4",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "global-options",
+ "twa-hazards-protection",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable RFC1337 TIME-WAIT hazards protection (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "address-group",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4range; IPv4 range to match (e.g. 10.0.0.1-10.0.0.200)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "address-group",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "address-group",
+ "<text>",
+ "include",
+ "<value>"
+ ],
+ "help": "Include another address-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "domain-group",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: txt; Domain address to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "domain-group",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "interface-group",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "interface-group",
+ "<text>",
+ "include",
+ "<value>"
+ ],
+ "help": "Include another interface-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "interface-group",
+ "<text>",
+ "interface",
+ "<value>"
+ ],
+ "help": "Interface-group member",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "ipv6-address-group",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6range; IPv6 range to match (e.g. 2002::1-2002::ff)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "ipv6-address-group",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "ipv6-address-group",
+ "<text>",
+ "include",
+ "<value>"
+ ],
+ "help": "Include another ipv6-address-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "ipv6-network-group",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "ipv6-network-group",
+ "<text>",
+ "include",
+ "<value>"
+ ],
+ "help": "Include another ipv6-network-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "ipv6-network-group",
+ "<text>",
+ "network",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "mac-group",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "mac-group",
+ "<text>",
+ "include",
+ "<value>"
+ ],
+ "help": "Include another mac-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "mac-group",
+ "<text>",
+ "mac-address",
+ "<value>"
+ ],
+ "help": "lp: macaddr; MAC address to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "network-group",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "network-group",
+ "<text>",
+ "include",
+ "<value>"
+ ],
+ "help": "Include another network-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "network-group",
+ "<text>",
+ "network",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 Subnet to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "port-group",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "port-group",
+ "<text>",
+ "include",
+ "<value>"
+ ],
+ "help": "Include another port-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "group",
+ "port-group",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: start-end; Numbered port range (e.g. 1001-1050)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "default-action",
+ "<value>"
+ ],
+ "help": "lp: accept; Accept if no prior rules are hit (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "action",
+ "<value>"
+ ],
+ "help": "lp: queue; Enqueue packet to userspace",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "connection-mark",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; Connection-mark to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "connection-status",
+ "nat",
+ "<value>"
+ ],
+ "help": "lp: source; Match connections that are subject to source NAT",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv4range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "address-mask",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 mask to apply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "fqdn",
+ "<value>"
+ ],
+ "help": "lp: <fqdn>; Fully qualified domain name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "geoip",
+ "country-code",
+ "<value>"
+ ],
+ "help": "lp: <country>; Country code (2 characters)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "geoip",
+ "inverse-match"
+ ],
+ "help": "Inverse match of country-codes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "mac-address",
+ "<value>"
+ ],
+ "help": "lp: !macaddr; Match everything except the specified MAC address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: ; \\n\\n Multiple destination ports can be specified as a comma-separated list.\\n For example: 'telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "disable"
+ ],
+ "help": "Option to disable firewall rule",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; DSCP range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "dscp-exclude",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; DSCP range not to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "fragment",
+ "match-frag"
+ ],
+ "help": "Second and further fragments of fragmented packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "fragment",
+ "match-non-frag"
+ ],
+ "help": "Head fragments or unfragmented packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "icmp",
+ "code",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; ICMP code (0-255)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "icmp",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; ICMP type (0-255)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "icmp",
+ "type-name",
+ "<value>"
+ ],
+ "help": "lp: address-mask-reply; ICMP type 18: address-mask-reply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "inbound-interface",
+ "interface-group",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface-group name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "inbound-interface",
+ "interface-name",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "ipsec",
+ "match-ipsec"
+ ],
+ "help": "Inbound IPsec packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "ipsec",
+ "match-none"
+ ],
+ "help": "Inbound non-IPsec packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "jump-target",
+ "<value>"
+ ],
+ "help": "Set jump target. Action jump must be defined to use this setting",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "limit",
+ "burst",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; Maximum number of packets to allow in excess of rate",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "limit",
+ "rate",
+ "<value>"
+ ],
+ "help": "lp: txt; integer/unit (Example: 5/minute)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "log",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable log",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "group",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Log group to send messages to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "level",
+ "<value>"
+ ],
+ "help": "lp: debug; Debug log level",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "queue-threshold",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Number of packets to queue inside the kernel before sending them to userspace",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "snapshot-length",
+ "<value>"
+ ],
+ "help": "lp: u32:0-9000; Length of packet payload to include in netlink message",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "outbound-interface",
+ "interface-group",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface-group name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "outbound-interface",
+ "interface-name",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "packet-length",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; Packet length range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "packet-length-exclude",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; Packet length range not to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "packet-type",
+ "<value>"
+ ],
+ "help": "lp: other; Match packet addressed to another host",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: !<protocol>; IP protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "queue",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Queue target",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "queue-options",
+ "<value>"
+ ],
+ "help": "lp: fanout; Distribute packets between several queues",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "recent",
+ "count",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Source addresses seen more than N times",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "recent",
+ "time",
+ "<value>"
+ ],
+ "help": "lp: hour; Source addresses seen COUNT times in the last hour",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv4range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "address-mask",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 mask to apply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "fqdn",
+ "<value>"
+ ],
+ "help": "lp: <fqdn>; Fully qualified domain name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "geoip",
+ "country-code",
+ "<value>"
+ ],
+ "help": "lp: <country>; Country code (2 characters)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "geoip",
+ "inverse-match"
+ ],
+ "help": "Inverse match of country-codes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "mac-address",
+ "<value>"
+ ],
+ "help": "lp: !macaddr; Match everything except the specified MAC address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: ; \\n\\n Multiple destination ports can be specified as a comma-separated list.\\n For example: 'telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "established",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "invalid",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "new",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "related",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "ack"
+ ],
+ "help": "Acknowledge flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "cwr"
+ ],
+ "help": "Congestion Window Reduced flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "ecn"
+ ],
+ "help": "Explicit Congestion Notification flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "fin"
+ ],
+ "help": "Finish flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "ack"
+ ],
+ "help": "Acknowledge flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "cwr"
+ ],
+ "help": "Congestion Window Reduced flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "ecn"
+ ],
+ "help": "Explicit Congestion Notification flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "fin"
+ ],
+ "help": "Finish flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "psh"
+ ],
+ "help": "Push flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "rst"
+ ],
+ "help": "Reset flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "syn"
+ ],
+ "help": "Synchronise flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "urg"
+ ],
+ "help": "Urgent flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "psh"
+ ],
+ "help": "Push flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "rst"
+ ],
+ "help": "Reset flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "syn"
+ ],
+ "help": "Synchronise flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "urg"
+ ],
+ "help": "Urgent flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "mss",
+ "<value>"
+ ],
+ "help": "lp: <min>-<max>; TCP MSS range (use '-' as delimiter)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "startdate",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter date using following notation - YYYY-MM-DD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "starttime",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter time using using 24 hour notation - hh:mm:ss",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "stopdate",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter date using following notation - YYYY-MM-DD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "stoptime",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter time using using 24 hour notation - hh:mm:ss",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "weekdays",
+ "<value>"
+ ],
+ "help": "lp: u32:0-6; Day number (0 = Sunday ... 6 = Saturday)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "ttl",
+ "eq",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Equal to value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "ttl",
+ "gt",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Greater then value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "ttl",
+ "lt",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Less then value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "default-action",
+ "<value>"
+ ],
+ "help": "lp: accept; Accept if no prior rules are hit (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "action",
+ "<value>"
+ ],
+ "help": "lp: queue; Enqueue packet to userspace",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "connection-mark",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; Connection-mark to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "connection-status",
+ "nat",
+ "<value>"
+ ],
+ "help": "lp: source; Match connections that are subject to source NAT",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv4range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "address-mask",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 mask to apply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "fqdn",
+ "<value>"
+ ],
+ "help": "lp: <fqdn>; Fully qualified domain name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "geoip",
+ "country-code",
+ "<value>"
+ ],
+ "help": "lp: <country>; Country code (2 characters)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "geoip",
+ "inverse-match"
+ ],
+ "help": "Inverse match of country-codes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "mac-address",
+ "<value>"
+ ],
+ "help": "lp: !macaddr; Match everything except the specified MAC address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: ; \\n\\n Multiple destination ports can be specified as a comma-separated list.\\n For example: 'telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "disable"
+ ],
+ "help": "Option to disable firewall rule",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; DSCP range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "dscp-exclude",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; DSCP range not to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "fragment",
+ "match-frag"
+ ],
+ "help": "Second and further fragments of fragmented packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "fragment",
+ "match-non-frag"
+ ],
+ "help": "Head fragments or unfragmented packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "icmp",
+ "code",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; ICMP code (0-255)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "icmp",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; ICMP type (0-255)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "icmp",
+ "type-name",
+ "<value>"
+ ],
+ "help": "lp: address-mask-reply; ICMP type 18: address-mask-reply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "inbound-interface",
+ "interface-group",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface-group name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "inbound-interface",
+ "interface-name",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "ipsec",
+ "match-ipsec"
+ ],
+ "help": "Inbound IPsec packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "ipsec",
+ "match-none"
+ ],
+ "help": "Inbound non-IPsec packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "jump-target",
+ "<value>"
+ ],
+ "help": "Set jump target. Action jump must be defined to use this setting",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "limit",
+ "burst",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; Maximum number of packets to allow in excess of rate",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "limit",
+ "rate",
+ "<value>"
+ ],
+ "help": "lp: txt; integer/unit (Example: 5/minute)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "log",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable log",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "group",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Log group to send messages to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "level",
+ "<value>"
+ ],
+ "help": "lp: debug; Debug log level",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "queue-threshold",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Number of packets to queue inside the kernel before sending them to userspace",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "snapshot-length",
+ "<value>"
+ ],
+ "help": "lp: u32:0-9000; Length of packet payload to include in netlink message",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "packet-length",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; Packet length range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "packet-length-exclude",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; Packet length range not to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "packet-type",
+ "<value>"
+ ],
+ "help": "lp: other; Match packet addressed to another host",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: !<protocol>; IP protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "queue",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Queue target",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "queue-options",
+ "<value>"
+ ],
+ "help": "lp: fanout; Distribute packets between several queues",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "recent",
+ "count",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Source addresses seen more than N times",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "recent",
+ "time",
+ "<value>"
+ ],
+ "help": "lp: hour; Source addresses seen COUNT times in the last hour",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv4range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "address-mask",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 mask to apply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "fqdn",
+ "<value>"
+ ],
+ "help": "lp: <fqdn>; Fully qualified domain name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "geoip",
+ "country-code",
+ "<value>"
+ ],
+ "help": "lp: <country>; Country code (2 characters)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "geoip",
+ "inverse-match"
+ ],
+ "help": "Inverse match of country-codes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "mac-address",
+ "<value>"
+ ],
+ "help": "lp: !macaddr; Match everything except the specified MAC address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: ; \\n\\n Multiple destination ports can be specified as a comma-separated list.\\n For example: 'telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "established",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "invalid",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "new",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "related",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "ack"
+ ],
+ "help": "Acknowledge flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "cwr"
+ ],
+ "help": "Congestion Window Reduced flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "ecn"
+ ],
+ "help": "Explicit Congestion Notification flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "fin"
+ ],
+ "help": "Finish flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "ack"
+ ],
+ "help": "Acknowledge flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "cwr"
+ ],
+ "help": "Congestion Window Reduced flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "ecn"
+ ],
+ "help": "Explicit Congestion Notification flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "fin"
+ ],
+ "help": "Finish flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "psh"
+ ],
+ "help": "Push flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "rst"
+ ],
+ "help": "Reset flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "syn"
+ ],
+ "help": "Synchronise flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "urg"
+ ],
+ "help": "Urgent flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "psh"
+ ],
+ "help": "Push flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "rst"
+ ],
+ "help": "Reset flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "syn"
+ ],
+ "help": "Synchronise flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "urg"
+ ],
+ "help": "Urgent flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "mss",
+ "<value>"
+ ],
+ "help": "lp: <min>-<max>; TCP MSS range (use '-' as delimiter)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "startdate",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter date using following notation - YYYY-MM-DD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "starttime",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter time using using 24 hour notation - hh:mm:ss",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "stopdate",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter date using following notation - YYYY-MM-DD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "stoptime",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter time using using 24 hour notation - hh:mm:ss",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "weekdays",
+ "<value>"
+ ],
+ "help": "lp: u32:0-6; Day number (0 = Sunday ... 6 = Saturday)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "ttl",
+ "eq",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Equal to value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "ttl",
+ "gt",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Greater then value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "ttl",
+ "lt",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Less then value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "default-action",
+ "<value>"
+ ],
+ "help": "lp: accept; Accept if no prior rules are hit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "default-jump-target",
+ "<value>"
+ ],
+ "help": "Set jump target. Action jump must be defined in default-action",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "enable-default-log"
+ ],
+ "help": "Log packets hitting default-action",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "action",
+ "<value>"
+ ],
+ "help": "lp: queue; Enqueue packet to userspace",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "connection-mark",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; Connection-mark to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "connection-status",
+ "nat",
+ "<value>"
+ ],
+ "help": "lp: source; Match connections that are subject to source NAT",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv4range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "address-mask",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 mask to apply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "fqdn",
+ "<value>"
+ ],
+ "help": "lp: <fqdn>; Fully qualified domain name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "geoip",
+ "country-code",
+ "<value>"
+ ],
+ "help": "lp: <country>; Country code (2 characters)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "geoip",
+ "inverse-match"
+ ],
+ "help": "Inverse match of country-codes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "mac-address",
+ "<value>"
+ ],
+ "help": "lp: !macaddr; Match everything except the specified MAC address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: ; \\n\\n Multiple destination ports can be specified as a comma-separated list.\\n For example: 'telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "disable"
+ ],
+ "help": "Option to disable firewall rule",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; DSCP range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "dscp-exclude",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; DSCP range not to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "fragment",
+ "match-frag"
+ ],
+ "help": "Second and further fragments of fragmented packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "fragment",
+ "match-non-frag"
+ ],
+ "help": "Head fragments or unfragmented packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "icmp",
+ "code",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; ICMP code (0-255)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "icmp",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; ICMP type (0-255)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "icmp",
+ "type-name",
+ "<value>"
+ ],
+ "help": "lp: address-mask-reply; ICMP type 18: address-mask-reply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "inbound-interface",
+ "interface-group",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface-group name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "inbound-interface",
+ "interface-name",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "ipsec",
+ "match-ipsec"
+ ],
+ "help": "Inbound IPsec packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "ipsec",
+ "match-none"
+ ],
+ "help": "Inbound non-IPsec packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "jump-target",
+ "<value>"
+ ],
+ "help": "Set jump target. Action jump must be defined to use this setting",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "limit",
+ "burst",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; Maximum number of packets to allow in excess of rate",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "limit",
+ "rate",
+ "<value>"
+ ],
+ "help": "lp: txt; integer/unit (Example: 5/minute)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "log",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable log",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "log-options",
+ "group",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Log group to send messages to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "log-options",
+ "level",
+ "<value>"
+ ],
+ "help": "lp: debug; Debug log level",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "log-options",
+ "queue-threshold",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Number of packets to queue inside the kernel before sending them to userspace",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "log-options",
+ "snapshot-length",
+ "<value>"
+ ],
+ "help": "lp: u32:0-9000; Length of packet payload to include in netlink message",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "outbound-interface",
+ "interface-group",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface-group name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "outbound-interface",
+ "interface-name",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "packet-length",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; Packet length range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "packet-length-exclude",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; Packet length range not to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "packet-type",
+ "<value>"
+ ],
+ "help": "lp: other; Match packet addressed to another host",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: !<protocol>; IP protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "queue",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Queue target",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "queue-options",
+ "<value>"
+ ],
+ "help": "lp: fanout; Distribute packets between several queues",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "recent",
+ "count",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Source addresses seen more than N times",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "recent",
+ "time",
+ "<value>"
+ ],
+ "help": "lp: hour; Source addresses seen COUNT times in the last hour",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv4range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "address-mask",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 mask to apply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "fqdn",
+ "<value>"
+ ],
+ "help": "lp: <fqdn>; Fully qualified domain name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "geoip",
+ "country-code",
+ "<value>"
+ ],
+ "help": "lp: <country>; Country code (2 characters)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "geoip",
+ "inverse-match"
+ ],
+ "help": "Inverse match of country-codes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "mac-address",
+ "<value>"
+ ],
+ "help": "lp: !macaddr; Match everything except the specified MAC address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: ; \\n\\n Multiple destination ports can be specified as a comma-separated list.\\n For example: 'telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "state",
+ "established",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "state",
+ "invalid",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "state",
+ "new",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "state",
+ "related",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "ack"
+ ],
+ "help": "Acknowledge flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "cwr"
+ ],
+ "help": "Congestion Window Reduced flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "ecn"
+ ],
+ "help": "Explicit Congestion Notification flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "fin"
+ ],
+ "help": "Finish flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "ack"
+ ],
+ "help": "Acknowledge flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "cwr"
+ ],
+ "help": "Congestion Window Reduced flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "ecn"
+ ],
+ "help": "Explicit Congestion Notification flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "fin"
+ ],
+ "help": "Finish flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "psh"
+ ],
+ "help": "Push flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "rst"
+ ],
+ "help": "Reset flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "syn"
+ ],
+ "help": "Synchronise flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "urg"
+ ],
+ "help": "Urgent flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "psh"
+ ],
+ "help": "Push flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "rst"
+ ],
+ "help": "Reset flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "syn"
+ ],
+ "help": "Synchronise flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "urg"
+ ],
+ "help": "Urgent flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "mss",
+ "<value>"
+ ],
+ "help": "lp: <min>-<max>; TCP MSS range (use '-' as delimiter)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "startdate",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter date using following notation - YYYY-MM-DD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "starttime",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter time using using 24 hour notation - hh:mm:ss",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "stopdate",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter date using following notation - YYYY-MM-DD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "stoptime",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter time using using 24 hour notation - hh:mm:ss",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "weekdays",
+ "<value>"
+ ],
+ "help": "lp: u32:0-6; Day number (0 = Sunday ... 6 = Saturday)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "ttl",
+ "eq",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Equal to value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "ttl",
+ "gt",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Greater then value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "ttl",
+ "lt",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Less then value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "default-action",
+ "<value>"
+ ],
+ "help": "lp: accept; Accept if no prior rules are hit (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "action",
+ "<value>"
+ ],
+ "help": "lp: queue; Enqueue packet to userspace",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "connection-mark",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; Connection-mark to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "connection-status",
+ "nat",
+ "<value>"
+ ],
+ "help": "lp: source; Match connections that are subject to source NAT",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv4range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "address-mask",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 mask to apply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "fqdn",
+ "<value>"
+ ],
+ "help": "lp: <fqdn>; Fully qualified domain name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "geoip",
+ "country-code",
+ "<value>"
+ ],
+ "help": "lp: <country>; Country code (2 characters)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "geoip",
+ "inverse-match"
+ ],
+ "help": "Inverse match of country-codes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "mac-address",
+ "<value>"
+ ],
+ "help": "lp: !macaddr; Match everything except the specified MAC address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: ; \\n\\n Multiple destination ports can be specified as a comma-separated list.\\n For example: 'telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "disable"
+ ],
+ "help": "Option to disable firewall rule",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; DSCP range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "dscp-exclude",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; DSCP range not to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "fragment",
+ "match-frag"
+ ],
+ "help": "Second and further fragments of fragmented packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "fragment",
+ "match-non-frag"
+ ],
+ "help": "Head fragments or unfragmented packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "icmp",
+ "code",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; ICMP code (0-255)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "icmp",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; ICMP type (0-255)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "icmp",
+ "type-name",
+ "<value>"
+ ],
+ "help": "lp: address-mask-reply; ICMP type 18: address-mask-reply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "ipsec",
+ "match-ipsec"
+ ],
+ "help": "Inbound IPsec packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "ipsec",
+ "match-none"
+ ],
+ "help": "Inbound non-IPsec packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "jump-target",
+ "<value>"
+ ],
+ "help": "Set jump target. Action jump must be defined to use this setting",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "limit",
+ "burst",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; Maximum number of packets to allow in excess of rate",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "limit",
+ "rate",
+ "<value>"
+ ],
+ "help": "lp: txt; integer/unit (Example: 5/minute)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "log",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable log",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "group",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Log group to send messages to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "level",
+ "<value>"
+ ],
+ "help": "lp: debug; Debug log level",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "queue-threshold",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Number of packets to queue inside the kernel before sending them to userspace",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "snapshot-length",
+ "<value>"
+ ],
+ "help": "lp: u32:0-9000; Length of packet payload to include in netlink message",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "outbound-interface",
+ "interface-group",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface-group name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "outbound-interface",
+ "interface-name",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "packet-length",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; Packet length range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "packet-length-exclude",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; Packet length range not to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "packet-type",
+ "<value>"
+ ],
+ "help": "lp: other; Match packet addressed to another host",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: !<protocol>; IP protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "queue",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Queue target",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "queue-options",
+ "<value>"
+ ],
+ "help": "lp: fanout; Distribute packets between several queues",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "recent",
+ "count",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Source addresses seen more than N times",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "recent",
+ "time",
+ "<value>"
+ ],
+ "help": "lp: hour; Source addresses seen COUNT times in the last hour",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv4range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "address-mask",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 mask to apply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "fqdn",
+ "<value>"
+ ],
+ "help": "lp: <fqdn>; Fully qualified domain name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "geoip",
+ "country-code",
+ "<value>"
+ ],
+ "help": "lp: <country>; Country code (2 characters)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "geoip",
+ "inverse-match"
+ ],
+ "help": "Inverse match of country-codes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "mac-address",
+ "<value>"
+ ],
+ "help": "lp: !macaddr; Match everything except the specified MAC address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: ; \\n\\n Multiple destination ports can be specified as a comma-separated list.\\n For example: 'telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "established",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "invalid",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "new",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "related",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "ack"
+ ],
+ "help": "Acknowledge flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "cwr"
+ ],
+ "help": "Congestion Window Reduced flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "ecn"
+ ],
+ "help": "Explicit Congestion Notification flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "fin"
+ ],
+ "help": "Finish flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "ack"
+ ],
+ "help": "Acknowledge flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "cwr"
+ ],
+ "help": "Congestion Window Reduced flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "ecn"
+ ],
+ "help": "Explicit Congestion Notification flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "fin"
+ ],
+ "help": "Finish flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "psh"
+ ],
+ "help": "Push flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "rst"
+ ],
+ "help": "Reset flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "syn"
+ ],
+ "help": "Synchronise flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "urg"
+ ],
+ "help": "Urgent flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "psh"
+ ],
+ "help": "Push flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "rst"
+ ],
+ "help": "Reset flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "syn"
+ ],
+ "help": "Synchronise flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "urg"
+ ],
+ "help": "Urgent flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "mss",
+ "<value>"
+ ],
+ "help": "lp: <min>-<max>; TCP MSS range (use '-' as delimiter)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "startdate",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter date using following notation - YYYY-MM-DD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "starttime",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter time using using 24 hour notation - hh:mm:ss",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "stopdate",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter date using following notation - YYYY-MM-DD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "stoptime",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter time using using 24 hour notation - hh:mm:ss",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "weekdays",
+ "<value>"
+ ],
+ "help": "lp: u32:0-6; Day number (0 = Sunday ... 6 = Saturday)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "ttl",
+ "eq",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Equal to value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "ttl",
+ "gt",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Greater then value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "ttl",
+ "lt",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Less then value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "default-action",
+ "<value>"
+ ],
+ "help": "lp: accept; Accept if no prior rules are hit (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "action",
+ "<value>"
+ ],
+ "help": "lp: queue; Enqueue packet to userspace",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "connection-mark",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; Connection-mark to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "connection-status",
+ "nat",
+ "<value>"
+ ],
+ "help": "lp: source; Match connections that are subject to source NAT",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv6range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "address-mask",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IP mask to apply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "fqdn",
+ "<value>"
+ ],
+ "help": "lp: <fqdn>; Fully qualified domain name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "geoip",
+ "country-code",
+ "<value>"
+ ],
+ "help": "lp: <country>; Country code (2 characters)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "geoip",
+ "inverse-match"
+ ],
+ "help": "Inverse match of country-codes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "mac-address",
+ "<value>"
+ ],
+ "help": "lp: !macaddr; Match everything except the specified MAC address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: ; \\n\\n Multiple destination ports can be specified as a comma-separated list.\\n For example: 'telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "disable"
+ ],
+ "help": "Option to disable firewall rule",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; DSCP range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "dscp-exclude",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; DSCP range not to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "fragment",
+ "match-frag"
+ ],
+ "help": "Second and further fragments of fragmented packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "fragment",
+ "match-non-frag"
+ ],
+ "help": "Head fragments or unfragmented packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "hop-limit",
+ "eq",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Equal to value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "hop-limit",
+ "gt",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Greater then value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "hop-limit",
+ "lt",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Less then value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "icmpv6",
+ "code",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; ICMPv6 code (0-255)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "icmpv6",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; ICMPv6 type (0-255)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "icmpv6",
+ "type-name",
+ "<value>"
+ ],
+ "help": "lp: mld2-listener-report; ICMPv6 type 143: mld2-listener-report",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "inbound-interface",
+ "interface-group",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface-group name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "inbound-interface",
+ "interface-name",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "ipsec",
+ "match-ipsec"
+ ],
+ "help": "Inbound IPsec packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "ipsec",
+ "match-none"
+ ],
+ "help": "Inbound non-IPsec packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "jump-target",
+ "<value>"
+ ],
+ "help": "Set jump target. Action jump must be defined to use this setting",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "limit",
+ "burst",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; Maximum number of packets to allow in excess of rate",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "limit",
+ "rate",
+ "<value>"
+ ],
+ "help": "lp: txt; integer/unit (Example: 5/minute)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "log",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable log",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "group",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Log group to send messages to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "level",
+ "<value>"
+ ],
+ "help": "lp: debug; Debug log level",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "queue-threshold",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Number of packets to queue inside the kernel before sending them to userspace",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "snapshot-length",
+ "<value>"
+ ],
+ "help": "lp: u32:0-9000; Length of packet payload to include in netlink message",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "outbound-interface",
+ "interface-group",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface-group name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "outbound-interface",
+ "interface-name",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "packet-length",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; Packet length range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "packet-length-exclude",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; Packet length range not to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "packet-type",
+ "<value>"
+ ],
+ "help": "lp: other; Match packet addressed to another host",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: !<protocol>; IP protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "queue",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Queue target",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "queue-options",
+ "<value>"
+ ],
+ "help": "lp: fanout; Distribute packets between several queues",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "recent",
+ "count",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Source addresses seen more than N times",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "recent",
+ "time",
+ "<value>"
+ ],
+ "help": "lp: hour; Source addresses seen COUNT times in the last hour",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv6range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "address-mask",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IP mask to apply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "fqdn",
+ "<value>"
+ ],
+ "help": "lp: <fqdn>; Fully qualified domain name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "geoip",
+ "country-code",
+ "<value>"
+ ],
+ "help": "lp: <country>; Country code (2 characters)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "geoip",
+ "inverse-match"
+ ],
+ "help": "Inverse match of country-codes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "mac-address",
+ "<value>"
+ ],
+ "help": "lp: !macaddr; Match everything except the specified MAC address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: ; \\n\\n Multiple destination ports can be specified as a comma-separated list.\\n For example: 'telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "established",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "invalid",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "new",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "related",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "ack"
+ ],
+ "help": "Acknowledge flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "cwr"
+ ],
+ "help": "Congestion Window Reduced flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "ecn"
+ ],
+ "help": "Explicit Congestion Notification flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "fin"
+ ],
+ "help": "Finish flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "ack"
+ ],
+ "help": "Acknowledge flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "cwr"
+ ],
+ "help": "Congestion Window Reduced flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "ecn"
+ ],
+ "help": "Explicit Congestion Notification flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "fin"
+ ],
+ "help": "Finish flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "psh"
+ ],
+ "help": "Push flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "rst"
+ ],
+ "help": "Reset flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "syn"
+ ],
+ "help": "Synchronise flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "urg"
+ ],
+ "help": "Urgent flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "psh"
+ ],
+ "help": "Push flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "rst"
+ ],
+ "help": "Reset flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "syn"
+ ],
+ "help": "Synchronise flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "urg"
+ ],
+ "help": "Urgent flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "mss",
+ "<value>"
+ ],
+ "help": "lp: <min>-<max>; TCP MSS range (use '-' as delimiter)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "startdate",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter date using following notation - YYYY-MM-DD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "starttime",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter time using using 24 hour notation - hh:mm:ss",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "stopdate",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter date using following notation - YYYY-MM-DD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "stoptime",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter time using using 24 hour notation - hh:mm:ss",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "weekdays",
+ "<value>"
+ ],
+ "help": "lp: u32:0-6; Day number (0 = Sunday ... 6 = Saturday)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "default-action",
+ "<value>"
+ ],
+ "help": "lp: accept; Accept if no prior rules are hit (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "action",
+ "<value>"
+ ],
+ "help": "lp: queue; Enqueue packet to userspace",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "connection-mark",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; Connection-mark to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "connection-status",
+ "nat",
+ "<value>"
+ ],
+ "help": "lp: source; Match connections that are subject to source NAT",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv6range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "address-mask",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IP mask to apply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "fqdn",
+ "<value>"
+ ],
+ "help": "lp: <fqdn>; Fully qualified domain name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "geoip",
+ "country-code",
+ "<value>"
+ ],
+ "help": "lp: <country>; Country code (2 characters)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "geoip",
+ "inverse-match"
+ ],
+ "help": "Inverse match of country-codes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "mac-address",
+ "<value>"
+ ],
+ "help": "lp: !macaddr; Match everything except the specified MAC address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: ; \\n\\n Multiple destination ports can be specified as a comma-separated list.\\n For example: 'telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "disable"
+ ],
+ "help": "Option to disable firewall rule",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; DSCP range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "dscp-exclude",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; DSCP range not to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "fragment",
+ "match-frag"
+ ],
+ "help": "Second and further fragments of fragmented packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "fragment",
+ "match-non-frag"
+ ],
+ "help": "Head fragments or unfragmented packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "hop-limit",
+ "eq",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Equal to value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "hop-limit",
+ "gt",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Greater then value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "hop-limit",
+ "lt",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Less then value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "icmpv6",
+ "code",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; ICMPv6 code (0-255)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "icmpv6",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; ICMPv6 type (0-255)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "icmpv6",
+ "type-name",
+ "<value>"
+ ],
+ "help": "lp: mld2-listener-report; ICMPv6 type 143: mld2-listener-report",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "inbound-interface",
+ "interface-group",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface-group name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "inbound-interface",
+ "interface-name",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "ipsec",
+ "match-ipsec"
+ ],
+ "help": "Inbound IPsec packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "ipsec",
+ "match-none"
+ ],
+ "help": "Inbound non-IPsec packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "jump-target",
+ "<value>"
+ ],
+ "help": "Set jump target. Action jump must be defined to use this setting",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "limit",
+ "burst",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; Maximum number of packets to allow in excess of rate",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "limit",
+ "rate",
+ "<value>"
+ ],
+ "help": "lp: txt; integer/unit (Example: 5/minute)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "log",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable log",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "group",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Log group to send messages to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "level",
+ "<value>"
+ ],
+ "help": "lp: debug; Debug log level",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "queue-threshold",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Number of packets to queue inside the kernel before sending them to userspace",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "snapshot-length",
+ "<value>"
+ ],
+ "help": "lp: u32:0-9000; Length of packet payload to include in netlink message",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "packet-length",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; Packet length range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "packet-length-exclude",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; Packet length range not to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "packet-type",
+ "<value>"
+ ],
+ "help": "lp: other; Match packet addressed to another host",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: !<protocol>; IP protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "queue",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Queue target",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "queue-options",
+ "<value>"
+ ],
+ "help": "lp: fanout; Distribute packets between several queues",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "recent",
+ "count",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Source addresses seen more than N times",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "recent",
+ "time",
+ "<value>"
+ ],
+ "help": "lp: hour; Source addresses seen COUNT times in the last hour",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv6range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "address-mask",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IP mask to apply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "fqdn",
+ "<value>"
+ ],
+ "help": "lp: <fqdn>; Fully qualified domain name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "geoip",
+ "country-code",
+ "<value>"
+ ],
+ "help": "lp: <country>; Country code (2 characters)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "geoip",
+ "inverse-match"
+ ],
+ "help": "Inverse match of country-codes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "mac-address",
+ "<value>"
+ ],
+ "help": "lp: !macaddr; Match everything except the specified MAC address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: ; \\n\\n Multiple destination ports can be specified as a comma-separated list.\\n For example: 'telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "established",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "invalid",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "new",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "related",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "ack"
+ ],
+ "help": "Acknowledge flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "cwr"
+ ],
+ "help": "Congestion Window Reduced flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "ecn"
+ ],
+ "help": "Explicit Congestion Notification flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "fin"
+ ],
+ "help": "Finish flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "ack"
+ ],
+ "help": "Acknowledge flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "cwr"
+ ],
+ "help": "Congestion Window Reduced flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "ecn"
+ ],
+ "help": "Explicit Congestion Notification flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "fin"
+ ],
+ "help": "Finish flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "psh"
+ ],
+ "help": "Push flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "rst"
+ ],
+ "help": "Reset flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "syn"
+ ],
+ "help": "Synchronise flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "urg"
+ ],
+ "help": "Urgent flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "psh"
+ ],
+ "help": "Push flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "rst"
+ ],
+ "help": "Reset flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "syn"
+ ],
+ "help": "Synchronise flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "urg"
+ ],
+ "help": "Urgent flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "mss",
+ "<value>"
+ ],
+ "help": "lp: <min>-<max>; TCP MSS range (use '-' as delimiter)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "startdate",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter date using following notation - YYYY-MM-DD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "starttime",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter time using using 24 hour notation - hh:mm:ss",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "stopdate",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter date using following notation - YYYY-MM-DD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "stoptime",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter time using using 24 hour notation - hh:mm:ss",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "weekdays",
+ "<value>"
+ ],
+ "help": "lp: u32:0-6; Day number (0 = Sunday ... 6 = Saturday)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "default-action",
+ "<value>"
+ ],
+ "help": "lp: accept; Accept if no prior rules are hit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "default-jump-target",
+ "<value>"
+ ],
+ "help": "Set jump target. Action jump must be defined in default-action",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "enable-default-log"
+ ],
+ "help": "Log packets hitting default-action",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "action",
+ "<value>"
+ ],
+ "help": "lp: queue; Enqueue packet to userspace",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "connection-mark",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; Connection-mark to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "connection-status",
+ "nat",
+ "<value>"
+ ],
+ "help": "lp: source; Match connections that are subject to source NAT",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv6range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "address-mask",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IP mask to apply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "fqdn",
+ "<value>"
+ ],
+ "help": "lp: <fqdn>; Fully qualified domain name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "geoip",
+ "country-code",
+ "<value>"
+ ],
+ "help": "lp: <country>; Country code (2 characters)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "geoip",
+ "inverse-match"
+ ],
+ "help": "Inverse match of country-codes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "mac-address",
+ "<value>"
+ ],
+ "help": "lp: !macaddr; Match everything except the specified MAC address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: ; \\n\\n Multiple destination ports can be specified as a comma-separated list.\\n For example: 'telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "disable"
+ ],
+ "help": "Option to disable firewall rule",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; DSCP range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "dscp-exclude",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; DSCP range not to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "fragment",
+ "match-frag"
+ ],
+ "help": "Second and further fragments of fragmented packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "fragment",
+ "match-non-frag"
+ ],
+ "help": "Head fragments or unfragmented packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "hop-limit",
+ "eq",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Equal to value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "hop-limit",
+ "gt",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Greater then value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "hop-limit",
+ "lt",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Less then value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "icmpv6",
+ "code",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; ICMPv6 code (0-255)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "icmpv6",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; ICMPv6 type (0-255)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "icmpv6",
+ "type-name",
+ "<value>"
+ ],
+ "help": "lp: mld2-listener-report; ICMPv6 type 143: mld2-listener-report",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "inbound-interface",
+ "interface-group",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface-group name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "inbound-interface",
+ "interface-name",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "ipsec",
+ "match-ipsec"
+ ],
+ "help": "Inbound IPsec packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "ipsec",
+ "match-none"
+ ],
+ "help": "Inbound non-IPsec packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "jump-target",
+ "<value>"
+ ],
+ "help": "Set jump target. Action jump must be defined to use this setting",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "limit",
+ "burst",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; Maximum number of packets to allow in excess of rate",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "limit",
+ "rate",
+ "<value>"
+ ],
+ "help": "lp: txt; integer/unit (Example: 5/minute)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "log",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable log",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "log-options",
+ "group",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Log group to send messages to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "log-options",
+ "level",
+ "<value>"
+ ],
+ "help": "lp: debug; Debug log level",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "log-options",
+ "queue-threshold",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Number of packets to queue inside the kernel before sending them to userspace",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "log-options",
+ "snapshot-length",
+ "<value>"
+ ],
+ "help": "lp: u32:0-9000; Length of packet payload to include in netlink message",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "outbound-interface",
+ "interface-group",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface-group name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "outbound-interface",
+ "interface-name",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "packet-length",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; Packet length range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "packet-length-exclude",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; Packet length range not to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "packet-type",
+ "<value>"
+ ],
+ "help": "lp: other; Match packet addressed to another host",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: !<protocol>; IP protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "queue",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Queue target",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "queue-options",
+ "<value>"
+ ],
+ "help": "lp: fanout; Distribute packets between several queues",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "recent",
+ "count",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Source addresses seen more than N times",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "recent",
+ "time",
+ "<value>"
+ ],
+ "help": "lp: hour; Source addresses seen COUNT times in the last hour",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv6range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "address-mask",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IP mask to apply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "fqdn",
+ "<value>"
+ ],
+ "help": "lp: <fqdn>; Fully qualified domain name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "geoip",
+ "country-code",
+ "<value>"
+ ],
+ "help": "lp: <country>; Country code (2 characters)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "geoip",
+ "inverse-match"
+ ],
+ "help": "Inverse match of country-codes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "mac-address",
+ "<value>"
+ ],
+ "help": "lp: !macaddr; Match everything except the specified MAC address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: ; \\n\\n Multiple destination ports can be specified as a comma-separated list.\\n For example: 'telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "state",
+ "established",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "state",
+ "invalid",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "state",
+ "new",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "state",
+ "related",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "ack"
+ ],
+ "help": "Acknowledge flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "cwr"
+ ],
+ "help": "Congestion Window Reduced flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "ecn"
+ ],
+ "help": "Explicit Congestion Notification flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "fin"
+ ],
+ "help": "Finish flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "ack"
+ ],
+ "help": "Acknowledge flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "cwr"
+ ],
+ "help": "Congestion Window Reduced flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "ecn"
+ ],
+ "help": "Explicit Congestion Notification flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "fin"
+ ],
+ "help": "Finish flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "psh"
+ ],
+ "help": "Push flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "rst"
+ ],
+ "help": "Reset flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "syn"
+ ],
+ "help": "Synchronise flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "urg"
+ ],
+ "help": "Urgent flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "psh"
+ ],
+ "help": "Push flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "rst"
+ ],
+ "help": "Reset flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "syn"
+ ],
+ "help": "Synchronise flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "urg"
+ ],
+ "help": "Urgent flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "mss",
+ "<value>"
+ ],
+ "help": "lp: <min>-<max>; TCP MSS range (use '-' as delimiter)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "startdate",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter date using following notation - YYYY-MM-DD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "starttime",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter time using using 24 hour notation - hh:mm:ss",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "stopdate",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter date using following notation - YYYY-MM-DD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "stoptime",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter time using using 24 hour notation - hh:mm:ss",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "name",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "weekdays",
+ "<value>"
+ ],
+ "help": "lp: u32:0-6; Day number (0 = Sunday ... 6 = Saturday)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "default-action",
+ "<value>"
+ ],
+ "help": "lp: accept; Accept if no prior rules are hit (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "action",
+ "<value>"
+ ],
+ "help": "lp: queue; Enqueue packet to userspace",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "connection-mark",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; Connection-mark to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "connection-status",
+ "nat",
+ "<value>"
+ ],
+ "help": "lp: source; Match connections that are subject to source NAT",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv6range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "address-mask",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IP mask to apply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "fqdn",
+ "<value>"
+ ],
+ "help": "lp: <fqdn>; Fully qualified domain name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "geoip",
+ "country-code",
+ "<value>"
+ ],
+ "help": "lp: <country>; Country code (2 characters)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "geoip",
+ "inverse-match"
+ ],
+ "help": "Inverse match of country-codes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "mac-address",
+ "<value>"
+ ],
+ "help": "lp: !macaddr; Match everything except the specified MAC address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: ; \\n\\n Multiple destination ports can be specified as a comma-separated list.\\n For example: 'telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "disable"
+ ],
+ "help": "Option to disable firewall rule",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; DSCP range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "dscp-exclude",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; DSCP range not to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "fragment",
+ "match-frag"
+ ],
+ "help": "Second and further fragments of fragmented packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "fragment",
+ "match-non-frag"
+ ],
+ "help": "Head fragments or unfragmented packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "hop-limit",
+ "eq",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Equal to value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "hop-limit",
+ "gt",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Greater then value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "hop-limit",
+ "lt",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Less then value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "icmpv6",
+ "code",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; ICMPv6 code (0-255)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "icmpv6",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; ICMPv6 type (0-255)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "icmpv6",
+ "type-name",
+ "<value>"
+ ],
+ "help": "lp: mld2-listener-report; ICMPv6 type 143: mld2-listener-report",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "ipsec",
+ "match-ipsec"
+ ],
+ "help": "Inbound IPsec packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "ipsec",
+ "match-none"
+ ],
+ "help": "Inbound non-IPsec packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "jump-target",
+ "<value>"
+ ],
+ "help": "Set jump target. Action jump must be defined to use this setting",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "limit",
+ "burst",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; Maximum number of packets to allow in excess of rate",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "limit",
+ "rate",
+ "<value>"
+ ],
+ "help": "lp: txt; integer/unit (Example: 5/minute)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "log",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable log",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "group",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Log group to send messages to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "level",
+ "<value>"
+ ],
+ "help": "lp: debug; Debug log level",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "queue-threshold",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Number of packets to queue inside the kernel before sending them to userspace",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "log-options",
+ "snapshot-length",
+ "<value>"
+ ],
+ "help": "lp: u32:0-9000; Length of packet payload to include in netlink message",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "outbound-interface",
+ "interface-group",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface-group name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "outbound-interface",
+ "interface-name",
+ "<value>"
+ ],
+ "help": "lp: !txt; Inverted interface name to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "packet-length",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; Packet length range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "packet-length-exclude",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; Packet length range not to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "packet-type",
+ "<value>"
+ ],
+ "help": "lp: other; Match packet addressed to another host",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: !<protocol>; IP protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "queue",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Queue target",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "queue-options",
+ "<value>"
+ ],
+ "help": "lp: fanout; Distribute packets between several queues",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "recent",
+ "count",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Source addresses seen more than N times",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "recent",
+ "time",
+ "<value>"
+ ],
+ "help": "lp: hour; Source addresses seen COUNT times in the last hour",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv6range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "address-mask",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IP mask to apply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "fqdn",
+ "<value>"
+ ],
+ "help": "lp: <fqdn>; Fully qualified domain name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "geoip",
+ "country-code",
+ "<value>"
+ ],
+ "help": "lp: <country>; Country code (2 characters)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "geoip",
+ "inverse-match"
+ ],
+ "help": "Inverse match of country-codes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "mac-address",
+ "<value>"
+ ],
+ "help": "lp: !macaddr; Match everything except the specified MAC address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: ; \\n\\n Multiple destination ports can be specified as a comma-separated list.\\n For example: 'telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "established",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "invalid",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "new",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "state",
+ "related",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "ack"
+ ],
+ "help": "Acknowledge flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "cwr"
+ ],
+ "help": "Congestion Window Reduced flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "ecn"
+ ],
+ "help": "Explicit Congestion Notification flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "fin"
+ ],
+ "help": "Finish flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "ack"
+ ],
+ "help": "Acknowledge flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "cwr"
+ ],
+ "help": "Congestion Window Reduced flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "ecn"
+ ],
+ "help": "Explicit Congestion Notification flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "fin"
+ ],
+ "help": "Finish flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "psh"
+ ],
+ "help": "Push flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "rst"
+ ],
+ "help": "Reset flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "syn"
+ ],
+ "help": "Synchronise flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "urg"
+ ],
+ "help": "Urgent flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "psh"
+ ],
+ "help": "Push flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "rst"
+ ],
+ "help": "Reset flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "syn"
+ ],
+ "help": "Synchronise flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "urg"
+ ],
+ "help": "Urgent flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "tcp",
+ "mss",
+ "<value>"
+ ],
+ "help": "lp: <min>-<max>; TCP MSS range (use '-' as delimiter)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "startdate",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter date using following notation - YYYY-MM-DD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "starttime",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter time using using 24 hour notation - hh:mm:ss",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "stopdate",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter date using following notation - YYYY-MM-DD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "stoptime",
+ "<value>"
+ ],
+ "help": "lp: txt; Enter time using using 24 hour notation - hh:mm:ss",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>",
+ "time",
+ "weekdays",
+ "<value>"
+ ],
+ "help": "lp: u32:0-6; Day number (0 = Sunday ... 6 = Saturday)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "virtual-server",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "virtual-server",
+ "<text>",
+ "algorithm",
+ "<value>"
+ ],
+ "help": "lp: locality-based-least-connection; Locality-Based least connection",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "virtual-server",
+ "<text>",
+ "delay-loop",
+ "<value>"
+ ],
+ "help": "lp: u32:1-600; Interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "virtual-server",
+ "<text>",
+ "forward-method",
+ "<value>"
+ ],
+ "help": "lp: tunnel; Tunneling",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "virtual-server",
+ "<text>",
+ "fwmark",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2147483647; Match firewall mark value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "virtual-server",
+ "<text>",
+ "persistence-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; Timeout for persistent connections",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "virtual-server",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "virtual-server",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: udp; UDP",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "virtual-server",
+ "<text>",
+ "real-server",
+ "<text>",
+ "connection-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; Connection timeout to remote server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "virtual-server",
+ "<text>",
+ "real-server",
+ "<text>",
+ "health-check",
+ "script",
+ "<value>"
+ ],
+ "help": "Health check script file",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "virtual-server",
+ "<text>",
+ "real-server",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "global-parameters",
+ "garp",
+ "interval",
+ "<value>"
+ ],
+ "help": "lp: <0.000-1000>; Interval in seconds, resolution microseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "global-parameters",
+ "garp",
+ "master-delay",
+ "<value>"
+ ],
+ "help": "lp: u32:1-1000; Delay in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "global-parameters",
+ "garp",
+ "master-refresh",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "global-parameters",
+ "garp",
+ "master-refresh-repeat",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Number of gratuitous ARP messages",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "global-parameters",
+ "garp",
+ "master-repeat",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Number of gratuitous ARP messages",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "global-parameters",
+ "startup-delay",
+ "<value>"
+ ],
+ "help": "lp: u32:1-600; Interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "global-parameters",
+ "version",
+ "<value>"
+ ],
+ "help": "lp: 3; VRRP version 3",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "address",
+ "<text>",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "advertise-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Advertise interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "authentication",
+ "password",
+ "<value>"
+ ],
+ "help": "lp: txt; Password string (up to 8 characters)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "authentication",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: ah; AH - IPSEC (not recommended)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "excluded-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "garp",
+ "interval",
+ "<value>"
+ ],
+ "help": "lp: <0.000-1000>; Interval in seconds, resolution microseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "garp",
+ "master-delay",
+ "<value>"
+ ],
+ "help": "lp: u32:1-1000; Delay in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "garp",
+ "master-refresh",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "garp",
+ "master-refresh-repeat",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Number of gratuitous ARP messages",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "garp",
+ "master-repeat",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Number of gratuitous ARP messages",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "health-check",
+ "failure-count",
+ "<value>"
+ ],
+ "help": "Health check failure count required for transition to fault",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "health-check",
+ "interval",
+ "<value>"
+ ],
+ "help": "Health check execution interval in seconds (default: 60)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "health-check",
+ "ping",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 ping target address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "health-check",
+ "script",
+ "<value>"
+ ],
+ "help": "Health check script file",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "hello-source-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 hello source address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "no-preempt"
+ ],
+ "help": "Disable master preemption",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "peer-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 unicast peer address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "preempt-delay",
+ "<value>"
+ ],
+ "help": "lp: u32:0-1000; preempt delay",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "priority",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Router priority",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "rfc3768-compatibility"
+ ],
+ "help": "Use VRRP virtual MAC address as per RFC3768",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "track",
+ "exclude-vrrp-interface"
+ ],
+ "help": "Disable track state of main interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "track",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "transition-script",
+ "backup",
+ "<value>"
+ ],
+ "help": "Script to run on VRRP state transition to backup",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "transition-script",
+ "fault",
+ "<value>"
+ ],
+ "help": "Script to run on VRRP state transition to fault",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "transition-script",
+ "master",
+ "<value>"
+ ],
+ "help": "Script to run on VRRP state transition to master",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "transition-script",
+ "stop",
+ "<value>"
+ ],
+ "help": "Script to run on VRRP state transition to stop",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "group",
+ "<text>",
+ "vrid",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Virtual router identifier",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "sync-group",
+ "<text>",
+ "member",
+ "<value>"
+ ],
+ "help": "lp: txt; VRRP group name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "sync-group",
+ "<text>",
+ "transition-script",
+ "backup",
+ "<value>"
+ ],
+ "help": "Script to run on VRRP state transition to backup",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "sync-group",
+ "<text>",
+ "transition-script",
+ "fault",
+ "<value>"
+ ],
+ "help": "Script to run on VRRP state transition to fault",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "sync-group",
+ "<text>",
+ "transition-script",
+ "master",
+ "<value>"
+ ],
+ "help": "Script to run on VRRP state transition to master",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "high-availability",
+ "vrrp",
+ "sync-group",
+ "<text>",
+ "transition-script",
+ "stop",
+ "<value>"
+ ],
+ "help": "Script to run on VRRP state transition to stop",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "arp-monitor",
+ "interval",
+ "<value>"
+ ],
+ "help": "lp: u32; Specifies the ARP link monitoring frequency in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "arp-monitor",
+ "target",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Specify IPv4 address of ARP requests when interval is enabled",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "hash-policy",
+ "<value>"
+ ],
+ "help": "lp: encap3+4; combine encapsulated IP address and port to make hash",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "lacp-rate",
+ "<value>"
+ ],
+ "help": "lp: fast; Request partner to transmit LACPDUs every 1 second",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "member",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "mii-mon-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:50-1000; MII link monitoring frequency in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "min-links",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16; Minimum number of member interfaces required up before enabling bond",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: xor-hash; Distribute based on MAC address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "primary",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "egress-qos",
+ "<value>"
+ ],
+ "help": "lp: txt; Format for qos mapping, e.g.: '0:1 1:6 7:6'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "ingress-qos",
+ "<value>"
+ ],
+ "help": "lp: txt; Format for qos mapping, e.g.: '0:1 1:6 7:6'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: 802.1q; VLAN-tagged frame (IEEE 802.1q), ethertype 0x8100",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "aging",
+ "<value>"
+ ],
+ "help": "lp: u32:10-1000000; MAC address aging time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "enable-vlan"
+ ],
+ "help": "Enable VLAN aware bridge",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "forwarding-delay",
+ "<value>"
+ ],
+ "help": "lp: u32:0-200; Spanning Tree Protocol forwarding delay in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "hello-time",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Spanning Tree Protocol hello advertisement interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "igmp",
+ "querier"
+ ],
+ "help": "Enable IGMP/MLD querier",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "igmp",
+ "snooping"
+ ],
+ "help": "Enable IGMP/MLD snooping",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "max-age",
+ "<value>"
+ ],
+ "help": "lp: u32:1-40; Bridge maximum aging time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "member",
+ "interface",
+ "<text>",
+ "allowed-vlan",
+ "<value>"
+ ],
+ "help": "lp: <idN>-<idM>; VLAN id range allowed on this interface (use '-' as delimiter)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "member",
+ "interface",
+ "<text>",
+ "cost",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Path cost value for Spanning Tree Protocol",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "member",
+ "interface",
+ "<text>",
+ "isolated"
+ ],
+ "help": "Port is isolated (also known as Private-VLAN)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "member",
+ "interface",
+ "<text>",
+ "native-vlan",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4094; Virtual Local Area Network (VLAN) ID",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "member",
+ "interface",
+ "<text>",
+ "priority",
+ "<value>"
+ ],
+ "help": "lp: u32:0-63; Bridge port priority",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "priority",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Bridge priority",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "stp"
+ ],
+ "help": "Enable spanning tree protocol",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "egress-qos",
+ "<value>"
+ ],
+ "help": "lp: txt; Format for qos mapping, e.g.: '0:1 1:6 7:6'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "ingress-qos",
+ "<value>"
+ ],
+ "help": "lp: txt; Format for qos mapping, e.g.: '0:1 1:6 7:6'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vif",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "bridge",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "dummy",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "dummy",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "dummy",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "dummy",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "dummy",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "dummy",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "dummy",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "dummy",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "dummy",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "dummy",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "dummy",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "dummy",
+ "<text>",
+ "netns",
+ "<value>"
+ ],
+ "help": "lp: txt; Network namespace name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "dummy",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "dummy",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "disable-flow-control"
+ ],
+ "help": "Disable Ethernet flow control (pause frames)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "duplex",
+ "<value>"
+ ],
+ "help": "lp: full; Full duplex",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "eapol",
+ "ca-certificate",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of CA in PKI configuration",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "eapol",
+ "certificate",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of certificate in PKI configuration",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "eapol",
+ "passphrase",
+ "<value>"
+ ],
+ "help": "lp: txt; Passphrase to decrypt the private key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "hw-id",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "offload",
+ "gro"
+ ],
+ "help": "Enable Generic Receive Offload",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "offload",
+ "gso"
+ ],
+ "help": "Enable Generic Segmentation Offload",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "offload",
+ "lro"
+ ],
+ "help": "Enable Large Receive Offload",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "offload",
+ "rfs"
+ ],
+ "help": "Enable Receive Flow Steering",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "offload",
+ "rps"
+ ],
+ "help": "Enable Receive Packet Steering",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "offload",
+ "sg"
+ ],
+ "help": "Enable Scatter-Gather",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "offload",
+ "tso"
+ ],
+ "help": "Enable TCP Segmentation Offloading",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "ring-buffer",
+ "rx",
+ "<value>"
+ ],
+ "help": "lp: u32:80-16384; ring buffer size",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "ring-buffer",
+ "tx",
+ "<value>"
+ ],
+ "help": "lp: u32:80-16384; ring buffer size",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "speed",
+ "<value>"
+ ],
+ "help": "lp: 100000; 100 Gbit/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "egress-qos",
+ "<value>"
+ ],
+ "help": "lp: txt; Format for qos mapping, e.g.: '0:1 1:6 7:6'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ingress-qos",
+ "<value>"
+ ],
+ "help": "lp: txt; Format for qos mapping, e.g.: '0:1 1:6 7:6'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: 802.1q; VLAN-tagged frame (IEEE 802.1q), ethertype 0x8100",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:1200-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "parameters",
+ "ip",
+ "df",
+ "<value>"
+ ],
+ "help": "lp: inherit; Copy from the original IP header",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "parameters",
+ "ip",
+ "innerproto"
+ ],
+ "help": "Use IPv4 as inner protocol instead of Ethernet",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "parameters",
+ "ip",
+ "tos",
+ "<value>"
+ ],
+ "help": "lp: u32:0-99; Type of Service (TOS)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "parameters",
+ "ip",
+ "ttl",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Time to Live",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "parameters",
+ "ipv6",
+ "flowlabel",
+ "<value>"
+ ],
+ "help": "lp: 0x0-0x0fffff; Tunnel key, or hex value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "remote",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Tunnel remote IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "geneve",
+ "<text>",
+ "vni",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; VXLAN virtual network identifier",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "input",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "input",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "input",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "destination-port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "encapsulation",
+ "<value>"
+ ],
+ "help": "lp: ip; IP encapsulation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "peer-session-id",
+ "<value>"
+ ],
+ "help": "lp: u32:1-429496729; L2TPv3 peer session identifier",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "peer-tunnel-id",
+ "<value>"
+ ],
+ "help": "lp: u32:1-429496729; L2TPv3 peer tunnel identifier",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "remote",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Tunnel remote IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "session-id",
+ "<value>"
+ ],
+ "help": "lp: u32:1-429496729; L2TPv3 session identifier",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "source-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 source address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "source-port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "tunnel-id",
+ "<value>"
+ ],
+ "help": "lp: u32:1-429496729; L2TPv3 local tunnel identifier",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "loopback",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "loopback",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "loopback",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "loopback",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "loopback",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "loopback",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "security",
+ "cipher",
+ "<value>"
+ ],
+ "help": "lp: gcm-aes-256; Galois/Counter Mode of AES cipher with 256-bit key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "security",
+ "encrypt"
+ ],
+ "help": "Enable optional MACsec encryption",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "security",
+ "mka",
+ "cak",
+ "<value>"
+ ],
+ "help": "lp: txt; 16-byte (128-bit) hex-string (32 hex-digits) for gcm-aes-128 or 32-byte (256-bit) hex-string (64 hex-digits) for gcm-aes-256",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "security",
+ "mka",
+ "ckn",
+ "<value>"
+ ],
+ "help": "lp: txt; 1..32-bytes (8..256 bit) hex-string (2..64 hex-digits)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "security",
+ "mka",
+ "priority",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; MACsec Key Agreement protocol (MKA) priority",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "security",
+ "replay-window",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Number of packets that could be misordered",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "security",
+ "static",
+ "key",
+ "<value>"
+ ],
+ "help": "lp: txt; 16-byte (128-bit) hex-string (32 hex-digits) for gcm-aes-128 or 32-byte (256-bit) hex-string (64 hex-digits) for gcm-aes-256",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "security",
+ "static",
+ "peer",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "security",
+ "static",
+ "peer",
+ "<text>",
+ "key",
+ "<value>"
+ ],
+ "help": "lp: txt; 16-byte (128-bit) hex-string (32 hex-digits) for gcm-aes-128 or 32-byte (256-bit) hex-string (64 hex-digits) for gcm-aes-256",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "security",
+ "static",
+ "peer",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "source-interface",
+ "<value>"
+ ],
+ "help": "lp: interface; Physical interface used for traffic forwarding",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "macsec",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "authentication",
+ "password",
+ "<value>"
+ ],
+ "help": "lp: txt; Password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "authentication",
+ "username",
+ "<value>"
+ ],
+ "help": "lp: txt; Username",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "device-type",
+ "<value>"
+ ],
+ "help": "lp: tap; TAP device, required for OSI layer 2",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "encryption",
+ "cipher",
+ "<value>"
+ ],
+ "help": "lp: aes256gcm; AES algorithm with 256-bit key GCM",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "encryption",
+ "ncp-ciphers",
+ "<value>"
+ ],
+ "help": "lp: aes256gcm; AES algorithm with 256-bit key GCM",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "hash",
+ "<value>"
+ ],
+ "help": "lp: sha512; SHA-512 algorithm",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "keep-alive",
+ "failure-count",
+ "<value>"
+ ],
+ "help": "lp: u32:0-1000; Maximum number of keepalive packet failures",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "keep-alive",
+ "interval",
+ "<value>"
+ ],
+ "help": "lp: u32:0-600; Keepalive packet interval (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "local-address",
+ "<text>",
+ "subnet-mask",
+ "<value>"
+ ],
+ "help": "Subnet-mask for local IP address of tunnel (IPv4 only)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "local-host",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Local IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "local-port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: server; Server in client-server mode",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "offload",
+ "dco"
+ ],
+ "help": "Enable data channel offload on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "openvpn-option",
+ "<value>"
+ ],
+ "help": "Additional OpenVPN options. You must use the syntax of",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "persistent-tunnel"
+ ],
+ "help": "Do not close and reopen interface (TUN/TAP device) on client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: tcp-active; TCP and initiates connections actively",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "remote-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Remote end IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "remote-host",
+ "<value>"
+ ],
+ "help": "lp: txt; Hostname of remote host",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "remote-port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "replace-default-route",
+ "local",
+ "<value>"
+ ],
+ "help": "Tunnel endpoints are on the same subnet",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "client",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "client",
+ "<text>",
+ "ip",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Client IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "client",
+ "<text>",
+ "push-route",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 network and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "client",
+ "<text>",
+ "subnet",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 network and prefix length belonging to the client",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "client-ip-pool",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "client-ip-pool",
+ "start",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "client-ip-pool",
+ "stop",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "client-ip-pool",
+ "subnet-mask",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 subnet mask",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "client-ipv6-pool",
+ "base",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; Client IPv6 pool base address with optional prefix length (defaults: base = server subnet + 0x1000, prefix length = server prefix length)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "client-ipv6-pool",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "domain-name",
+ "<value>"
+ ],
+ "help": "lp: txt; Domain Name Server suffix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "max-connections",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4096; Number of concurrent clients",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "mfa",
+ "totp",
+ "challenge",
+ "<value>"
+ ],
+ "help": "lp: enable; Enable chalenge-response (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "mfa",
+ "totp",
+ "digits",
+ "<value>"
+ ],
+ "help": "lp: 1-65535; Seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "mfa",
+ "totp",
+ "drift",
+ "<value>"
+ ],
+ "help": "lp: 1-65535; Seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "mfa",
+ "totp",
+ "slop",
+ "<value>"
+ ],
+ "help": "lp: 1-65535; Seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "mfa",
+ "totp",
+ "step",
+ "<value>"
+ ],
+ "help": "lp: 1-65535; Seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "name-server",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "push-route",
+ "<text>",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; Metric for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "reject-unconfigured-clients"
+ ],
+ "help": "Reject connections from clients that are not explicitly",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "subnet",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 network and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "server",
+ "topology",
+ "<value>"
+ ],
+ "help": "lp: subnet; Subnet topology",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "shared-secret-key",
+ "<value>"
+ ],
+ "help": "Secret key shared with remote end of tunnel",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "tls",
+ "auth-key",
+ "<value>"
+ ],
+ "help": "TLS shared secret key for tls-auth",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "tls",
+ "ca-certificate",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of CA in PKI configuration",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "tls",
+ "certificate",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of certificate in PKI configuration",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "tls",
+ "crypt-key",
+ "<value>"
+ ],
+ "help": "Static key to use to authenticate control channel",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "tls",
+ "dh-params",
+ "<value>"
+ ],
+ "help": "Diffie Hellman parameters (server only)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "tls",
+ "peer-fingerprint",
+ "<value>"
+ ],
+ "help": "Peer certificate SHA256 fingerprint",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "tls",
+ "role",
+ "<value>"
+ ],
+ "help": "lp: passive; Wait for incoming TLS connection",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "tls",
+ "tls-version-min",
+ "<value>"
+ ],
+ "help": "lp: 1.3; TLS v1.3",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "use-lzo-compression"
+ ],
+ "help": "Use fast LZO compression on this TUN/TAP interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "access-concentrator",
+ "<value>"
+ ],
+ "help": "Access concentrator name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "authentication",
+ "password",
+ "<value>"
+ ],
+ "help": "lp: txt; Password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "authentication",
+ "username",
+ "<value>"
+ ],
+ "help": "lp: txt; Username",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "connect-on-demand"
+ ],
+ "help": "Establishment connection automatically when traffic is sent",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "holdoff",
+ "<value>"
+ ],
+ "help": "lp: u32:0-86400; Holdoff time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "host-uniq",
+ "<value>"
+ ],
+ "help": "lp: txt; Host-uniq tag as byte string in HEX",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "idle-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:0-86400; Idle timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "local-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Address of local end of the PPPoE link",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-1500; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "no-peer-dns"
+ ],
+ "help": "Do not use DNS servers provided by the peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "remote-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Address of remote end of the PPPoE link",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "service-name",
+ "<value>"
+ ],
+ "help": "Service name, only connect to access concentrators advertising",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "source-interface",
+ "<value>"
+ ],
+ "help": "lp: interface; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: passthru; Promicious mode passthrough of underlying device",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "source-interface",
+ "<value>"
+ ],
+ "help": "lp: interface; Physical interface used for traffic forwarding",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "egress-qos",
+ "<value>"
+ ],
+ "help": "lp: txt; Format for qos mapping, e.g.: '0:1 1:6 7:6'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ingress-qos",
+ "<value>"
+ ],
+ "help": "lp: txt; Format for qos mapping, e.g.: '0:1 1:6 7:6'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: 802.1q; VLAN-tagged frame (IEEE 802.1q), ethertype 0x8100",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "sstpc",
+ "<text>",
+ "authentication",
+ "password",
+ "<value>"
+ ],
+ "help": "lp: txt; Password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "sstpc",
+ "<text>",
+ "authentication",
+ "username",
+ "<value>"
+ ],
+ "help": "lp: txt; Username",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "sstpc",
+ "<text>",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "sstpc",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "sstpc",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "sstpc",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-1500; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "sstpc",
+ "<text>",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "sstpc",
+ "<text>",
+ "no-peer-dns"
+ ],
+ "help": "Do not use DNS servers provided by the peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "sstpc",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "sstpc",
+ "<text>",
+ "server",
+ "<value>"
+ ],
+ "help": "lp: hostname; Server hostname/FQDN",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "sstpc",
+ "<text>",
+ "ssl",
+ "ca-certificate",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of CA in PKI configuration",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "sstpc",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "6rd-prefix",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "6rd-relay-prefix",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix of interface for 6rd",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "enable-multicast"
+ ],
+ "help": "Enable multicast operation over tunnel",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "encapsulation",
+ "<value>"
+ ],
+ "help": "lp: sit; Simple Internet Transition (IPv6 in IPv4)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:64-8024; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "parameters",
+ "erspan",
+ "direction",
+ "<value>"
+ ],
+ "help": "lp: egress; Mirror egress traffic",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "parameters",
+ "erspan",
+ "hw-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-1048575; Unique identifier of an ERSPAN engine",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "parameters",
+ "erspan",
+ "index",
+ "<value>"
+ ],
+ "help": "lp: u32:0-63; Platform-depedent field for specifying port number and direction",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "parameters",
+ "erspan",
+ "version",
+ "<value>"
+ ],
+ "help": "lp: 2; ERSPAN Type III",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "parameters",
+ "ip",
+ "ignore-df"
+ ],
+ "help": "Ignore the DF (don't fragment) bit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "parameters",
+ "ip",
+ "key",
+ "<value>"
+ ],
+ "help": "lp: u32; Tunnel key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "parameters",
+ "ip",
+ "no-pmtu-discovery"
+ ],
+ "help": "Disable path MTU discovery",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "parameters",
+ "ip",
+ "tos",
+ "<value>"
+ ],
+ "help": "lp: u32:0-99; Type of Service (TOS)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "parameters",
+ "ip",
+ "ttl",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Time to Live",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "parameters",
+ "ipv6",
+ "encaplimit",
+ "<value>"
+ ],
+ "help": "lp: none; Disable encapsulation limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "parameters",
+ "ipv6",
+ "flowlabel",
+ "<value>"
+ ],
+ "help": "lp: 0x0-0x0fffff; Tunnel key, or hex value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "parameters",
+ "ipv6",
+ "hoplimit",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Hop limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "parameters",
+ "ipv6",
+ "tclass",
+ "<value>"
+ ],
+ "help": "lp: 0x0-0x0fffff; Traffic class, 'inherit' or hex value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "remote",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Tunnel remote IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "source-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 source address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "source-interface",
+ "<value>"
+ ],
+ "help": "lp: interface; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "peer-name",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of peer interface",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "egress-qos",
+ "<value>"
+ ],
+ "help": "lp: txt; Format for qos mapping, e.g.: '0:1 1:6 7:6'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ingress-qos",
+ "<value>"
+ ],
+ "help": "lp: txt; Format for qos mapping, e.g.: '0:1 1:6 7:6'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: 802.1q; VLAN-tagged frame (IEEE 802.1q), ethertype 0x8100",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vti",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "external"
+ ],
+ "help": "Use external control plane",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "gpe"
+ ],
+ "help": "Enable Generic Protocol extension (VXLAN-GPE)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "group",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Multicast IPv6 group address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:1200-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "parameters",
+ "ip",
+ "df",
+ "<value>"
+ ],
+ "help": "lp: inherit; Copy from the original IP header",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "parameters",
+ "ip",
+ "tos",
+ "<value>"
+ ],
+ "help": "lp: u32:0-99; Type of Service (TOS)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "parameters",
+ "ip",
+ "ttl",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Time to Live",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "parameters",
+ "ipv6",
+ "flowlabel",
+ "<value>"
+ ],
+ "help": "lp: 0x0-0x0fffff; Tunnel key, or hex value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "parameters",
+ "nolearning"
+ ],
+ "help": "Do not add unknown addresses into forwarding database",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "remote",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Tunnel remote IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "source-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 source address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "source-interface",
+ "<value>"
+ ],
+ "help": "lp: interface; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "vni",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; VXLAN virtual network identifier",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "fwmark",
+ "<value>"
+ ],
+ "help": "lp: number; value which marks the packet for QoS/shaper",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "peer",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address of remote tunnel endpoint",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "peer",
+ "<text>",
+ "allowed-ips",
+ "<value>"
+ ],
+ "help": "IP addresses allowed to traverse the peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "peer",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "peer",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "peer",
+ "<text>",
+ "persistent-keepalive",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "peer",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "peer",
+ "<text>",
+ "preshared-key",
+ "<value>"
+ ],
+ "help": "base64 encoded preshared key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "peer",
+ "<text>",
+ "public-key",
+ "<value>"
+ ],
+ "help": "base64 encoded public key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "per-client-thread"
+ ],
+ "help": "Process traffic from each client in a dedicated thread",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "private-key",
+ "<value>"
+ ],
+ "help": "Base64 encoded private key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "ht",
+ "40mhz-incapable"
+ ],
+ "help": "40MHz intolerance, use 20MHz only!",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "ht",
+ "auto-powersave"
+ ],
+ "help": "Enable WMM-PS unscheduled automatic power aave delivery [U-APSD]",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "ht",
+ "channel-set-width",
+ "<value>"
+ ],
+ "help": "lp: ht40-; Supported channel set width both 20 MHz and 40 MHz with secondary channel below primary channel",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "ht",
+ "delayed-block-ack"
+ ],
+ "help": "Enable HT-delayed block ack",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "ht",
+ "dsss-cck-40"
+ ],
+ "help": "Enable DSSS_CCK-40",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "ht",
+ "greenfield"
+ ],
+ "help": "Enable HT-greenfield",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "ht",
+ "ldpc"
+ ],
+ "help": "Enable LDPC coding capability",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "ht",
+ "lsig-protection"
+ ],
+ "help": "Enable L-SIG TXOP protection capability",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "ht",
+ "max-amsdu",
+ "<value>"
+ ],
+ "help": "lp: 7935; Set maximum A-MSDU length to 7935 octets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "ht",
+ "short-gi",
+ "<value>"
+ ],
+ "help": "lp: 40; Short GI for 40 MHz",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "ht",
+ "smps",
+ "<value>"
+ ],
+ "help": "lp: dynamic; DYNAMIC Spatial Multiplexing (SM) Power Save",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "ht",
+ "stbc",
+ "rx",
+ "<value>"
+ ],
+ "help": "lp: [1-3]+; Number of spacial streams that can use RX STBC",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "ht",
+ "stbc",
+ "tx"
+ ],
+ "help": "Enable sending PPDU using STBC (Space Time Block Coding)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "require-ht"
+ ],
+ "help": "Require stations to support HT PHY (reject association if they",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "require-vht"
+ ],
+ "help": "Require stations to support VHT PHY (reject association if they",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "vht",
+ "antenna-count",
+ "<value>"
+ ],
+ "help": "lp: u32:1-8; Number of antennas for this card",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "vht",
+ "antenna-pattern-fixed"
+ ],
+ "help": "Set if antenna pattern does not change during the lifetime of an",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "vht",
+ "beamform",
+ "<value>"
+ ],
+ "help": "lp: multi-user-beamformee; Support for operation as multi user beamformee",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "vht",
+ "center-channel-freq",
+ "freq-1",
+ "<value>"
+ ],
+ "help": "lp: u32:34-173; 5Ghz (802.11 a/h/j/n/ac) center channel index (use 42 for primary 80MHz channel 36)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "vht",
+ "center-channel-freq",
+ "freq-2",
+ "<value>"
+ ],
+ "help": "lp: u32:34-173; 5Ghz (802.11 a/h/j/n/ac) center channel index (use 58 for primary 80MHz channel 52)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "vht",
+ "channel-set-width",
+ "<value>"
+ ],
+ "help": "lp: 3; 80+80 MHz channel width",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "vht",
+ "ldpc"
+ ],
+ "help": "Enable LDPC (Low Density Parity Check) coding capability",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "vht",
+ "link-adaptation",
+ "<value>"
+ ],
+ "help": "lp: both; Station can provide VHT MFB in response to VHT MRQ and unsolicited VHT MFB",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "vht",
+ "max-mpdu",
+ "<value>"
+ ],
+ "help": "lp: 11454; ncrease Maximum MPDU length to 11454 octets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "vht",
+ "max-mpdu-exp",
+ "<value>"
+ ],
+ "help": "lp: u32:0-7; Maximum length of A-MPDU pre-EOF padding = 2 pow(13 + x) -1 octets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "vht",
+ "short-gi",
+ "<value>"
+ ],
+ "help": "lp: 160; Short GI for 160 MHz",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "vht",
+ "stbc",
+ "rx",
+ "<value>"
+ ],
+ "help": "lp: [1-4]+; Number of spacial streams that can use RX STBC",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "vht",
+ "stbc",
+ "tx"
+ ],
+ "help": "Enable sending PPDU using STBC (Space Time Block Coding)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "vht",
+ "tx-powersave"
+ ],
+ "help": "Enable VHT TXOP Power Save Mode",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "capabilities",
+ "vht",
+ "vht-cf"
+ ],
+ "help": "Station supports receiving VHT variant HT Control field",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "channel",
+ "<value>"
+ ],
+ "help": "lp: u32:34-173; 5Ghz (802.11 a/h/j/n/ac) Channel",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "country-code",
+ "<value>"
+ ],
+ "help": "lp: txt; ISO/IEC 3166-1 Country Code",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "disable-broadcast-ssid"
+ ],
+ "help": "Disable broadcast of SSID from access-point",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "expunge-failing-stations"
+ ],
+ "help": "Disassociate stations based on excessive transmission failures",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "hw-id",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "isolate-stations"
+ ],
+ "help": "Isolate stations on the AP so they cannot see each other",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "max-stations",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2007; Number of allowed stations",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "mgmt-frame-protection",
+ "<value>"
+ ],
+ "help": "lp: required; MFP enforced",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: ac; 802.11ac - 1300 Mbits/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "per-client-thread"
+ ],
+ "help": "Process traffic from each client in a dedicated thread",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "physical-device",
+ "<value>"
+ ],
+ "help": "Wireless physical device (default: phy0)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "reduce-transmit-power",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; TX power reduction in dBm",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "security",
+ "station-address",
+ "accept",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "security",
+ "station-address",
+ "deny",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "security",
+ "station-address",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: deny; Deny all clients unless found in accept list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "security",
+ "wep",
+ "key",
+ "<value>"
+ ],
+ "help": "lp: txt; Wired Equivalent Privacy key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "security",
+ "wpa",
+ "cipher",
+ "<value>"
+ ],
+ "help": "lp: TKIP; Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "security",
+ "wpa",
+ "group-cipher",
+ "<value>"
+ ],
+ "help": "lp: TKIP; Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "security",
+ "wpa",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: wpa+wpa2; Allow both WPA and WPA2 (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "security",
+ "wpa",
+ "passphrase",
+ "<value>"
+ ],
+ "help": "lp: txt; Passphrase of at least 8 but not more than 63 printable characters",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "security",
+ "wpa",
+ "radius",
+ "server",
+ "<text>",
+ "accounting"
+ ],
+ "help": "Enable RADIUS server to receive accounting info",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "security",
+ "wpa",
+ "radius",
+ "server",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "security",
+ "wpa",
+ "radius",
+ "server",
+ "<text>",
+ "key",
+ "<value>"
+ ],
+ "help": "lp: txt; Password string (key)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "security",
+ "wpa",
+ "radius",
+ "server",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "security",
+ "wpa",
+ "radius",
+ "source-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 source address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "ssid",
+ "<value>"
+ ],
+ "help": "Wireless access-point service set identifier (SSID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: monitor; Passively monitor all packets on the frequency/channel (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "egress-qos",
+ "<value>"
+ ],
+ "help": "lp: txt; Format for qos mapping, e.g.: '0:1 1:6 7:6'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "ingress-qos",
+ "<value>"
+ ],
+ "help": "lp: txt; Format for qos mapping, e.g.: '0:1 1:6 7:6'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: 802.1q; VLAN-tagged frame (IEEE 802.1q), ethertype 0x8100",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-16000; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vif-c",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif-s",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "apn",
+ "<value>"
+ ],
+ "help": "Access Point Name (APN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "authentication",
+ "password",
+ "<value>"
+ ],
+ "help": "lp: txt; Password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "authentication",
+ "username",
+ "<value>"
+ ],
+ "help": "lp: txt; Username",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "connect-on-demand"
+ ],
+ "help": "Establishment connection automatically when traffic is sent",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "dhcp-options",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Identifier used by client to identify itself to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "dhcp-options",
+ "default-route-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for the default route from DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "dhcp-options",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Override system host-name sent to DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "dhcp-options",
+ "mtu"
+ ],
+ "help": "Use MTU value from DHCP server - ignore interface setting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "dhcp-options",
+ "no-default-route"
+ ],
+ "help": "Do not install default route to system",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "dhcp-options",
+ "reject",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "dhcp-options",
+ "vendor-class-id",
+ "<value>"
+ ],
+ "help": "Identify the vendor client type to the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "dhcpv6-options",
+ "duid",
+ "<value>"
+ ],
+ "help": "lp: duid; DHCP unique identifier (DUID)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "dhcpv6-options",
+ "no-release"
+ ],
+ "help": "Do not send a release message on client exit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "dhcpv6-options",
+ "parameters-only"
+ ],
+ "help": "Acquire only config parameters, no address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: >0; Used to form IPv6 interface address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "interface",
+ "<text>",
+ "sla-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Decimal integer which fits in the length of SLA IDs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "dhcpv6-options",
+ "pd",
+ "<text>",
+ "length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Length of delegated prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "dhcpv6-options",
+ "rapid-commit"
+ ],
+ "help": "Wait for immediate reply instead of advertisements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "dhcpv6-options",
+ "temporary"
+ ],
+ "help": "IPv6 temporary address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "disable-link-detect"
+ ],
+ "help": "Ignore link state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "ip",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "ip",
+ "arp-cache-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; ARP cache entry timout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "ip",
+ "disable-arp-filter"
+ ],
+ "help": "Disable ARP filter on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "ip",
+ "enable-arp-accept"
+ ],
+ "help": "Enable ARP accept on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "ip",
+ "enable-arp-announce"
+ ],
+ "help": "Enable ARP announce on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "ip",
+ "enable-arp-ignore"
+ ],
+ "help": "Enable ARP ignore on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "ip",
+ "enable-directed-broadcast"
+ ],
+ "help": "Enable directed broadcast forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "ip",
+ "enable-proxy-arp"
+ ],
+ "help": "Enable proxy-arp on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "ip",
+ "proxy-arp-pvlan"
+ ],
+ "help": "Enable private VLAN proxy ARP on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "ip",
+ "source-validation",
+ "<value>"
+ ],
+ "help": "lp: disable; No source validation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "ipv6",
+ "accept-dad",
+ "<value>"
+ ],
+ "help": "lp: 2; Enable DAD - disable IPv6 if MAC-based duplicate link-local address found",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "ipv6",
+ "address",
+ "autoconf"
+ ],
+ "help": "Enable acquisition of IPv6 address using stateless autoconfig",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "ipv6",
+ "address",
+ "eui64",
+ "<value>"
+ ],
+ "help": "lp: <h:h:h:h:h:h:h:h/64>; IPv6 /64 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "ipv6",
+ "address",
+ "no-default-link-local"
+ ],
+ "help": "Remove the default link-local address from the interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "ipv6",
+ "adjust-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:536-65535; TCP Maximum segment size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "ipv6",
+ "dup-addr-detect-transmits",
+ "<value>"
+ ],
+ "help": "lp: u32:1-n; Number of NS messages to send while performing DAD",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "mirror",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "mirror",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-1500; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "redirect",
+ "<value>"
+ ],
+ "help": "lp: txt; Destination interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "interfaces",
+ "wwan",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "backend",
+ "<text>",
+ "balance",
+ "<value>"
+ ],
+ "help": "lp: least-connection; Least connection",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "backend",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "backend",
+ "<text>",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: tcp; TCP proxy mode",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "backend",
+ "<text>",
+ "parameters",
+ "http-check"
+ ],
+ "help": "HTTP health check",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "backend",
+ "<text>",
+ "rule",
+ "<text>",
+ "domain-name",
+ "<value>"
+ ],
+ "help": "lp: txt; Domain address to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "backend",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "redirect-location",
+ "<value>"
+ ],
+ "help": "lp: url; Set URL location",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "backend",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "server",
+ "<value>"
+ ],
+ "help": "Server name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "backend",
+ "<text>",
+ "rule",
+ "<text>",
+ "ssl",
+ "<value>"
+ ],
+ "help": "lp: ssl-fc-sni-end; SSL frontend match end of connection Server Name Indication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "backend",
+ "<text>",
+ "rule",
+ "<text>",
+ "url-path",
+ "begin",
+ "<value>"
+ ],
+ "help": "lp: url; Begin URL",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "backend",
+ "<text>",
+ "rule",
+ "<text>",
+ "url-path",
+ "end",
+ "<value>"
+ ],
+ "help": "lp: url; End URL",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "backend",
+ "<text>",
+ "rule",
+ "<text>",
+ "url-path",
+ "exact",
+ "<value>"
+ ],
+ "help": "lp: url; Exactly URL",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "backend",
+ "<text>",
+ "server",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 unicast peer address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "backend",
+ "<text>",
+ "server",
+ "<text>",
+ "check"
+ ],
+ "help": "Active health check backend server",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "backend",
+ "<text>",
+ "server",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "backend",
+ "<text>",
+ "server",
+ "<text>",
+ "send-proxy"
+ ],
+ "help": "Send a Proxy Protocol version 1 header (text format)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "backend",
+ "<text>",
+ "server",
+ "<text>",
+ "send-proxy-v2"
+ ],
+ "help": "Send a Proxy Protocol version 2 header (binary format)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "backend",
+ "<text>",
+ "ssl",
+ "ca-certificate",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of CA in PKI configuration",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "backend",
+ "<text>",
+ "timeout",
+ "check",
+ "<value>"
+ ],
+ "help": "lp: u32:1-3600; Check timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "backend",
+ "<text>",
+ "timeout",
+ "connect",
+ "<value>"
+ ],
+ "help": "lp: u32:1-3600; Connect timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "backend",
+ "<text>",
+ "timeout",
+ "server",
+ "<value>"
+ ],
+ "help": "lp: u32:1-3600; Server timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "global-parameters",
+ "max-connections",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2000000; Maximum allowed connections",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "global-parameters",
+ "ssl-bind-ciphers",
+ "<value>"
+ ],
+ "help": "lp: dhe-rsa-aes256-gcm-sha384; dhe-rsa-aes256-gcm-sha384",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "global-parameters",
+ "tls-version-min",
+ "<value>"
+ ],
+ "help": "lp: 1.3; TLS v1.3 (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "service",
+ "<text>",
+ "backend",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of reverse-proxy backend system",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "service",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "service",
+ "<text>",
+ "listen-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address to listen for incoming connections",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "service",
+ "<text>",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: tcp; TCP proxy mode",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "service",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "service",
+ "<text>",
+ "redirect-http-to-https"
+ ],
+ "help": "Redirect HTTP to HTTPS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "service",
+ "<text>",
+ "rule",
+ "<text>",
+ "domain-name",
+ "<value>"
+ ],
+ "help": "lp: txt; Domain address to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "service",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "backend",
+ "<value>"
+ ],
+ "help": "Backend name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "service",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "redirect-location",
+ "<value>"
+ ],
+ "help": "lp: url; Set URL location",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "service",
+ "<text>",
+ "rule",
+ "<text>",
+ "ssl",
+ "<value>"
+ ],
+ "help": "lp: ssl-fc-sni-end; SSL frontend match end of connection Server Name Indication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "service",
+ "<text>",
+ "rule",
+ "<text>",
+ "url-path",
+ "begin",
+ "<value>"
+ ],
+ "help": "lp: url; Begin URL",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "service",
+ "<text>",
+ "rule",
+ "<text>",
+ "url-path",
+ "end",
+ "<value>"
+ ],
+ "help": "lp: url; End URL",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "service",
+ "<text>",
+ "rule",
+ "<text>",
+ "url-path",
+ "exact",
+ "<value>"
+ ],
+ "help": "lp: url; Exactly URL",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "service",
+ "<text>",
+ "ssl",
+ "certificate",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of certificate in PKI configuration",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "reverse-proxy",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "disable-source-nat"
+ ],
+ "help": "Disable source NAT rules from being configured for WAN load",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "enable-local-traffic"
+ ],
+ "help": "Enable WAN load balancing for locally sourced traffic",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "flush-connections"
+ ],
+ "help": "Flush connection tracking tables on connection state change",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "hook",
+ "<value>"
+ ],
+ "help": "lp: txt; Script in /config/scripts",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "interface-health",
+ "<text>",
+ "failure-count",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Failure count",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "interface-health",
+ "<text>",
+ "nexthop",
+ "<value>"
+ ],
+ "help": "lp: dhcp; Set the nexthop via DHCP",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "interface-health",
+ "<text>",
+ "success-count",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Success count",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "interface-health",
+ "<text>",
+ "test",
+ "<text>",
+ "resp-time",
+ "<value>"
+ ],
+ "help": "lp: u32:1-30; Response time (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "interface-health",
+ "<text>",
+ "test",
+ "<text>",
+ "target",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Health target address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "interface-health",
+ "<text>",
+ "test",
+ "<text>",
+ "test-script",
+ "<value>"
+ ],
+ "help": "lp: txt; Script in /config/scripts",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "interface-health",
+ "<text>",
+ "test",
+ "<text>",
+ "ttl-limit",
+ "<value>"
+ ],
+ "help": "lp: u32:1-254; Number of hops",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "interface-health",
+ "<text>",
+ "test",
+ "<text>",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: user-defined; User-defined test script",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "rule",
+ "<text>",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv4range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "rule",
+ "<text>",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: None; \\n\\nMultiple destination ports can be specified as a comma-separated list.\\nThe whole list can also be negated using '!'.\\nFor example: '!22,telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "rule",
+ "<text>",
+ "exclude"
+ ],
+ "help": "Exclude packets matching this rule from WAN load balance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "rule",
+ "<text>",
+ "failover"
+ ],
+ "help": "Enable failover for packets matching this rule from WAN load",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "rule",
+ "<text>",
+ "inbound-interface",
+ "<value>"
+ ],
+ "help": "Inbound interface name (e.g., \"eth0\") [REQUIRED]",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "rule",
+ "<text>",
+ "interface",
+ "<text>",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Interface weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "rule",
+ "<text>",
+ "limit",
+ "burst",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; Burst limit for matching packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "rule",
+ "<text>",
+ "limit",
+ "period",
+ "<value>"
+ ],
+ "help": "lp: second; second (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "rule",
+ "<text>",
+ "limit",
+ "rate",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; Number of packets used for rate limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "rule",
+ "<text>",
+ "limit",
+ "threshold",
+ "<value>"
+ ],
+ "help": "lp: below; Below limit (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "rule",
+ "<text>",
+ "per-packet-balancing"
+ ],
+ "help": "Option to match traffic per-packet instead of the default, per-",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "rule",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: !<protocol>; IP protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "rule",
+ "<text>",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv4range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "rule",
+ "<text>",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: None; \\n\\nMultiple destination ports can be specified as a comma-separated list.\\nThe whole list can also be negated using '!'.\\nFor example: '!22,telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "load-balancing",
+ "wan",
+ "sticky-connections",
+ "inbound"
+ ],
+ "help": "Enable sticky incoming WAN connections",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv4range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: None; \\n\\nMultiple destination ports can be specified as a comma-separated list.\\nThe whole list can also be negated using '!'.\\nFor example: '!22,telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "exclude"
+ ],
+ "help": "Exclude packets matching this rule from NAT",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "inbound-interface",
+ "<value>"
+ ],
+ "help": "Inbound interface of NAT traffic",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "load-balance",
+ "backend",
+ "<text>",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-100; Set probability for this output value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "load-balance",
+ "hash",
+ "<value>"
+ ],
+ "help": "lp: random; Do not use information from ip header. Use random value. (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "log"
+ ],
+ "help": "NAT rule logging",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "packet-type",
+ "<value>"
+ ],
+ "help": "lp: other; Match packet addressed to another host",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; IP protocol number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv4range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: None; \\n\\nMultiple destination ports can be specified as a comma-separated list.\\nThe whole list can also be negated using '!'.\\nFor example: '!22,telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "translation",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4range; IPv4 address range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "translation",
+ "options",
+ "address-mapping",
+ "<value>"
+ ],
+ "help": "lp: random; Random source or destination address allocation for each connection (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "translation",
+ "options",
+ "port-mapping",
+ "<value>"
+ ],
+ "help": "lp: none; Do not apply port randomization (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "translation",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: range; Numbered port range (e.g., 1001-1005)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "destination",
+ "rule",
+ "<text>",
+ "translation",
+ "redirect",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: range; Numbered port range (e.g., 1001-1005)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv4range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: None; \\n\\nMultiple destination ports can be specified as a comma-separated list.\\nThe whole list can also be negated using '!'.\\nFor example: '!22,telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "exclude"
+ ],
+ "help": "Exclude packets matching this rule from NAT",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "load-balance",
+ "backend",
+ "<text>",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-100; Set probability for this output value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "load-balance",
+ "hash",
+ "<value>"
+ ],
+ "help": "lp: random; Do not use information from ip header. Use random value. (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "log"
+ ],
+ "help": "NAT rule logging",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "outbound-interface",
+ "<value>"
+ ],
+ "help": "Outbound interface of NAT traffic",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "packet-type",
+ "<value>"
+ ],
+ "help": "lp: other; Match packet addressed to another host",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; IP protocol number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv4range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: None; \\n\\nMultiple destination ports can be specified as a comma-separated list.\\nThe whole list can also be negated using '!'.\\nFor example: '!22,telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "translation",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: masquerade; NAT to the primary address of outbound-interface",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "translation",
+ "options",
+ "address-mapping",
+ "<value>"
+ ],
+ "help": "lp: random; Random source or destination address allocation for each connection (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "translation",
+ "options",
+ "port-mapping",
+ "<value>"
+ ],
+ "help": "lp: none; Do not apply port randomization (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "source",
+ "rule",
+ "<text>",
+ "translation",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: range; Numbered port range (e.g., 1001-1005)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "static",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "static",
+ "rule",
+ "<text>",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "static",
+ "rule",
+ "<text>",
+ "inbound-interface",
+ "<value>"
+ ],
+ "help": "Inbound interface of NAT traffic",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat",
+ "static",
+ "rule",
+ "<text>",
+ "translation",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "destination",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "destination",
+ "rule",
+ "<text>",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv6net; Match everything except the specified IPv6 prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "destination",
+ "rule",
+ "<text>",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: None; \\n\\nMultiple destination ports can be specified as a comma-separated list.\\nThe whole list can also be negated using '!'.\\nFor example: '!22,telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "destination",
+ "rule",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable NAT66 rule",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "destination",
+ "rule",
+ "<text>",
+ "exclude"
+ ],
+ "help": "Exclude packets matching this rule from NAT",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "destination",
+ "rule",
+ "<text>",
+ "inbound-interface",
+ "<value>"
+ ],
+ "help": "Inbound interface of NAT66 traffic",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "destination",
+ "rule",
+ "<text>",
+ "log"
+ ],
+ "help": "NAT66 rule logging",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "destination",
+ "rule",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: !<protocol>; IP protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "destination",
+ "rule",
+ "<text>",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv6net; Match everything except the specified IPv6 prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "destination",
+ "rule",
+ "<text>",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: None; \\n\\nMultiple destination ports can be specified as a comma-separated list.\\nThe whole list can also be negated using '!'.\\nFor example: '!22,telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "destination",
+ "rule",
+ "<text>",
+ "translation",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "destination",
+ "rule",
+ "<text>",
+ "translation",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: range; Numbered port range (e.g., 1001-1005)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "source",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "source",
+ "rule",
+ "<text>",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: None; \\n\\nMultiple destination ports can be specified as a comma-separated list.\\nThe whole list can also be negated using '!'.\\nFor example: '!22,telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "source",
+ "rule",
+ "<text>",
+ "destination",
+ "prefix",
+ "<value>"
+ ],
+ "help": "lp: !ipv6net; Match everything except the specified IPv6 prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "source",
+ "rule",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable NAT66 rule",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "source",
+ "rule",
+ "<text>",
+ "exclude"
+ ],
+ "help": "Exclude packets matching this rule from NAT",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "source",
+ "rule",
+ "<text>",
+ "log"
+ ],
+ "help": "NAT66 rule logging",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "source",
+ "rule",
+ "<text>",
+ "outbound-interface",
+ "<value>"
+ ],
+ "help": "Outbound interface of NAT66 traffic",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "source",
+ "rule",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: !<protocol>; IP protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "source",
+ "rule",
+ "<text>",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: None; \\n\\nMultiple destination ports can be specified as a comma-separated list.\\nThe whole list can also be negated using '!'.\\nFor example: '!22,telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "source",
+ "rule",
+ "<text>",
+ "source",
+ "prefix",
+ "<value>"
+ ],
+ "help": "lp: !ipv6net; Match everything except the specified IPv6 prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "source",
+ "rule",
+ "<text>",
+ "translation",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: masquerade; NAT to the primary address of outbound-interface",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "nat66",
+ "source",
+ "rule",
+ "<text>",
+ "translation",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: range; Numbered port range (e.g., 1001-1005)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "netns",
+ "name",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "ca",
+ "<text>",
+ "certificate",
+ "<value>"
+ ],
+ "help": "CA certificate in PEM format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "ca",
+ "<text>",
+ "crl",
+ "<value>"
+ ],
+ "help": "Certificate revocation list in PEM format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "ca",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "ca",
+ "<text>",
+ "private",
+ "key",
+ "<value>"
+ ],
+ "help": "CA private key in PEM format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "ca",
+ "<text>",
+ "private",
+ "password-protected"
+ ],
+ "help": "CA private key is password protected",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "ca",
+ "<text>",
+ "revoke"
+ ],
+ "help": "If parent CA is present, this CA certificate will be included in",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "certificate",
+ "<text>",
+ "certificate",
+ "<value>"
+ ],
+ "help": "Certificate in PEM format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "certificate",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "certificate",
+ "<text>",
+ "private",
+ "key",
+ "<value>"
+ ],
+ "help": "Certificate private key in PEM format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "certificate",
+ "<text>",
+ "private",
+ "password-protected"
+ ],
+ "help": "Certificate private key is password protected",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "certificate",
+ "<text>",
+ "revoke"
+ ],
+ "help": "If CA is present, this certificate will be included in generated",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "dh",
+ "<text>",
+ "parameters",
+ "<value>"
+ ],
+ "help": "DH parameters in PEM format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "key-pair",
+ "<text>",
+ "private",
+ "key",
+ "<value>"
+ ],
+ "help": "Private key in PEM format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "key-pair",
+ "<text>",
+ "private",
+ "password-protected"
+ ],
+ "help": "Private key is password protected",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "key-pair",
+ "<text>",
+ "public",
+ "key",
+ "<value>"
+ ],
+ "help": "Public key in PEM format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "openvpn",
+ "shared-secret",
+ "<text>",
+ "key",
+ "<value>"
+ ],
+ "help": "OpenVPN shared secret key data",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "openvpn",
+ "shared-secret",
+ "<text>",
+ "version",
+ "<value>"
+ ],
+ "help": "OpenVPN shared secret key version",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "x509",
+ "default",
+ "country",
+ "<value>"
+ ],
+ "help": "Default country (default: GB)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "x509",
+ "default",
+ "locality",
+ "<value>"
+ ],
+ "help": "Default locality (default: Some-City)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "x509",
+ "default",
+ "organization",
+ "<value>"
+ ],
+ "help": "Default organization (default: VyOS)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "pki",
+ "x509",
+ "default",
+ "state",
+ "<value>"
+ ],
+ "help": "Default state (default: Some-State)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "access-list",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "access-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "action",
+ "<value>"
+ ],
+ "help": "lp: deny; Deny matching entries",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "access-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "access-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "any"
+ ],
+ "help": "Any IP address to match",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "access-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "host",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Host address to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "access-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "inverse-mask",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Inverse-mask to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "access-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "network",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; Inverse-mask to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "access-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "any"
+ ],
+ "help": "Any IP address to match",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "access-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "host",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Host address to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "access-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "inverse-mask",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Inverse-mask to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "access-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "network",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; Inverse-mask to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "access-list6",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "access-list6",
+ "<text>",
+ "rule",
+ "<text>",
+ "action",
+ "<value>"
+ ],
+ "help": "lp: deny; Deny matching entries",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "access-list6",
+ "<text>",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "access-list6",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "any"
+ ],
+ "help": "Any IP address to match",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "access-list6",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "exact-match"
+ ],
+ "help": "Exact match of the network prefixes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "access-list6",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "network",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "as-path-list",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "as-path-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "action",
+ "<value>"
+ ],
+ "help": "lp: deny; Deny matching entries",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "as-path-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "as-path-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "regex",
+ "<value>"
+ ],
+ "help": "lp: txt; AS path regular expression (ex: \"64501 64502\")",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "community-list",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "community-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "action",
+ "<value>"
+ ],
+ "help": "lp: deny; Deny matching entries",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "community-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "community-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "regex",
+ "<value>"
+ ],
+ "help": "lp: additive; New value is appended to the existing value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "extcommunity-list",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "extcommunity-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "action",
+ "<value>"
+ ],
+ "help": "lp: deny; Deny matching entries",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "extcommunity-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "extcommunity-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "regex",
+ "<value>"
+ ],
+ "help": "lp: <soo aa:nn:nn>; Site of Origin regular expression",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "large-community-list",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "large-community-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "action",
+ "<value>"
+ ],
+ "help": "lp: deny; Deny matching entries",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "large-community-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "large-community-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "regex",
+ "<value>"
+ ],
+ "help": "lp: IP:NN:NN; BGP large-community-list filter (IPv4 address format)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "local-route",
+ "rule",
+ "<text>",
+ "destination",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; Prefix to match against",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "local-route",
+ "rule",
+ "<text>",
+ "fwmark",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2147483647; Address to match against",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "local-route",
+ "rule",
+ "<text>",
+ "inbound-interface",
+ "<value>"
+ ],
+ "help": "Inbound Interface",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "local-route",
+ "rule",
+ "<text>",
+ "set",
+ "table",
+ "<value>"
+ ],
+ "help": "lp: u32:1-200; Table number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "local-route",
+ "rule",
+ "<text>",
+ "source",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; Prefix to match against",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "local-route6",
+ "rule",
+ "<text>",
+ "destination",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; Prefix to match against",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "local-route6",
+ "rule",
+ "<text>",
+ "fwmark",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2147483647; Address to match against",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "local-route6",
+ "rule",
+ "<text>",
+ "inbound-interface",
+ "<value>"
+ ],
+ "help": "Inbound Interface",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "local-route6",
+ "rule",
+ "<text>",
+ "set",
+ "table",
+ "<value>"
+ ],
+ "help": "lp: u32:1-200; Table number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "local-route6",
+ "rule",
+ "<text>",
+ "source",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; Prefix to match against",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "prefix-list",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "prefix-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "action",
+ "<value>"
+ ],
+ "help": "lp: deny; Deny matching entries",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "prefix-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "prefix-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "ge",
+ "<value>"
+ ],
+ "help": "lp: u32:0-32; Netmask greater than length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "prefix-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "le",
+ "<value>"
+ ],
+ "help": "lp: u32:0-32; Netmask less than length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "prefix-list",
+ "<text>",
+ "rule",
+ "<text>",
+ "prefix",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; Prefix to match against",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "prefix-list6",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "prefix-list6",
+ "<text>",
+ "rule",
+ "<text>",
+ "action",
+ "<value>"
+ ],
+ "help": "lp: deny; Deny matching entries",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "prefix-list6",
+ "<text>",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "prefix-list6",
+ "<text>",
+ "rule",
+ "<text>",
+ "ge",
+ "<value>"
+ ],
+ "help": "lp: u32:0-128; Netmask greater than length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "prefix-list6",
+ "<text>",
+ "rule",
+ "<text>",
+ "le",
+ "<value>"
+ ],
+ "help": "lp: u32:0-128; Netmask less than length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "prefix-list6",
+ "<text>",
+ "rule",
+ "<text>",
+ "prefix",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "enable-default-log"
+ ],
+ "help": "Log packets hitting default-action",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name, wildcard (*) supported",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "action",
+ "<value>"
+ ],
+ "help": "lp: drop; Drop matching entries",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "connection-mark",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; Connection-mark to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv4range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: ; \\n\\n Multiple destination ports can be specified as a comma-separated list.\\n For example: 'telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "disable"
+ ],
+ "help": "Option to disable firewall rule",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; DSCP range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "dscp-exclude",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; DSCP range not to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "fragment",
+ "match-frag"
+ ],
+ "help": "Second and further fragments of fragmented packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "fragment",
+ "match-non-frag"
+ ],
+ "help": "Head fragments or unfragmented packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "icmp",
+ "code",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; ICMP code (0-255)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "icmp",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; ICMP type (0-255)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "icmp",
+ "type-name",
+ "<value>"
+ ],
+ "help": "lp: address-mask-reply; ICMP type 18: address-mask-reply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "ipsec",
+ "match-ipsec"
+ ],
+ "help": "Inbound IPsec packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "ipsec",
+ "match-none"
+ ],
+ "help": "Inbound non-IPsec packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "limit",
+ "burst",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; Maximum number of packets to allow in excess of rate",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "limit",
+ "rate",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; Maximum average matching rate",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "log",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable log",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "packet-length",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; Packet length range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "packet-length-exclude",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; Packet length range not to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "packet-type",
+ "<value>"
+ ],
+ "help": "lp: other; Match packet addressed to another host",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: !<protocol>; IP protocol number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "recent",
+ "count",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Source addresses seen more than N times",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "recent",
+ "time",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; Source addresses seen in the last N seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "connection-mark",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; Connection marking",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: u32:0-63; DSCP number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "mark",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2147483647; Packet marking",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "table",
+ "<value>"
+ ],
+ "help": "lp: main; Main table",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "tcp-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:500-1460; Explicitly set TCP MSS value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv4range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "mac-address",
+ "<value>"
+ ],
+ "help": "lp: !macaddr; Match everything except the specified MAC address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: ; \\n\\n Multiple destination ports can be specified as a comma-separated list.\\n For example: 'telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "state",
+ "established",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "state",
+ "invalid",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "state",
+ "new",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "state",
+ "related",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "ack"
+ ],
+ "help": "Acknowledge flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "cwr"
+ ],
+ "help": "Congestion Window Reduced flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "ecn"
+ ],
+ "help": "Explicit Congestion Notification flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "fin"
+ ],
+ "help": "Finish flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "ack"
+ ],
+ "help": "Acknowledge flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "cwr"
+ ],
+ "help": "Congestion Window Reduced flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "ecn"
+ ],
+ "help": "Explicit Congestion Notification flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "fin"
+ ],
+ "help": "Finish flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "psh"
+ ],
+ "help": "Push flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "rst"
+ ],
+ "help": "Reset flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "syn"
+ ],
+ "help": "Synchronise flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "urg"
+ ],
+ "help": "Urgent flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "psh"
+ ],
+ "help": "Push flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "rst"
+ ],
+ "help": "Reset flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "syn"
+ ],
+ "help": "Synchronise flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "urg"
+ ],
+ "help": "Urgent flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "mss",
+ "<value>"
+ ],
+ "help": "lp: <min>-<max>; TCP MSS range (use '-' as delimiter)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "monthdays",
+ "<value>"
+ ],
+ "help": "Monthdays to match rule on",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "startdate",
+ "<value>"
+ ],
+ "help": "Date to start matching rule",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "starttime",
+ "<value>"
+ ],
+ "help": "Time of day to start matching rule",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "stopdate",
+ "<value>"
+ ],
+ "help": "Date to stop matching rule",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "stoptime",
+ "<value>"
+ ],
+ "help": "Time of day to stop matching rule",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "utc"
+ ],
+ "help": "Interpret times for startdate, stopdate, starttime and stoptime",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "weekdays",
+ "<value>"
+ ],
+ "help": "Weekdays to match rule on",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "ttl",
+ "eq",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Equal to value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "ttl",
+ "gt",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Greater then value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>",
+ "ttl",
+ "lt",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Less then value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "action",
+ "<value>"
+ ],
+ "help": "lp: deny; Deny matching entries",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "call",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "continue",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Rule number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "as-path",
+ "<value>"
+ ],
+ "help": "BGP as-path-list to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "community",
+ "community-list",
+ "<value>"
+ ],
+ "help": "BGP community-list to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "community",
+ "exact-match"
+ ],
+ "help": "Community-list to exactly match",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "evpn",
+ "default-route"
+ ],
+ "help": "Default EVPN type-5 route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "evpn",
+ "rd",
+ "<value>"
+ ],
+ "help": "lp: ASN:NN_OR_IP-ADDRESS:NN; Route Distinguisher, (x.x.x.x:yyy|xxxx:yyyy)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "evpn",
+ "route-type",
+ "<value>"
+ ],
+ "help": "lp: prefix; Prefix route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "evpn",
+ "vni",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; VXLAN virtual network identifier",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "extcommunity",
+ "<value>"
+ ],
+ "help": "BGP extended community to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "ip",
+ "address",
+ "access-list",
+ "<value>"
+ ],
+ "help": "lp: u32:2000-2699; IP extended access list (expanded range)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "ip",
+ "address",
+ "prefix-len",
+ "<value>"
+ ],
+ "help": "lp: u32:0-32; Prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "ip",
+ "address",
+ "prefix-list",
+ "<value>"
+ ],
+ "help": "IP prefix-list to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "ip",
+ "nexthop",
+ "access-list",
+ "<value>"
+ ],
+ "help": "lp: u32:2000-2699; IP extended access list (expanded range)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "ip",
+ "nexthop",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Nexthop IP address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "ip",
+ "nexthop",
+ "prefix-len",
+ "<value>"
+ ],
+ "help": "lp: u32:0-32; Prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "ip",
+ "nexthop",
+ "prefix-list",
+ "<value>"
+ ],
+ "help": "IP prefix-list to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "ip",
+ "nexthop",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: blackhole; Blackhole",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "ip",
+ "route-source",
+ "access-list",
+ "<value>"
+ ],
+ "help": "lp: u32:2000-2699; IP extended access list (expanded range)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "ip",
+ "route-source",
+ "prefix-list",
+ "<value>"
+ ],
+ "help": "IP prefix-list to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "ipv6",
+ "address",
+ "access-list",
+ "<value>"
+ ],
+ "help": "lp: txt; IPV6 access list name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "ipv6",
+ "address",
+ "prefix-len",
+ "<value>"
+ ],
+ "help": "lp: u32:0-128; Prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "ipv6",
+ "address",
+ "prefix-list",
+ "<value>"
+ ],
+ "help": "IPv6 prefix-list to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "ipv6",
+ "nexthop",
+ "access-list",
+ "<value>"
+ ],
+ "help": "lp: txt; IPV6 access list name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "ipv6",
+ "nexthop",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Nexthop IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "ipv6",
+ "nexthop",
+ "prefix-list",
+ "<value>"
+ ],
+ "help": "IPv6 prefix-list to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "ipv6",
+ "nexthop",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: blackhole; Blackhole",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "large-community",
+ "large-community-list",
+ "<value>"
+ ],
+ "help": "BGP large-community-list to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "local-preference",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; Local Preference",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Route metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "origin",
+ "<value>"
+ ],
+ "help": "lp: incomplete; Incomplete origin",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "peer",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Peer IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: vnc; Virtual Network Control (VNC)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "rpki",
+ "<value>"
+ ],
+ "help": "lp: valid; Match valid entries",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "match",
+ "tag",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Route tag",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "on-match",
+ "goto",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Rule number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "on-match",
+ "next"
+ ],
+ "help": "Next sequence number to goto on match",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "aggregator",
+ "as",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Rule number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "aggregator",
+ "ip",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IP address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "as-path",
+ "exclude",
+ "<value>"
+ ],
+ "help": "lp: u32; AS number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "as-path",
+ "prepend",
+ "<value>"
+ ],
+ "help": "lp: u32; AS number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "as-path",
+ "prepend-last-as",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times to insert",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "atomic-aggregate"
+ ],
+ "help": "BGP atomic aggregate attribute",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "community",
+ "add",
+ "<value>"
+ ],
+ "help": "lp: no-peer; Well-known communities value NOPEER 0xFFFFFF04",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "community",
+ "delete",
+ "<value>"
+ ],
+ "help": "lp: txt; Community-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "community",
+ "none"
+ ],
+ "help": "Completely remove communities attribute from a prefix",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "community",
+ "replace",
+ "<value>"
+ ],
+ "help": "lp: no-peer; Well-known communities value NOPEER 0xFFFFFF04",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Distance value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "evpn",
+ "gateway",
+ "ipv4",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Gateway IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "evpn",
+ "gateway",
+ "ipv6",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Gateway IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "extcommunity",
+ "bandwidth",
+ "<value>"
+ ],
+ "help": "lp: num-multipaths; Internally computed bandwidth based on number of multipaths (outbound-only)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "extcommunity",
+ "bandwidth-non-transitive"
+ ],
+ "help": "The link bandwidth extended community is encoded as non-",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "extcommunity",
+ "none"
+ ],
+ "help": "Completely remove communities attribute from a prefix",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "extcommunity",
+ "rt",
+ "<value>"
+ ],
+ "help": "lp: IP:NN; Based on a router-id IP address in format <IP:0-65535>",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "extcommunity",
+ "soo",
+ "<value>"
+ ],
+ "help": "lp: IP:NN; Based on a router-id IP address in format <IP:0-65535>",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "ip-next-hop",
+ "<value>"
+ ],
+ "help": "lp: peer-address; Set the BGP nexthop address to the address of the peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "ipv6-next-hop",
+ "global",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "ipv6-next-hop",
+ "local",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "ipv6-next-hop",
+ "peer-address"
+ ],
+ "help": "Use peer address (for BGP only)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "ipv6-next-hop",
+ "prefer-global"
+ ],
+ "help": "Prefer global address as the nexthop",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "l3vpn-nexthop",
+ "encapsulation",
+ "gre"
+ ],
+ "help": "Accept L3VPN traffic over GRE encapsulation",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "large-community",
+ "add",
+ "<value>"
+ ],
+ "help": "lp: <GA:LDP1:LDP2>; Community in format <0-4294967295:0-4294967295:0-4294967295>",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "large-community",
+ "delete",
+ "<value>"
+ ],
+ "help": "lp: txt; Community-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "large-community",
+ "none"
+ ],
+ "help": "Completely remove communities attribute from a prefix",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "large-community",
+ "replace",
+ "<value>"
+ ],
+ "help": "lp: <GA:LDP1:LDP2>; Community in format <0-4294967295:0-4294967295:0-4294967295>",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "local-preference",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; Local preference value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; Metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: type-2; OSPF external type 2 metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "origin",
+ "<value>"
+ ],
+ "help": "lp: incomplete; Incomplete origin",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "originator-id",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Orignator IP address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "src",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "table",
+ "<value>"
+ ],
+ "help": "lp: u32:1-200; Table value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "tag",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Route tag",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route-map",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; BGP weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "enable-default-log"
+ ],
+ "help": "Log packets hitting default-action",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name, wildcard (*) supported",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "action",
+ "<value>"
+ ],
+ "help": "lp: drop; Drop matching entries",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "connection-mark",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; Connection-mark to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv6range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: ; \\n\\n Multiple destination ports can be specified as a comma-separated list.\\n For example: 'telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "disable"
+ ],
+ "help": "Option to disable firewall rule",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; DSCP range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "dscp-exclude",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; DSCP range not to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "fragment",
+ "match-frag"
+ ],
+ "help": "Second and further fragments of fragmented packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "fragment",
+ "match-non-frag"
+ ],
+ "help": "Head fragments or unfragmented packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "hop-limit",
+ "eq",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Equal to value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "hop-limit",
+ "gt",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Greater then value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "hop-limit",
+ "lt",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Less then value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "icmpv6",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: packet-too-big; ICMP type/code name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "ipsec",
+ "match-ipsec"
+ ],
+ "help": "Inbound IPsec packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "ipsec",
+ "match-none"
+ ],
+ "help": "Inbound non-IPsec packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "limit",
+ "burst",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; Maximum number of packets to allow in excess of rate",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "limit",
+ "rate",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; Maximum average matching rate",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "log",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable log",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "packet-length",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; Packet length range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "packet-length-exclude",
+ "<value>"
+ ],
+ "help": "lp: <start-end>; Packet length range not to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "packet-type",
+ "<value>"
+ ],
+ "help": "lp: other; Match packet addressed to another host",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: !<protocol>; IP protocol number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "recent",
+ "count",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Source addresses seen more than N times",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "recent",
+ "time",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967295; Source addresses seen in the last N seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "connection-mark",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; Connection marking",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: u32:0-63; DSCP number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "mark",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2147483647; Packet marking",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "table",
+ "<value>"
+ ],
+ "help": "lp: main; Main table",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "set",
+ "tcp-mss",
+ "<value>"
+ ],
+ "help": "lp: u32:500-1460; Explicitly set TCP MSS value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv6range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "address-group",
+ "<value>"
+ ],
+ "help": "Group of addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "domain-group",
+ "<value>"
+ ],
+ "help": "Group of domains",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "mac-group",
+ "<value>"
+ ],
+ "help": "Group of MAC addresses",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "network-group",
+ "<value>"
+ ],
+ "help": "Group of networks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "group",
+ "port-group",
+ "<value>"
+ ],
+ "help": "Group of ports",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "mac-address",
+ "<value>"
+ ],
+ "help": "lp: !macaddr; Match everything except the specified MAC address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: ; \\n\\n Multiple destination ports can be specified as a comma-separated list.\\n For example: 'telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "state",
+ "established",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "state",
+ "invalid",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "state",
+ "new",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "state",
+ "related",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "ack"
+ ],
+ "help": "Acknowledge flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "cwr"
+ ],
+ "help": "Congestion Window Reduced flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "ecn"
+ ],
+ "help": "Explicit Congestion Notification flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "fin"
+ ],
+ "help": "Finish flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "ack"
+ ],
+ "help": "Acknowledge flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "cwr"
+ ],
+ "help": "Congestion Window Reduced flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "ecn"
+ ],
+ "help": "Explicit Congestion Notification flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "fin"
+ ],
+ "help": "Finish flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "psh"
+ ],
+ "help": "Push flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "rst"
+ ],
+ "help": "Reset flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "syn"
+ ],
+ "help": "Synchronise flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "not",
+ "urg"
+ ],
+ "help": "Urgent flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "psh"
+ ],
+ "help": "Push flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "rst"
+ ],
+ "help": "Reset flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "syn"
+ ],
+ "help": "Synchronise flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "flags",
+ "urg"
+ ],
+ "help": "Urgent flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "tcp",
+ "mss",
+ "<value>"
+ ],
+ "help": "lp: <min>-<max>; TCP MSS range (use '-' as delimiter)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "monthdays",
+ "<value>"
+ ],
+ "help": "Monthdays to match rule on",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "startdate",
+ "<value>"
+ ],
+ "help": "Date to start matching rule",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "starttime",
+ "<value>"
+ ],
+ "help": "Time of day to start matching rule",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "stopdate",
+ "<value>"
+ ],
+ "help": "Date to stop matching rule",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "stoptime",
+ "<value>"
+ ],
+ "help": "Time of day to stop matching rule",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "utc"
+ ],
+ "help": "Interpret times for startdate, stopdate, starttime and stoptime",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>",
+ "time",
+ "weekdays",
+ "<value>"
+ ],
+ "help": "Weekdays to match rule on",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "distribute-list",
+ "ipv4",
+ "access-list",
+ "in",
+ "<value>"
+ ],
+ "help": "lp: u32; Access list to apply to input packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "distribute-list",
+ "ipv4",
+ "access-list",
+ "out",
+ "<value>"
+ ],
+ "help": "lp: u32; Access list to apply to output packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "distribute-list",
+ "ipv4",
+ "interface",
+ "<text>",
+ "access-list",
+ "in",
+ "<value>"
+ ],
+ "help": "lp: u32; Access list to apply to input packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "distribute-list",
+ "ipv4",
+ "interface",
+ "<text>",
+ "access-list",
+ "out",
+ "<value>"
+ ],
+ "help": "lp: u32; Access list to apply to output packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "distribute-list",
+ "ipv4",
+ "interface",
+ "<text>",
+ "prefix-list",
+ "in",
+ "<value>"
+ ],
+ "help": "lp: txt; Prefix-list to apply to input packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "distribute-list",
+ "ipv4",
+ "interface",
+ "<text>",
+ "prefix-list",
+ "out",
+ "<value>"
+ ],
+ "help": "lp: txt; Prefix-list to apply to output packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "distribute-list",
+ "ipv4",
+ "prefix-list",
+ "in",
+ "<value>"
+ ],
+ "help": "lp: txt; Prefix-list to apply to input packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "distribute-list",
+ "ipv4",
+ "prefix-list",
+ "out",
+ "<value>"
+ ],
+ "help": "lp: txt; Prefix-list to apply to output packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "distribute-list",
+ "ipv6",
+ "access-list",
+ "in",
+ "<value>"
+ ],
+ "help": "lp: u32; Access list to apply to input packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "distribute-list",
+ "ipv6",
+ "access-list",
+ "out",
+ "<value>"
+ ],
+ "help": "lp: u32; Access list to apply to output packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "distribute-list",
+ "ipv6",
+ "interface",
+ "<text>",
+ "access-list",
+ "in",
+ "<value>"
+ ],
+ "help": "lp: u32; Access list to apply to input packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "distribute-list",
+ "ipv6",
+ "interface",
+ "<text>",
+ "access-list",
+ "out",
+ "<value>"
+ ],
+ "help": "lp: u32; Access list to apply to output packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "distribute-list",
+ "ipv6",
+ "interface",
+ "<text>",
+ "prefix-list",
+ "in",
+ "<value>"
+ ],
+ "help": "lp: txt; Prefix-list to apply to input packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "distribute-list",
+ "ipv6",
+ "interface",
+ "<text>",
+ "prefix-list",
+ "out",
+ "<value>"
+ ],
+ "help": "lp: txt; Prefix-list to apply to output packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "distribute-list",
+ "ipv6",
+ "prefix-list",
+ "in",
+ "<value>"
+ ],
+ "help": "lp: txt; Prefix-list to apply to input packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "distribute-list",
+ "ipv6",
+ "prefix-list",
+ "out",
+ "<value>"
+ ],
+ "help": "lp: txt; Prefix-list to apply to output packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "interface",
+ "<text>",
+ "channel",
+ "<value>"
+ ],
+ "help": "lp: non-interfering; Non-interfering interfaces only interfere with themselves",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "interface",
+ "<text>",
+ "enable-timestamps"
+ ],
+ "help": "Enable timestamps with each Hello and IHU message in order to",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "interface",
+ "<text>",
+ "hello-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:20-655340; Milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "interface",
+ "<text>",
+ "max-rtt-penalty",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Milliseconds (0 to disable the use of RTT-based cost)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "interface",
+ "<text>",
+ "rtt-decay",
+ "<value>"
+ ],
+ "help": "lp: u32:1-256; Decay factor, in units of 1/256",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "interface",
+ "<text>",
+ "rtt-max",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "interface",
+ "<text>",
+ "rtt-min",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "interface",
+ "<text>",
+ "rxcost",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65534; Base receive cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "interface",
+ "<text>",
+ "split-horizon",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable split horizon processing",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "interface",
+ "<text>",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: wireless; Wireless interface",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "interface",
+ "<text>",
+ "update-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:20-655340; Milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "parameters",
+ "diversity"
+ ],
+ "help": "Enable diversity-aware routing",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "parameters",
+ "diversity-factor",
+ "<value>"
+ ],
+ "help": "lp: u32:1-256; Multiplicative factor, in units of 1/256",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "parameters",
+ "resend-delay",
+ "<value>"
+ ],
+ "help": "lp: u32:20-655340; Milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "parameters",
+ "smoothing-half-life",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65534; Seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "redistribute",
+ "ipv4",
+ "bgp"
+ ],
+ "help": "Redistribute BGP routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "redistribute",
+ "ipv4",
+ "connected"
+ ],
+ "help": "Redistribute connected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "redistribute",
+ "ipv4",
+ "eigrp"
+ ],
+ "help": "Redistribute EIGRP routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "redistribute",
+ "ipv4",
+ "isis"
+ ],
+ "help": "Redistribute IS-IS routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "redistribute",
+ "ipv4",
+ "kernel"
+ ],
+ "help": "Redistribute kernel routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "redistribute",
+ "ipv4",
+ "nhrp"
+ ],
+ "help": "Redistribute NHRP routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "redistribute",
+ "ipv4",
+ "ospf"
+ ],
+ "help": "Redistribute OSPF routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "redistribute",
+ "ipv4",
+ "rip"
+ ],
+ "help": "Redistribute RIP routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "redistribute",
+ "ipv4",
+ "static"
+ ],
+ "help": "Redistribute static routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "redistribute",
+ "ipv6",
+ "bgp"
+ ],
+ "help": "Redistribute BGP routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "redistribute",
+ "ipv6",
+ "connected"
+ ],
+ "help": "Redistribute connected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "redistribute",
+ "ipv6",
+ "isis"
+ ],
+ "help": "Redistribute IS-IS routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "redistribute",
+ "ipv6",
+ "kernel"
+ ],
+ "help": "Redistribute kernel routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "redistribute",
+ "ipv6",
+ "nhrp"
+ ],
+ "help": "Redistribute NHRP routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "redistribute",
+ "ipv6",
+ "ospfv3"
+ ],
+ "help": "Redistribute OSPFv3 routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "redistribute",
+ "ipv6",
+ "ripng"
+ ],
+ "help": "Redistribute RIPng routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "babel",
+ "redistribute",
+ "ipv6",
+ "static"
+ ],
+ "help": "Redistribute static routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bfd",
+ "peer",
+ "<text>",
+ "echo-mode"
+ ],
+ "help": "Enables the echo transmission mode",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bfd",
+ "peer",
+ "<text>",
+ "interval",
+ "echo-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:10-60000; The minimal echo receive transmission interval that this system is capable of handling",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bfd",
+ "peer",
+ "<text>",
+ "interval",
+ "multiplier",
+ "<value>"
+ ],
+ "help": "lp: u32:2-255; Remote transmission interval will be multiplied by this value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bfd",
+ "peer",
+ "<text>",
+ "interval",
+ "receive",
+ "<value>"
+ ],
+ "help": "lp: u32:10-60000; Interval in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bfd",
+ "peer",
+ "<text>",
+ "interval",
+ "transmit",
+ "<value>"
+ ],
+ "help": "lp: u32:10-60000; Interval in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bfd",
+ "peer",
+ "<text>",
+ "multihop"
+ ],
+ "help": "Allow this BFD peer to not be directly connected",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bfd",
+ "peer",
+ "<text>",
+ "passive"
+ ],
+ "help": "Do not attempt to start sessions",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bfd",
+ "peer",
+ "<text>",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bfd",
+ "peer",
+ "<text>",
+ "shutdown"
+ ],
+ "help": "Disable this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bfd",
+ "peer",
+ "<text>",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Local IPv6 address used to connect to the peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bfd",
+ "peer",
+ "<text>",
+ "source",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bfd",
+ "peer",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bfd",
+ "profile",
+ "<text>",
+ "echo-mode"
+ ],
+ "help": "Enables the echo transmission mode",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bfd",
+ "profile",
+ "<text>",
+ "interval",
+ "echo-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:10-60000; The minimal echo receive transmission interval that this system is capable of handling",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bfd",
+ "profile",
+ "<text>",
+ "interval",
+ "multiplier",
+ "<value>"
+ ],
+ "help": "lp: u32:2-255; Remote transmission interval will be multiplied by this value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bfd",
+ "profile",
+ "<text>",
+ "interval",
+ "receive",
+ "<value>"
+ ],
+ "help": "lp: u32:10-60000; Interval in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bfd",
+ "profile",
+ "<text>",
+ "interval",
+ "transmit",
+ "<value>"
+ ],
+ "help": "lp: u32:10-60000; Interval in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bfd",
+ "profile",
+ "<text>",
+ "passive"
+ ],
+ "help": "Do not attempt to start sessions",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bfd",
+ "profile",
+ "<text>",
+ "shutdown"
+ ],
+ "help": "Disable this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-flowspec",
+ "local-install",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "aggregate-address",
+ "<text>",
+ "as-set"
+ ],
+ "help": "Generate AS-set path information for this aggregate address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "aggregate-address",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "aggregate-address",
+ "<text>",
+ "summary-only"
+ ],
+ "help": "Announce the aggregate summary network only",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "network",
+ "<text>",
+ "backdoor"
+ ],
+ "help": "Use BGP network/prefix as a backdoor route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "network",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-multicast",
+ "aggregate-address",
+ "<text>",
+ "as-set"
+ ],
+ "help": "Generate AS-set path information for this aggregate address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-multicast",
+ "aggregate-address",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-multicast",
+ "aggregate-address",
+ "<text>",
+ "summary-only"
+ ],
+ "help": "Announce the aggregate summary network only",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-multicast",
+ "distance",
+ "external",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; eBGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-multicast",
+ "distance",
+ "internal",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; iBGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-multicast",
+ "distance",
+ "local",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Locally originated BGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-multicast",
+ "distance",
+ "prefix",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance for external BGP routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-multicast",
+ "network",
+ "<text>",
+ "backdoor"
+ ],
+ "help": "Use BGP network/prefix as a backdoor route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-multicast",
+ "network",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "aggregate-address",
+ "<text>",
+ "as-set"
+ ],
+ "help": "Generate AS-set path information for this aggregate address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "aggregate-address",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "aggregate-address",
+ "<text>",
+ "summary-only"
+ ],
+ "help": "Announce the aggregate summary network only",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "distance",
+ "external",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; eBGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "distance",
+ "internal",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; iBGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "distance",
+ "local",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Locally originated BGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "distance",
+ "prefix",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance for external BGP routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "export",
+ "vpn"
+ ],
+ "help": "to/from default instance VPN RIB",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "import",
+ "vpn"
+ ],
+ "help": "to/from default instance VPN RIB",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "import",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "label",
+ "vpn",
+ "allocation-mode",
+ "per-nexthop"
+ ],
+ "help": "Allocate a label per connected next-hop in the VRF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "label",
+ "vpn",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:0-1048575; Label Value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "maximum-paths",
+ "ebgp",
+ "<value>"
+ ],
+ "help": "lp: u32:1-256; Number of paths to consider",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "maximum-paths",
+ "ibgp",
+ "<value>"
+ ],
+ "help": "lp: u32:1-256; Number of paths to consider",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "network",
+ "<text>",
+ "backdoor"
+ ],
+ "help": "Network as a backdoor route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "network",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "rd",
+ "vpn",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: ASN:NN_OR_IP-ADDRESS:NN; Route Distinguisher, (x.x.x.x:yyy|xxxx:yyyy)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "babel",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "babel",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "connected",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "connected",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "isis",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "isis",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "kernel",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "kernel",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "ospf",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "ospf",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "rip",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "rip",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "static",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "static",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "table",
+ "<value>"
+ ],
+ "help": "Redistribute non-main Kernel Routing Table",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "route-map",
+ "vpn",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "route-map",
+ "vpn",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "route-target",
+ "vpn",
+ "both",
+ "<value>"
+ ],
+ "help": "lp: txt; Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "route-target",
+ "vpn",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "route-target",
+ "vpn",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-vpn",
+ "network",
+ "<text>",
+ "label",
+ "<value>"
+ ],
+ "help": "lp: u32:0-1048575; MPLS label value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-vpn",
+ "network",
+ "<text>",
+ "rd",
+ "<value>"
+ ],
+ "help": "lp: ASN:NN_OR_IP-ADDRESS:NN; Route Distinguisher, (x.x.x.x:yyy|xxxx:yyyy)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-flowspec",
+ "local-install",
+ "interface",
+ "<value>"
+ ],
+ "help": "Interface",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "aggregate-address",
+ "<text>",
+ "as-set"
+ ],
+ "help": "Generate AS-set path information for this aggregate address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "aggregate-address",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "aggregate-address",
+ "<text>",
+ "summary-only"
+ ],
+ "help": "Announce the aggregate summary network only",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "network",
+ "<text>",
+ "backdoor"
+ ],
+ "help": "Use BGP network/prefix as a backdoor route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "network",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-multicast",
+ "aggregate-address",
+ "<text>",
+ "as-set"
+ ],
+ "help": "Generate AS-set path information for this aggregate address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-multicast",
+ "aggregate-address",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-multicast",
+ "aggregate-address",
+ "<text>",
+ "summary-only"
+ ],
+ "help": "Announce the aggregate summary network only",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-multicast",
+ "distance",
+ "external",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; eBGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-multicast",
+ "distance",
+ "internal",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; iBGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-multicast",
+ "distance",
+ "local",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Locally originated BGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-multicast",
+ "distance",
+ "prefix",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance for external BGP routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-multicast",
+ "network",
+ "<text>",
+ "path-limit",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; AS path hop count limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-multicast",
+ "network",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "aggregate-address",
+ "<text>",
+ "as-set"
+ ],
+ "help": "Generate AS-set path information for this aggregate address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "aggregate-address",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "aggregate-address",
+ "<text>",
+ "summary-only"
+ ],
+ "help": "Announce the aggregate summary network only",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "distance",
+ "external",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; eBGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "distance",
+ "internal",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; iBGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "distance",
+ "local",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Locally originated BGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "distance",
+ "prefix",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance for external BGP routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "export",
+ "vpn"
+ ],
+ "help": "to/from default instance VPN RIB",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "import",
+ "vpn"
+ ],
+ "help": "to/from default instance VPN RIB",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "import",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "label",
+ "vpn",
+ "allocation-mode",
+ "per-nexthop"
+ ],
+ "help": "Allocate a label per connected next-hop in the VRF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "label",
+ "vpn",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:0-1048575; Label Value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "maximum-paths",
+ "ebgp",
+ "<value>"
+ ],
+ "help": "lp: u32:1-256; Number of paths to consider",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "maximum-paths",
+ "ibgp",
+ "<value>"
+ ],
+ "help": "lp: u32:1-256; Number of paths to consider",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "network",
+ "<text>",
+ "path-limit",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; AS path hop count limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "network",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "rd",
+ "vpn",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: ASN:NN_OR_IP-ADDRESS:NN; Route Distinguisher, (x.x.x.x:yyy|xxxx:yyyy)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "babel",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "babel",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "connected",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "connected",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "kernel",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "kernel",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "ospfv3",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "ospfv3",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "ripng",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "ripng",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "static",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "static",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "table",
+ "<value>"
+ ],
+ "help": "Redistribute non-main Kernel Routing Table",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "route-map",
+ "vpn",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "route-map",
+ "vpn",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "route-target",
+ "vpn",
+ "both",
+ "<value>"
+ ],
+ "help": "lp: txt; Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "route-target",
+ "vpn",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "route-target",
+ "vpn",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-vpn",
+ "network",
+ "<text>",
+ "label",
+ "<value>"
+ ],
+ "help": "lp: u32:0-1048575; MPLS label value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-vpn",
+ "network",
+ "<text>",
+ "rd",
+ "<value>"
+ ],
+ "help": "lp: ASN:NN_OR_IP-ADDRESS:NN; Route Distinguisher, (x.x.x.x:yyy|xxxx:yyyy)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "advertise",
+ "ipv4",
+ "unicast",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "advertise",
+ "ipv6",
+ "unicast",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "advertise-all-vni"
+ ],
+ "help": "Advertise All local VNIs",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "advertise-default-gw"
+ ],
+ "help": "Advertise All default g/w mac-ip routes in EVPN",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "advertise-pip",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IP address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "advertise-svi-ip"
+ ],
+ "help": "Advertise svi mac-ip routes in EVPN",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "flooding",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "flooding",
+ "head-end-replication"
+ ],
+ "help": "Flood BUM packets using head-end replication",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "rd",
+ "<value>"
+ ],
+ "help": "lp: ASN:NN_OR_IP-ADDRESS:NN; Route Distinguisher, (x.x.x.x:yyy|xxxx:yyyy)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "route-target",
+ "both",
+ "<value>"
+ ],
+ "help": "lp: txt; Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "route-target",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "route-target",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "rt-auto-derive"
+ ],
+ "help": "Auto derivation of Route Target (RFC8365)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "vni",
+ "<text>",
+ "advertise-default-gw"
+ ],
+ "help": "Advertise All default g/w mac-ip routes in EVPN",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "vni",
+ "<text>",
+ "advertise-svi-ip"
+ ],
+ "help": "Advertise svi mac-ip routes in EVPN",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "vni",
+ "<text>",
+ "rd",
+ "<value>"
+ ],
+ "help": "lp: ASN:NN_OR_IP-ADDRESS:NN; Route Distinguisher, (x.x.x.x:yyy|xxxx:yyyy)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "vni",
+ "<text>",
+ "route-target",
+ "both",
+ "<value>"
+ ],
+ "help": "lp: txt; Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "vni",
+ "<text>",
+ "route-target",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "vni",
+ "<text>",
+ "route-target",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "interface",
+ "<text>",
+ "mpls",
+ "forwarding"
+ ],
+ "help": "Enable MPLS forwarding for eBGP directly connected peers",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "listen",
+ "limit",
+ "<value>"
+ ],
+ "help": "lp: u32:1-5000; BGP neighbor limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "listen",
+ "range",
+ "<text>",
+ "peer-group",
+ "<value>"
+ ],
+ "help": "lp: txt; Peer-group name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-flowspec",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-flowspec",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-flowspec",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-flowspec",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-flowspec",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-flowspec",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-flowspec",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-flowspec",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-flowspec",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "receive"
+ ],
+ "help": "Capability to receive the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "send"
+ ],
+ "help": "Capability to send the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "default-originate",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "receive"
+ ],
+ "help": "Capability to receive the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "send"
+ ],
+ "help": "Capability to send the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "default-originate",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "receive"
+ ],
+ "help": "Capability to receive the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "send"
+ ],
+ "help": "Capability to send the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "default-originate",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-flowspec",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-flowspec",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-flowspec",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-flowspec",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-flowspec",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-flowspec",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-flowspec",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-flowspec",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-flowspec",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "receive"
+ ],
+ "help": "Capability to receive the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "send"
+ ],
+ "help": "Capability to send the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "default-originate",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "nexthop-local",
+ "unchanged"
+ ],
+ "help": "Leave link-local nexthop unchanged for this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "default-originate",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "nexthop-local",
+ "unchanged"
+ ],
+ "help": "Leave link-local nexthop unchanged for this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "receive"
+ ],
+ "help": "Capability to receive the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "send"
+ ],
+ "help": "Capability to send the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "default-originate",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "nexthop-local",
+ "unchanged"
+ ],
+ "help": "Leave link-local nexthop unchanged for this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "nexthop-local",
+ "unchanged"
+ ],
+ "help": "Leave link-local nexthop unchanged for this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "advertisement-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:0-600; Advertisement interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "bfd",
+ "check-control-plane-failure"
+ ],
+ "help": "Allow to write CBIT independence in BFD outgoing packets and",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "bfd",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "capability",
+ "dynamic"
+ ],
+ "help": "Advertise dynamic capability to this neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "capability",
+ "extended-nexthop"
+ ],
+ "help": "Advertise extended-nexthop capability to this neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "disable-capability-negotiation"
+ ],
+ "help": "Disable capability negotiation with this neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "disable-connected-check"
+ ],
+ "help": "Disable check to see if eBGP peer address is a connected route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "ebgp-multihop",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Number of hops",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "enforce-first-as"
+ ],
+ "help": "Ensure the first AS in the AS path matches the peer AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "graceful-restart",
+ "<value>"
+ ],
+ "help": "lp: restart-helper; Enable BGP graceful restart helper only functionality",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "interface",
+ "peer-group",
+ "<value>"
+ ],
+ "help": "lp: txt; Peer-group name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "interface",
+ "remote-as",
+ "<value>"
+ ],
+ "help": "lp: internal; Neighbor AS number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "interface",
+ "source-interface",
+ "<value>"
+ ],
+ "help": "lp: interface; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "interface",
+ "v6only",
+ "peer-group",
+ "<value>"
+ ],
+ "help": "lp: txt; Peer-group name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "interface",
+ "v6only",
+ "remote-as",
+ "<value>"
+ ],
+ "help": "lp: internal; Neighbor AS number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "local-as",
+ "<text>",
+ "no-prepend",
+ "replace-as"
+ ],
+ "help": "Prepend only local-as from/to updates for eBGP peers",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "local-role",
+ "<text>",
+ "strict"
+ ],
+ "help": "Neighbor must send this exact capability, otherwise a role",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "override-capability"
+ ],
+ "help": "Ignore capability negotiation with specified neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "passive"
+ ],
+ "help": "Do not initiate a session with this neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "password",
+ "<value>"
+ ],
+ "help": "BGP MD5 password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "path-attribute",
+ "discard",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Attribute number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "peer-group",
+ "<value>"
+ ],
+ "help": "lp: txt; Peer-group name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "remote-as",
+ "<value>"
+ ],
+ "help": "lp: internal; Neighbor AS number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "shutdown"
+ ],
+ "help": "Administratively shutdown this neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "solo"
+ ],
+ "help": "Do not send back prefixes learned from the neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "strict-capability-match"
+ ],
+ "help": "Enable strict capability negotiation",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "timers",
+ "connect",
+ "<value>"
+ ],
+ "help": "lp: 0; Disable connect timer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "timers",
+ "holdtime",
+ "<value>"
+ ],
+ "help": "lp: 0; Disable hold timer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "timers",
+ "keepalive",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Keepalive interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "ttl-security",
+ "hops",
+ "<value>"
+ ],
+ "help": "lp: u32:1-254; Number of hops",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "update-source",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface as route source",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "always-compare-med"
+ ],
+ "help": "Always compare MEDs from different neighbors",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "bestpath",
+ "as-path",
+ "confed"
+ ],
+ "help": "Compare AS-path lengths including confederation sets and",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "bestpath",
+ "as-path",
+ "ignore"
+ ],
+ "help": "Ignore AS-path length in selecting a route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "bestpath",
+ "as-path",
+ "multipath-relax"
+ ],
+ "help": "Allow load sharing across routes that have different AS paths",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "bestpath",
+ "bandwidth",
+ "<value>"
+ ],
+ "help": "lp: skip-missing; Ignore paths without link bandwidth for ECMP (if other paths have it)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "bestpath",
+ "compare-routerid"
+ ],
+ "help": "Compare the router-id for identical EBGP paths",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "bestpath",
+ "med",
+ "<value>"
+ ],
+ "help": "lp: missing-as-worst; Treat missing route as a MED as the least preferred one",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "bestpath",
+ "peer-type",
+ "multipath-relax"
+ ],
+ "help": "Allow load sharing across routes learned from different peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "cluster-id",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Route-reflector cluster-id",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "conditional-advertisement",
+ "timer",
+ "<value>"
+ ],
+ "help": "lp: u32:5-240; Period to rerun the conditional advertisement scanner process",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "confederation",
+ "identifier",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967294; Confederation AS id",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "confederation",
+ "peers",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967294; Peer AS number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "dampening",
+ "half-life",
+ "<value>"
+ ],
+ "help": "lp: u32:1-45; Half-life penalty in minutes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "dampening",
+ "max-suppress-time",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Maximum suppress duration in minutes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "dampening",
+ "re-use",
+ "<value>"
+ ],
+ "help": "lp: u32:1-20000; Re-use penalty points",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "dampening",
+ "start-suppress-time",
+ "<value>"
+ ],
+ "help": "lp: u32:1-20000; Start-suppress penalty points",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "default",
+ "local-pref",
+ "<value>"
+ ],
+ "help": "lp: u32; Local preference",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "deterministic-med"
+ ],
+ "help": "Compare MEDs between different peers in the same AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "distance",
+ "global",
+ "external",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance for external BGP routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "distance",
+ "global",
+ "internal",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance for internal BGP routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "distance",
+ "global",
+ "local",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance for internal BGP routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "distance",
+ "prefix",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance for external BGP routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "ebgp-requires-policy"
+ ],
+ "help": "Require in and out policy for eBGP peers (RFC8212)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "fast-convergence"
+ ],
+ "help": "Teardown sessions immediately whenever peer becomes unreachable",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "graceful-restart",
+ "stalepath-time",
+ "<value>"
+ ],
+ "help": "lp: u32:1-3600; Hold time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "graceful-shutdown"
+ ],
+ "help": "Graceful shutdown",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "log-neighbor-changes"
+ ],
+ "help": "Log neighbor up/down changes and reset reason",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "minimum-holdtime",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Minimum holdtime in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "network-import-check"
+ ],
+ "help": "Enable IGP route check for network statements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "no-client-to-client-reflection"
+ ],
+ "help": "Disable client to client route reflection",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "no-fast-external-failover"
+ ],
+ "help": "Disable immediate session reset on peer link down event",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "no-suppress-duplicates"
+ ],
+ "help": "Disable suppress duplicate updates if the route actually not",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "reject-as-sets"
+ ],
+ "help": "Reject routes with AS_SET or AS_CONFED_SET flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "route-reflector-allow-outbound-policy"
+ ],
+ "help": "Route reflector client allow policy outbound",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "router-id",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Router-ID in IP address format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "shutdown"
+ ],
+ "help": "Administrative shutdown of the BGP instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "suppress-fib-pending"
+ ],
+ "help": "Advertise only routes that are programmed in kernel to peers",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "tcp-keepalive",
+ "idle",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Idle time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "tcp-keepalive",
+ "interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "parameters",
+ "tcp-keepalive",
+ "probes",
+ "<value>"
+ ],
+ "help": "lp: u32:1-30; Maximum probes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "receive"
+ ],
+ "help": "Capability to receive the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "send"
+ ],
+ "help": "Capability to send the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "default-originate",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "receive"
+ ],
+ "help": "Capability to receive the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "send"
+ ],
+ "help": "Capability to send the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "default-originate",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "nexthop-local",
+ "unchanged"
+ ],
+ "help": "Leave link-local nexthop unchanged for this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "nexthop-local",
+ "unchanged"
+ ],
+ "help": "Leave link-local nexthop unchanged for this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "bfd",
+ "check-control-plane-failure"
+ ],
+ "help": "Allow to write CBIT independence in BFD outgoing packets and",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "bfd",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "capability",
+ "dynamic"
+ ],
+ "help": "Advertise dynamic capability to this neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "capability",
+ "extended-nexthop"
+ ],
+ "help": "Advertise extended-nexthop capability to this neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "disable-capability-negotiation"
+ ],
+ "help": "Disable capability negotiation with this neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "disable-connected-check"
+ ],
+ "help": "Disable check to see if eBGP peer address is a connected route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "ebgp-multihop",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Number of hops",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "graceful-restart",
+ "<value>"
+ ],
+ "help": "lp: restart-helper; Enable BGP graceful restart helper only functionality",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "local-as",
+ "<text>",
+ "no-prepend",
+ "replace-as"
+ ],
+ "help": "Prepend only local-as from/to updates for eBGP peers",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "local-role",
+ "<text>",
+ "strict"
+ ],
+ "help": "Neighbor must send this exact capability, otherwise a role",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "override-capability"
+ ],
+ "help": "Ignore capability negotiation with specified neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "passive"
+ ],
+ "help": "Do not initiate a session with this neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "password",
+ "<value>"
+ ],
+ "help": "BGP MD5 password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "path-attribute",
+ "discard",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Attribute number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "remote-as",
+ "<value>"
+ ],
+ "help": "lp: internal; Neighbor AS number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "shutdown"
+ ],
+ "help": "Administratively shutdown this neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "ttl-security",
+ "hops",
+ "<value>"
+ ],
+ "help": "lp: u32:1-254; Number of hops",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "update-source",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface as route source",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "system-as",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967294; Autonomous System Number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "timers",
+ "holdtime",
+ "<value>"
+ ],
+ "help": "lp: 0; Disable hold timer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "bgp",
+ "timers",
+ "keepalive",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Keepalive interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "failover",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "check",
+ "policy",
+ "<value>"
+ ],
+ "help": "lp: any-available; Any target must be alive (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "failover",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "check",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "failover",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "check",
+ "target",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Address to check",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "failover",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "check",
+ "timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-300; Timeout in seconds between checks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "failover",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "check",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: tcp; Check target by TCP",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "failover",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Gateway interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "failover",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Route metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "igmp",
+ "interface",
+ "<text>",
+ "join",
+ "<text>",
+ "source",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Source address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "igmp",
+ "interface",
+ "<text>",
+ "query-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-1800; Query interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "igmp",
+ "interface",
+ "<text>",
+ "query-max-response-time",
+ "<value>"
+ ],
+ "help": "lp: u32:10-250; Query response value in deci-seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "igmp",
+ "interface",
+ "<text>",
+ "version",
+ "<value>"
+ ],
+ "help": "lp: 3; IGMP version 3",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "igmp-proxy",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "igmp-proxy",
+ "disable-quickleave"
+ ],
+ "help": "Option to disable \"quickleave\"",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "igmp-proxy",
+ "interface",
+ "<text>",
+ "alt-subnet",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "igmp-proxy",
+ "interface",
+ "<text>",
+ "role",
+ "<value>"
+ ],
+ "help": "lp: disabled; Disabled interface",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "igmp-proxy",
+ "interface",
+ "<text>",
+ "threshold",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; TTL threshold for the interfaces",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "igmp-proxy",
+ "interface",
+ "<text>",
+ "whitelist",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "area-password",
+ "md5",
+ "<value>"
+ ],
+ "help": "lp: txt; Level-wide password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "area-password",
+ "plaintext-password",
+ "<value>"
+ ],
+ "help": "lp: txt; Circuit password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv4",
+ "level-1",
+ "always"
+ ],
+ "help": "Always advertise default route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv4",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv4",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv4",
+ "level-2",
+ "always"
+ ],
+ "help": "Always advertise default route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv4",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv4",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv6",
+ "level-1",
+ "always"
+ ],
+ "help": "Always advertise default route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv6",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv6",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv6",
+ "level-2",
+ "always"
+ ],
+ "help": "Always advertise default route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv6",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv6",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "domain-password",
+ "md5",
+ "<value>"
+ ],
+ "help": "lp: txt; Level-wide password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "domain-password",
+ "plaintext-password",
+ "<value>"
+ ],
+ "help": "lp: txt; Circuit password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "dynamic-hostname"
+ ],
+ "help": "Dynamic hostname for IS-IS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "bfd",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "circuit-type",
+ "<value>"
+ ],
+ "help": "lp: level-2-only; Level-2 only adjacencies are formed",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "hello-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-600; Set Hello interval",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "hello-multiplier",
+ "<value>"
+ ],
+ "help": "lp: u32:2-100; Set multiplier for Hello holding time",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "hello-padding"
+ ],
+ "help": "Add padding to IS-IS hello packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "ldp-sync",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "ldp-sync",
+ "holddown",
+ "<value>"
+ ],
+ "help": "lp: u32:0-10000; Time to wait in seconds for LDP-IGP synchronization to occur before restoring interface cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "network",
+ "point-to-point"
+ ],
+ "help": "point-to-point network type",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "no-three-way-handshake"
+ ],
+ "help": "Disable three-way handshake",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "passive"
+ ],
+ "help": "Configure passive mode for interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "password",
+ "md5",
+ "<value>"
+ ],
+ "help": "lp: txt; Level-wide password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "password",
+ "plaintext-password",
+ "<value>"
+ ],
+ "help": "lp: txt; Circuit password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "priority",
+ "<value>"
+ ],
+ "help": "lp: u32:0-127; Priority value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "psnp-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:0-127; PSNP interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "ldp-sync",
+ "holddown",
+ "<value>"
+ ],
+ "help": "lp: u32:0-10000; Time to wait in seconds for LDP-IGP synchronization to occur before restoring interface cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "level",
+ "<value>"
+ ],
+ "help": "lp: level-2; Act as an area router",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "log-adjacency-changes"
+ ],
+ "help": "Log adjacency state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "lsp-gen-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-120; Minimum interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "lsp-mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:128-4352; Maximum size of generated LSPs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "lsp-refresh-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65235; LSP refresh interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "max-lsp-lifetime",
+ "<value>"
+ ],
+ "help": "lp: u32:350-65535; LSP lifetime in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "metric-style",
+ "<value>"
+ ],
+ "help": "lp: wide; Use new style of TLVs to carry wider metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "net",
+ "<value>"
+ ],
+ "help": "lp: XX.XXXX. ... .XXX.XX; Network entity title (NET)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "purge-originator"
+ ],
+ "help": "Use the RFC 6232 purge-originator",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "babel",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "babel",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "babel",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "babel",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "bgp",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "bgp",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "bgp",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "bgp",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "connected",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "connected",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "connected",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "connected",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "kernel",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "kernel",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "kernel",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "kernel",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "ospf",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "ospf",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "ospf",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "ospf",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "rip",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "rip",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "rip",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "rip",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "static",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "static",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "static",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "static",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "babel",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "babel",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "babel",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "babel",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "bgp",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "bgp",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "bgp",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "bgp",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "connected",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "connected",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "connected",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "connected",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "kernel",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "kernel",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "kernel",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "kernel",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "ospf6",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "ospf6",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "ospf6",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "ospf6",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "ripng",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "ripng",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "ripng",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "ripng",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "static",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "static",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "static",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "static",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "segment-routing",
+ "global-block",
+ "high-label-value",
+ "<value>"
+ ],
+ "help": "lp: u32:16-1048575; Label value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "segment-routing",
+ "global-block",
+ "low-label-value",
+ "<value>"
+ ],
+ "help": "lp: u32:16-1048575; Label value (recommended minimum value: 300)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "segment-routing",
+ "local-block",
+ "high-label-value",
+ "<value>"
+ ],
+ "help": "lp: u32:16-1048575; Label value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "segment-routing",
+ "local-block",
+ "low-label-value",
+ "<value>"
+ ],
+ "help": "lp: u32:16-1048575; Label value (recommended minimum value: 300)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "segment-routing",
+ "maximum-label-depth",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16; MPLS label depth",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "segment-routing",
+ "prefix",
+ "<text>",
+ "absolute",
+ "explicit-null"
+ ],
+ "help": "Request upstream neighbor to replace segment/label with explicit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "segment-routing",
+ "prefix",
+ "<text>",
+ "absolute",
+ "no-php-flag"
+ ],
+ "help": "Do not request penultimate hop popping for segment/label",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "segment-routing",
+ "prefix",
+ "<text>",
+ "absolute",
+ "value",
+ "<value>"
+ ],
+ "help": "lp: u32:16-1048575; The absolute segment/label ID value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "segment-routing",
+ "prefix",
+ "<text>",
+ "index",
+ "explicit-null"
+ ],
+ "help": "Request upstream neighbor to replace segment/label with explicit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "segment-routing",
+ "prefix",
+ "<text>",
+ "index",
+ "no-php-flag"
+ ],
+ "help": "Do not request penultimate hop popping for segment/label",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "segment-routing",
+ "prefix",
+ "<text>",
+ "index",
+ "value",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; The index segment/label ID value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "set-attached-bit"
+ ],
+ "help": "Set attached bit to identify as L1/L2 router for inter-area",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "set-overload-bit"
+ ],
+ "help": "Set overload bit to avoid any transit traffic",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "spf-delay-ietf",
+ "holddown",
+ "<value>"
+ ],
+ "help": "lp: u32:0-60000; Time with no received IGP events before considering IGP stable in ms",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "spf-delay-ietf",
+ "init-delay",
+ "<value>"
+ ],
+ "help": "lp: u32:0-60000; Delay used while in QUIET state (in ms)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "spf-delay-ietf",
+ "long-delay",
+ "<value>"
+ ],
+ "help": "lp: u32:0-60000; Delay used while in LONG_WAIT state in ms",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "spf-delay-ietf",
+ "short-delay",
+ "<value>"
+ ],
+ "help": "lp: u32:0-60000; Delay used while in SHORT_WAIT state (in ms)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "spf-delay-ietf",
+ "time-to-learn",
+ "<value>"
+ ],
+ "help": "lp: u32:0-60000; Maximum duration needed to learn all the events related to a single failure in ms",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "spf-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-120; Interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "traffic-engineering",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "isis",
+ "traffic-engineering",
+ "enable"
+ ],
+ "help": "Enable MPLS traffic engineering extensions",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "allocation",
+ "ipv4",
+ "access-list",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2699; Access list number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "allocation",
+ "ipv6",
+ "access-list6",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2699; Access list number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "discovery",
+ "hello-ipv4-holdtime",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "discovery",
+ "hello-ipv4-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "discovery",
+ "hello-ipv6-holdtime",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "discovery",
+ "hello-ipv6-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "discovery",
+ "session-ipv4-holdtime",
+ "<value>"
+ ],
+ "help": "lp: u32:15-65535; Time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "discovery",
+ "session-ipv6-holdtime",
+ "<value>"
+ ],
+ "help": "lp: u32:15-65535; Time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "discovery",
+ "transport-ipv4-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 bind as transport",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "discovery",
+ "transport-ipv6-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 bind as transport",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "export",
+ "ipv4",
+ "explicit-null"
+ ],
+ "help": "Explicit-Null Label",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "export",
+ "ipv4",
+ "export-filter",
+ "filter-access-list",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2699; Access list number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "export",
+ "ipv4",
+ "export-filter",
+ "neighbor-access-list",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2699; Access list number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "export",
+ "ipv6",
+ "explicit-null"
+ ],
+ "help": "Explicit-Null Label",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "export",
+ "ipv6",
+ "export-filter",
+ "filter-access-list6",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2699; Access list number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "export",
+ "ipv6",
+ "export-filter",
+ "neighbor-access-list6",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2699; Access list number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "import",
+ "ipv4",
+ "import-filter",
+ "filter-access-list",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2699; Access list number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "import",
+ "ipv4",
+ "import-filter",
+ "neighbor-access-list",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2699; Access list number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "import",
+ "ipv6",
+ "import-filter",
+ "filter-access-list6",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2699; Access list number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "import",
+ "ipv6",
+ "import-filter",
+ "neighbor-access-list6",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2699; Access list number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "neighbor",
+ "<text>",
+ "password",
+ "<value>"
+ ],
+ "help": "Neighbor password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "neighbor",
+ "<text>",
+ "session-holdtime",
+ "<value>"
+ ],
+ "help": "lp: u32:15-65535; Time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "neighbor",
+ "<text>",
+ "ttl-security",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable neighbor TTL security",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "parameters",
+ "cisco-interop-tlv"
+ ],
+ "help": "Enable Cisco non-compliant format capability TLV",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "parameters",
+ "ordered-control"
+ ],
+ "help": "Enable LDP ordered label distribution control mode",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "parameters",
+ "transport-prefer-ipv4"
+ ],
+ "help": "Prefer IPv4 for TCP peer transport connection",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "router-id",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Router-ID in IP address format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "targeted-neighbor",
+ "ipv4",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Neighbor/session address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "targeted-neighbor",
+ "ipv4",
+ "enable"
+ ],
+ "help": "Accept and respond to targeted hellos",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "targeted-neighbor",
+ "ipv4",
+ "hello-holdtime",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "targeted-neighbor",
+ "ipv4",
+ "hello-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "targeted-neighbor",
+ "ipv6",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Neighbor/session address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "targeted-neighbor",
+ "ipv6",
+ "enable"
+ ],
+ "help": "Accept and respond to targeted hellos",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "targeted-neighbor",
+ "ipv6",
+ "hello-holdtime",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "ldp",
+ "targeted-neighbor",
+ "ipv6",
+ "hello-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "parameters",
+ "maximum-ttl",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Maximum hops allowed",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "mpls",
+ "parameters",
+ "no-propagate-ttl"
+ ],
+ "help": "Disable copy of IP TTL to MPLS TTL",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "nhrp",
+ "tunnel",
+ "<text>",
+ "cisco-authentication",
+ "<value>"
+ ],
+ "help": "lp: txt; Pass phrase for cisco authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "nhrp",
+ "tunnel",
+ "<text>",
+ "dynamic-map",
+ "<text>",
+ "nbma-domain-name",
+ "<value>"
+ ],
+ "help": "lp: <fqdn>; Set the external HUB fqdn",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "nhrp",
+ "tunnel",
+ "<text>",
+ "holding-time",
+ "<value>"
+ ],
+ "help": "Holding time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "nhrp",
+ "tunnel",
+ "<text>",
+ "map",
+ "<text>",
+ "cisco"
+ ],
+ "help": "If the statically mapped peer is running Cisco IOS, specify this",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "nhrp",
+ "tunnel",
+ "<text>",
+ "map",
+ "<text>",
+ "nbma-address",
+ "<value>"
+ ],
+ "help": "Set HUB address (nbma-address - external hub address or fqdn)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "nhrp",
+ "tunnel",
+ "<text>",
+ "map",
+ "<text>",
+ "register"
+ ],
+ "help": "Specifies that Registration Request should be sent to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "nhrp",
+ "tunnel",
+ "<text>",
+ "multicast",
+ "<value>"
+ ],
+ "help": "Set multicast for NHRP",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "nhrp",
+ "tunnel",
+ "<text>",
+ "non-caching"
+ ],
+ "help": "This can be used to reduce memory consumption on big NBMA",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "nhrp",
+ "tunnel",
+ "<text>",
+ "redirect"
+ ],
+ "help": "Enable sending of Cisco style NHRP Traffic Indication packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "nhrp",
+ "tunnel",
+ "<text>",
+ "shortcut"
+ ],
+ "help": "Enable creation of shortcut routes. A received NHRP Traffic",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "nhrp",
+ "tunnel",
+ "<text>",
+ "shortcut-destination"
+ ],
+ "help": "This instructs opennhrp to reply with authorative answers on",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "nhrp",
+ "tunnel",
+ "<text>",
+ "shortcut-target",
+ "<text>",
+ "holding-time",
+ "<value>"
+ ],
+ "help": "Holding time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "access-list",
+ "<text>",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: static; Filter static routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "aggregation",
+ "timer",
+ "<value>"
+ ],
+ "help": "lp: u32:5-1800; Timer interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "area-type",
+ "normal"
+ ],
+ "help": "Normal OSPF area",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "area-type",
+ "nssa",
+ "default-cost",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Summary default cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "area-type",
+ "nssa",
+ "no-summary"
+ ],
+ "help": "Do not inject inter-area routes into stub",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "area-type",
+ "nssa",
+ "translate",
+ "<value>"
+ ],
+ "help": "lp: never; Never translate LSA types",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "area-type",
+ "stub",
+ "default-cost",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Summary default cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "area-type",
+ "stub",
+ "no-summary"
+ ],
+ "help": "Do not inject inter-area routes into the stub",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "authentication",
+ "<value>"
+ ],
+ "help": "lp: md5; Use MD5 authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "export-list",
+ "<value>"
+ ],
+ "help": "lp: u32; Access-list number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "import-list",
+ "<value>"
+ ],
+ "help": "lp: u32; Access-list number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "network",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; OSPF network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "range",
+ "<text>",
+ "cost",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Metric for this range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "range",
+ "<text>",
+ "not-advertise"
+ ],
+ "help": "Do not advertise this range",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "range",
+ "<text>",
+ "substitute",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; Advertise area range as another prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "shortcut",
+ "<value>"
+ ],
+ "help": "lp: enable; Enable shortcutting mode",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "virtual-link",
+ "<text>",
+ "authentication",
+ "md5",
+ "key-id",
+ "<text>",
+ "md5-key",
+ "<value>"
+ ],
+ "help": "lp: txt; MD5 Key (16 characters or less)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "virtual-link",
+ "<text>",
+ "authentication",
+ "plaintext-password",
+ "<value>"
+ ],
+ "help": "lp: txt; Plain text password (8 characters or less)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "virtual-link",
+ "<text>",
+ "dead-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Neighbor dead interval (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "virtual-link",
+ "<text>",
+ "hello-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Hello interval (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "virtual-link",
+ "<text>",
+ "retransmit-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Retransmit interval (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "virtual-link",
+ "<text>",
+ "transmit-delay",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Link state transmit delay (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "auto-cost",
+ "reference-bandwidth",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967; Reference bandwidth cost in Mbits/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "capability",
+ "opaque"
+ ],
+ "help": "Opaque LSA",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "default-information",
+ "originate",
+ "always"
+ ],
+ "help": "Always advertise a default route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "default-information",
+ "originate",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "default-information",
+ "originate",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "default-information",
+ "originate",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "default-metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Metric of redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "distance",
+ "global",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "distance",
+ "ospf",
+ "external",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for external routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "distance",
+ "ospf",
+ "inter-area",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for inter-area routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "distance",
+ "ospf",
+ "intra-area",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for intra-area routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "graceful-restart",
+ "grace-period",
+ "<value>"
+ ],
+ "help": "lp: u32:1-1800; Maximum length of the grace period in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "graceful-restart",
+ "helper",
+ "enable",
+ "router-id",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Router-ID in IP address format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "graceful-restart",
+ "helper",
+ "no-strict-lsa-checking"
+ ],
+ "help": "Disable strict LSA check",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "graceful-restart",
+ "helper",
+ "planned-only"
+ ],
+ "help": "Supported only planned restart",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "graceful-restart",
+ "helper",
+ "supported-grace-time",
+ "<value>"
+ ],
+ "help": "lp: u32:10-1800; Grace interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "area",
+ "<value>"
+ ],
+ "help": "lp: ipv4; OSPF area ID in IP address notation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "authentication",
+ "md5",
+ "key-id",
+ "<text>",
+ "md5-key",
+ "<value>"
+ ],
+ "help": "lp: txt; MD5 Key (16 characters or less)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "authentication",
+ "plaintext-password",
+ "<value>"
+ ],
+ "help": "lp: txt; Plain text password (8 characters or less)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "bandwidth",
+ "<value>"
+ ],
+ "help": "lp: u32:1-100000; Bandwidth in Megabit/sec (for calculating OSPF cost)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "bfd",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "cost",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; OSPF interface cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "dead-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Neighbor dead interval (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "hello-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Hello interval (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "hello-multiplier",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of Hellos to send each second",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "ldp-sync",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "ldp-sync",
+ "holddown",
+ "<value>"
+ ],
+ "help": "lp: u32:0-10000; Time to wait in seconds for LDP-IGP synchronization to occur before restoring interface cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "mtu-ignore"
+ ],
+ "help": "Disable Maximum Transmission Unit (MTU) mismatch detection",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "network",
+ "<value>"
+ ],
+ "help": "lp: point-to-point; Point-to-point network type",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "passive",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "priority",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; OSPF router priority cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "retransmit-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Retransmit interval (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "transmit-delay",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Link state transmit delay (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "ldp-sync",
+ "holddown",
+ "<value>"
+ ],
+ "help": "lp: u32:0-10000; Time to wait in seconds for LDP-IGP synchronization to occur before restoring interface cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "log-adjacency-changes",
+ "detail"
+ ],
+ "help": "Log all state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "max-metric",
+ "router-lsa",
+ "administrative"
+ ],
+ "help": "Administratively apply, for an indefinite period",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "max-metric",
+ "router-lsa",
+ "on-shutdown",
+ "<value>"
+ ],
+ "help": "lp: u32:5-100; Time (seconds) to advertise self as stub-router",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "max-metric",
+ "router-lsa",
+ "on-startup",
+ "<value>"
+ ],
+ "help": "lp: u32:5-86400; Time (seconds) to advertise self as stub-router",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "maximum-paths",
+ "<value>"
+ ],
+ "help": "lp: u32:1-64; Maximum multiple paths (ECMP)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "mpls-te",
+ "enable"
+ ],
+ "help": "Enable MPLS-TE functionality",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "mpls-te",
+ "router-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Stable IP address of the advertising router",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "neighbor",
+ "<text>",
+ "poll-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Seconds between dead neighbor polling interval",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "neighbor",
+ "<text>",
+ "priority",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Neighbor priority",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "parameters",
+ "abr-type",
+ "<value>"
+ ],
+ "help": "lp: standard; Standard ABR type",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "parameters",
+ "opaque-lsa"
+ ],
+ "help": "Enable the Opaque-LSA capability (rfc2370)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "parameters",
+ "rfc1583-compatibility"
+ ],
+ "help": "Enable RFC1583 criteria for handling AS external routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "parameters",
+ "router-id",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Router-ID in IP address format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "passive-interface",
+ "<value>"
+ ],
+ "help": "lp: default; Default to suppress routing updates on all interfaces",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "babel",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "babel",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "babel",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "bgp",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "bgp",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "bgp",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "connected",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "connected",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "connected",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "isis",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "isis",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "isis",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "kernel",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "kernel",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "kernel",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "rip",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "rip",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "rip",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "static",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "static",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "static",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "table",
+ "<text>",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "table",
+ "<text>",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "redistribute",
+ "table",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "refresh",
+ "timers",
+ "<value>"
+ ],
+ "help": "lp: u32:10-1800; Timer value in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "segment-routing",
+ "global-block",
+ "high-label-value",
+ "<value>"
+ ],
+ "help": "lp: u32:16-1048575; Label value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "segment-routing",
+ "global-block",
+ "low-label-value",
+ "<value>"
+ ],
+ "help": "lp: u32:16-1048575; Label value (recommended minimum value: 300)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "segment-routing",
+ "local-block",
+ "high-label-value",
+ "<value>"
+ ],
+ "help": "lp: u32:16-1048575; Label value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "segment-routing",
+ "local-block",
+ "low-label-value",
+ "<value>"
+ ],
+ "help": "lp: u32:16-1048575; Label value (recommended minimum value: 300)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "segment-routing",
+ "maximum-label-depth",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16; MPLS label depth",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "segment-routing",
+ "prefix",
+ "<text>",
+ "index",
+ "explicit-null"
+ ],
+ "help": "Request upstream neighbor to replace segment/label with explicit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "segment-routing",
+ "prefix",
+ "<text>",
+ "index",
+ "no-php-flag"
+ ],
+ "help": "Do not request penultimate hop popping for segment/label",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "segment-routing",
+ "prefix",
+ "<text>",
+ "index",
+ "value",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; The index segment/label ID value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "summary-address",
+ "<text>",
+ "no-advertise"
+ ],
+ "help": "Don not advertise summary route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "summary-address",
+ "<text>",
+ "tag",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Router tag value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "timers",
+ "throttle",
+ "spf",
+ "delay",
+ "<value>"
+ ],
+ "help": "lp: u32:0-600000; Delay in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "timers",
+ "throttle",
+ "spf",
+ "initial-holdtime",
+ "<value>"
+ ],
+ "help": "lp: u32:0-600000; Initial hold time in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospf",
+ "timers",
+ "throttle",
+ "spf",
+ "max-holdtime",
+ "<value>"
+ ],
+ "help": "lp: u32:0-600000; Max hold time in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "area",
+ "<text>",
+ "area-type",
+ "nssa",
+ "default-information-originate"
+ ],
+ "help": "Originate Type 7 default into NSSA area",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "area",
+ "<text>",
+ "area-type",
+ "nssa",
+ "no-summary"
+ ],
+ "help": "Do not inject inter-area routes into the stub",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "area",
+ "<text>",
+ "area-type",
+ "stub",
+ "no-summary"
+ ],
+ "help": "Do not inject inter-area routes into the stub",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "area",
+ "<text>",
+ "export-list",
+ "<value>"
+ ],
+ "help": "Name of export-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "area",
+ "<text>",
+ "import-list",
+ "<value>"
+ ],
+ "help": "Name of import-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "area",
+ "<text>",
+ "range",
+ "<text>",
+ "advertise"
+ ],
+ "help": "Advertise this range",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "area",
+ "<text>",
+ "range",
+ "<text>",
+ "not-advertise"
+ ],
+ "help": "Do not advertise this range",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "auto-cost",
+ "reference-bandwidth",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967; Reference bandwidth cost in Mbits/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "default-information",
+ "originate",
+ "always"
+ ],
+ "help": "Always advertise a default route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "default-information",
+ "originate",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "default-information",
+ "originate",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "default-information",
+ "originate",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "distance",
+ "global",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "distance",
+ "ospfv3",
+ "external",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for external routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "distance",
+ "ospfv3",
+ "inter-area",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for inter-area routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "distance",
+ "ospfv3",
+ "intra-area",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for intra-area routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "graceful-restart",
+ "grace-period",
+ "<value>"
+ ],
+ "help": "lp: u32:1-1800; Maximum length of the grace period in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "graceful-restart",
+ "helper",
+ "enable",
+ "router-id",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Router-ID in IP address format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "graceful-restart",
+ "helper",
+ "lsa-check-disable"
+ ],
+ "help": "Disable strict LSA check",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "graceful-restart",
+ "helper",
+ "planned-only"
+ ],
+ "help": "Supported only planned restart",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "graceful-restart",
+ "helper",
+ "supported-grace-time",
+ "<value>"
+ ],
+ "help": "lp: u32:10-1800; Grace interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "area",
+ "<value>"
+ ],
+ "help": "lp: ipv4; OSPF area ID in IP address notation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "bfd",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "cost",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; OSPF interface cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "dead-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Neighbor dead interval (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "hello-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Hello interval (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "ifmtu",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Interface MTU",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "instance-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Instance Id",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "mtu-ignore"
+ ],
+ "help": "Disable Maximum Transmission Unit (MTU) mismatch detection",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "network",
+ "<value>"
+ ],
+ "help": "lp: point-to-point; Point-to-point network type",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "passive"
+ ],
+ "help": "Configure passive mode for interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "priority",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; OSPF router priority cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "retransmit-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Retransmit interval (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "transmit-delay",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Link state transmit delay (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "log-adjacency-changes",
+ "detail"
+ ],
+ "help": "Log all state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "parameters",
+ "router-id",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Router-ID in IP address format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "redistribute",
+ "babel",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "redistribute",
+ "bgp",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "redistribute",
+ "connected",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "redistribute",
+ "kernel",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "redistribute",
+ "ripng",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ospfv3",
+ "redistribute",
+ "static",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "pim",
+ "interface",
+ "<text>",
+ "dr-priority",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Value of the new DR Priority",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "pim",
+ "interface",
+ "<text>",
+ "hello",
+ "<value>"
+ ],
+ "help": "lp: u32:1-180; Hello Interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "pim",
+ "rp",
+ "address",
+ "<text>",
+ "group",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; Group Address range RFC 3171",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "pim",
+ "rp",
+ "keep-alive-timer",
+ "<value>"
+ ],
+ "help": "lp: u32:31-60000; Keep alive Timer in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "default-distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "default-information",
+ "originate"
+ ],
+ "help": "Distribute a default route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "default-metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "distribute-list",
+ "access-list",
+ "in",
+ "<value>"
+ ],
+ "help": "lp: u32; Access list to apply to input packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "distribute-list",
+ "access-list",
+ "out",
+ "<value>"
+ ],
+ "help": "lp: u32; Access list to apply to output packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "distribute-list",
+ "interface",
+ "<text>",
+ "access-list",
+ "in",
+ "<value>"
+ ],
+ "help": "lp: u32; Access list to apply to input packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "distribute-list",
+ "interface",
+ "<text>",
+ "access-list",
+ "out",
+ "<value>"
+ ],
+ "help": "lp: u32; Access list to apply to output packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "distribute-list",
+ "interface",
+ "<text>",
+ "prefix-list",
+ "in",
+ "<value>"
+ ],
+ "help": "lp: txt; Prefix-list to apply to input packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "distribute-list",
+ "interface",
+ "<text>",
+ "prefix-list",
+ "out",
+ "<value>"
+ ],
+ "help": "lp: txt; Prefix-list to apply to output packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "distribute-list",
+ "prefix-list",
+ "in",
+ "<value>"
+ ],
+ "help": "lp: txt; Prefix-list to apply to input packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "distribute-list",
+ "prefix-list",
+ "out",
+ "<value>"
+ ],
+ "help": "lp: txt; Prefix-list to apply to output packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "interface",
+ "<text>",
+ "authentication",
+ "md5",
+ "<text>",
+ "password",
+ "<value>"
+ ],
+ "help": "lp: txt; MD5 Key (16 characters or less)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "interface",
+ "<text>",
+ "authentication",
+ "plaintext-password",
+ "<value>"
+ ],
+ "help": "lp: txt; Plain text password (16 characters or less)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "interface",
+ "<text>",
+ "receive",
+ "version",
+ "<value>"
+ ],
+ "help": "lp: 2; Allow RIPv2 only",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "interface",
+ "<text>",
+ "send",
+ "version",
+ "<value>"
+ ],
+ "help": "lp: 2; Allow RIPv2 only",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "interface",
+ "<text>",
+ "split-horizon",
+ "disable"
+ ],
+ "help": "Disable split horizon on specified interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "interface",
+ "<text>",
+ "split-horizon",
+ "poison-reverse"
+ ],
+ "help": "Disable split horizon on specified interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "neighbor",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Neighbor router",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "network",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; RIP network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "network-distance",
+ "<text>",
+ "access-list",
+ "<value>"
+ ],
+ "help": "lp: txt; Access list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "network-distance",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "passive-interface",
+ "<value>"
+ ],
+ "help": "lp: default; Default to suppress routing updates on all interfaces",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "redistribute",
+ "babel",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16; Redistribute route metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "redistribute",
+ "babel",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "redistribute",
+ "bgp",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16; Redistribute route metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "redistribute",
+ "bgp",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "redistribute",
+ "connected",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16; Redistribute route metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "redistribute",
+ "connected",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "redistribute",
+ "isis",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16; Redistribute route metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "redistribute",
+ "isis",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "redistribute",
+ "kernel",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16; Redistribute route metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "redistribute",
+ "kernel",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "redistribute",
+ "ospf",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16; Redistribute route metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "redistribute",
+ "ospf",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "redistribute",
+ "static",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16; Redistribute route metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "redistribute",
+ "static",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "route",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; RIP static route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "timers",
+ "garbage-collection",
+ "<value>"
+ ],
+ "help": "lp: u32:5-2147483647; Garbage colletion time",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "timers",
+ "timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:5-2147483647; Routing information timeout timer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "timers",
+ "update",
+ "<value>"
+ ],
+ "help": "lp: u32:5-2147483647; Routing table update timer in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rip",
+ "version",
+ "<value>"
+ ],
+ "help": "lp: 2; Allow RIPv2 only",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "aggregate-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; Aggregate RIPng route announcement",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "default-information",
+ "originate"
+ ],
+ "help": "Distribute a default route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "default-metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "distribute-list",
+ "access-list",
+ "in",
+ "<value>"
+ ],
+ "help": "lp: u32; Access list to apply to input packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "distribute-list",
+ "access-list",
+ "out",
+ "<value>"
+ ],
+ "help": "lp: u32; Access list to apply to output packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "distribute-list",
+ "interface",
+ "<text>",
+ "access-list",
+ "in",
+ "<value>"
+ ],
+ "help": "lp: u32; Access list to apply to input packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "distribute-list",
+ "interface",
+ "<text>",
+ "access-list",
+ "out",
+ "<value>"
+ ],
+ "help": "lp: u32; Access list to apply to output packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "distribute-list",
+ "interface",
+ "<text>",
+ "prefix-list",
+ "in",
+ "<value>"
+ ],
+ "help": "lp: txt; Prefix-list to apply to input packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "distribute-list",
+ "interface",
+ "<text>",
+ "prefix-list",
+ "out",
+ "<value>"
+ ],
+ "help": "lp: txt; Prefix-list to apply to output packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "distribute-list",
+ "prefix-list",
+ "in",
+ "<value>"
+ ],
+ "help": "lp: txt; Prefix-list to apply to input packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "distribute-list",
+ "prefix-list",
+ "out",
+ "<value>"
+ ],
+ "help": "lp: txt; Prefix-list to apply to output packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "interface",
+ "<text>",
+ "split-horizon",
+ "disable"
+ ],
+ "help": "Disable split horizon on specified interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "interface",
+ "<text>",
+ "split-horizon",
+ "poison-reverse"
+ ],
+ "help": "Disable split horizon on specified interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "network",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; RIPng network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "passive-interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Suppress routing updates on interface",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "redistribute",
+ "babel",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16; Redistribute route metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "redistribute",
+ "babel",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "redistribute",
+ "bgp",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16; Redistribute route metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "redistribute",
+ "bgp",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "redistribute",
+ "connected",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16; Redistribute route metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "redistribute",
+ "connected",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "redistribute",
+ "kernel",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16; Redistribute route metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "redistribute",
+ "kernel",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "redistribute",
+ "ospfv3",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16; Redistribute route metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "redistribute",
+ "ospfv3",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "redistribute",
+ "static",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16; Redistribute route metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "redistribute",
+ "static",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "route",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; RIPng static route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "timers",
+ "garbage-collection",
+ "<value>"
+ ],
+ "help": "lp: u32:5-2147483647; Garbage colletion time",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "timers",
+ "timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:5-2147483647; Routing information timeout timer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "ripng",
+ "timers",
+ "update",
+ "<value>"
+ ],
+ "help": "lp: u32:5-2147483647; Routing table update timer in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rpki",
+ "cache",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rpki",
+ "cache",
+ "<text>",
+ "preference",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Preference of the cache server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rpki",
+ "cache",
+ "<text>",
+ "ssh",
+ "known-hosts-file",
+ "<value>"
+ ],
+ "help": "RPKI SSH known hosts file",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rpki",
+ "cache",
+ "<text>",
+ "ssh",
+ "private-key-file",
+ "<value>"
+ ],
+ "help": "RPKI SSH private key file",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rpki",
+ "cache",
+ "<text>",
+ "ssh",
+ "public-key-file",
+ "<value>"
+ ],
+ "help": "RPKI SSH public key file path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rpki",
+ "cache",
+ "<text>",
+ "ssh",
+ "username",
+ "<value>"
+ ],
+ "help": "lp: txt; Username",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "rpki",
+ "polling-period",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; Polling period in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "arp",
+ "interface",
+ "<text>",
+ "address",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "arp",
+ "interface",
+ "<text>",
+ "address",
+ "<text>",
+ "mac",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "multicast",
+ "interface-route",
+ "<text>",
+ "next-hop-interface",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "multicast",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "blackhole",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "blackhole",
+ "tag",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Tag value for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "dhcp-interface",
+ "<value>"
+ ],
+ "help": "lp: txt; DHCP interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "interface",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "interface",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "interface",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of VRF to leak to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "bfd",
+ "multi-hop",
+ "source",
+ "<text>",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "bfd",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Gateway interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of VRF to leak to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "reject",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "reject",
+ "tag",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Tag value for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "blackhole",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "blackhole",
+ "tag",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Tag value for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "interface",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "interface",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "interface",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of VRF to leak to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "bfd",
+ "multi-hop",
+ "source",
+ "<text>",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "bfd",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Gateway interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of VRF to leak to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "reject",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "reject",
+ "tag",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Tag value for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route",
+ "<text>",
+ "blackhole",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route",
+ "<text>",
+ "blackhole",
+ "tag",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Tag value for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route",
+ "<text>",
+ "dhcp-interface",
+ "<value>"
+ ],
+ "help": "lp: txt; DHCP interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route",
+ "<text>",
+ "interface",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route",
+ "<text>",
+ "interface",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route",
+ "<text>",
+ "interface",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of VRF to leak to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "bfd",
+ "multi-hop",
+ "source",
+ "<text>",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "bfd",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Gateway interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of VRF to leak to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route",
+ "<text>",
+ "reject",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route",
+ "<text>",
+ "reject",
+ "tag",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Tag value for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route6",
+ "<text>",
+ "blackhole",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route6",
+ "<text>",
+ "blackhole",
+ "tag",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Tag value for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route6",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route6",
+ "<text>",
+ "interface",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route6",
+ "<text>",
+ "interface",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route6",
+ "<text>",
+ "interface",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of VRF to leak to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route6",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "bfd",
+ "multi-hop",
+ "source",
+ "<text>",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route6",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "bfd",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route6",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route6",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route6",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Gateway interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route6",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of VRF to leak to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route6",
+ "<text>",
+ "reject",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "protocols",
+ "static",
+ "table",
+ "<text>",
+ "route6",
+ "<text>",
+ "reject",
+ "tag",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Tag value for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "interface",
+ "<text>",
+ "egress",
+ "<value>"
+ ],
+ "help": "lp: txt; QoS policy to use",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "interface",
+ "<text>",
+ "ingress",
+ "<value>"
+ ],
+ "help": "lp: txt; QoS policy to use",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "cake",
+ "<text>",
+ "bandwidth",
+ "<value>"
+ ],
+ "help": "lp: <number>%%; Percentage of interface link speed",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "cake",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "cake",
+ "<text>",
+ "flow-isolation",
+ "blind"
+ ],
+ "help": "Disables flow isolation, all traffic passes through a single",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "cake",
+ "<text>",
+ "flow-isolation",
+ "dst-host"
+ ],
+ "help": "Flows are defined only by destination address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "cake",
+ "<text>",
+ "flow-isolation",
+ "dual-dst-host"
+ ],
+ "help": "Flows are defined by the 5-tuple, and fairness is applied first",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "cake",
+ "<text>",
+ "flow-isolation",
+ "dual-src-host"
+ ],
+ "help": "Flows are defined by the 5-tuple, and fairness is applied first",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "cake",
+ "<text>",
+ "flow-isolation",
+ "flow"
+ ],
+ "help": "Flows are defined by the entire 5-tuple",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "cake",
+ "<text>",
+ "flow-isolation",
+ "host"
+ ],
+ "help": "Flows are defined by source-destination host pairs",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "cake",
+ "<text>",
+ "flow-isolation",
+ "nat"
+ ],
+ "help": "Perform NAT lookup before applying flow-isolation rules",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "cake",
+ "<text>",
+ "flow-isolation",
+ "src-host"
+ ],
+ "help": "Flows are defined only by source address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "cake",
+ "<text>",
+ "rtt",
+ "<value>"
+ ],
+ "help": "lp: u32:1-3600000; RTT in ms",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "drop-tail",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "drop-tail",
+ "<text>",
+ "queue-limit",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Queue size in packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "fair-queue",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "fair-queue",
+ "<text>",
+ "hash-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-127; Interval in seconds for queue algorithm perturbation (advised: 10)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "fair-queue",
+ "<text>",
+ "queue-limit",
+ "<value>"
+ ],
+ "help": "lp: u32:1-127; Queue size in packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "fq-codel",
+ "<text>",
+ "codel-quantum",
+ "<value>"
+ ],
+ "help": "lp: u32:0-1048576; Number of bytes used as 'deficit'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "fq-codel",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "fq-codel",
+ "<text>",
+ "flows",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65536; Number of flows",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "fq-codel",
+ "<text>",
+ "interval",
+ "<value>"
+ ],
+ "help": "lp: u32; Interval in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "fq-codel",
+ "<text>",
+ "queue-limit",
+ "<value>"
+ ],
+ "help": "lp: u32:2-10999; Queue size in packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "fq-codel",
+ "<text>",
+ "target",
+ "<value>"
+ ],
+ "help": "lp: u32; Queue delay in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "bandwidth",
+ "<value>"
+ ],
+ "help": "lp: <number>%%; Percentage of interface link speed",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "burst",
+ "<value>"
+ ],
+ "help": "lp: <number><suffix>; Bytes with scaling suffix (kb, mb, gb)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "exceed",
+ "<value>"
+ ],
+ "help": "lp: pipe; Pass the packet to the next action in line",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ether",
+ "destination",
+ "<value>"
+ ],
+ "help": "lp: macaddr; MAC address to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ether",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: 802.1Q; 802.1Q VLAN tag",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ether",
+ "source",
+ "<value>"
+ ],
+ "help": "lp: macaddr; MAC address to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: EF; Expedited Forwarding",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "max-length",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Maximum packet/payload length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: txt; Protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "tcp",
+ "ack"
+ ],
+ "help": "Match TCP ACK",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "tcp",
+ "syn"
+ ],
+ "help": "Match TCP SYN",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: EF; Expedited Forwarding",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "max-length",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Maximum packet/payload length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: txt; Protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "tcp",
+ "ack"
+ ],
+ "help": "Match TCP ACK",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "tcp",
+ "syn"
+ ],
+ "help": "Match TCP SYN",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "mark",
+ "<value>"
+ ],
+ "help": "lp: u32; FW mark to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "vif",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4095; Virtual Local Area Network (VLAN) tag",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "not-exceed",
+ "<value>"
+ ],
+ "help": "lp: pipe; Pass the packet to the next action in line",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "class",
+ "<text>",
+ "priority",
+ "<value>"
+ ],
+ "help": "lp: u32:0-20; Priority for match rule evaluation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "default",
+ "bandwidth",
+ "<value>"
+ ],
+ "help": "lp: <number>%%; Percentage of interface link speed",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "default",
+ "burst",
+ "<value>"
+ ],
+ "help": "lp: <number><suffix>; Bytes with scaling suffix (kb, mb, gb)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "default",
+ "exceed",
+ "<value>"
+ ],
+ "help": "lp: pipe; Pass the packet to the next action in line",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "default",
+ "not-exceed",
+ "<value>"
+ ],
+ "help": "lp: pipe; Pass the packet to the next action in line",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "limiter",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "network-emulator",
+ "<text>",
+ "bandwidth",
+ "<value>"
+ ],
+ "help": "lp: <number>%%; Percentage of interface link speed",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "network-emulator",
+ "<text>",
+ "corruption",
+ "<value>"
+ ],
+ "help": "lp: <number>; Percentage of packets affected",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "network-emulator",
+ "<text>",
+ "delay",
+ "<value>"
+ ],
+ "help": "lp: <number>; Time in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "network-emulator",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "network-emulator",
+ "<text>",
+ "duplicate",
+ "<value>"
+ ],
+ "help": "lp: <number>; Percentage of packets affected",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "network-emulator",
+ "<text>",
+ "loss",
+ "<value>"
+ ],
+ "help": "lp: <number>; Percentage of packets affected",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "network-emulator",
+ "<text>",
+ "queue-limit",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Queue size in packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "network-emulator",
+ "<text>",
+ "reordering",
+ "<value>"
+ ],
+ "help": "lp: <number>; Percentage of packets affected",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "codel-quantum",
+ "<value>"
+ ],
+ "help": "lp: u32:0-1048576; Number of bytes used as 'deficit'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "flows",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65536; Number of flows",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "interval",
+ "<value>"
+ ],
+ "help": "lp: u32; Interval in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ether",
+ "destination",
+ "<value>"
+ ],
+ "help": "lp: macaddr; MAC address to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ether",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: 802.1Q; 802.1Q VLAN tag",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ether",
+ "source",
+ "<value>"
+ ],
+ "help": "lp: macaddr; MAC address to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: EF; Expedited Forwarding",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "max-length",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Maximum packet/payload length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: txt; Protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "tcp",
+ "ack"
+ ],
+ "help": "Match TCP ACK",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "tcp",
+ "syn"
+ ],
+ "help": "Match TCP SYN",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: EF; Expedited Forwarding",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "max-length",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Maximum packet/payload length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: txt; Protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "tcp",
+ "ack"
+ ],
+ "help": "Match TCP ACK",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "tcp",
+ "syn"
+ ],
+ "help": "Match TCP SYN",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "mark",
+ "<value>"
+ ],
+ "help": "lp: u32; FW mark to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "vif",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4095; Virtual Local Area Network (VLAN) tag",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "queue-limit",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Queue size in packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "queue-type",
+ "<value>"
+ ],
+ "help": "lp: random-detect; Random Early Detection (RED)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "class",
+ "<text>",
+ "target",
+ "<value>"
+ ],
+ "help": "lp: u32; Queue delay in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "default",
+ "codel-quantum",
+ "<value>"
+ ],
+ "help": "lp: u32:0-1048576; Number of bytes used as 'deficit'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "default",
+ "flows",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65536; Number of flows",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "default",
+ "interval",
+ "<value>"
+ ],
+ "help": "lp: u32; Interval in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "default",
+ "queue-limit",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Queue size in packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "default",
+ "queue-type",
+ "<value>"
+ ],
+ "help": "lp: random-detect; Random Early Detection (RED)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "default",
+ "target",
+ "<value>"
+ ],
+ "help": "lp: u32; Queue delay in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "priority-queue",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "random-detect",
+ "<text>",
+ "bandwidth",
+ "<value>"
+ ],
+ "help": "lp: <number>%%; Percentage of interface link speed",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "random-detect",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "random-detect",
+ "<text>",
+ "precedence",
+ "<text>",
+ "average-packet",
+ "<value>"
+ ],
+ "help": "lp: u32:16-10240; Average packet size in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "random-detect",
+ "<text>",
+ "precedence",
+ "<text>",
+ "mark-probability",
+ "<value>"
+ ],
+ "help": "lp: <number>; Numeric value (1/N)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "random-detect",
+ "<text>",
+ "precedence",
+ "<text>",
+ "maximum-threshold",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4096; Maximum Threshold in packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "random-detect",
+ "<text>",
+ "precedence",
+ "<text>",
+ "minimum-threshold",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4096; Maximum Threshold in packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "random-detect",
+ "<text>",
+ "precedence",
+ "<text>",
+ "queue-limit",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Queue size in packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "rate-control",
+ "<text>",
+ "bandwidth",
+ "<value>"
+ ],
+ "help": "lp: <number>%%; Percentage of interface link speed",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "rate-control",
+ "<text>",
+ "burst",
+ "<value>"
+ ],
+ "help": "lp: <number><suffix>; Bytes with scaling suffix (kb, mb, gb)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "rate-control",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "rate-control",
+ "<text>",
+ "latency",
+ "<value>"
+ ],
+ "help": "lp: <number>; Time in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "codel-quantum",
+ "<value>"
+ ],
+ "help": "lp: u32:0-1048576; Number of bytes used as 'deficit'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "flows",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65536; Number of flows",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "interval",
+ "<value>"
+ ],
+ "help": "lp: u32; Interval in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ether",
+ "destination",
+ "<value>"
+ ],
+ "help": "lp: macaddr; MAC address to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ether",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: 802.1Q; 802.1Q VLAN tag",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ether",
+ "source",
+ "<value>"
+ ],
+ "help": "lp: macaddr; MAC address to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: EF; Expedited Forwarding",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "max-length",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Maximum packet/payload length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: txt; Protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "tcp",
+ "ack"
+ ],
+ "help": "Match TCP ACK",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "tcp",
+ "syn"
+ ],
+ "help": "Match TCP SYN",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: EF; Expedited Forwarding",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "max-length",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Maximum packet/payload length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: txt; Protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "tcp",
+ "ack"
+ ],
+ "help": "Match TCP ACK",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "tcp",
+ "syn"
+ ],
+ "help": "Match TCP SYN",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "mark",
+ "<value>"
+ ],
+ "help": "lp: u32; FW mark to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "vif",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4095; Virtual Local Area Network (VLAN) tag",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "quantum",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Packet scheduling quantum (bytes)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "queue-limit",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Queue size in packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "queue-type",
+ "<value>"
+ ],
+ "help": "lp: random-detect; Random Early Detection (RED)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "class",
+ "<text>",
+ "target",
+ "<value>"
+ ],
+ "help": "lp: u32; Queue delay in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "default",
+ "codel-quantum",
+ "<value>"
+ ],
+ "help": "lp: u32:0-1048576; Number of bytes used as 'deficit'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "default",
+ "flows",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65536; Number of flows",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "default",
+ "interval",
+ "<value>"
+ ],
+ "help": "lp: u32; Interval in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "default",
+ "queue-limit",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Queue size in packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "default",
+ "queue-type",
+ "<value>"
+ ],
+ "help": "lp: random-detect; Random Early Detection (RED)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "default",
+ "target",
+ "<value>"
+ ],
+ "help": "lp: u32; Queue delay in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "round-robin",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "bandwidth",
+ "<value>"
+ ],
+ "help": "lp: <number>%%; Percentage of interface link speed",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "bandwidth",
+ "<value>"
+ ],
+ "help": "lp: <number>%%; Percentage of interface link speed",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "burst",
+ "<value>"
+ ],
+ "help": "lp: <number><suffix>; Bytes with scaling suffix (kb, mb, gb)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "ceiling",
+ "<value>"
+ ],
+ "help": "lp: <number>bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps - Byte/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "codel-quantum",
+ "<value>"
+ ],
+ "help": "lp: u32:0-1048576; Number of bytes used as 'deficit'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "flows",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65536; Number of flows",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "interval",
+ "<value>"
+ ],
+ "help": "lp: u32; Interval in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ether",
+ "destination",
+ "<value>"
+ ],
+ "help": "lp: macaddr; MAC address to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ether",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: 802.1Q; 802.1Q VLAN tag",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ether",
+ "source",
+ "<value>"
+ ],
+ "help": "lp: macaddr; MAC address to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: EF; Expedited Forwarding",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "max-length",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Maximum packet/payload length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: txt; Protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "tcp",
+ "ack"
+ ],
+ "help": "Match TCP ACK",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "tcp",
+ "syn"
+ ],
+ "help": "Match TCP SYN",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: EF; Expedited Forwarding",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "max-length",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Maximum packet/payload length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: txt; Protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "tcp",
+ "ack"
+ ],
+ "help": "Match TCP ACK",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "tcp",
+ "syn"
+ ],
+ "help": "Match TCP SYN",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "mark",
+ "<value>"
+ ],
+ "help": "lp: u32; FW mark to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "vif",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4095; Virtual Local Area Network (VLAN) tag",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "priority",
+ "<value>"
+ ],
+ "help": "lp: u32:0-20; Priority for match rule evaluation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "queue-limit",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Queue size in packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "queue-type",
+ "<value>"
+ ],
+ "help": "lp: random-detect; Random Early Detection (RED)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "set-dscp",
+ "<value>"
+ ],
+ "help": "lp: EF; Expedited Forwarding",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "class",
+ "<text>",
+ "target",
+ "<value>"
+ ],
+ "help": "lp: u32; Queue delay in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "default",
+ "bandwidth",
+ "<value>"
+ ],
+ "help": "lp: <number>%%; Percentage of interface link speed",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "default",
+ "burst",
+ "<value>"
+ ],
+ "help": "lp: <number><suffix>; Bytes with scaling suffix (kb, mb, gb)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "default",
+ "ceiling",
+ "<value>"
+ ],
+ "help": "lp: <number>bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps - Byte/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "default",
+ "codel-quantum",
+ "<value>"
+ ],
+ "help": "lp: u32:0-1048576; Number of bytes used as 'deficit'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "default",
+ "flows",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65536; Number of flows",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "default",
+ "interval",
+ "<value>"
+ ],
+ "help": "lp: u32; Interval in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "default",
+ "priority",
+ "<value>"
+ ],
+ "help": "lp: u32:0-7; Priority order for bandwidth pool",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "default",
+ "queue-limit",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Queue size in packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "default",
+ "queue-type",
+ "<value>"
+ ],
+ "help": "lp: random-detect; Random Early Detection (RED)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "default",
+ "set-dscp",
+ "<value>"
+ ],
+ "help": "lp: EF; Expedited Forwarding",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "default",
+ "target",
+ "<value>"
+ ],
+ "help": "lp: u32; Queue delay in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "bandwidth",
+ "<value>"
+ ],
+ "help": "lp: <number>%%; Percentage of interface link speed",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "linkshare",
+ "d",
+ "<value>"
+ ],
+ "help": "lp: <number>; Time in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "linkshare",
+ "m1",
+ "<value>"
+ ],
+ "help": "lp: <number>bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps - Byte/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "linkshare",
+ "m2",
+ "<value>"
+ ],
+ "help": "lp: <number>bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps - Byte/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ether",
+ "destination",
+ "<value>"
+ ],
+ "help": "lp: macaddr; MAC address to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ether",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: 802.1Q; 802.1Q VLAN tag",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ether",
+ "source",
+ "<value>"
+ ],
+ "help": "lp: macaddr; MAC address to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: EF; Expedited Forwarding",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "max-length",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Maximum packet/payload length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: txt; Protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "tcp",
+ "ack"
+ ],
+ "help": "Match TCP ACK",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ip",
+ "tcp",
+ "syn"
+ ],
+ "help": "Match TCP SYN",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "dscp",
+ "<value>"
+ ],
+ "help": "lp: EF; Expedited Forwarding",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "max-length",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Maximum packet/payload length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: txt; Protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "tcp",
+ "ack"
+ ],
+ "help": "Match TCP ACK",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "ipv6",
+ "tcp",
+ "syn"
+ ],
+ "help": "Match TCP SYN",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "mark",
+ "<value>"
+ ],
+ "help": "lp: u32; FW mark to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "match",
+ "<text>",
+ "vif",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4095; Virtual Local Area Network (VLAN) tag",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "realtime",
+ "d",
+ "<value>"
+ ],
+ "help": "lp: <number>; Time in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "realtime",
+ "m1",
+ "<value>"
+ ],
+ "help": "lp: <number>bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps - Byte/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "realtime",
+ "m2",
+ "<value>"
+ ],
+ "help": "lp: <number>bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps - Byte/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "upperlimit",
+ "d",
+ "<value>"
+ ],
+ "help": "lp: <number>; Time in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "upperlimit",
+ "m1",
+ "<value>"
+ ],
+ "help": "lp: <number>bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps - Byte/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "class",
+ "<text>",
+ "upperlimit",
+ "m2",
+ "<value>"
+ ],
+ "help": "lp: <number>bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps - Byte/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "default",
+ "linkshare",
+ "d",
+ "<value>"
+ ],
+ "help": "lp: <number>; Time in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "default",
+ "linkshare",
+ "m1",
+ "<value>"
+ ],
+ "help": "lp: <number>bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps - Byte/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "default",
+ "linkshare",
+ "m2",
+ "<value>"
+ ],
+ "help": "lp: <number>bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps - Byte/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "default",
+ "realtime",
+ "d",
+ "<value>"
+ ],
+ "help": "lp: <number>; Time in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "default",
+ "realtime",
+ "m1",
+ "<value>"
+ ],
+ "help": "lp: <number>bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps - Byte/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "default",
+ "realtime",
+ "m2",
+ "<value>"
+ ],
+ "help": "lp: <number>bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps - Byte/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "default",
+ "upperlimit",
+ "d",
+ "<value>"
+ ],
+ "help": "lp: <number>; Time in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "default",
+ "upperlimit",
+ "m1",
+ "<value>"
+ ],
+ "help": "lp: <number>bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps - Byte/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "default",
+ "upperlimit",
+ "m2",
+ "<value>"
+ ],
+ "help": "lp: <number>bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps - Byte/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "qos",
+ "policy",
+ "shaper-hfsc",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "broadcast-relay",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "broadcast-relay",
+ "id",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Optional source address for forwarded packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "broadcast-relay",
+ "id",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "broadcast-relay",
+ "id",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "broadcast-relay",
+ "id",
+ "<text>",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "broadcast-relay",
+ "id",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "config-sync",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: set; Set configuration section",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "config-sync",
+ "secondary",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: hostname; FQDN address to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "config-sync",
+ "secondary",
+ "key",
+ "<value>"
+ ],
+ "help": "HTTP API key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "config-sync",
+ "secondary",
+ "timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-300; Connection API timeout",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "config-sync",
+ "section",
+ "<value>"
+ ],
+ "help": "lp: firewall; firewall",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "conntrack-sync",
+ "accept-protocol",
+ "<value>"
+ ],
+ "help": "lp: dccp; Sync Datagram Congestion Control Protocol entries",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "conntrack-sync",
+ "disable-external-cache"
+ ],
+ "help": "Directly injects the flow-states into the in-kernel Connection",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "conntrack-sync",
+ "event-listen-queue-size",
+ "<value>"
+ ],
+ "help": "lp: u32; Queue size in MB",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "conntrack-sync",
+ "expect-sync",
+ "<value>"
+ ],
+ "help": "Protocol for which expect entries need to be synchronized",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "conntrack-sync",
+ "failover-mechanism",
+ "vrrp",
+ "sync-group",
+ "<value>"
+ ],
+ "help": "VRRP sync group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "conntrack-sync",
+ "ignore-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 prefix to ignore",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "conntrack-sync",
+ "interface",
+ "<text>",
+ "peer",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IP address to listen for incoming connections",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "conntrack-sync",
+ "interface",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "conntrack-sync",
+ "listen-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 address to listen for incoming connections",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "conntrack-sync",
+ "mcast-group",
+ "<value>"
+ ],
+ "help": "Multicast group to use for syncing conntrack entries (default:",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "conntrack-sync",
+ "sync-queue-size",
+ "<value>"
+ ],
+ "help": "lp: u32; Queue size in MB",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "console-server",
+ "device",
+ "<text>",
+ "alias",
+ "<value>"
+ ],
+ "help": "Human-readable name for this console",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "console-server",
+ "device",
+ "<text>",
+ "data-bits",
+ "<value>"
+ ],
+ "help": "Serial port data bits (default: 8)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "console-server",
+ "device",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "console-server",
+ "device",
+ "<text>",
+ "parity",
+ "<value>"
+ ],
+ "help": "Parity setting (default: none)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "console-server",
+ "device",
+ "<text>",
+ "speed",
+ "<value>"
+ ],
+ "help": "Serial port baud rate",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "console-server",
+ "device",
+ "<text>",
+ "ssh",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "console-server",
+ "device",
+ "<text>",
+ "stop-bits",
+ "<value>"
+ ],
+ "help": "Serial port stop bits (default: 1)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-relay",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-relay",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-relay",
+ "listen-interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-relay",
+ "relay-options",
+ "hop-count",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Hop count",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-relay",
+ "relay-options",
+ "max-size",
+ "<value>"
+ ],
+ "help": "lp: u32:64-1400; Maximum packet size",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-relay",
+ "relay-options",
+ "relay-agents-packets",
+ "<value>"
+ ],
+ "help": "lp: discard; discard packet (default action if giaddr not set in packet)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-relay",
+ "server",
+ "<value>"
+ ],
+ "help": "lp: ipv4; DHCP server IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-relay",
+ "upstream-interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "dynamic-dns-update"
+ ],
+ "help": "Dynamically update Domain Name System (RFC4702)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "failover",
+ "name",
+ "<value>"
+ ],
+ "help": "Peer name used to identify connection",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "failover",
+ "remote",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 address of failover peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "failover",
+ "source-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 source address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "failover",
+ "status",
+ "<value>"
+ ],
+ "help": "lp: secondary; Configure this server to be the secondary node",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "global-parameters",
+ "<value>"
+ ],
+ "help": "Additional global parameters for DHCP server. You must use the",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "host-decl-name"
+ ],
+ "help": "Use host declaration name for forward DNS name",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "hostfile-update"
+ ],
+ "help": "Updating /etc/hosts file (per client lease)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "listen-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 address to listen for incoming connections",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "authoritative"
+ ],
+ "help": "Option to make DHCP server authoritative for this physical",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "domain-name",
+ "<value>"
+ ],
+ "help": "Client Domain Name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "domain-search",
+ "<value>"
+ ],
+ "help": "Client Domain Name search list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "name-server",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Domain Name Server (DNS) IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "ntp-server",
+ "<value>"
+ ],
+ "help": "lp: ipv4; NTP server IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "ping-check"
+ ],
+ "help": "Sends ICMP Echo request to the address being assigned",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "shared-network-parameters",
+ "<value>"
+ ],
+ "help": "Additional shared-network parameters for DHCP server. You must",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "bootfile-name",
+ "<value>"
+ ],
+ "help": "Bootstrap file name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "bootfile-server",
+ "<value>"
+ ],
+ "help": "lp: hostname; Bootfile server FQDN",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "bootfile-size",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16; Bootstrap file size in 512 byte blocks",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "client-prefix-length",
+ "<value>"
+ ],
+ "help": "lp: u32:0-32; DHCP client prefix length must be 0 to 32",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "default-router",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Default router IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "domain-name",
+ "<value>"
+ ],
+ "help": "Client Domain Name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "domain-search",
+ "<value>"
+ ],
+ "help": "Client Domain Name search list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "enable-failover"
+ ],
+ "help": "Enable DHCP failover support for this subnet",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "exclude",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 address to exclude from lease range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "ip-forwarding"
+ ],
+ "help": "Enable IP forwarding on client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "ipv6-only-preferred",
+ "<value>"
+ ],
+ "help": "lp: u32; Seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "lease",
+ "<value>"
+ ],
+ "help": "lp: u32; DHCP lease time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "name-server",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Domain Name Server (DNS) IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "ntp-server",
+ "<value>"
+ ],
+ "help": "lp: ipv4; NTP server IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "ping-check"
+ ],
+ "help": "Sends ICMP Echo request to the address being assigned",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "pop-server",
+ "<value>"
+ ],
+ "help": "lp: ipv4; POP3 server IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "range",
+ "<text>",
+ "start",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 start address of pool",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "range",
+ "<text>",
+ "stop",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 end address of pool",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "server-identifier",
+ "<value>"
+ ],
+ "help": "lp: ipv4; DHCP server identifier IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "smtp-server",
+ "<value>"
+ ],
+ "help": "lp: ipv4; SMTP server IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "static-mapping",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "static-mapping",
+ "<text>",
+ "ip-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 address used in static mapping",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "static-mapping",
+ "<text>",
+ "mac-address",
+ "<value>"
+ ],
+ "help": "lp: macaddr; Hardware (MAC) address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "static-mapping",
+ "<text>",
+ "static-mapping-parameters",
+ "<value>"
+ ],
+ "help": "Additional static-mapping parameters for DHCP server. Will be",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "static-route",
+ "<text>",
+ "next-hop",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 address of router",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "subnet-parameters",
+ "<value>"
+ ],
+ "help": "Additional subnet parameters for DHCP server. You must use the",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "tftp-server-name",
+ "<value>"
+ ],
+ "help": "lp: hostname; TFTP server FQDN",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "time-offset",
+ "<value>"
+ ],
+ "help": "lp: [-]N; Time offset (number, may be negative)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "time-server",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Time server IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "vendor-option",
+ "ubiquiti",
+ "unifi-controller",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IP address of UniFi controller",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "wins-server",
+ "<value>"
+ ],
+ "help": "lp: ipv4; WINS server IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcp-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "wpad-url",
+ "<value>"
+ ],
+ "help": "Web Proxy Autodiscovery (WPAD) URL",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-relay",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-relay",
+ "listen-interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address on listen interface",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-relay",
+ "max-hop-count",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Hop count",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-relay",
+ "upstream-interface",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address of the DHCP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-relay",
+ "use-interface-id-option"
+ ],
+ "help": "Option to set DHCPv6 interface-ID option",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "global-parameters",
+ "name-server",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "preference",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; DHCPv6 server preference (0-255)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "common-options",
+ "domain-search",
+ "<value>"
+ ],
+ "help": "Client Domain Name search list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "common-options",
+ "info-refresh-time",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; DHCPv6 information refresh time",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "common-options",
+ "name-server",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "address-range",
+ "prefix",
+ "<text>",
+ "temporary"
+ ],
+ "help": "Address range will be used for temporary addresses",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "address-range",
+ "start",
+ "<text>",
+ "stop",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "domain-search",
+ "<value>"
+ ],
+ "help": "Client Domain Name search list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "lease-time",
+ "default",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; DHCPv6 valid lifetime",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "lease-time",
+ "maximum",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Maximum lease time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "lease-time",
+ "minimum",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Minimum lease time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "name-server",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "nis-domain",
+ "<value>"
+ ],
+ "help": "NIS domain name for client to use",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "nis-server",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address of NIS server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "nisplus-domain",
+ "<value>"
+ ],
+ "help": "NIS+ domain name for client to use",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "nisplus-server",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address of NIS+ server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "prefix-delegation",
+ "start",
+ "<text>",
+ "prefix-length",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Delagated prefix length (32-64)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "prefix-delegation",
+ "start",
+ "<text>",
+ "stop",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address used in prefix delegation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "sip-server",
+ "<value>"
+ ],
+ "help": "lp: hostname; FQDN of SIP server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "sntp-server",
+ "<value>"
+ ],
+ "help": "IPv6 address of an SNTP server for client to use",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "static-mapping",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "static-mapping",
+ "<text>",
+ "identifier",
+ "<value>"
+ ],
+ "help": "lp: h[[:h]...]; DUID: colon-separated hex list (as used by isc-dhcp option dhcpv6.client-id)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "static-mapping",
+ "<text>",
+ "ipv6-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address for this static mapping",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "static-mapping",
+ "<text>",
+ "ipv6-prefix",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 prefix for this static mapping",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dhcpv6-server",
+ "shared-network-name",
+ "<text>",
+ "subnet",
+ "<text>",
+ "vendor-option",
+ "cisco",
+ "tftp-server",
+ "<value>"
+ ],
+ "help": "lp: ipv6; TFTP server IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "dynamic",
+ "address",
+ "<text>",
+ "rfc2136",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "dynamic",
+ "address",
+ "<text>",
+ "rfc2136",
+ "<text>",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Hostname to register with Dynamic DNS service",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "dynamic",
+ "address",
+ "<text>",
+ "rfc2136",
+ "<text>",
+ "key",
+ "<value>"
+ ],
+ "help": "lp: filename; File in /config/auth directory",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "dynamic",
+ "address",
+ "<text>",
+ "rfc2136",
+ "<text>",
+ "server",
+ "<value>"
+ ],
+ "help": "lp: hostname; Fully qualified domain name of the remote server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "dynamic",
+ "address",
+ "<text>",
+ "rfc2136",
+ "<text>",
+ "ttl",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; TTL in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "dynamic",
+ "address",
+ "<text>",
+ "rfc2136",
+ "<text>",
+ "zone",
+ "<value>"
+ ],
+ "help": "lp: txt; RFC2136 Zone to be updated",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "dynamic",
+ "address",
+ "<text>",
+ "service",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "dynamic",
+ "address",
+ "<text>",
+ "service",
+ "<text>",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Hostname to register with Dynamic DNS service",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "dynamic",
+ "address",
+ "<text>",
+ "service",
+ "<text>",
+ "ip-version",
+ "<value>"
+ ],
+ "help": "lp: both; Use both IPv4 and IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "dynamic",
+ "address",
+ "<text>",
+ "service",
+ "<text>",
+ "password",
+ "<value>"
+ ],
+ "help": "lp: txt; Password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "dynamic",
+ "address",
+ "<text>",
+ "service",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "ddclient protocol used for Dynamic DNS service",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "dynamic",
+ "address",
+ "<text>",
+ "service",
+ "<text>",
+ "server",
+ "<value>"
+ ],
+ "help": "lp: hostname; Fully qualified domain name of the remote server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "dynamic",
+ "address",
+ "<text>",
+ "service",
+ "<text>",
+ "username",
+ "<value>"
+ ],
+ "help": "lp: txt; Username",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "dynamic",
+ "address",
+ "<text>",
+ "service",
+ "<text>",
+ "zone",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of DNS zone",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "dynamic",
+ "address",
+ "<text>",
+ "web-options",
+ "skip",
+ "<value>"
+ ],
+ "help": "lp: txt; Pattern to skip from the HTTP(S) respose to extract the external IP address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "dynamic",
+ "address",
+ "<text>",
+ "web-options",
+ "url",
+ "<value>"
+ ],
+ "help": "lp: url; Remote URL",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "dynamic",
+ "timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:60-3600; Time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "allow-from",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "a",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "a",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "a",
+ "<text>",
+ "ttl",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; TTL in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "aaaa",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "aaaa",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "aaaa",
+ "<text>",
+ "ttl",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; TTL in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "cname",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "cname",
+ "<text>",
+ "target",
+ "<value>"
+ ],
+ "help": "lp: name.example.com; Absolute DNS name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "cname",
+ "<text>",
+ "ttl",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; TTL in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "mx",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "mx",
+ "<text>",
+ "server",
+ "<text>",
+ "priority",
+ "<value>"
+ ],
+ "help": "lp: u32:1-999; Server priority (lower numbers are higher priority)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "mx",
+ "<text>",
+ "ttl",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; TTL in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "naptr",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "naptr",
+ "<text>",
+ "rule",
+ "<text>",
+ "lookup-a"
+ ],
+ "help": "A flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "naptr",
+ "<text>",
+ "rule",
+ "<text>",
+ "lookup-srv"
+ ],
+ "help": "S flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "naptr",
+ "<text>",
+ "rule",
+ "<text>",
+ "order",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Rule order (lower order is evaluated first)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "naptr",
+ "<text>",
+ "rule",
+ "<text>",
+ "preference",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Rule preference",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "naptr",
+ "<text>",
+ "rule",
+ "<text>",
+ "protocol-specific"
+ ],
+ "help": "P flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "naptr",
+ "<text>",
+ "rule",
+ "<text>",
+ "regexp",
+ "<value>"
+ ],
+ "help": "Regular expression",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "naptr",
+ "<text>",
+ "rule",
+ "<text>",
+ "replacement",
+ "<value>"
+ ],
+ "help": "lp: name.example.com; Absolute DNS name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "naptr",
+ "<text>",
+ "rule",
+ "<text>",
+ "resolve-uri"
+ ],
+ "help": "U flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "naptr",
+ "<text>",
+ "rule",
+ "<text>",
+ "service",
+ "<value>"
+ ],
+ "help": "Service type",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "naptr",
+ "<text>",
+ "ttl",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; TTL in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "ns",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "ns",
+ "<text>",
+ "target",
+ "<value>"
+ ],
+ "help": "lp: nsXX.example.com; Absolute DNS name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "ns",
+ "<text>",
+ "ttl",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; TTL in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "ptr",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "ptr",
+ "<text>",
+ "target",
+ "<value>"
+ ],
+ "help": "lp: name.example.com; Absolute DNS name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "ptr",
+ "<text>",
+ "ttl",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; TTL in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "spf",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "spf",
+ "<text>",
+ "ttl",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; TTL in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "spf",
+ "<text>",
+ "value",
+ "<value>"
+ ],
+ "help": "lp: txt; Record contents",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "srv",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "srv",
+ "<text>",
+ "entry",
+ "<text>",
+ "hostname",
+ "<value>"
+ ],
+ "help": "lp: name.example.com; Absolute DNS name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "srv",
+ "<text>",
+ "entry",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; TCP/UDP port number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "srv",
+ "<text>",
+ "entry",
+ "<text>",
+ "priority",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Entry priority (lower numbers are higher priority)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "srv",
+ "<text>",
+ "entry",
+ "<text>",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; Entry weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "srv",
+ "<text>",
+ "ttl",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; TTL in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "txt",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "txt",
+ "<text>",
+ "ttl",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; TTL in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "authoritative-domain",
+ "<text>",
+ "records",
+ "txt",
+ "<text>",
+ "value",
+ "<value>"
+ ],
+ "help": "lp: txt; Record contents",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "cache-size",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; DNS forwarding cache size",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "dhcp",
+ "<value>"
+ ],
+ "help": "Interfaces whose DHCP client nameservers to forward requests to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "dns64-prefix",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and /96 only prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "dnssec",
+ "<value>"
+ ],
+ "help": "lp: validate; Full blown DNSSEC validation. Send SERVFAIL to clients on bogus responses.",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "domain",
+ "<text>",
+ "addnta"
+ ],
+ "help": "Add NTA (negative trust anchor) for this domain (must be set if",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "domain",
+ "<text>",
+ "name-server",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "domain",
+ "<text>",
+ "recursion-desired"
+ ],
+ "help": "Set the \"recursion desired\" bit in requests to the upstream",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "ignore-hosts-file"
+ ],
+ "help": "Do not use local /etc/hosts file in name resolution",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "listen-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address to listen for incoming connections",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "name-server",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "negative-ttl",
+ "<value>"
+ ],
+ "help": "lp: u32:0-7200; Seconds to cache NXDOMAIN entries",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "no-serve-rfc1918"
+ ],
+ "help": "Makes the server authoritatively not aware of RFC1918 addresses",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "source-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address from which to send traffic",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "system"
+ ],
+ "help": "Use system name servers",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "dns",
+ "forwarding",
+ "timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:10-60000; Network timeout in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "event-handler",
+ "event",
+ "<text>",
+ "filter",
+ "pattern",
+ "<value>"
+ ],
+ "help": "Match pattern (regex)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "event-handler",
+ "event",
+ "<text>",
+ "filter",
+ "syslog-identifier",
+ "<value>"
+ ],
+ "help": "Identifier of a process in syslog (string)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "event-handler",
+ "event",
+ "<text>",
+ "script",
+ "arguments",
+ "<value>"
+ ],
+ "help": "Script arguments",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "event-handler",
+ "event",
+ "<text>",
+ "script",
+ "environment",
+ "<text>",
+ "value",
+ "<value>"
+ ],
+ "help": "Environment value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "event-handler",
+ "event",
+ "<text>",
+ "script",
+ "path",
+ "<value>"
+ ],
+ "help": "Path to the script",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "https",
+ "api",
+ "cors",
+ "allow-origin",
+ "<value>"
+ ],
+ "help": "Allow resource request from origin",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "https",
+ "api",
+ "debug"
+ ],
+ "help": "Debug",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "https",
+ "api",
+ "graphql",
+ "authentication",
+ "expiration",
+ "<value>"
+ ],
+ "help": "lp: u32:60-31536000; Token lifetime in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "https",
+ "api",
+ "graphql",
+ "authentication",
+ "secret-length",
+ "<value>"
+ ],
+ "help": "lp: u32:16-65535; Byte length of generated shared secret",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "https",
+ "api",
+ "graphql",
+ "authentication",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: token; Use JWT token",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "https",
+ "api",
+ "graphql",
+ "introspection"
+ ],
+ "help": "Schema introspection",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "https",
+ "api",
+ "keys",
+ "id",
+ "<text>",
+ "key",
+ "<value>"
+ ],
+ "help": "HTTP API plaintext key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "https",
+ "api",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "https",
+ "api",
+ "socket"
+ ],
+ "help": "Run server on Unix domain socket",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "https",
+ "api",
+ "strict"
+ ],
+ "help": "Enforce strict path checking",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "https",
+ "api-restrict",
+ "virtual-host",
+ "<value>"
+ ],
+ "help": "Restrict proxy to virtual host(s)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "https",
+ "certificates",
+ "ca-certificate",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of CA in PKI configuration",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "https",
+ "certificates",
+ "certbot",
+ "domain-name",
+ "<value>"
+ ],
+ "help": "Domain name(s) for which to obtain certificate",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "https",
+ "certificates",
+ "certbot",
+ "email",
+ "<value>"
+ ],
+ "help": "Email address to associate with certificate",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "https",
+ "certificates",
+ "certificate",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of certificate in PKI configuration",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "https",
+ "virtual-host",
+ "<text>",
+ "allow-client",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "https",
+ "virtual-host",
+ "<text>",
+ "listen-address",
+ "<value>"
+ ],
+ "help": "lp: '*'; any",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "https",
+ "virtual-host",
+ "<text>",
+ "listen-port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "https",
+ "virtual-host",
+ "<text>",
+ "server-name",
+ "<value>"
+ ],
+ "help": "Server names: exact, wildcard, or regex",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "https",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "alert-script",
+ "<value>"
+ ],
+ "help": "Path to fastnetmon alert script",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "ban-time",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967294; Time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "direction",
+ "<value>"
+ ],
+ "help": "Direction for processing traffic",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "excluded-network",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 prefix(es) to exclude",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "listen-interface",
+ "<value>"
+ ],
+ "help": "Listen interface for mirroring traffic",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: sflow; Capture sFlow flows",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "network",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; Your IPv6 prefix(es)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "sflow",
+ "listen-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 address to listen for incoming connections",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "sflow",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "threshold",
+ "general",
+ "fps",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967294; Flows per second",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "threshold",
+ "general",
+ "mbps",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967294; Megabits per second",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "threshold",
+ "general",
+ "pps",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967294; Packets per second",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "threshold",
+ "icmp",
+ "fps",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967294; Flows per second",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "threshold",
+ "icmp",
+ "mbps",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967294; Megabits per second",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "threshold",
+ "icmp",
+ "pps",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967294; Packets per second",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "threshold",
+ "tcp",
+ "fps",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967294; Flows per second",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "threshold",
+ "tcp",
+ "mbps",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967294; Megabits per second",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "threshold",
+ "tcp",
+ "pps",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967294; Packets per second",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "threshold",
+ "udp",
+ "fps",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967294; Flows per second",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "threshold",
+ "udp",
+ "mbps",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967294; Megabits per second",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ids",
+ "ddos-protection",
+ "threshold",
+ "udp",
+ "pps",
+ "<value>"
+ ],
+ "help": "lp: u32:0-4294967294; Packets per second",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "interface",
+ "<text>",
+ "mac",
+ "<text>",
+ "rate-limit",
+ "download",
+ "<value>"
+ ],
+ "help": "Download bandwidth limit in kbits/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "interface",
+ "<text>",
+ "mac",
+ "<text>",
+ "rate-limit",
+ "upload",
+ "<value>"
+ ],
+ "help": "Upload bandwidth limit in kbits/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "interface",
+ "<text>",
+ "mac",
+ "<text>",
+ "vlan",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4094; Client VLAN id",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: noauth; Authentication disabled",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "accounting-interim-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-3600; Interval in seconds to send accounting information",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "acct-interim-jitter",
+ "<value>"
+ ],
+ "help": "lp: u32:1-60; Maximum jitter value in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "acct-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:0-60; Timeout in seconds, 0 to keep active",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "dynamic-author",
+ "key",
+ "<value>"
+ ],
+ "help": "Shared secret for Dynamic Authorization Extension server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "dynamic-author",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; TCP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "dynamic-author",
+ "server",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 address for aynamic authorization server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "max-try",
+ "<value>"
+ ],
+ "help": "lp: u32:1-20; Maximum tries",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "nas-identifier",
+ "<value>"
+ ],
+ "help": "NAS-Identifier attribute sent to RADIUS",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "nas-ip-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; NAS-IP-Address attribute",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "preallocate-vif"
+ ],
+ "help": "Enable attribute NAS-Port-Id in Access-Request",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "rate-limit",
+ "attribute",
+ "<value>"
+ ],
+ "help": "RADIUS attribute that contains rate information (default:",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "rate-limit",
+ "enable"
+ ],
+ "help": "Enable bandwidth shaping via RADIUS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "rate-limit",
+ "multiplier",
+ "<value>"
+ ],
+ "help": "lp: <0.001-1000>; Shaper multiplier",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "rate-limit",
+ "vendor",
+ "<value>"
+ ],
+ "help": "Vendor dictionary",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "acct-port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "disable-accounting"
+ ],
+ "help": "Disable accounting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "fail-time",
+ "<value>"
+ ],
+ "help": "lp: u32:0-600; Fail time penalty",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "key",
+ "<value>"
+ ],
+ "help": "lp: txt; Password string (key)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "source-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 source address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "authentication",
+ "radius",
+ "timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-60; Timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "client-ip-pool",
+ "name",
+ "<text>",
+ "gateway-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Default Gateway send to the client",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "client-ip-pool",
+ "name",
+ "<text>",
+ "next-pool",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IP pool",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "client-ip-pool",
+ "name",
+ "<text>",
+ "subnet",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "client-ipv6-pool",
+ "delegate",
+ "<text>",
+ "delegation-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Delegated prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "client-ipv6-pool",
+ "prefix",
+ "<text>",
+ "mask",
+ "<value>"
+ ],
+ "help": "lp: u32:48-128; Client prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "interface",
+ "<text>",
+ "client-subnet",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "interface",
+ "<text>",
+ "external-dhcp",
+ "dhcp-relay",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 address of the DHCP Server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "interface",
+ "<text>",
+ "external-dhcp",
+ "giaddr",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Gateway IP address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "interface",
+ "<text>",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: l3; Client located behind a router",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "interface",
+ "<text>",
+ "network",
+ "<value>"
+ ],
+ "help": "lp: vlan; One VLAN per client",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "interface",
+ "<text>",
+ "vlan",
+ "<value>"
+ ],
+ "help": "lp: start-end; VLAN range for automatic creation (e.g. 1-4094)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ipoe-server",
+ "name-server",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "lldp",
+ "interface",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "lldp",
+ "interface",
+ "<text>",
+ "location",
+ "coordinate-based",
+ "altitude",
+ "<value>"
+ ],
+ "help": "lp: [+-]<meters>; Altitude in meters",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "lldp",
+ "interface",
+ "<text>",
+ "location",
+ "coordinate-based",
+ "datum",
+ "<value>"
+ ],
+ "help": "lp: MLLW; NAD83/MLLW",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "lldp",
+ "interface",
+ "<text>",
+ "location",
+ "coordinate-based",
+ "latitude",
+ "<value>"
+ ],
+ "help": "lp: <latitude>; Latitude (example \"37.524449N\")",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "lldp",
+ "interface",
+ "<text>",
+ "location",
+ "coordinate-based",
+ "longitude",
+ "<value>"
+ ],
+ "help": "lp: <longitude>; Longitude (example \"122.267255W\")",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "lldp",
+ "interface",
+ "<text>",
+ "location",
+ "elin",
+ "<value>"
+ ],
+ "help": "lp: u32:0-9999999999; Emergency Call Service ELIN number (between 10-25 numbers)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "lldp",
+ "legacy-protocols",
+ "cdp"
+ ],
+ "help": "Listen for CDP for Cisco routers/switches",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "lldp",
+ "legacy-protocols",
+ "edp"
+ ],
+ "help": "Listen for EDP for Extreme routers/switches",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "lldp",
+ "legacy-protocols",
+ "fdp"
+ ],
+ "help": "Listen for FDP for Foundry routers/switches",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "lldp",
+ "legacy-protocols",
+ "sonmp"
+ ],
+ "help": "Listen for SONMP for Nortel routers/switches",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "lldp",
+ "management-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 Management Address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "lldp",
+ "snmp",
+ "enable"
+ ],
+ "help": "Enable SNMP queries of the LLDP database",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "mdns",
+ "repeater",
+ "allow-service",
+ "<value>"
+ ],
+ "help": "lp: txt; mDNS service",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "mdns",
+ "repeater",
+ "browse-domain",
+ "<value>"
+ ],
+ "help": "lp: txt; mDNS browsing domain",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "mdns",
+ "repeater",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "mdns",
+ "repeater",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "mdns",
+ "repeater",
+ "vrrp-disable"
+ ],
+ "help": "Disables mDNS repeater on VRRP interfaces not in MASTER state",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "azure-data-explorer",
+ "authentication",
+ "client-id",
+ "<value>"
+ ],
+ "help": "Application client id",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "azure-data-explorer",
+ "authentication",
+ "client-secret",
+ "<value>"
+ ],
+ "help": "Application client secret",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "azure-data-explorer",
+ "authentication",
+ "tenant-id",
+ "<value>"
+ ],
+ "help": "Set tenant id",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "azure-data-explorer",
+ "database",
+ "<value>"
+ ],
+ "help": "lp: txt; Remote database name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "azure-data-explorer",
+ "group-metrics",
+ "<value>"
+ ],
+ "help": "lp: table-per-metric; One table per gorups of metric by the metric name (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "azure-data-explorer",
+ "table",
+ "<value>"
+ ],
+ "help": "lp: txt; Table name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "azure-data-explorer",
+ "url",
+ "<value>"
+ ],
+ "help": "lp: url; Remote URL",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "influxdb",
+ "authentication",
+ "organization",
+ "<value>"
+ ],
+ "help": "Authentication organization for InfluxDB v2",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "influxdb",
+ "authentication",
+ "token",
+ "<value>"
+ ],
+ "help": "lp: txt; Authentication token",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "influxdb",
+ "bucket",
+ "<value>"
+ ],
+ "help": "Remote bucket (default: main)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "influxdb",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "influxdb",
+ "url",
+ "<value>"
+ ],
+ "help": "lp: url; Remote URL",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "prometheus-client",
+ "allow-from",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "prometheus-client",
+ "authentication",
+ "password",
+ "<value>"
+ ],
+ "help": "lp: txt; Authentication password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "prometheus-client",
+ "authentication",
+ "username",
+ "<value>"
+ ],
+ "help": "Authentication username",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "prometheus-client",
+ "listen-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address to listen for incoming connections",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "prometheus-client",
+ "metric-version",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Metric version (default: 2)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "prometheus-client",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "source",
+ "<value>"
+ ],
+ "help": "lp: telegraf; Telegraf internal statistics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "splunk",
+ "authentication",
+ "insecure"
+ ],
+ "help": "Use TLS but skip host validation",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "splunk",
+ "authentication",
+ "token",
+ "<value>"
+ ],
+ "help": "Authorization token",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "splunk",
+ "url",
+ "<value>"
+ ],
+ "help": "lp: url; Remote URL",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "telegraf",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "zabbix-agent",
+ "directory",
+ "<value>"
+ ],
+ "help": "Folder containing individual Zabbix-agent configuration files",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "zabbix-agent",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Zabbix agent hostname",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "zabbix-agent",
+ "limits",
+ "buffer-flush-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-3600; Seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "zabbix-agent",
+ "limits",
+ "buffer-size",
+ "<value>"
+ ],
+ "help": "lp: u32:2-65535; Maximum number of values in a memory buffer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "zabbix-agent",
+ "listen-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address to listen for incoming connections",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "zabbix-agent",
+ "log",
+ "debug-level",
+ "<value>"
+ ],
+ "help": "lp: extended-debug; Extended debug information",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "zabbix-agent",
+ "log",
+ "remote-commands"
+ ],
+ "help": "Enable logging of executed shell commands as warnings",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "zabbix-agent",
+ "log",
+ "size",
+ "<value>"
+ ],
+ "help": "lp: u32:0-1024; Megabytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "zabbix-agent",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "zabbix-agent",
+ "server",
+ "<value>"
+ ],
+ "help": "lp: hostname; Server hostname/FQDN",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "zabbix-agent",
+ "server-active",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "monitoring",
+ "zabbix-agent",
+ "timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-30; Item processing timeout",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ntp",
+ "allow-client",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ntp",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ntp",
+ "listen-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address to listen for incoming connections",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ntp",
+ "server",
+ "<text>",
+ "noselect"
+ ],
+ "help": "Marks the server as unused",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ntp",
+ "server",
+ "<text>",
+ "nts"
+ ],
+ "help": "Enable Network Time Security (NTS) for the server",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ntp",
+ "server",
+ "<text>",
+ "pool"
+ ],
+ "help": "Associate with a number of remote servers",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ntp",
+ "server",
+ "<text>",
+ "prefer"
+ ],
+ "help": "Marks the server as preferred",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ntp",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "access-concentrator",
+ "<value>"
+ ],
+ "help": "Access concentrator name (default: vyos-ac)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "password",
+ "<value>"
+ ],
+ "help": "Password for authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "rate-limit",
+ "download",
+ "<value>"
+ ],
+ "help": "Download bandwidth limit in kbits/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "rate-limit",
+ "upload",
+ "<value>"
+ ],
+ "help": "Upload bandwidth limit in kbits/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "static-ip",
+ "<value>"
+ ],
+ "help": "Static client IP address (default: *)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: noauth; Authentication disabled",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "protocols",
+ "<value>"
+ ],
+ "help": "lp: mschap-v2; Authentication via MS-CHAPv2 (Microsoft Challenge Handshake Authentication Protocol, version 2)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "accounting-interim-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-3600; Interval in seconds to send accounting information",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "acct-interim-jitter",
+ "<value>"
+ ],
+ "help": "lp: u32:1-60; Maximum jitter value in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "acct-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:0-60; Timeout in seconds, 0 to keep active",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "called-sid-format",
+ "<value>"
+ ],
+ "help": "lp: ifname:mac; NAS-Port-Id - should contain root interface name and mac address (NAS-Port-Id=eth1:00:00:00:00:00:00)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "dynamic-author",
+ "key",
+ "<value>"
+ ],
+ "help": "Shared secret for Dynamic Authorization Extension server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "dynamic-author",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; TCP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "dynamic-author",
+ "server",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 address for aynamic authorization server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "max-try",
+ "<value>"
+ ],
+ "help": "lp: u32:1-20; Maximum tries",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "nas-identifier",
+ "<value>"
+ ],
+ "help": "NAS-Identifier attribute sent to RADIUS",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "nas-ip-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; NAS-IP-Address attribute",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "preallocate-vif"
+ ],
+ "help": "Enable attribute NAS-Port-Id in Access-Request",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "rate-limit",
+ "attribute",
+ "<value>"
+ ],
+ "help": "RADIUS attribute that contains rate information (default:",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "rate-limit",
+ "enable"
+ ],
+ "help": "Enable bandwidth shaping via RADIUS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "rate-limit",
+ "multiplier",
+ "<value>"
+ ],
+ "help": "lp: <0.001-1000>; Shaper multiplier",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "rate-limit",
+ "vendor",
+ "<value>"
+ ],
+ "help": "Vendor dictionary",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "acct-port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "disable-accounting"
+ ],
+ "help": "Disable accounting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "fail-time",
+ "<value>"
+ ],
+ "help": "lp: u32:0-600; Fail time penalty",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "key",
+ "<value>"
+ ],
+ "help": "lp: txt; Password string (key)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "source-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 source address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "authentication",
+ "radius",
+ "timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-60; Timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "client-ip-pool",
+ "name",
+ "<text>",
+ "gateway-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Default Gateway send to the client",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "client-ip-pool",
+ "name",
+ "<text>",
+ "next-pool",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IP pool",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "client-ip-pool",
+ "name",
+ "<text>",
+ "subnet",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "client-ip-pool",
+ "start",
+ "<value>"
+ ],
+ "help": "First IP address in the pool",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "client-ip-pool",
+ "stop",
+ "<value>"
+ ],
+ "help": "Last IP address in the pool",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "client-ip-pool",
+ "subnet",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "client-ipv6-pool",
+ "delegate",
+ "<text>",
+ "delegation-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Delegated prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "client-ipv6-pool",
+ "prefix",
+ "<text>",
+ "mask",
+ "<value>"
+ ],
+ "help": "lp: u32:48-128; Client prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "extended-scripts",
+ "on-change",
+ "<value>"
+ ],
+ "help": "Script to run when PPPoE session interface changed by RADIUS CoA",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "extended-scripts",
+ "on-down",
+ "<value>"
+ ],
+ "help": "Script to run when PPPoE session interface going to terminate",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "extended-scripts",
+ "on-pre-up",
+ "<value>"
+ ],
+ "help": "Script to run before PPPoE session interface comes up",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "extended-scripts",
+ "on-up",
+ "<value>"
+ ],
+ "help": "Script to run when PPPoE session interface is completely",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "gateway-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Default Gateway send to the client",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "interface",
+ "<text>",
+ "vlan",
+ "<value>"
+ ],
+ "help": "lp: start-end; VLAN range for automatic creation (e.g. 1-4094)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "limits",
+ "burst",
+ "<value>"
+ ],
+ "help": "Burst count",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "limits",
+ "connection-limit",
+ "<value>"
+ ],
+ "help": "Acceptable rate of connections (e.g. 1/min, 60/sec)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "limits",
+ "timeout",
+ "<value>"
+ ],
+ "help": "Timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "mtu",
+ "<value>"
+ ],
+ "help": "Maximum Transmission Unit (MTU) - default 1492 (default: 1492)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "name-server",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "pado-delay",
+ "<text>",
+ "sessions",
+ "<value>"
+ ],
+ "help": "lp: u32:1-999999; Number of sessions",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "ppp-options",
+ "ccp"
+ ],
+ "help": "CCP negotiation (default disabled)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "ppp-options",
+ "interface-cache",
+ "<value>"
+ ],
+ "help": "lp: u32:1-256000; Count of interfaces to keep in cache",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "ppp-options",
+ "ipv4",
+ "<value>"
+ ],
+ "help": "lp: require; Require IPv4 negotiation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "ppp-options",
+ "ipv6",
+ "<value>"
+ ],
+ "help": "lp: require; Require IPv6 negotiation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "ppp-options",
+ "ipv6-accept-peer-intf-id"
+ ],
+ "help": "Accept peer interface identifier",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "ppp-options",
+ "ipv6-intf-id",
+ "<value>"
+ ],
+ "help": "lp: x:x:x:x; specify interface identifier for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "ppp-options",
+ "ipv6-peer-intf-id",
+ "<value>"
+ ],
+ "help": "lp: calling-sid; Calculate interface identifier from calling-station-id",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "ppp-options",
+ "lcp-echo-failure",
+ "<value>"
+ ],
+ "help": "Maximum number of Echo-Requests may be sent without valid reply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "ppp-options",
+ "lcp-echo-interval",
+ "<value>"
+ ],
+ "help": "LCP echo-requests/sec (default: 30)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "ppp-options",
+ "lcp-echo-timeout",
+ "<value>"
+ ],
+ "help": "Timeout in seconds to wait for any peer activity. If this option",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "ppp-options",
+ "min-mtu",
+ "<value>"
+ ],
+ "help": "Minimum acceptable MTU (68-65535) (default: 1280)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "ppp-options",
+ "mppe",
+ "<value>"
+ ],
+ "help": "lp: deny; drop all mppe",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "ppp-options",
+ "mru",
+ "<value>"
+ ],
+ "help": "Preferred MRU (68-65535)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "service-name",
+ "<value>"
+ ],
+ "help": "Service name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "session-control",
+ "<value>"
+ ],
+ "help": "lp: replace; Terminate first session when second is authorized (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "shaper",
+ "fwmark",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2147483647; Match firewall mark value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "snmp",
+ "master-agent"
+ ],
+ "help": "enable SNMP master agent mode",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "pppoe-server",
+ "wins-server",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Domain Name Server (DNS) IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "default-lifetime",
+ "<value>"
+ ],
+ "help": "lp: 0; Not a default router",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "default-preference",
+ "<value>"
+ ],
+ "help": "lp: high; Default router has high preference",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "dnssl",
+ "<value>"
+ ],
+ "help": "DNS search list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "hop-limit",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Value should represent current diameter of the Internet",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "interval",
+ "max",
+ "<value>"
+ ],
+ "help": "lp: u32:4-1800; Maximum interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "interval",
+ "min",
+ "<value>"
+ ],
+ "help": "lp: u32:3-1350; Minimum interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "link-mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:1280-9000; Link MTU value in RAs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "managed-flag"
+ ],
+ "help": "Hosts use the administered (stateful) protocol for address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "name-server",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "name-server-lifetime",
+ "<value>"
+ ],
+ "help": "lp: u32:1-7200; Maximum interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "no-send-advert"
+ ],
+ "help": "Do not send router adverts",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "other-config-flag"
+ ],
+ "help": "Hosts use the administered (stateful) protocol for",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "prefix",
+ "<text>",
+ "decrement-lifetime"
+ ],
+ "help": "Lifetime is decremented by the number of seconds since the last",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "prefix",
+ "<text>",
+ "deprecate-prefix"
+ ],
+ "help": "Upon shutdown, this option will deprecate the prefix by",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "prefix",
+ "<text>",
+ "no-autonomous-flag"
+ ],
+ "help": "Prefix can not be used for stateless address auto-configuration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "prefix",
+ "<text>",
+ "no-on-link-flag"
+ ],
+ "help": "Prefix can not be used for on-link determination",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "prefix",
+ "<text>",
+ "preferred-lifetime",
+ "<value>"
+ ],
+ "help": "lp: infinity; Prefix will remain preferred forever",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "prefix",
+ "<text>",
+ "valid-lifetime",
+ "<value>"
+ ],
+ "help": "lp: infinity; Prefix will remain preferred forever",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "reachable-time",
+ "<value>"
+ ],
+ "help": "lp: u32:1-3600000; Reachable Time value in RAs (in milliseconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "retrans-timer",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Minimum interval in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "route",
+ "<text>",
+ "no-remove-route"
+ ],
+ "help": "Do not announce this route with a zero second lifetime upon",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "route",
+ "<text>",
+ "route-preference",
+ "<value>"
+ ],
+ "help": "lp: high; Route has high preference",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "route",
+ "<text>",
+ "valid-lifetime",
+ "<value>"
+ ],
+ "help": "lp: infinity; Route will remain preferred forever",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "router-advert",
+ "interface",
+ "<text>",
+ "source-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address to be advertized (must be configured on interface)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "salt-minion",
+ "hash",
+ "<value>"
+ ],
+ "help": "Hash used when discovering file on master server (default:",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "salt-minion",
+ "id",
+ "<value>"
+ ],
+ "help": "Explicitly declare ID for this minion to use (default: hostname)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "salt-minion",
+ "interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-1440; Update interval in minutes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "salt-minion",
+ "master",
+ "<value>"
+ ],
+ "help": "lp: hostname; Salt server FQDN address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "salt-minion",
+ "master-key",
+ "<value>"
+ ],
+ "help": "URL with signature of master for auth reply verification",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "salt-minion",
+ "source-interface",
+ "<value>"
+ ],
+ "help": "lp: interface; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "sla",
+ "owamp-server",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "sla",
+ "twamp-server",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "community",
+ "<text>",
+ "authorization",
+ "<value>"
+ ],
+ "help": "lp: rw; Read-Write",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "community",
+ "<text>",
+ "client",
+ "<value>"
+ ],
+ "help": "IP address of SNMP client allowed to contact system",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "community",
+ "<text>",
+ "network",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "contact",
+ "<value>"
+ ],
+ "help": "Contact information",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "listen-address",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "location",
+ "<value>"
+ ],
+ "help": "Location information",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "oid-enable",
+ "<value>"
+ ],
+ "help": "lp: ip-net-to-physical-phys-address; Enable ipNetToPhysicalPhysAddress: .1.3.6.1.2.1.4.35",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: tcp; Listen protocol TCP",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "script-extensions",
+ "extension-name",
+ "<text>",
+ "script",
+ "<value>"
+ ],
+ "help": "Script location and name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "smux-peer",
+ "<value>"
+ ],
+ "help": "lp: txt; SNMP Object Identifier",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "trap-source",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "trap-target",
+ "<text>",
+ "community",
+ "<value>"
+ ],
+ "help": "Community used when sending trap information",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "trap-target",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "engineid",
+ "<value>"
+ ],
+ "help": null,
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "group",
+ "<text>",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: rw; read write",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "group",
+ "<text>",
+ "seclevel",
+ "<value>"
+ ],
+ "help": "lp: priv; Messages are authenticated and encrypted (authPriv)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "group",
+ "<text>",
+ "view",
+ "<value>"
+ ],
+ "help": "Defines the name of view",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "trap-target",
+ "<text>",
+ "auth",
+ "encrypted-password",
+ "<value>"
+ ],
+ "help": "Defines the encrypted key for authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "trap-target",
+ "<text>",
+ "auth",
+ "plaintext-password",
+ "<value>"
+ ],
+ "help": "Defines the clear text key for authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "trap-target",
+ "<text>",
+ "auth",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: sha; Secure Hash Algorithm",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "trap-target",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "trap-target",
+ "<text>",
+ "privacy",
+ "encrypted-password",
+ "<value>"
+ ],
+ "help": "Defines the encrypted key for privacy protocol",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "trap-target",
+ "<text>",
+ "privacy",
+ "plaintext-password",
+ "<value>"
+ ],
+ "help": "Defines the clear text key for privacy protocol",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "trap-target",
+ "<text>",
+ "privacy",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: aes; Advanced Encryption Standard",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "trap-target",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: tcp; Listen protocol TCP",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "trap-target",
+ "<text>",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: trap; Use TRAP",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "trap-target",
+ "<text>",
+ "user",
+ "<value>"
+ ],
+ "help": "Defines username for authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "user",
+ "<text>",
+ "auth",
+ "encrypted-password",
+ "<value>"
+ ],
+ "help": "Defines the encrypted key for authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "user",
+ "<text>",
+ "auth",
+ "plaintext-password",
+ "<value>"
+ ],
+ "help": "Defines the clear text key for authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "user",
+ "<text>",
+ "auth",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: sha; Secure Hash Algorithm",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "user",
+ "<text>",
+ "group",
+ "<value>"
+ ],
+ "help": "Specifies group for user name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "user",
+ "<text>",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: rw; read write",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "user",
+ "<text>",
+ "privacy",
+ "encrypted-password",
+ "<value>"
+ ],
+ "help": "Defines the encrypted key for privacy protocol",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "user",
+ "<text>",
+ "privacy",
+ "plaintext-password",
+ "<value>"
+ ],
+ "help": "Defines the clear text key for privacy protocol",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "user",
+ "<text>",
+ "privacy",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: aes; Advanced Encryption Standard",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "view",
+ "<text>",
+ "oid",
+ "<text>",
+ "exclude",
+ "<value>"
+ ],
+ "help": "Exclude is an optional argument",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "v3",
+ "view",
+ "<text>",
+ "oid",
+ "<text>",
+ "mask",
+ "<value>"
+ ],
+ "help": "Defines a bit-mask that is indicating which subidentifiers of",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "snmp",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "access-control",
+ "allow",
+ "group",
+ "<value>"
+ ],
+ "help": "Allow members of a group to login",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "access-control",
+ "allow",
+ "user",
+ "<value>"
+ ],
+ "help": "Allow specific users to login",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "access-control",
+ "deny",
+ "group",
+ "<value>"
+ ],
+ "help": "Allow members of a group to login",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "access-control",
+ "deny",
+ "user",
+ "<value>"
+ ],
+ "help": "Allow specific users to login",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "ciphers",
+ "<value>"
+ ],
+ "help": "Allowed ciphers",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "client-keepalive-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Time interval in seconds for keepalive message",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "disable-host-validation"
+ ],
+ "help": "Disable IP Address to Hostname lookup",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "disable-password-authentication"
+ ],
+ "help": "Disable password-based authentication",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "dynamic-protection",
+ "allow-from",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "dynamic-protection",
+ "block-time",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Time interval in seconds for blocking",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "dynamic-protection",
+ "detect-time",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Time interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "dynamic-protection",
+ "threshold",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Threshold score",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "hostkey-algorithm",
+ "<value>"
+ ],
+ "help": "Allowed host key signature algorithms",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "key-exchange",
+ "<value>"
+ ],
+ "help": "Allowed key exchange (KEX) algorithms",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "listen-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address to listen for incoming connections",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "loglevel",
+ "<value>"
+ ],
+ "help": "lp: verbose; enable logging of failed login attempts",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "mac",
+ "<value>"
+ ],
+ "help": "Allowed message authentication code (MAC) algorithms",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "rekey",
+ "data",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Megabytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "rekey",
+ "time",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Minutes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "ssh",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "tftp-server",
+ "allow-upload"
+ ],
+ "help": "Allow TFTP file uploads",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "tftp-server",
+ "directory",
+ "<value>"
+ ],
+ "help": "Folder containing files served by TFTP",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "tftp-server",
+ "listen-address",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "tftp-server",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "upnp",
+ "friendly-name",
+ "<value>"
+ ],
+ "help": "lp: txt; Friendly name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "upnp",
+ "listen",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 prefix to listen for incoming connections",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "upnp",
+ "nat-pmp"
+ ],
+ "help": "Enable NAT-PMP support",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "upnp",
+ "pcp-lifetime",
+ "max",
+ "<value>"
+ ],
+ "help": "Max lifetime time",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "upnp",
+ "pcp-lifetime",
+ "min",
+ "<value>"
+ ],
+ "help": "Min lifetime time",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "upnp",
+ "presentation-url",
+ "<value>"
+ ],
+ "help": "lp: txt; Presentation Url",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "upnp",
+ "rule",
+ "<text>",
+ "action",
+ "<value>"
+ ],
+ "help": "Actions against the rule (REQUIRE)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "upnp",
+ "rule",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "upnp",
+ "rule",
+ "<text>",
+ "external-port-range",
+ "<value>"
+ ],
+ "help": "lp: <portN>-<portM>; Port range (use '-' as delimiter)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "upnp",
+ "rule",
+ "<text>",
+ "internal-port-range",
+ "<value>"
+ ],
+ "help": "lp: <portN>-<portM>; Port range (use '-' as delimiter)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "upnp",
+ "rule",
+ "<text>",
+ "ip",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; The IPv4 to which this rule applies",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "upnp",
+ "secure-mode"
+ ],
+ "help": "Enable Secure Mode",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "upnp",
+ "stun",
+ "host",
+ "<value>"
+ ],
+ "help": "lp: txt; The STUN server host address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "upnp",
+ "stun",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "upnp",
+ "wan-interface",
+ "<value>"
+ ],
+ "help": "WAN network interface",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "upnp",
+ "wan-ip",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "append-domain",
+ "<value>"
+ ],
+ "help": "lp: domain; Domain to use for urls that do not contain a '.'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "authentication",
+ "children",
+ "<value>"
+ ],
+ "help": "lp: n; Number of authentication helper processes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "authentication",
+ "credentials-ttl",
+ "<value>"
+ ],
+ "help": "lp: n; Authenticated session timeout",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "authentication",
+ "ldap",
+ "base-dn",
+ "<value>"
+ ],
+ "help": "LDAP Base DN to search",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "authentication",
+ "ldap",
+ "bind-dn",
+ "<value>"
+ ],
+ "help": "LDAP DN used to bind to server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "authentication",
+ "ldap",
+ "filter-expression",
+ "<value>"
+ ],
+ "help": "Filter expression to perform LDAP search with",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "authentication",
+ "ldap",
+ "password",
+ "<value>"
+ ],
+ "help": "LDAP password to bind with",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "authentication",
+ "ldap",
+ "persistent-connection"
+ ],
+ "help": "Use persistent LDAP connection",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "authentication",
+ "ldap",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "authentication",
+ "ldap",
+ "server",
+ "<value>"
+ ],
+ "help": "LDAP server to use",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "authentication",
+ "ldap",
+ "use-ssl"
+ ],
+ "help": "Use SSL/TLS for LDAP connection",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "authentication",
+ "ldap",
+ "username-attribute",
+ "<value>"
+ ],
+ "help": "LDAP username attribute",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "authentication",
+ "ldap",
+ "version",
+ "<value>"
+ ],
+ "help": "lp: 3; LDAP protocol version 2 (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "authentication",
+ "method",
+ "<value>"
+ ],
+ "help": "lp: ldap; Lightweight Directory Access Protocol",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "authentication",
+ "realm",
+ "<value>"
+ ],
+ "help": "Name of authentication realm (e.g. \"My Company proxy server\")",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "cache-peer",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: hostname; Squid cache-peer hostname",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "cache-peer",
+ "<text>",
+ "http-port",
+ "<value>"
+ ],
+ "help": "lp: u32:1025-65535; Default port number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "cache-peer",
+ "<text>",
+ "icp-port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Cache peer ICP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "cache-peer",
+ "<text>",
+ "options",
+ "<value>"
+ ],
+ "help": "lp: txt; Cache peer options",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "cache-peer",
+ "<text>",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: multicast; Peer is a member of a multicast group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "cache-size",
+ "<value>"
+ ],
+ "help": "lp: 0; Disable disk caching",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "default-port",
+ "<value>"
+ ],
+ "help": "lp: u32:1025-65535; Default port number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "disable-access-log"
+ ],
+ "help": "Disable logging of HTTP accesses",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "domain-block",
+ "<value>"
+ ],
+ "help": "Domain name to block",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "domain-noncache",
+ "<value>"
+ ],
+ "help": "Domain name to access without caching",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "listen-address",
+ "<text>",
+ "disable-transparent"
+ ],
+ "help": "Disable transparent mode",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "listen-address",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1025-65535; Default port number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "maximum-object-size",
+ "<value>"
+ ],
+ "help": "lp: u32; Object size in KB",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "mem-cache-size",
+ "<value>"
+ ],
+ "help": "lp: u32; Memory cache size in MB",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "minimum-object-size",
+ "<value>"
+ ],
+ "help": "lp: u32; Object size in KB",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "outgoing-address",
+ "<value>"
+ ],
+ "help": "Outgoing IP address for webproxy",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "reply-block-mime",
+ "<value>"
+ ],
+ "help": "MIME type to block",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "reply-body-max-size",
+ "<value>"
+ ],
+ "help": "lp: u32; Reply size in KB",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "safe-ports",
+ "<value>"
+ ],
+ "help": "lp: u32:1-1024; Port number. Ports included by default: 21,70,80,210,280,443,488,591,777,873,1025-65535",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "ssl-safe-ports",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Port number. Ports included by default: 443",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "allow-category",
+ "<value>"
+ ],
+ "help": "Category to allow",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "allow-ipaddr-url"
+ ],
+ "help": "Allow IP address URLs",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "auto-update",
+ "update-hour",
+ "<value>"
+ ],
+ "help": "lp: u32:0-23; Hour for database update",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "block-category",
+ "<value>"
+ ],
+ "help": "Category to block",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "default-action",
+ "<value>"
+ ],
+ "help": "lp: block; Default filter action is block",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "enable-safe-search"
+ ],
+ "help": "Enable safe-mode search on popular search engines",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "local-block",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IP address of site to block",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "local-block-keyword",
+ "<value>"
+ ],
+ "help": "lp: keyword; Keyword (or regex) to block",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "local-block-url",
+ "<value>"
+ ],
+ "help": "lp: url; Local URL to block (without \"http://\")",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "local-ok",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IP address of site to allow",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "local-ok-url",
+ "<value>"
+ ],
+ "help": "lp: url; Local URL to allow (without \"http://\")",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "log",
+ "<value>"
+ ],
+ "help": "Log block category",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "redirect-url",
+ "<value>"
+ ],
+ "help": "lp: url; URL for redirect",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "rule",
+ "<text>",
+ "allow-category",
+ "<value>"
+ ],
+ "help": "Category to allow",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "rule",
+ "<text>",
+ "allow-ipaddr-url"
+ ],
+ "help": "Allow IP address URLs",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "rule",
+ "<text>",
+ "block-category",
+ "<value>"
+ ],
+ "help": "Category to block",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "rule",
+ "<text>",
+ "default-action",
+ "<value>"
+ ],
+ "help": "lp: block; Default filter action is block",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "rule",
+ "<text>",
+ "enable-safe-search"
+ ],
+ "help": "Enable safe-mode search on popular search engines",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "rule",
+ "<text>",
+ "local-block",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IP address of site to block",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "rule",
+ "<text>",
+ "local-block-keyword",
+ "<value>"
+ ],
+ "help": "lp: keyword; Keyword (or regex) to block",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "rule",
+ "<text>",
+ "local-block-url",
+ "<value>"
+ ],
+ "help": "lp: url; Local URL to block (without \"http://\")",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "rule",
+ "<text>",
+ "local-ok",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IP address of site to allow",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "rule",
+ "<text>",
+ "local-ok-url",
+ "<value>"
+ ],
+ "help": "lp: url; Local URL to allow (without \"http://\")",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "rule",
+ "<text>",
+ "log",
+ "<value>"
+ ],
+ "help": "Log block category",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "rule",
+ "<text>",
+ "redirect-url",
+ "<value>"
+ ],
+ "help": "lp: url; URL for redirect",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "rule",
+ "<text>",
+ "source-group",
+ "<value>"
+ ],
+ "help": "lp: group; Source group identifier for this rule",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "rule",
+ "<text>",
+ "time-period",
+ "<value>"
+ ],
+ "help": "lp: period; Time period for this rule",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "source-group",
+ "<text>",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4range; IPv4 address range to match",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "source-group",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "source-group",
+ "<text>",
+ "domain",
+ "<value>"
+ ],
+ "help": "lp: domain; Domain name for the source-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "source-group",
+ "<text>",
+ "ldap-ip-search",
+ "<value>"
+ ],
+ "help": "LDAP search expression for an IP address list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "source-group",
+ "<text>",
+ "ldap-user-search",
+ "<value>"
+ ],
+ "help": "LDAP search expression for a user group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "source-group",
+ "<text>",
+ "user",
+ "<value>"
+ ],
+ "help": "List of user names",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "time-period",
+ "<text>",
+ "days",
+ "<text>",
+ "time",
+ "<value>"
+ ],
+ "help": "lp: <hh:mm - hh:mm>; Time range in 24hr time",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "service",
+ "webproxy",
+ "url-filtering",
+ "squidguard",
+ "time-period",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "acceleration",
+ "qat"
+ ],
+ "help": "Enable Intel QAT (Quick Assist Technology) for cryptographic",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "config-management",
+ "commit-archive",
+ "location",
+ "<value>"
+ ],
+ "help": "lp: uri; Uniform Resource Identifier",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "config-management",
+ "commit-archive",
+ "source-address",
+ "<value>"
+ ],
+ "help": "Source address or interface for archive server connections",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "config-management",
+ "commit-revisions",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Number of config backups to keep",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "expect-table-size",
+ "<value>"
+ ],
+ "help": "lp: u32:1-50000000; Number of entries allowed in connection tracking expect table",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "hash-size",
+ "<value>"
+ ],
+ "help": "lp: u32:1-50000000; Size of hash to use for connection tracking table",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "ignore",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "ignore",
+ "rule",
+ "<text>",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv4range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "ignore",
+ "rule",
+ "<text>",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: None; \\n\\nMultiple destination ports can be specified as a comma-separated list.\\nThe whole list can also be negated using '!'.\\nFor example: '!22,telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "ignore",
+ "rule",
+ "<text>",
+ "inbound-interface",
+ "<value>"
+ ],
+ "help": "Interface to ignore connections tracking on",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "ignore",
+ "rule",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: txt; Protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "ignore",
+ "rule",
+ "<text>",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv4range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "ignore",
+ "rule",
+ "<text>",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: None; \\n\\nMultiple destination ports can be specified as a comma-separated list.\\nThe whole list can also be negated using '!'.\\nFor example: '!22,telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "log",
+ "icmp",
+ "destroy"
+ ],
+ "help": "Log connection deletion",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "log",
+ "icmp",
+ "new"
+ ],
+ "help": "Log connection creation",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "log",
+ "icmp",
+ "update"
+ ],
+ "help": "Log connection updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "log",
+ "other",
+ "destroy"
+ ],
+ "help": "Log connection deletion",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "log",
+ "other",
+ "new"
+ ],
+ "help": "Log connection creation",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "log",
+ "other",
+ "update"
+ ],
+ "help": "Log connection updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "log",
+ "tcp",
+ "destroy"
+ ],
+ "help": "Log connection deletion",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "log",
+ "tcp",
+ "new"
+ ],
+ "help": "Log connection creation",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "log",
+ "tcp",
+ "update"
+ ],
+ "help": "Log connection updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "log",
+ "udp",
+ "destroy"
+ ],
+ "help": "Log connection deletion",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "log",
+ "udp",
+ "new"
+ ],
+ "help": "Log connection creation",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "log",
+ "udp",
+ "update"
+ ],
+ "help": "Log connection updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "modules",
+ "ftp"
+ ],
+ "help": "FTP connection tracking",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "modules",
+ "h323"
+ ],
+ "help": "H.323 connection tracking",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "modules",
+ "nfs"
+ ],
+ "help": "NFS connection tracking",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "modules",
+ "pptp"
+ ],
+ "help": "PPTP connection tracking",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "modules",
+ "sip"
+ ],
+ "help": "SIP connection tracking",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "modules",
+ "sqlnet"
+ ],
+ "help": "SQLnet connection tracking",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "modules",
+ "tftp"
+ ],
+ "help": "TFTP connection tracking",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "table-size",
+ "<value>"
+ ],
+ "help": "lp: u32:1-50000000; Number of entries allowed in connection tracking table",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "tcp",
+ "half-open-connections",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2147483647; Generic connection timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "tcp",
+ "loose",
+ "<value>"
+ ],
+ "help": "lp: disable; Do not allow tracking of previously established connections",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "tcp",
+ "max-retrans",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Number of packets to be retransmitted",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "custom",
+ "rule",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "custom",
+ "rule",
+ "<text>",
+ "destination",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv4range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "custom",
+ "rule",
+ "<text>",
+ "destination",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: None; \\n\\nMultiple destination ports can be specified as a comma-separated list.\\nThe whole list can also be negated using '!'.\\nFor example: '!22,telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "custom",
+ "rule",
+ "<text>",
+ "inbound-interface",
+ "<value>"
+ ],
+ "help": "Interface to ignore connections tracking on",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "custom",
+ "rule",
+ "<text>",
+ "protocol",
+ "icmp",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; ICMP timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "custom",
+ "rule",
+ "<text>",
+ "protocol",
+ "other",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; Generic connection timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "custom",
+ "rule",
+ "<text>",
+ "protocol",
+ "tcp",
+ "close",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; TCP CLOSE timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "custom",
+ "rule",
+ "<text>",
+ "protocol",
+ "tcp",
+ "close-wait",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; TCP CLOSE-WAIT timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "custom",
+ "rule",
+ "<text>",
+ "protocol",
+ "tcp",
+ "established",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; TCP ESTABLISHED timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "custom",
+ "rule",
+ "<text>",
+ "protocol",
+ "tcp",
+ "fin-wait",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; TCP FIN-WAIT timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "custom",
+ "rule",
+ "<text>",
+ "protocol",
+ "tcp",
+ "last-ack",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; TCP LAST-ACK timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "custom",
+ "rule",
+ "<text>",
+ "protocol",
+ "tcp",
+ "syn-recv",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; TCP SYN-RECEIVED timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "custom",
+ "rule",
+ "<text>",
+ "protocol",
+ "tcp",
+ "syn-sent",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; TCP SYN-SENT timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "custom",
+ "rule",
+ "<text>",
+ "protocol",
+ "tcp",
+ "time-wait",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; TCP TIME-WAIT timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "custom",
+ "rule",
+ "<text>",
+ "protocol",
+ "udp",
+ "other",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; UDP generic timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "custom",
+ "rule",
+ "<text>",
+ "protocol",
+ "udp",
+ "stream",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; UDP stream timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "custom",
+ "rule",
+ "<text>",
+ "source",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: !ipv4range; Match everything except the specified range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "custom",
+ "rule",
+ "<text>",
+ "source",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: None; \\n\\nMultiple destination ports can be specified as a comma-separated list.\\nThe whole list can also be negated using '!'.\\nFor example: '!22,telnet,http,123,1001-1005'",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "icmp",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; ICMP timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "other",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; Generic connection timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "tcp",
+ "close",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; TCP CLOSE timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "tcp",
+ "close-wait",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; TCP CLOSE-WAIT timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "tcp",
+ "established",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; TCP ESTABLISHED timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "tcp",
+ "fin-wait",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; TCP FIN-WAIT timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "tcp",
+ "last-ack",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; TCP LAST-ACK timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "tcp",
+ "syn-recv",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; TCP SYN-RECEIVED timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "tcp",
+ "syn-sent",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; TCP SYN-SENT timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "tcp",
+ "time-wait",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; TCP TIME-WAIT timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "udp",
+ "other",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; UDP generic timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "conntrack",
+ "timeout",
+ "udp",
+ "stream",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21474836; UDP stream timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "console",
+ "device",
+ "<text>",
+ "speed",
+ "<value>"
+ ],
+ "help": "lp: 115200; 115200 bps (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "console",
+ "powersave"
+ ],
+ "help": "Enable screen blank powersaving on VGA console",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "domain-name",
+ "<value>"
+ ],
+ "help": "System domain name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "domain-search",
+ "domain",
+ "<value>"
+ ],
+ "help": "DNS domain completion order",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "buffer-size",
+ "<value>"
+ ],
+ "help": "lp: u32; Buffer size in MiB",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "disable-imt"
+ ],
+ "help": "Disable in memory table plugin",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "enable-egress"
+ ],
+ "help": "Enable egress flow accounting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "netflow",
+ "engine-id",
+ "<value>"
+ ],
+ "help": "lp: u32; NetFlow engine-id for v9 / IPFIX",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "netflow",
+ "max-flows",
+ "<value>"
+ ],
+ "help": "lp: u32; NetFlow maximum flows",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "netflow",
+ "sampling-rate",
+ "<value>"
+ ],
+ "help": "lp: u32; Sampling rate (1 in N packets)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "netflow",
+ "server",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1025-65535; NetFlow port number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "netflow",
+ "source-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 source address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "netflow",
+ "timeout",
+ "expiry-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; Expiry scan interval",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "netflow",
+ "timeout",
+ "flow-generic",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; Generic flow timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "netflow",
+ "timeout",
+ "icmp",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; ICMP timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "netflow",
+ "timeout",
+ "max-active-life",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; Max active timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "netflow",
+ "timeout",
+ "tcp-fin",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; TCP FIN timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "netflow",
+ "timeout",
+ "tcp-generic",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; TCP generic timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "netflow",
+ "timeout",
+ "tcp-rst",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; TCP RST timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "netflow",
+ "timeout",
+ "udp",
+ "<value>"
+ ],
+ "help": "lp: u32:0-2147483647; UDP timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "netflow",
+ "version",
+ "<value>"
+ ],
+ "help": "lp: 10; Internet Protocol Flow Information Export (IPFIX)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "packet-length",
+ "<value>"
+ ],
+ "help": "lp: u32:128-750; Packet length in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "sflow",
+ "agent-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; sFlow IPv4 agent address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "sflow",
+ "sampling-rate",
+ "<value>"
+ ],
+ "help": "lp: u32; Sampling rate (1 in N packets)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "sflow",
+ "server",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1025-65535; sFlow port number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "sflow",
+ "source-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 source address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "syslog-facility",
+ "<value>"
+ ],
+ "help": "lp: all; Authentication and authorization",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "flow-accounting",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "frr",
+ "bmp"
+ ],
+ "help": "Enable BGP Monitoring Protocol support",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "frr",
+ "irdp"
+ ],
+ "help": "Enable ICMP Router Discovery Protocol support",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "frr",
+ "snmp",
+ "bgpd"
+ ],
+ "help": "BGP",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "frr",
+ "snmp",
+ "isisd"
+ ],
+ "help": "IS-IS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "frr",
+ "snmp",
+ "ldpd"
+ ],
+ "help": "LDP",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "frr",
+ "snmp",
+ "ospf6d"
+ ],
+ "help": "OSPFv3",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "frr",
+ "snmp",
+ "ospfd"
+ ],
+ "help": "OSPFv2",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "frr",
+ "snmp",
+ "ripd"
+ ],
+ "help": "RIP",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "frr",
+ "snmp",
+ "zebra"
+ ],
+ "help": "Zebra (IP routing manager)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "host-name",
+ "<value>"
+ ],
+ "help": "System host name (default: vyos)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "ip",
+ "arp",
+ "table-size",
+ "<value>"
+ ],
+ "help": "Maximum number of entries to keep in the cache (default: 8192)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "ip",
+ "disable-directed-broadcast"
+ ],
+ "help": "Disable IPv4 directed broadcast forwarding on all interfaces",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IPv4 forwarding on all interfaces",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "ip",
+ "multipath",
+ "ignore-unreachable-nexthops"
+ ],
+ "help": "Ignore next hops that are not in the ARP table",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "ip",
+ "multipath",
+ "layer4-hashing"
+ ],
+ "help": "Use layer 4 information for ECMP hashing",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "ip",
+ "protocol",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "ip",
+ "tcp",
+ "mss",
+ "base",
+ "<value>"
+ ],
+ "help": "lp: u32:48-1460; Base MSS value for probing (default: 1024)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "ip",
+ "tcp",
+ "mss",
+ "floor",
+ "<value>"
+ ],
+ "help": "lp: u32:48-1460; Minimum MSS value to probe",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "ip",
+ "tcp",
+ "mss",
+ "probing",
+ "<value>"
+ ],
+ "help": "lp: force; Attempt TCP MSS probing by default",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IPv6 forwarding on all interfaces",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "ipv6",
+ "multipath",
+ "layer4-hashing"
+ ],
+ "help": "Use layer 4 information for ECMP hashing",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "ipv6",
+ "neighbor",
+ "table-size",
+ "<value>"
+ ],
+ "help": "Maximum number of entries to keep in the cache (default: 8192)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "ipv6",
+ "protocol",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "ipv6",
+ "strict-dad"
+ ],
+ "help": "Disable IPv6 operation on interface when DAD fails on LL addr",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "lcd",
+ "device",
+ "<value>"
+ ],
+ "help": "lp: usbNbXpY; TTY device name, USB based",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "lcd",
+ "model",
+ "<value>"
+ ],
+ "help": "lp: sdec; Lanner, Watchguard, Nexcom NSA, Sophos UTM appliances",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "banner",
+ "post-login",
+ "<value>"
+ ],
+ "help": "A system banner after the user logs in",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "banner",
+ "pre-login",
+ "<value>"
+ ],
+ "help": "A system banner before the user logs in",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "max-login-session",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65536; Maximum number of all login sessions",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "radius",
+ "server",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "radius",
+ "server",
+ "<text>",
+ "key",
+ "<value>"
+ ],
+ "help": "lp: txt; Password string (key)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "radius",
+ "server",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "radius",
+ "server",
+ "<text>",
+ "priority",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Server priority",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "radius",
+ "server",
+ "<text>",
+ "timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-240; Session timeout in seconds (default: 2)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "radius",
+ "source-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 source address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "radius",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "tacacs",
+ "server",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "tacacs",
+ "server",
+ "<text>",
+ "key",
+ "<value>"
+ ],
+ "help": "lp: txt; Password string (key)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "tacacs",
+ "server",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "tacacs",
+ "source-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 source address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "tacacs",
+ "timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-240; Session timeout in seconds (default: 2)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "tacacs",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:5-604800; Session timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "user",
+ "<text>",
+ "authentication",
+ "encrypted-password",
+ "<value>"
+ ],
+ "help": "Encrypted password (default: !)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "user",
+ "<text>",
+ "authentication",
+ "otp",
+ "key",
+ "<value>"
+ ],
+ "help": "lp: txt; Base32 encoded key/token",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "user",
+ "<text>",
+ "authentication",
+ "otp",
+ "rate-limit",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of attempts",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "user",
+ "<text>",
+ "authentication",
+ "otp",
+ "rate-time",
+ "<value>"
+ ],
+ "help": "lp: u32:15-600; Time interval",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "user",
+ "<text>",
+ "authentication",
+ "otp",
+ "window-size",
+ "<value>"
+ ],
+ "help": "lp: u32:1-21; Window size",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "user",
+ "<text>",
+ "authentication",
+ "plaintext-password",
+ "<value>"
+ ],
+ "help": "Plaintext password used for encryption",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "user",
+ "<text>",
+ "authentication",
+ "public-keys",
+ "<text>",
+ "key",
+ "<value>"
+ ],
+ "help": "Public key value (Base64 encoded)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "user",
+ "<text>",
+ "authentication",
+ "public-keys",
+ "<text>",
+ "options",
+ "<value>"
+ ],
+ "help": "Optional public key options",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "user",
+ "<text>",
+ "authentication",
+ "public-keys",
+ "<text>",
+ "type",
+ "<value>"
+ ],
+ "help": "lp: sk-ssh-ed25519@openssh.com; Elliptic curve 25519 security key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "user",
+ "<text>",
+ "full-name",
+ "<value>"
+ ],
+ "help": "Full name of the user (use quotes for names with spaces)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "login",
+ "user",
+ "<text>",
+ "home-directory",
+ "<value>"
+ ],
+ "help": "lp: txt; Path to home directory",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "logs",
+ "logrotate",
+ "atop",
+ "max-size",
+ "<value>"
+ ],
+ "help": "lp: u32:1-1024; Size in MB",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "logs",
+ "logrotate",
+ "atop",
+ "rotate",
+ "<value>"
+ ],
+ "help": "lp: u32:1-100; Rotations",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "logs",
+ "logrotate",
+ "messages",
+ "max-size",
+ "<value>"
+ ],
+ "help": "lp: u32:1-1024; Size in MB",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "logs",
+ "logrotate",
+ "messages",
+ "rotate",
+ "<value>"
+ ],
+ "help": "lp: u32:1-100; Rotations",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "name-server",
+ "<value>"
+ ],
+ "help": "lp: txt; Use Domain Name Server from DHCP interface",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "option",
+ "ctrl-alt-delete",
+ "<value>"
+ ],
+ "help": "lp: poweroff; Poweroff system",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "option",
+ "http-client",
+ "source-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 source address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "option",
+ "http-client",
+ "source-interface",
+ "<value>"
+ ],
+ "help": "lp: interface; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "option",
+ "keyboard-layout",
+ "<value>"
+ ],
+ "help": "lp: dvorak; Dvorak",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "option",
+ "performance",
+ "<value>"
+ ],
+ "help": "lp: latency; Tune for low network latency",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "option",
+ "reboot-on-panic"
+ ],
+ "help": "Reboot system on kernel panic",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "option",
+ "root-partition-auto-resize"
+ ],
+ "help": "Enable root partition auto-extention on system boot",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "option",
+ "ssh-client",
+ "source-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 source address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "option",
+ "ssh-client",
+ "source-interface",
+ "<value>"
+ ],
+ "help": "lp: interface; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "option",
+ "startup-beep"
+ ],
+ "help": "plays sound via system speaker when you can login",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "option",
+ "time-format",
+ "<value>"
+ ],
+ "help": "lp: 24-hour; 24 hour time format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "proxy",
+ "password",
+ "<value>"
+ ],
+ "help": "lp: txt; Password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "proxy",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "proxy",
+ "url",
+ "<value>"
+ ],
+ "help": "Proxy URL",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "proxy",
+ "username",
+ "<value>"
+ ],
+ "help": "lp: txt; Username",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "sflow",
+ "agent-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; sFlow IPv6 agent address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "sflow",
+ "agent-interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "sflow",
+ "drop-monitor-limit",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Maximum rate limit of N drops per second send out in the sFlow datagrams",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "sflow",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "sflow",
+ "polling",
+ "<value>"
+ ],
+ "help": "lp: u32:1-600; Polling rate in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "sflow",
+ "sampling-rate",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Sampling rate (1 in N packets)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "sflow",
+ "server",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "static-host-mapping",
+ "host-name",
+ "<text>",
+ "alias",
+ "<value>"
+ ],
+ "help": "Alias for this address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "static-host-mapping",
+ "host-name",
+ "<text>",
+ "inet",
+ "<value>"
+ ],
+ "help": "lp: ipv6; IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "sysctl",
+ "parameter",
+ "<text>",
+ "value",
+ "<value>"
+ ],
+ "help": "Sysctl configuration value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "syslog",
+ "console",
+ "facility",
+ "<text>",
+ "level",
+ "<value>"
+ ],
+ "help": "lp: all; Log everything",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "syslog",
+ "file",
+ "<text>",
+ "archive",
+ "file",
+ "<value>"
+ ],
+ "help": "Number of saved files (default: 5)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "syslog",
+ "file",
+ "<text>",
+ "archive",
+ "size",
+ "<value>"
+ ],
+ "help": "Size of log files in kbytes (default: 256)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "syslog",
+ "file",
+ "<text>",
+ "facility",
+ "<text>",
+ "level",
+ "<value>"
+ ],
+ "help": "lp: all; Log everything",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "syslog",
+ "global",
+ "facility",
+ "<text>",
+ "level",
+ "<value>"
+ ],
+ "help": "lp: all; Log everything",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "syslog",
+ "global",
+ "marker",
+ "interval",
+ "<value>"
+ ],
+ "help": "time interval how often a mark message is being sent in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "syslog",
+ "global",
+ "preserve-fqdn"
+ ],
+ "help": "uses FQDN for logging",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "syslog",
+ "host",
+ "<text>",
+ "facility",
+ "<text>",
+ "level",
+ "<value>"
+ ],
+ "help": "lp: all; Log everything",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "syslog",
+ "host",
+ "<text>",
+ "format",
+ "octet-counted"
+ ],
+ "help": "Allows for the transmission of all characters inside a syslog",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "syslog",
+ "host",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "syslog",
+ "host",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: tcp; Listen protocol TCP",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "syslog",
+ "user",
+ "<text>",
+ "facility",
+ "<text>",
+ "level",
+ "<value>"
+ ],
+ "help": "lp: all; Log everything",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "syslog",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "task-scheduler",
+ "task",
+ "<text>",
+ "crontab-spec",
+ "<value>"
+ ],
+ "help": "UNIX crontab time specification string",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "task-scheduler",
+ "task",
+ "<text>",
+ "executable",
+ "arguments",
+ "<value>"
+ ],
+ "help": "Arguments passed to the executable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "task-scheduler",
+ "task",
+ "<text>",
+ "executable",
+ "path",
+ "<value>"
+ ],
+ "help": "Path to executable",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "task-scheduler",
+ "task",
+ "<text>",
+ "interval",
+ "<value>"
+ ],
+ "help": "lp: <days>d; Execution interval in days",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "time-zone",
+ "<value>"
+ ],
+ "help": "Local time zone (default UTC)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "update-check",
+ "auto-check"
+ ],
+ "help": "Enable auto check for new images",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "system",
+ "update-check",
+ "url",
+ "<value>"
+ ],
+ "help": "lp: url; Remote URL",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "authentication",
+ "psk",
+ "<text>",
+ "dhcp-interface",
+ "<value>"
+ ],
+ "help": "lp: txt; DHCP interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "authentication",
+ "psk",
+ "<text>",
+ "id",
+ "<value>"
+ ],
+ "help": "lp: txt; ID used for authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "authentication",
+ "psk",
+ "<text>",
+ "secret",
+ "<value>"
+ ],
+ "help": "lp: txt; IKE pre-shared secret key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "disable-uniqreqids"
+ ],
+ "help": "Disable requirement for unique IDs in the Security Database",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "esp-group",
+ "<text>",
+ "compression"
+ ],
+ "help": "Enable ESP compression",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "esp-group",
+ "<text>",
+ "life-bytes",
+ "<value>"
+ ],
+ "help": "lp: u32:1024-26843545600000; SA life in bytes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "esp-group",
+ "<text>",
+ "life-packets",
+ "<value>"
+ ],
+ "help": "lp: u32:1000-26843545600000; SA life in packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "esp-group",
+ "<text>",
+ "lifetime",
+ "<value>"
+ ],
+ "help": "lp: u32:30-86400; SA lifetime in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "esp-group",
+ "<text>",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: transport; Transport mode",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "esp-group",
+ "<text>",
+ "pfs",
+ "<value>"
+ ],
+ "help": "lp: disable; Disable PFS",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "esp-group",
+ "<text>",
+ "proposal",
+ "<text>",
+ "encryption",
+ "<value>"
+ ],
+ "help": "lp: chacha20poly1305; 256 bit ChaCha20/Poly1305 with 128 bit ICV",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "esp-group",
+ "<text>",
+ "proposal",
+ "<text>",
+ "hash",
+ "<value>"
+ ],
+ "help": "lp: aes256gmac; 256-bit AES-GMAC",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "ike-group",
+ "<text>",
+ "close-action",
+ "<value>"
+ ],
+ "help": "lp: restart; Attempt to re-negotiate the connection immediately",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "ike-group",
+ "<text>",
+ "dead-peer-detection",
+ "action",
+ "<value>"
+ ],
+ "help": "lp: restart; Attempt to re-negotiate the connection immediately",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "ike-group",
+ "<text>",
+ "dead-peer-detection",
+ "interval",
+ "<value>"
+ ],
+ "help": "lp: u32:2-86400; Keep-alive interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "ike-group",
+ "<text>",
+ "dead-peer-detection",
+ "timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:2-86400; Keep-alive timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "ike-group",
+ "<text>",
+ "disable-mobike"
+ ],
+ "help": "Disable MOBIKE Support (IKEv2 only)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "ike-group",
+ "<text>",
+ "ikev2-reauth"
+ ],
+ "help": "Re-authentication of the remote peer during an IKE re-key (IKEv2",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "ike-group",
+ "<text>",
+ "key-exchange",
+ "<value>"
+ ],
+ "help": "lp: ikev2; Use IKEv2 for key exchange",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "ike-group",
+ "<text>",
+ "lifetime",
+ "<value>"
+ ],
+ "help": "lp: u32:0-86400; IKE lifetime in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "ike-group",
+ "<text>",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: aggressive; Use the aggressive mode (insecure, not recommended)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "ike-group",
+ "<text>",
+ "proposal",
+ "<text>",
+ "dh-group",
+ "<value>"
+ ],
+ "help": "lp: 32; Diffie-Hellman group 32 (curve448)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "ike-group",
+ "<text>",
+ "proposal",
+ "<text>",
+ "encryption",
+ "<value>"
+ ],
+ "help": "lp: chacha20poly1305; 256 bit ChaCha20/Poly1305 with 128 bit ICV",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "ike-group",
+ "<text>",
+ "proposal",
+ "<text>",
+ "hash",
+ "<value>"
+ ],
+ "help": "lp: aes256gmac; 256-bit AES-GMAC",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "ike-group",
+ "<text>",
+ "proposal",
+ "<text>",
+ "prf",
+ "<value>"
+ ],
+ "help": "lp: prfsha512; SHA2_512 PRF",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "log",
+ "level",
+ "<value>"
+ ],
+ "help": "lp: 2; More detailed debugging control flow",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "log",
+ "subsystem",
+ "<value>"
+ ],
+ "help": "lp: any; Any subsystem",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "options",
+ "disable-route-autoinstall"
+ ],
+ "help": "Do not automatically install routes to remote networks",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "options",
+ "flexvpn"
+ ],
+ "help": "Allow FlexVPN vendor ID payload (IKEv2 only)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "options",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "options",
+ "virtual-ip"
+ ],
+ "help": "Allow install virtual-ip addresses",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "profile",
+ "<text>",
+ "authentication",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: pre-shared-secret; Use a pre-shared secret key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "profile",
+ "<text>",
+ "authentication",
+ "pre-shared-secret",
+ "<value>"
+ ],
+ "help": "lp: txt; Pre-shared secret key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "profile",
+ "<text>",
+ "bind",
+ "tunnel",
+ "<value>"
+ ],
+ "help": "lp: txt; Associated interface to this profile",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "profile",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "profile",
+ "<text>",
+ "esp-group",
+ "<value>"
+ ],
+ "help": "Encapsulating Security Payloads (ESP) group name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "profile",
+ "<text>",
+ "ike-group",
+ "<value>"
+ ],
+ "help": "Internet Key Exchange (IKE) group name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "connection",
+ "<text>",
+ "authentication",
+ "client-mode",
+ "<value>"
+ ],
+ "help": "lp: eap-radius; Use EAP-RADIUS authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "connection",
+ "<text>",
+ "authentication",
+ "local-id",
+ "<value>"
+ ],
+ "help": "lp: txt; Local ID used for peer authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "connection",
+ "<text>",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "connection",
+ "<text>",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "password",
+ "<value>"
+ ],
+ "help": "Password used for authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "connection",
+ "<text>",
+ "authentication",
+ "pre-shared-secret",
+ "<value>"
+ ],
+ "help": "lp: txt; Pre-shared secret key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "connection",
+ "<text>",
+ "authentication",
+ "server-mode",
+ "<value>"
+ ],
+ "help": "lp: x509; Use x.509 certificate (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "connection",
+ "<text>",
+ "authentication",
+ "x509",
+ "ca-certificate",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of CA in PKI configuration",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "connection",
+ "<text>",
+ "authentication",
+ "x509",
+ "certificate",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of certificate in PKI configuration",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "connection",
+ "<text>",
+ "authentication",
+ "x509",
+ "passphrase",
+ "<value>"
+ ],
+ "help": "lp: txt; Passphrase to decrypt the private key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "connection",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "connection",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "connection",
+ "<text>",
+ "esp-group",
+ "<value>"
+ ],
+ "help": "Encapsulating Security Payloads (ESP) group name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "connection",
+ "<text>",
+ "ike-group",
+ "<value>"
+ ],
+ "help": "Internet Key Exchange (IKE) group name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "connection",
+ "<text>",
+ "local",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "connection",
+ "<text>",
+ "local",
+ "prefix",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; Local IPv6 prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "connection",
+ "<text>",
+ "local-address",
+ "<value>"
+ ],
+ "help": "lp: any; Allow any IPv4 address present on the system to be used for VPN",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "connection",
+ "<text>",
+ "pool",
+ "<value>"
+ ],
+ "help": "lp: radius; Forward requests for virtual IP addresses to a RADIUS server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "connection",
+ "<text>",
+ "timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-86400; Timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "connection",
+ "<text>",
+ "unique",
+ "<value>"
+ ],
+ "help": "lp: replace; Delete any existing connection if a new one for the same user gets established",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "dhcp",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "dhcp",
+ "server",
+ "<value>"
+ ],
+ "help": "lp: ipv4; DHCP server IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "pool",
+ "<text>",
+ "exclude",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; Local IPv6 pool prefix exclusion",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "pool",
+ "<text>",
+ "name-server",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "pool",
+ "<text>",
+ "prefix",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; Local IPv6 pool prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "radius",
+ "nas-identifier",
+ "<value>"
+ ],
+ "help": "NAS-Identifier attribute sent to RADIUS",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "radius",
+ "server",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "radius",
+ "server",
+ "<text>",
+ "disable-accounting"
+ ],
+ "help": "Disable accounting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "radius",
+ "server",
+ "<text>",
+ "key",
+ "<value>"
+ ],
+ "help": "lp: txt; Password string (key)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "radius",
+ "server",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "radius",
+ "timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-240; Session timeout in seconds (default: 2)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "authentication",
+ "local-id",
+ "<value>"
+ ],
+ "help": "lp: txt; Local ID used for peer authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "authentication",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: x509; Use x.509 certificate",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "authentication",
+ "remote-id",
+ "<value>"
+ ],
+ "help": "lp: txt; ID used for peer authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "authentication",
+ "rsa",
+ "local-key",
+ "<value>"
+ ],
+ "help": "Name of PKI key-pair with local private key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "authentication",
+ "rsa",
+ "passphrase",
+ "<value>"
+ ],
+ "help": "Local private key passphrase",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "authentication",
+ "rsa",
+ "remote-key",
+ "<value>"
+ ],
+ "help": "Name of PKI key-pair with remote public key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "authentication",
+ "use-x509-id"
+ ],
+ "help": "Use certificate common name as ID",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "authentication",
+ "x509",
+ "ca-certificate",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of CA in PKI configuration",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "authentication",
+ "x509",
+ "certificate",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of certificate in PKI configuration",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "authentication",
+ "x509",
+ "passphrase",
+ "<value>"
+ ],
+ "help": "lp: txt; Passphrase to decrypt the private key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "connection-type",
+ "<value>"
+ ],
+ "help": "lp: none; Load the connection only",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "default-esp-group",
+ "<value>"
+ ],
+ "help": "Defult ESP group name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "dhcp-interface",
+ "<value>"
+ ],
+ "help": "lp: txt; DHCP interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "force-udp-encapsulation"
+ ],
+ "help": "Force UDP encapsulation",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "ike-group",
+ "<value>"
+ ],
+ "help": "Internet Key Exchange (IKE) group name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "ikev2-reauth",
+ "<value>"
+ ],
+ "help": "lp: inherit; Inherit the reauth configuration form your IKE-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "local-address",
+ "<value>"
+ ],
+ "help": "lp: any; Allow any IPv4 address present on the system to be used for VPN",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "remote-address",
+ "<value>"
+ ],
+ "help": "lp: any; Allow any IP address of the remote peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "tunnel",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "tunnel",
+ "<text>",
+ "esp-group",
+ "<value>"
+ ],
+ "help": "Encapsulating Security Payloads (ESP) group name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "tunnel",
+ "<text>",
+ "local",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "tunnel",
+ "<text>",
+ "local",
+ "prefix",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; Local IPv6 prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "tunnel",
+ "<text>",
+ "priority",
+ "<value>"
+ ],
+ "help": "lp: u32:1-100; Priority for IPsec policy (lowest value more preferable)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "tunnel",
+ "<text>",
+ "protocol",
+ "<value>"
+ ],
+ "help": "lp: txt; Protocol name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "tunnel",
+ "<text>",
+ "remote",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "tunnel",
+ "<text>",
+ "remote",
+ "prefix",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; Remote IPv6 prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "virtual-address",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Request IPv6 address from peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "vti",
+ "bind",
+ "<value>"
+ ],
+ "help": "VTI tunnel interface associated with this configuration",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "vti",
+ "esp-group",
+ "<value>"
+ ],
+ "help": "Encapsulating Security Payloads (ESP) group name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "password",
+ "<value>"
+ ],
+ "help": "Password for authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "rate-limit",
+ "download",
+ "<value>"
+ ],
+ "help": "Download bandwidth limit in kbits/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "rate-limit",
+ "upload",
+ "<value>"
+ ],
+ "help": "Upload bandwidth limit in kbits/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "static-ip",
+ "<value>"
+ ],
+ "help": "Static client IP address (default: *)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: noauth; Authentication disabled",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "mppe",
+ "<value>"
+ ],
+ "help": "lp: deny; drop all mppe",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "accounting-interim-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-3600; Interval in seconds to send accounting information",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "acct-timeout",
+ "<value>"
+ ],
+ "help": "Timeout to wait reply for Interim-Update packets",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "dae-server",
+ "ip-address",
+ "<value>"
+ ],
+ "help": "IP address for Dynamic Authorization Extension server (DM/CoA)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "dae-server",
+ "port",
+ "<value>"
+ ],
+ "help": "Port for Dynamic Authorization Extension server (DM/CoA)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "dae-server",
+ "secret",
+ "<value>"
+ ],
+ "help": "Secret for Dynamic Authorization Extension server (DM/CoA)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "max-try",
+ "<value>"
+ ],
+ "help": "Maximum number of tries to send Access-Request/Accounting-",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "nas-identifier",
+ "<value>"
+ ],
+ "help": "NAS-Identifier attribute sent to RADIUS",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "nas-ip-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; NAS-IP-Address attribute",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "rate-limit",
+ "attribute",
+ "<value>"
+ ],
+ "help": "RADIUS attribute that contains rate information (default:",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "rate-limit",
+ "enable"
+ ],
+ "help": "Enable bandwidth shaping via RADIUS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "rate-limit",
+ "multiplier",
+ "<value>"
+ ],
+ "help": "lp: <0.001-1000>; Shaper multiplier",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "rate-limit",
+ "vendor",
+ "<value>"
+ ],
+ "help": "Vendor dictionary",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "disable-accounting"
+ ],
+ "help": "Disable accounting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "fail-time",
+ "<value>"
+ ],
+ "help": "lp: u32:0-600; Fail time penalty",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "key",
+ "<value>"
+ ],
+ "help": "lp: txt; Password string (key)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "source-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 source address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "timeout",
+ "<value>"
+ ],
+ "help": "Timeout to wait response from server (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "authentication",
+ "require",
+ "<value>"
+ ],
+ "help": "lp: mschap-v2; Require the peer to authenticate itself using MS-CHAPv2 [Microsoft Challenge Handshake Authentication Protocol, Version 2].",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "ccp-disable"
+ ],
+ "help": "Disable Compression Control Protocol (CCP)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "client-ip-pool",
+ "start",
+ "<value>"
+ ],
+ "help": "First IP address in the pool",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "client-ip-pool",
+ "stop",
+ "<value>"
+ ],
+ "help": "Last IP address in the pool",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "client-ip-pool",
+ "subnet",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "client-ipv6-pool",
+ "delegate",
+ "<text>",
+ "delegation-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Delegated prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "client-ipv6-pool",
+ "prefix",
+ "<text>",
+ "mask",
+ "<value>"
+ ],
+ "help": "lp: u32:48-128; Client prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "dhcp-interface",
+ "<value>"
+ ],
+ "help": "lp: txt; DHCP interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "gateway-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Default Gateway send to the client",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "idle",
+ "<value>"
+ ],
+ "help": "lp: u32:30-86400; PPP idle timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "ipsec-settings",
+ "authentication",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: x509; Use X.509 certificate for IPsec authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "ipsec-settings",
+ "authentication",
+ "pre-shared-secret",
+ "<value>"
+ ],
+ "help": "lp: txt; Pre-shared secret key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "ipsec-settings",
+ "authentication",
+ "x509",
+ "ca-certificate",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of CA in PKI configuration",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "ipsec-settings",
+ "authentication",
+ "x509",
+ "certificate",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of certificate in PKI configuration",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "ipsec-settings",
+ "authentication",
+ "x509",
+ "passphrase",
+ "<value>"
+ ],
+ "help": "lp: txt; Passphrase to decrypt the private key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "ipsec-settings",
+ "esp-group",
+ "<value>"
+ ],
+ "help": "Encapsulating Security Payloads (ESP) group name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "ipsec-settings",
+ "ike-group",
+ "<value>"
+ ],
+ "help": "Internet Key Exchange (IKE) group name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "ipsec-settings",
+ "ike-lifetime",
+ "<value>"
+ ],
+ "help": "lp: u32:30-86400; IKE lifetime in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "ipsec-settings",
+ "lifetime",
+ "<value>"
+ ],
+ "help": "lp: u32:30-86400; IKE lifetime in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "lns",
+ "host-name",
+ "<value>"
+ ],
+ "help": "Sent to the client (LAC) in the Host-Name attribute",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "lns",
+ "shared-secret",
+ "<value>"
+ ],
+ "help": "Tunnel password used to authenticate the client (LAC)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "mtu",
+ "<value>"
+ ],
+ "help": "Maximum Transmission Unit (MTU) - default 1492 (default: 1492)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "name-server",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "outside-address",
+ "<value>"
+ ],
+ "help": "External IP address to which VPN clients will connect",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "ppp-options",
+ "ipv6",
+ "<value>"
+ ],
+ "help": "lp: require; Require IPv6 negotiation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "ppp-options",
+ "ipv6-accept-peer-intf-id"
+ ],
+ "help": "Accept peer interface identifier",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "ppp-options",
+ "ipv6-intf-id",
+ "<value>"
+ ],
+ "help": "lp: x:x:x:x; specify interface identifier for IPv6",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "ppp-options",
+ "ipv6-peer-intf-id",
+ "<value>"
+ ],
+ "help": "lp: calling-sid; Calculate interface identifier from calling-station-id",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "ppp-options",
+ "lcp-echo-failure",
+ "<value>"
+ ],
+ "help": "Maximum number of Echo-Requests may be sent without valid reply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "ppp-options",
+ "lcp-echo-interval",
+ "<value>"
+ ],
+ "help": "LCP echo-requests/sec (default: 30)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "l2tp",
+ "remote-access",
+ "wins-server",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Domain Name Server (DNS) IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "accounting",
+ "mode",
+ "radius"
+ ],
+ "help": "Use RADIUS server for accounting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "accounting",
+ "radius",
+ "server",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "accounting",
+ "radius",
+ "server",
+ "<text>",
+ "key",
+ "<value>"
+ ],
+ "help": "lp: txt; Password string (key)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "accounting",
+ "radius",
+ "server",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "authentication",
+ "group",
+ "<value>"
+ ],
+ "help": "lp: txt; Group string. The group may be followed by a user-friendly name in brackets: group1[First Group]",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "authentication",
+ "identity-based-config",
+ "default-config",
+ "<value>"
+ ],
+ "help": "lp: filename; Default configuration filename, must be under /config/auth",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "authentication",
+ "identity-based-config",
+ "directory",
+ "<value>"
+ ],
+ "help": "lp: path; Path to configuration directory, must be under /config/auth",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "authentication",
+ "identity-based-config",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "authentication",
+ "identity-based-config",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: group; Match RADIUS response class attribute as file name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "otp",
+ "interval",
+ "<value>"
+ ],
+ "help": "lp: u32:5-86400; Time tokens interval in seconds.",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "otp",
+ "key",
+ "<value>"
+ ],
+ "help": "lp: txt; OTP key in hex-encoded format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "otp",
+ "otp-length",
+ "<value>"
+ ],
+ "help": "lp: u32:6-8; Number of digits in OTP code",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "otp",
+ "token-type",
+ "<value>"
+ ],
+ "help": "lp: hotp-event; Event-based OTP algorithm",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "password",
+ "<value>"
+ ],
+ "help": "Password used for authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "authentication",
+ "mode",
+ "local",
+ "<value>"
+ ],
+ "help": "lp: password-otp; Password (first) + OTP local authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "authentication",
+ "mode",
+ "radius"
+ ],
+ "help": "Use RADIUS server for user autentication",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "authentication",
+ "radius",
+ "groupconfig",
+ "<value>"
+ ],
+ "help": "If the groupconfig option is set, then config-per-user will be",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "key",
+ "<value>"
+ ],
+ "help": "lp: txt; Password string (key)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "authentication",
+ "radius",
+ "source-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 source address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "authentication",
+ "radius",
+ "timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-240; Session timeout in seconds (default: 2)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "listen-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 address to listen for incoming connections",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "listen-ports",
+ "tcp",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "listen-ports",
+ "udp",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "network-settings",
+ "client-ip-settings",
+ "subnet",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "network-settings",
+ "client-ipv6-pool",
+ "mask",
+ "<value>"
+ ],
+ "help": "lp: u32:48-128; Client prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "network-settings",
+ "client-ipv6-pool",
+ "prefix",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "network-settings",
+ "name-server",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "network-settings",
+ "push-route",
+ "<value>"
+ ],
+ "help": "lp: ipv6net; IPv6 network and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "network-settings",
+ "split-dns",
+ "<value>"
+ ],
+ "help": "lp: txt; Client prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "network-settings",
+ "tunnel-all-dns",
+ "<value>"
+ ],
+ "help": "lp: no; Disable tunneling of all DNS traffic (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "ssl",
+ "ca-certificate",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of CA in PKI configuration",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "ssl",
+ "certificate",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of certificate in PKI configuration",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "openconnect",
+ "ssl",
+ "passphrase",
+ "<value>"
+ ],
+ "help": "lp: txt; Passphrase to decrypt the private key",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "password",
+ "<value>"
+ ],
+ "help": "Password for authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "static-ip",
+ "<value>"
+ ],
+ "help": "Static client IP address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: noauth; Authentication disabled",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "mppe",
+ "<value>"
+ ],
+ "help": "lp: require; ask client for mppe, if it rejects drop connection",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "accounting-interim-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-3600; Interval in seconds to send accounting information",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "acct-interim-jitter",
+ "<value>"
+ ],
+ "help": "lp: u32:1-60; Maximum jitter value in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "acct-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:0-60; Timeout in seconds, 0 to keep active",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "dynamic-author",
+ "key",
+ "<value>"
+ ],
+ "help": "Shared secret for Dynamic Authorization Extension server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "dynamic-author",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; TCP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "dynamic-author",
+ "server",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 address for aynamic authorization server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "max-try",
+ "<value>"
+ ],
+ "help": "lp: u32:1-20; Maximum tries",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "nas-identifier",
+ "<value>"
+ ],
+ "help": "NAS-Identifier attribute sent to RADIUS",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "nas-ip-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; NAS-IP-Address attribute",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "preallocate-vif"
+ ],
+ "help": "Enable attribute NAS-Port-Id in Access-Request",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "rate-limit",
+ "attribute",
+ "<value>"
+ ],
+ "help": "RADIUS attribute that contains rate information (default:",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "rate-limit",
+ "enable"
+ ],
+ "help": "Enable bandwidth shaping via RADIUS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "rate-limit",
+ "multiplier",
+ "<value>"
+ ],
+ "help": "lp: <0.001-1000>; Shaper multiplier",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "rate-limit",
+ "vendor",
+ "<value>"
+ ],
+ "help": "Vendor dictionary",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "acct-port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "disable-accounting"
+ ],
+ "help": "Disable accounting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "fail-time",
+ "<value>"
+ ],
+ "help": "lp: u32:0-600; Fail time penalty",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "key",
+ "<value>"
+ ],
+ "help": "lp: txt; Password string (key)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "source-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 source address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "radius",
+ "timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-60; Timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "authentication",
+ "require",
+ "<value>"
+ ],
+ "help": "lp: mschap-v2; Require the peer to authenticate itself using MS-CHAPv2 [Microsoft Challenge Handshake Authentication Protocol, Version 2].",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "client-ip-pool",
+ "start",
+ "<value>"
+ ],
+ "help": "First IP address in the pool",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "client-ip-pool",
+ "stop",
+ "<value>"
+ ],
+ "help": "Last IP address in the pool",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "gateway-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Default Gateway send to the client",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "mtu",
+ "<value>"
+ ],
+ "help": "Maximum Transmission Unit (MTU) - default 1492 (default: 1492)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "name-server",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Domain Name Server (DNS) IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "outside-address",
+ "<value>"
+ ],
+ "help": "External IP address to which VPN clients will connect",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "pptp",
+ "remote-access",
+ "wins-server",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Domain Name Server (DNS) IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "password",
+ "<value>"
+ ],
+ "help": "Password for authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "rate-limit",
+ "download",
+ "<value>"
+ ],
+ "help": "Download bandwidth limit in kbits/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "rate-limit",
+ "upload",
+ "<value>"
+ ],
+ "help": "Upload bandwidth limit in kbits/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "local-users",
+ "username",
+ "<text>",
+ "static-ip",
+ "<value>"
+ ],
+ "help": "Static client IP address (default: *)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "mode",
+ "<value>"
+ ],
+ "help": "lp: noauth; Authentication disabled",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "protocols",
+ "<value>"
+ ],
+ "help": "lp: mschap-v2; Authentication via MS-CHAPv2 (Microsoft Challenge Handshake Authentication Protocol, version 2)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "accounting-interim-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-3600; Interval in seconds to send accounting information",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "acct-interim-jitter",
+ "<value>"
+ ],
+ "help": "lp: u32:1-60; Maximum jitter value in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "acct-timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:0-60; Timeout in seconds, 0 to keep active",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "dynamic-author",
+ "key",
+ "<value>"
+ ],
+ "help": "Shared secret for Dynamic Authorization Extension server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "dynamic-author",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; TCP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "dynamic-author",
+ "server",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 address for aynamic authorization server",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "max-try",
+ "<value>"
+ ],
+ "help": "lp: u32:1-20; Maximum tries",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "nas-identifier",
+ "<value>"
+ ],
+ "help": "NAS-Identifier attribute sent to RADIUS",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "nas-ip-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; NAS-IP-Address attribute",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "preallocate-vif"
+ ],
+ "help": "Enable attribute NAS-Port-Id in Access-Request",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "rate-limit",
+ "attribute",
+ "<value>"
+ ],
+ "help": "RADIUS attribute that contains rate information (default:",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "rate-limit",
+ "enable"
+ ],
+ "help": "Enable bandwidth shaping via RADIUS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "rate-limit",
+ "multiplier",
+ "<value>"
+ ],
+ "help": "lp: <0.001-1000>; Shaper multiplier",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "rate-limit",
+ "vendor",
+ "<value>"
+ ],
+ "help": "Vendor dictionary",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "acct-port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "disable-accounting"
+ ],
+ "help": "Disable accounting",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "fail-time",
+ "<value>"
+ ],
+ "help": "lp: u32:0-600; Fail time penalty",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "key",
+ "<value>"
+ ],
+ "help": "lp: txt; Password string (key)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "server",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "source-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 source address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "authentication",
+ "radius",
+ "timeout",
+ "<value>"
+ ],
+ "help": "lp: u32:1-60; Timeout in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "client-ip-pool",
+ "subnet",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; IPv4 address and prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "client-ipv6-pool",
+ "delegate",
+ "<text>",
+ "delegation-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:32-64; Delegated prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "client-ipv6-pool",
+ "prefix",
+ "<text>",
+ "mask",
+ "<value>"
+ ],
+ "help": "lp: u32:48-128; Client prefix length",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "gateway-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Default Gateway send to the client",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:68-1500; Maximum Transmission Unit in byte",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "name-server",
+ "<value>"
+ ],
+ "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "ppp-options",
+ "ipv4",
+ "<value>"
+ ],
+ "help": "lp: allow; Negotiate IPv4 only if client requests (default)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "ppp-options",
+ "ipv6",
+ "<value>"
+ ],
+ "help": "lp: require; Require IPv6 negotiation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "ppp-options",
+ "lcp-echo-failure",
+ "<value>"
+ ],
+ "help": "Maximum number of Echo-Requests may be sent without valid reply",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "ppp-options",
+ "lcp-echo-interval",
+ "<value>"
+ ],
+ "help": "LCP echo-requests/sec (default: 30)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "ppp-options",
+ "lcp-echo-timeout",
+ "<value>"
+ ],
+ "help": "Timeout in seconds to wait for any peer activity. If this option",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "ppp-options",
+ "mppe",
+ "<value>"
+ ],
+ "help": "lp: deny; drop all mppe",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "ssl",
+ "ca-certificate",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of CA in PKI configuration",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vpn",
+ "sstp",
+ "ssl",
+ "certificate",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of certificate in PKI configuration",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "bind-to-all"
+ ],
+ "help": "Enable binding services to all VRFs",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "disable"
+ ],
+ "help": "Administratively disable interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "ip",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "ip",
+ "protocol",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "ipv6",
+ "disable-forwarding"
+ ],
+ "help": "Disable IP forwarding on this interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "ipv6",
+ "protocol",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-flowspec",
+ "local-install",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "aggregate-address",
+ "<text>",
+ "as-set"
+ ],
+ "help": "Generate AS-set path information for this aggregate address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "aggregate-address",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "aggregate-address",
+ "<text>",
+ "summary-only"
+ ],
+ "help": "Announce the aggregate summary network only",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "network",
+ "<text>",
+ "backdoor"
+ ],
+ "help": "Use BGP network/prefix as a backdoor route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "network",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-multicast",
+ "aggregate-address",
+ "<text>",
+ "as-set"
+ ],
+ "help": "Generate AS-set path information for this aggregate address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-multicast",
+ "aggregate-address",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-multicast",
+ "aggregate-address",
+ "<text>",
+ "summary-only"
+ ],
+ "help": "Announce the aggregate summary network only",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-multicast",
+ "distance",
+ "external",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; eBGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-multicast",
+ "distance",
+ "internal",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; iBGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-multicast",
+ "distance",
+ "local",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Locally originated BGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-multicast",
+ "distance",
+ "prefix",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance for external BGP routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-multicast",
+ "network",
+ "<text>",
+ "backdoor"
+ ],
+ "help": "Use BGP network/prefix as a backdoor route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-multicast",
+ "network",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "aggregate-address",
+ "<text>",
+ "as-set"
+ ],
+ "help": "Generate AS-set path information for this aggregate address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "aggregate-address",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "aggregate-address",
+ "<text>",
+ "summary-only"
+ ],
+ "help": "Announce the aggregate summary network only",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "distance",
+ "external",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; eBGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "distance",
+ "internal",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; iBGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "distance",
+ "local",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Locally originated BGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "distance",
+ "prefix",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance for external BGP routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "export",
+ "vpn"
+ ],
+ "help": "to/from default instance VPN RIB",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "import",
+ "vpn"
+ ],
+ "help": "to/from default instance VPN RIB",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "import",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "label",
+ "vpn",
+ "allocation-mode",
+ "per-nexthop"
+ ],
+ "help": "Allocate a label per connected next-hop in the VRF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "label",
+ "vpn",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:0-1048575; Label Value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "maximum-paths",
+ "ebgp",
+ "<value>"
+ ],
+ "help": "lp: u32:1-256; Number of paths to consider",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "maximum-paths",
+ "ibgp",
+ "<value>"
+ ],
+ "help": "lp: u32:1-256; Number of paths to consider",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "network",
+ "<text>",
+ "backdoor"
+ ],
+ "help": "Network as a backdoor route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "network",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "rd",
+ "vpn",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: ASN:NN_OR_IP-ADDRESS:NN; Route Distinguisher, (x.x.x.x:yyy|xxxx:yyyy)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "babel",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "babel",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "connected",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "connected",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "isis",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "isis",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "kernel",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "kernel",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "ospf",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "ospf",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "rip",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "rip",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "static",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "static",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "redistribute",
+ "table",
+ "<value>"
+ ],
+ "help": "Redistribute non-main Kernel Routing Table",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "route-map",
+ "vpn",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "route-map",
+ "vpn",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "route-target",
+ "vpn",
+ "both",
+ "<value>"
+ ],
+ "help": "lp: txt; Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "route-target",
+ "vpn",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-unicast",
+ "route-target",
+ "vpn",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-vpn",
+ "network",
+ "<text>",
+ "label",
+ "<value>"
+ ],
+ "help": "lp: u32:0-1048575; MPLS label value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv4-vpn",
+ "network",
+ "<text>",
+ "rd",
+ "<value>"
+ ],
+ "help": "lp: ASN:NN_OR_IP-ADDRESS:NN; Route Distinguisher, (x.x.x.x:yyy|xxxx:yyyy)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-flowspec",
+ "local-install",
+ "interface",
+ "<value>"
+ ],
+ "help": "Interface",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "aggregate-address",
+ "<text>",
+ "as-set"
+ ],
+ "help": "Generate AS-set path information for this aggregate address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "aggregate-address",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "aggregate-address",
+ "<text>",
+ "summary-only"
+ ],
+ "help": "Announce the aggregate summary network only",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "network",
+ "<text>",
+ "backdoor"
+ ],
+ "help": "Use BGP network/prefix as a backdoor route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "network",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-multicast",
+ "aggregate-address",
+ "<text>",
+ "as-set"
+ ],
+ "help": "Generate AS-set path information for this aggregate address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-multicast",
+ "aggregate-address",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-multicast",
+ "aggregate-address",
+ "<text>",
+ "summary-only"
+ ],
+ "help": "Announce the aggregate summary network only",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-multicast",
+ "distance",
+ "external",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; eBGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-multicast",
+ "distance",
+ "internal",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; iBGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-multicast",
+ "distance",
+ "local",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Locally originated BGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-multicast",
+ "distance",
+ "prefix",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance for external BGP routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-multicast",
+ "network",
+ "<text>",
+ "path-limit",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; AS path hop count limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-multicast",
+ "network",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "aggregate-address",
+ "<text>",
+ "as-set"
+ ],
+ "help": "Generate AS-set path information for this aggregate address",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "aggregate-address",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "aggregate-address",
+ "<text>",
+ "summary-only"
+ ],
+ "help": "Announce the aggregate summary network only",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "distance",
+ "external",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; eBGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "distance",
+ "internal",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; iBGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "distance",
+ "local",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Locally originated BGP routes administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "distance",
+ "prefix",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance for external BGP routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "export",
+ "vpn"
+ ],
+ "help": "to/from default instance VPN RIB",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "import",
+ "vpn"
+ ],
+ "help": "to/from default instance VPN RIB",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "import",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; VRF instance name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "label",
+ "vpn",
+ "allocation-mode",
+ "per-nexthop"
+ ],
+ "help": "Allocate a label per connected next-hop in the VRF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "label",
+ "vpn",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:0-1048575; Label Value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "maximum-paths",
+ "ebgp",
+ "<value>"
+ ],
+ "help": "lp: u32:1-256; Number of paths to consider",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "maximum-paths",
+ "ibgp",
+ "<value>"
+ ],
+ "help": "lp: u32:1-256; Number of paths to consider",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "network",
+ "<text>",
+ "path-limit",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; AS path hop count limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "network",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "rd",
+ "vpn",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: ASN:NN_OR_IP-ADDRESS:NN; Route Distinguisher, (x.x.x.x:yyy|xxxx:yyyy)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "babel",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "babel",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "connected",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "connected",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "kernel",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "kernel",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "ospfv3",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "ospfv3",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "ripng",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "ripng",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "static",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Metric for redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "static",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "redistribute",
+ "table",
+ "<value>"
+ ],
+ "help": "Redistribute non-main Kernel Routing Table",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "route-map",
+ "vpn",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "route-map",
+ "vpn",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "route-target",
+ "vpn",
+ "both",
+ "<value>"
+ ],
+ "help": "lp: txt; Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "route-target",
+ "vpn",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-unicast",
+ "route-target",
+ "vpn",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-vpn",
+ "network",
+ "<text>",
+ "label",
+ "<value>"
+ ],
+ "help": "lp: u32:0-1048575; MPLS label value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "ipv6-vpn",
+ "network",
+ "<text>",
+ "rd",
+ "<value>"
+ ],
+ "help": "lp: ASN:NN_OR_IP-ADDRESS:NN; Route Distinguisher, (x.x.x.x:yyy|xxxx:yyyy)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "advertise",
+ "ipv4",
+ "unicast",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "advertise",
+ "ipv6",
+ "unicast",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "advertise-all-vni"
+ ],
+ "help": "Advertise All local VNIs",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "advertise-default-gw"
+ ],
+ "help": "Advertise All default g/w mac-ip routes in EVPN",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "advertise-pip",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IP address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "advertise-svi-ip"
+ ],
+ "help": "Advertise svi mac-ip routes in EVPN",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "flooding",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "flooding",
+ "head-end-replication"
+ ],
+ "help": "Flood BUM packets using head-end replication",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "rd",
+ "<value>"
+ ],
+ "help": "lp: ASN:NN_OR_IP-ADDRESS:NN; Route Distinguisher, (x.x.x.x:yyy|xxxx:yyyy)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "route-target",
+ "both",
+ "<value>"
+ ],
+ "help": "lp: txt; Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "route-target",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "route-target",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "rt-auto-derive"
+ ],
+ "help": "Auto derivation of Route Target (RFC8365)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "vni",
+ "<text>",
+ "advertise-default-gw"
+ ],
+ "help": "Advertise All default g/w mac-ip routes in EVPN",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "vni",
+ "<text>",
+ "advertise-svi-ip"
+ ],
+ "help": "Advertise svi mac-ip routes in EVPN",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "vni",
+ "<text>",
+ "rd",
+ "<value>"
+ ],
+ "help": "lp: ASN:NN_OR_IP-ADDRESS:NN; Route Distinguisher, (x.x.x.x:yyy|xxxx:yyyy)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "vni",
+ "<text>",
+ "route-target",
+ "both",
+ "<value>"
+ ],
+ "help": "lp: txt; Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "vni",
+ "<text>",
+ "route-target",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "address-family",
+ "l2vpn-evpn",
+ "vni",
+ "<text>",
+ "route-target",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "interface",
+ "<text>",
+ "mpls",
+ "forwarding"
+ ],
+ "help": "Enable MPLS forwarding for eBGP directly connected peers",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "listen",
+ "limit",
+ "<value>"
+ ],
+ "help": "lp: u32:1-5000; BGP neighbor limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "listen",
+ "range",
+ "<text>",
+ "peer-group",
+ "<value>"
+ ],
+ "help": "lp: txt; Peer-group name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-flowspec",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-flowspec",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-flowspec",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-flowspec",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-flowspec",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-flowspec",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-flowspec",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-flowspec",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-flowspec",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "receive"
+ ],
+ "help": "Capability to receive the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "send"
+ ],
+ "help": "Capability to send the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "default-originate",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-labeled-unicast",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "receive"
+ ],
+ "help": "Capability to receive the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "send"
+ ],
+ "help": "Capability to send the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "default-originate",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-multicast",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "receive"
+ ],
+ "help": "Capability to receive the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "send"
+ ],
+ "help": "Capability to send the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "default-originate",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-flowspec",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-flowspec",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-flowspec",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-flowspec",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-flowspec",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-flowspec",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-flowspec",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-flowspec",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-flowspec",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "receive"
+ ],
+ "help": "Capability to receive the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "send"
+ ],
+ "help": "Capability to send the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "default-originate",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "nexthop-local",
+ "unchanged"
+ ],
+ "help": "Leave link-local nexthop unchanged for this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-labeled-unicast",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "default-originate",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "nexthop-local",
+ "unchanged"
+ ],
+ "help": "Leave link-local nexthop unchanged for this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-multicast",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "receive"
+ ],
+ "help": "Capability to receive the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "send"
+ ],
+ "help": "Capability to send the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "default-originate",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "nexthop-local",
+ "unchanged"
+ ],
+ "help": "Leave link-local nexthop unchanged for this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "nexthop-local",
+ "unchanged"
+ ],
+ "help": "Leave link-local nexthop unchanged for this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "advertisement-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:0-600; Advertisement interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "bfd",
+ "check-control-plane-failure"
+ ],
+ "help": "Allow to write CBIT independence in BFD outgoing packets and",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "bfd",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "capability",
+ "dynamic"
+ ],
+ "help": "Advertise dynamic capability to this neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "capability",
+ "extended-nexthop"
+ ],
+ "help": "Advertise extended-nexthop capability to this neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "disable-capability-negotiation"
+ ],
+ "help": "Disable capability negotiation with this neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "disable-connected-check"
+ ],
+ "help": "Disable check to see if eBGP peer address is a connected route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "ebgp-multihop",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Number of hops",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "enforce-first-as"
+ ],
+ "help": "Ensure the first AS in the AS path matches the peer AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "graceful-restart",
+ "<value>"
+ ],
+ "help": "lp: restart-helper; Enable BGP graceful restart helper only functionality",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "interface",
+ "peer-group",
+ "<value>"
+ ],
+ "help": "lp: txt; Peer-group name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "interface",
+ "remote-as",
+ "<value>"
+ ],
+ "help": "lp: internal; Neighbor AS number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "interface",
+ "source-interface",
+ "<value>"
+ ],
+ "help": "lp: interface; Interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "interface",
+ "v6only",
+ "peer-group",
+ "<value>"
+ ],
+ "help": "lp: txt; Peer-group name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "interface",
+ "v6only",
+ "remote-as",
+ "<value>"
+ ],
+ "help": "lp: internal; Neighbor AS number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "local-as",
+ "<text>",
+ "no-prepend",
+ "replace-as"
+ ],
+ "help": "Prepend only local-as from/to updates for eBGP peers",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "local-role",
+ "<text>",
+ "strict"
+ ],
+ "help": "Neighbor must send this exact capability, otherwise a role",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "override-capability"
+ ],
+ "help": "Ignore capability negotiation with specified neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "passive"
+ ],
+ "help": "Do not initiate a session with this neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "password",
+ "<value>"
+ ],
+ "help": "BGP MD5 password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "path-attribute",
+ "discard",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Attribute number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "peer-group",
+ "<value>"
+ ],
+ "help": "lp: txt; Peer-group name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "remote-as",
+ "<value>"
+ ],
+ "help": "lp: internal; Neighbor AS number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "shutdown"
+ ],
+ "help": "Administratively shutdown this neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "solo"
+ ],
+ "help": "Do not send back prefixes learned from the neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "strict-capability-match"
+ ],
+ "help": "Enable strict capability negotiation",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "timers",
+ "connect",
+ "<value>"
+ ],
+ "help": "lp: 0; Disable connect timer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "timers",
+ "holdtime",
+ "<value>"
+ ],
+ "help": "lp: 0; Disable hold timer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "timers",
+ "keepalive",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Keepalive interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "ttl-security",
+ "hops",
+ "<value>"
+ ],
+ "help": "lp: u32:1-254; Number of hops",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "neighbor",
+ "<text>",
+ "update-source",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface as route source",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "always-compare-med"
+ ],
+ "help": "Always compare MEDs from different neighbors",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "bestpath",
+ "as-path",
+ "confed"
+ ],
+ "help": "Compare AS-path lengths including confederation sets and",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "bestpath",
+ "as-path",
+ "ignore"
+ ],
+ "help": "Ignore AS-path length in selecting a route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "bestpath",
+ "as-path",
+ "multipath-relax"
+ ],
+ "help": "Allow load sharing across routes that have different AS paths",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "bestpath",
+ "bandwidth",
+ "<value>"
+ ],
+ "help": "lp: skip-missing; Ignore paths without link bandwidth for ECMP (if other paths have it)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "bestpath",
+ "compare-routerid"
+ ],
+ "help": "Compare the router-id for identical EBGP paths",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "bestpath",
+ "med",
+ "<value>"
+ ],
+ "help": "lp: missing-as-worst; Treat missing route as a MED as the least preferred one",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "bestpath",
+ "peer-type",
+ "multipath-relax"
+ ],
+ "help": "Allow load sharing across routes learned from different peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "cluster-id",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Route-reflector cluster-id",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "conditional-advertisement",
+ "timer",
+ "<value>"
+ ],
+ "help": "lp: u32:5-240; Period to rerun the conditional advertisement scanner process",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "confederation",
+ "identifier",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967294; Confederation AS id",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "confederation",
+ "peers",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967294; Peer AS number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "dampening",
+ "half-life",
+ "<value>"
+ ],
+ "help": "lp: u32:1-45; Half-life penalty in minutes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "dampening",
+ "max-suppress-time",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Maximum suppress duration in minutes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "dampening",
+ "re-use",
+ "<value>"
+ ],
+ "help": "lp: u32:1-20000; Re-use penalty points",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "dampening",
+ "start-suppress-time",
+ "<value>"
+ ],
+ "help": "lp: u32:1-20000; Start-suppress penalty points",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "default",
+ "local-pref",
+ "<value>"
+ ],
+ "help": "lp: u32; Local preference",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "deterministic-med"
+ ],
+ "help": "Compare MEDs between different peers in the same AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "distance",
+ "global",
+ "external",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance for external BGP routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "distance",
+ "global",
+ "internal",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance for internal BGP routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "distance",
+ "global",
+ "local",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance for internal BGP routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "distance",
+ "prefix",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance for external BGP routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "ebgp-requires-policy"
+ ],
+ "help": "Require in and out policy for eBGP peers (RFC8212)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "fast-convergence"
+ ],
+ "help": "Teardown sessions immediately whenever peer becomes unreachable",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "graceful-restart",
+ "stalepath-time",
+ "<value>"
+ ],
+ "help": "lp: u32:1-3600; Hold time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "graceful-shutdown"
+ ],
+ "help": "Graceful shutdown",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "log-neighbor-changes"
+ ],
+ "help": "Log neighbor up/down changes and reset reason",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "minimum-holdtime",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Minimum holdtime in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "network-import-check"
+ ],
+ "help": "Enable IGP route check for network statements",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "no-client-to-client-reflection"
+ ],
+ "help": "Disable client to client route reflection",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "no-fast-external-failover"
+ ],
+ "help": "Disable immediate session reset on peer link down event",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "no-suppress-duplicates"
+ ],
+ "help": "Disable suppress duplicate updates if the route actually not",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "reject-as-sets"
+ ],
+ "help": "Reject routes with AS_SET or AS_CONFED_SET flag",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "route-reflector-allow-outbound-policy"
+ ],
+ "help": "Route reflector client allow policy outbound",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "router-id",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Router-ID in IP address format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "shutdown"
+ ],
+ "help": "Administrative shutdown of the BGP instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "suppress-fib-pending"
+ ],
+ "help": "Advertise only routes that are programmed in kernel to peers",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "tcp-keepalive",
+ "idle",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Idle time in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "tcp-keepalive",
+ "interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "parameters",
+ "tcp-keepalive",
+ "probes",
+ "<value>"
+ ],
+ "help": "lp: u32:1-30; Maximum probes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "receive"
+ ],
+ "help": "Capability to receive the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "send"
+ ],
+ "help": "Capability to send the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "default-originate",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-unicast",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv4 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv4-vpn",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "receive"
+ ],
+ "help": "Capability to receive the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "capability",
+ "orf",
+ "prefix-list",
+ "send"
+ ],
+ "help": "Capability to send the ORF",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "default-originate",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "nexthop-local",
+ "unchanged"
+ ],
+ "help": "Leave link-local nexthop unchanged for this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-unicast",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "addpath-tx-all"
+ ],
+ "help": "Use addpath to advertise all paths to a neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "addpath-tx-per-as"
+ ],
+ "help": "Use addpath to advertise the bestpath per each neighboring AS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "as-override"
+ ],
+ "help": "Override ASN in outbound updates to configured neighbor local-as",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "conditionally-advertise",
+ "advertise-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "conditionally-advertise",
+ "exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "conditionally-advertise",
+ "non-exist-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "disable-send-community",
+ "extended"
+ ],
+ "help": "Disable sending extended community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "disable-send-community",
+ "standard"
+ ],
+ "help": "Disable sending standard community attributes to this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "distribute-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter outgoing route updates to this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "distribute-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Access-list to filter incoming route updates from this peer-group",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "filter-list",
+ "export",
+ "<value>"
+ ],
+ "help": "As-path-list to filter outgoing route updates to this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "filter-list",
+ "import",
+ "<value>"
+ ],
+ "help": "As-path-list to filter incoming route updates from this peer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "maximum-prefix",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "maximum-prefix-out",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Prefix limit",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "nexthop-local",
+ "unchanged"
+ ],
+ "help": "Leave link-local nexthop unchanged for this peer",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "prefix-list",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "prefix-list",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of IPv6 prefix-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "remove-private-as"
+ ],
+ "help": "Remove private AS numbers from AS path in outbound route updates",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "unsuppress-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "ipv6-vpn",
+ "weight",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Default weight",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "allowas-in",
+ "number",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of times AS is allowed in path",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "attribute-unchanged",
+ "as-path"
+ ],
+ "help": "Send AS path unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "attribute-unchanged",
+ "med"
+ ],
+ "help": "Send multi-exit discriminator unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "attribute-unchanged",
+ "next-hop"
+ ],
+ "help": "Send nexthop unchanged",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "nexthop-self",
+ "force"
+ ],
+ "help": "Set the next hop to self for reflected routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "route-map",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "route-map",
+ "import",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "route-reflector-client"
+ ],
+ "help": "Peer is a route reflector client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "route-server-client"
+ ],
+ "help": "Peer is a route server client",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "address-family",
+ "l2vpn-evpn",
+ "soft-reconfiguration",
+ "inbound"
+ ],
+ "help": "Enable inbound soft reconfiguration",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "bfd",
+ "check-control-plane-failure"
+ ],
+ "help": "Allow to write CBIT independence in BFD outgoing packets and",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "bfd",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "capability",
+ "dynamic"
+ ],
+ "help": "Advertise dynamic capability to this neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "capability",
+ "extended-nexthop"
+ ],
+ "help": "Advertise extended-nexthop capability to this neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "disable-capability-negotiation"
+ ],
+ "help": "Disable capability negotiation with this neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "disable-connected-check"
+ ],
+ "help": "Disable check to see if eBGP peer address is a connected route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "ebgp-multihop",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Number of hops",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "graceful-restart",
+ "<value>"
+ ],
+ "help": "lp: restart-helper; Enable BGP graceful restart helper only functionality",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "local-as",
+ "<text>",
+ "no-prepend",
+ "replace-as"
+ ],
+ "help": "Prepend only local-as from/to updates for eBGP peers",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "local-role",
+ "<text>",
+ "strict"
+ ],
+ "help": "Neighbor must send this exact capability, otherwise a role",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "override-capability"
+ ],
+ "help": "Ignore capability negotiation with specified neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "passive"
+ ],
+ "help": "Do not initiate a session with this neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "password",
+ "<value>"
+ ],
+ "help": "BGP MD5 password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "path-attribute",
+ "discard",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Attribute number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "port",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Numeric IP port",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "remote-as",
+ "<value>"
+ ],
+ "help": "lp: internal; Neighbor AS number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "shutdown"
+ ],
+ "help": "Administratively shutdown this neighbor",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "ttl-security",
+ "hops",
+ "<value>"
+ ],
+ "help": "lp: u32:1-254; Number of hops",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "update-source",
+ "<value>"
+ ],
+ "help": "lp: txt; Interface as route source",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "system-as",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967294; Autonomous System Number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "timers",
+ "holdtime",
+ "<value>"
+ ],
+ "help": "lp: 0; Disable hold timer",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "bgp",
+ "timers",
+ "keepalive",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Keepalive interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "area-password",
+ "md5",
+ "<value>"
+ ],
+ "help": "lp: txt; Level-wide password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "area-password",
+ "plaintext-password",
+ "<value>"
+ ],
+ "help": "lp: txt; Circuit password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv4",
+ "level-1",
+ "always"
+ ],
+ "help": "Always advertise default route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv4",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv4",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv4",
+ "level-2",
+ "always"
+ ],
+ "help": "Always advertise default route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv4",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv4",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv6",
+ "level-1",
+ "always"
+ ],
+ "help": "Always advertise default route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv6",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv6",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv6",
+ "level-2",
+ "always"
+ ],
+ "help": "Always advertise default route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv6",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "default-information",
+ "originate",
+ "ipv6",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "domain-password",
+ "md5",
+ "<value>"
+ ],
+ "help": "lp: txt; Level-wide password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "domain-password",
+ "plaintext-password",
+ "<value>"
+ ],
+ "help": "lp: txt; Circuit password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "dynamic-hostname"
+ ],
+ "help": "Dynamic hostname for IS-IS",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "bfd",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "circuit-type",
+ "<value>"
+ ],
+ "help": "lp: level-2-only; Level-2 only adjacencies are formed",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "hello-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-600; Set Hello interval",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "hello-multiplier",
+ "<value>"
+ ],
+ "help": "lp: u32:2-100; Set multiplier for Hello holding time",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "hello-padding"
+ ],
+ "help": "Add padding to IS-IS hello packets",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "ldp-sync",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "ldp-sync",
+ "holddown",
+ "<value>"
+ ],
+ "help": "lp: u32:0-10000; Time to wait in seconds for LDP-IGP synchronization to occur before restoring interface cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "network",
+ "point-to-point"
+ ],
+ "help": "point-to-point network type",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "no-three-way-handshake"
+ ],
+ "help": "Disable three-way handshake",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "passive"
+ ],
+ "help": "Configure passive mode for interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "password",
+ "md5",
+ "<value>"
+ ],
+ "help": "lp: txt; Level-wide password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "password",
+ "plaintext-password",
+ "<value>"
+ ],
+ "help": "lp: txt; Circuit password",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "priority",
+ "<value>"
+ ],
+ "help": "lp: u32:0-127; Priority value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "interface",
+ "<text>",
+ "psnp-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:0-127; PSNP interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "ldp-sync",
+ "holddown",
+ "<value>"
+ ],
+ "help": "lp: u32:0-10000; Time to wait in seconds for LDP-IGP synchronization to occur before restoring interface cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "level",
+ "<value>"
+ ],
+ "help": "lp: level-2; Act as an area router",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "log-adjacency-changes"
+ ],
+ "help": "Log adjacency state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "lsp-gen-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-120; Minimum interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "lsp-mtu",
+ "<value>"
+ ],
+ "help": "lp: u32:128-4352; Maximum size of generated LSPs",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "lsp-refresh-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65235; LSP refresh interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "max-lsp-lifetime",
+ "<value>"
+ ],
+ "help": "lp: u32:350-65535; LSP lifetime in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "metric-style",
+ "<value>"
+ ],
+ "help": "lp: wide; Use new style of TLVs to carry wider metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "net",
+ "<value>"
+ ],
+ "help": "lp: XX.XXXX. ... .XXX.XX; Network entity title (NET)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "purge-originator"
+ ],
+ "help": "Use the RFC 6232 purge-originator",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "babel",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "babel",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "babel",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "babel",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "bgp",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "bgp",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "bgp",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "bgp",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "connected",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "connected",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "connected",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "connected",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "kernel",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "kernel",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "kernel",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "kernel",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "ospf",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "ospf",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "ospf",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "ospf",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "rip",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "rip",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "rip",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "rip",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "static",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "static",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "static",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv4",
+ "static",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "babel",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "babel",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "babel",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "babel",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "bgp",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "bgp",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "bgp",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "bgp",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "connected",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "connected",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "connected",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "connected",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "kernel",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "kernel",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "kernel",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "kernel",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "ospf6",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "ospf6",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "ospf6",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "ospf6",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "ripng",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "ripng",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "ripng",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "ripng",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "static",
+ "level-1",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "static",
+ "level-1",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "static",
+ "level-2",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Default metric value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "redistribute",
+ "ipv6",
+ "static",
+ "level-2",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "segment-routing",
+ "global-block",
+ "high-label-value",
+ "<value>"
+ ],
+ "help": "lp: u32:16-1048575; Label value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "segment-routing",
+ "global-block",
+ "low-label-value",
+ "<value>"
+ ],
+ "help": "lp: u32:16-1048575; Label value (recommended minimum value: 300)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "segment-routing",
+ "local-block",
+ "high-label-value",
+ "<value>"
+ ],
+ "help": "lp: u32:16-1048575; Label value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "segment-routing",
+ "local-block",
+ "low-label-value",
+ "<value>"
+ ],
+ "help": "lp: u32:16-1048575; Label value (recommended minimum value: 300)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "segment-routing",
+ "maximum-label-depth",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16; MPLS label depth",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "segment-routing",
+ "prefix",
+ "<text>",
+ "absolute",
+ "explicit-null"
+ ],
+ "help": "Request upstream neighbor to replace segment/label with explicit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "segment-routing",
+ "prefix",
+ "<text>",
+ "absolute",
+ "no-php-flag"
+ ],
+ "help": "Do not request penultimate hop popping for segment/label",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "segment-routing",
+ "prefix",
+ "<text>",
+ "absolute",
+ "value",
+ "<value>"
+ ],
+ "help": "lp: u32:16-1048575; The absolute segment/label ID value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "segment-routing",
+ "prefix",
+ "<text>",
+ "index",
+ "explicit-null"
+ ],
+ "help": "Request upstream neighbor to replace segment/label with explicit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "segment-routing",
+ "prefix",
+ "<text>",
+ "index",
+ "no-php-flag"
+ ],
+ "help": "Do not request penultimate hop popping for segment/label",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "segment-routing",
+ "prefix",
+ "<text>",
+ "index",
+ "value",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; The index segment/label ID value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "set-attached-bit"
+ ],
+ "help": "Set attached bit to identify as L1/L2 router for inter-area",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "set-overload-bit"
+ ],
+ "help": "Set overload bit to avoid any transit traffic",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "spf-delay-ietf",
+ "holddown",
+ "<value>"
+ ],
+ "help": "lp: u32:0-60000; Time with no received IGP events before considering IGP stable in ms",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "spf-delay-ietf",
+ "init-delay",
+ "<value>"
+ ],
+ "help": "lp: u32:0-60000; Delay used while in QUIET state (in ms)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "spf-delay-ietf",
+ "long-delay",
+ "<value>"
+ ],
+ "help": "lp: u32:0-60000; Delay used while in LONG_WAIT state in ms",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "spf-delay-ietf",
+ "short-delay",
+ "<value>"
+ ],
+ "help": "lp: u32:0-60000; Delay used while in SHORT_WAIT state (in ms)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "spf-delay-ietf",
+ "time-to-learn",
+ "<value>"
+ ],
+ "help": "lp: u32:0-60000; Maximum duration needed to learn all the events related to a single failure in ms",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "spf-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-120; Interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "traffic-engineering",
+ "address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; IPv4 address",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "isis",
+ "traffic-engineering",
+ "enable"
+ ],
+ "help": "Enable MPLS traffic engineering extensions",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "access-list",
+ "<text>",
+ "export",
+ "<value>"
+ ],
+ "help": "lp: static; Filter static routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "aggregation",
+ "timer",
+ "<value>"
+ ],
+ "help": "lp: u32:5-1800; Timer interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "area-type",
+ "normal"
+ ],
+ "help": "Normal OSPF area",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "area-type",
+ "nssa",
+ "default-cost",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Summary default cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "area-type",
+ "nssa",
+ "no-summary"
+ ],
+ "help": "Do not inject inter-area routes into stub",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "area-type",
+ "nssa",
+ "translate",
+ "<value>"
+ ],
+ "help": "lp: never; Never translate LSA types",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "area-type",
+ "stub",
+ "default-cost",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Summary default cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "area-type",
+ "stub",
+ "no-summary"
+ ],
+ "help": "Do not inject inter-area routes into the stub",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "authentication",
+ "<value>"
+ ],
+ "help": "lp: md5; Use MD5 authentication",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "export-list",
+ "<value>"
+ ],
+ "help": "lp: u32; Access-list number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "import-list",
+ "<value>"
+ ],
+ "help": "lp: u32; Access-list number",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "network",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; OSPF network",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "range",
+ "<text>",
+ "cost",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777215; Metric for this range",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "range",
+ "<text>",
+ "not-advertise"
+ ],
+ "help": "Do not advertise this range",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "range",
+ "<text>",
+ "substitute",
+ "<value>"
+ ],
+ "help": "lp: ipv4net; Advertise area range as another prefix",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "shortcut",
+ "<value>"
+ ],
+ "help": "lp: enable; Enable shortcutting mode",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "virtual-link",
+ "<text>",
+ "authentication",
+ "md5",
+ "key-id",
+ "<text>",
+ "md5-key",
+ "<value>"
+ ],
+ "help": "lp: txt; MD5 Key (16 characters or less)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "virtual-link",
+ "<text>",
+ "authentication",
+ "plaintext-password",
+ "<value>"
+ ],
+ "help": "lp: txt; Plain text password (8 characters or less)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "virtual-link",
+ "<text>",
+ "dead-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Neighbor dead interval (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "virtual-link",
+ "<text>",
+ "hello-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Hello interval (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "virtual-link",
+ "<text>",
+ "retransmit-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Retransmit interval (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "area",
+ "<text>",
+ "virtual-link",
+ "<text>",
+ "transmit-delay",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Link state transmit delay (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "auto-cost",
+ "reference-bandwidth",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967; Reference bandwidth cost in Mbits/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "capability",
+ "opaque"
+ ],
+ "help": "Opaque LSA",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "default-information",
+ "originate",
+ "always"
+ ],
+ "help": "Always advertise a default route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "default-information",
+ "originate",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "default-information",
+ "originate",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "default-information",
+ "originate",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "default-metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Metric of redistributed routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "distance",
+ "global",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "distance",
+ "ospf",
+ "external",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for external routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "distance",
+ "ospf",
+ "inter-area",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for inter-area routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "distance",
+ "ospf",
+ "intra-area",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for intra-area routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "graceful-restart",
+ "grace-period",
+ "<value>"
+ ],
+ "help": "lp: u32:1-1800; Maximum length of the grace period in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "graceful-restart",
+ "helper",
+ "enable",
+ "router-id",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Router-ID in IP address format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "graceful-restart",
+ "helper",
+ "no-strict-lsa-checking"
+ ],
+ "help": "Disable strict LSA check",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "graceful-restart",
+ "helper",
+ "planned-only"
+ ],
+ "help": "Supported only planned restart",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "graceful-restart",
+ "helper",
+ "supported-grace-time",
+ "<value>"
+ ],
+ "help": "lp: u32:10-1800; Grace interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "area",
+ "<value>"
+ ],
+ "help": "lp: ipv4; OSPF area ID in IP address notation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "authentication",
+ "md5",
+ "key-id",
+ "<text>",
+ "md5-key",
+ "<value>"
+ ],
+ "help": "lp: txt; MD5 Key (16 characters or less)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "authentication",
+ "plaintext-password",
+ "<value>"
+ ],
+ "help": "lp: txt; Plain text password (8 characters or less)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "bandwidth",
+ "<value>"
+ ],
+ "help": "lp: u32:1-100000; Bandwidth in Megabit/sec (for calculating OSPF cost)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "bfd",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "cost",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; OSPF interface cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "dead-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Neighbor dead interval (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "hello-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Hello interval (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "hello-multiplier",
+ "<value>"
+ ],
+ "help": "lp: u32:1-10; Number of Hellos to send each second",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "ldp-sync",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "ldp-sync",
+ "holddown",
+ "<value>"
+ ],
+ "help": "lp: u32:0-10000; Time to wait in seconds for LDP-IGP synchronization to occur before restoring interface cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "mtu-ignore"
+ ],
+ "help": "Disable Maximum Transmission Unit (MTU) mismatch detection",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "network",
+ "<value>"
+ ],
+ "help": "lp: point-to-point; Point-to-point network type",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "passive",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "priority",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; OSPF router priority cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "retransmit-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Retransmit interval (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "interface",
+ "<text>",
+ "transmit-delay",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Link state transmit delay (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "ldp-sync",
+ "holddown",
+ "<value>"
+ ],
+ "help": "lp: u32:0-10000; Time to wait in seconds for LDP-IGP synchronization to occur before restoring interface cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "log-adjacency-changes",
+ "detail"
+ ],
+ "help": "Log all state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "max-metric",
+ "router-lsa",
+ "administrative"
+ ],
+ "help": "Administratively apply, for an indefinite period",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "max-metric",
+ "router-lsa",
+ "on-shutdown",
+ "<value>"
+ ],
+ "help": "lp: u32:5-100; Time (seconds) to advertise self as stub-router",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "max-metric",
+ "router-lsa",
+ "on-startup",
+ "<value>"
+ ],
+ "help": "lp: u32:5-86400; Time (seconds) to advertise self as stub-router",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "maximum-paths",
+ "<value>"
+ ],
+ "help": "lp: u32:1-64; Maximum multiple paths (ECMP)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "mpls-te",
+ "enable"
+ ],
+ "help": "Enable MPLS-TE functionality",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "mpls-te",
+ "router-address",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Stable IP address of the advertising router",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "neighbor",
+ "<text>",
+ "poll-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Seconds between dead neighbor polling interval",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "neighbor",
+ "<text>",
+ "priority",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Neighbor priority",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "parameters",
+ "abr-type",
+ "<value>"
+ ],
+ "help": "lp: standard; Standard ABR type",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "parameters",
+ "opaque-lsa"
+ ],
+ "help": "Enable the Opaque-LSA capability (rfc2370)",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "parameters",
+ "rfc1583-compatibility"
+ ],
+ "help": "Enable RFC1583 criteria for handling AS external routes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "parameters",
+ "router-id",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Router-ID in IP address format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "passive-interface",
+ "<value>"
+ ],
+ "help": "lp: default; Default to suppress routing updates on all interfaces",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "babel",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "babel",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "babel",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "bgp",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "bgp",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "bgp",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "connected",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "connected",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "connected",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "isis",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "isis",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "isis",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "kernel",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "kernel",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "kernel",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "rip",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "rip",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "rip",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "static",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "static",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "static",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "table",
+ "<text>",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "table",
+ "<text>",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "redistribute",
+ "table",
+ "<text>",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "refresh",
+ "timers",
+ "<value>"
+ ],
+ "help": "lp: u32:10-1800; Timer value in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "segment-routing",
+ "global-block",
+ "high-label-value",
+ "<value>"
+ ],
+ "help": "lp: u32:16-1048575; Label value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "segment-routing",
+ "global-block",
+ "low-label-value",
+ "<value>"
+ ],
+ "help": "lp: u32:16-1048575; Label value (recommended minimum value: 300)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "segment-routing",
+ "local-block",
+ "high-label-value",
+ "<value>"
+ ],
+ "help": "lp: u32:16-1048575; Label value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "segment-routing",
+ "local-block",
+ "low-label-value",
+ "<value>"
+ ],
+ "help": "lp: u32:16-1048575; Label value (recommended minimum value: 300)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "segment-routing",
+ "maximum-label-depth",
+ "<value>"
+ ],
+ "help": "lp: u32:1-16; MPLS label depth",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "segment-routing",
+ "prefix",
+ "<text>",
+ "index",
+ "explicit-null"
+ ],
+ "help": "Request upstream neighbor to replace segment/label with explicit",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "segment-routing",
+ "prefix",
+ "<text>",
+ "index",
+ "no-php-flag"
+ ],
+ "help": "Do not request penultimate hop popping for segment/label",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "segment-routing",
+ "prefix",
+ "<text>",
+ "index",
+ "value",
+ "<value>"
+ ],
+ "help": "lp: u32:0-65535; The index segment/label ID value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "summary-address",
+ "<text>",
+ "no-advertise"
+ ],
+ "help": "Don not advertise summary route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "summary-address",
+ "<text>",
+ "tag",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Router tag value",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "timers",
+ "throttle",
+ "spf",
+ "delay",
+ "<value>"
+ ],
+ "help": "lp: u32:0-600000; Delay in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "timers",
+ "throttle",
+ "spf",
+ "initial-holdtime",
+ "<value>"
+ ],
+ "help": "lp: u32:0-600000; Initial hold time in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospf",
+ "timers",
+ "throttle",
+ "spf",
+ "max-holdtime",
+ "<value>"
+ ],
+ "help": "lp: u32:0-600000; Max hold time in milliseconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "area",
+ "<text>",
+ "area-type",
+ "nssa",
+ "default-information-originate"
+ ],
+ "help": "Originate Type 7 default into NSSA area",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "area",
+ "<text>",
+ "area-type",
+ "nssa",
+ "no-summary"
+ ],
+ "help": "Do not inject inter-area routes into the stub",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "area",
+ "<text>",
+ "area-type",
+ "stub",
+ "no-summary"
+ ],
+ "help": "Do not inject inter-area routes into the stub",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "area",
+ "<text>",
+ "export-list",
+ "<value>"
+ ],
+ "help": "Name of export-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "area",
+ "<text>",
+ "import-list",
+ "<value>"
+ ],
+ "help": "Name of import-list",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "area",
+ "<text>",
+ "range",
+ "<text>",
+ "advertise"
+ ],
+ "help": "Advertise this range",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "area",
+ "<text>",
+ "range",
+ "<text>",
+ "not-advertise"
+ ],
+ "help": "Do not advertise this range",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "auto-cost",
+ "reference-bandwidth",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967; Reference bandwidth cost in Mbits/sec",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "default-information",
+ "originate",
+ "always"
+ ],
+ "help": "Always advertise a default route",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "default-information",
+ "originate",
+ "metric",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; Default metric",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "default-information",
+ "originate",
+ "metric-type",
+ "<value>"
+ ],
+ "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "default-information",
+ "originate",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "distance",
+ "global",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Administrative distance",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "distance",
+ "ospfv3",
+ "external",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for external routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "distance",
+ "ospfv3",
+ "inter-area",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for inter-area routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "distance",
+ "ospfv3",
+ "intra-area",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for intra-area routes",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "graceful-restart",
+ "grace-period",
+ "<value>"
+ ],
+ "help": "lp: u32:1-1800; Maximum length of the grace period in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "graceful-restart",
+ "helper",
+ "enable",
+ "router-id",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Router-ID in IP address format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "graceful-restart",
+ "helper",
+ "lsa-check-disable"
+ ],
+ "help": "Disable strict LSA check",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "graceful-restart",
+ "helper",
+ "planned-only"
+ ],
+ "help": "Supported only planned restart",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "graceful-restart",
+ "helper",
+ "supported-grace-time",
+ "<value>"
+ ],
+ "help": "lp: u32:10-1800; Grace interval in seconds",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "area",
+ "<value>"
+ ],
+ "help": "lp: ipv4; OSPF area ID in IP address notation",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "bfd",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "cost",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; OSPF interface cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "dead-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Neighbor dead interval (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "hello-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Hello interval (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "ifmtu",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Interface MTU",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "instance-id",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; Instance Id",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "mtu-ignore"
+ ],
+ "help": "Disable Maximum Transmission Unit (MTU) mismatch detection",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "network",
+ "<value>"
+ ],
+ "help": "lp: point-to-point; Point-to-point network type",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "passive"
+ ],
+ "help": "Configure passive mode for interface",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "priority",
+ "<value>"
+ ],
+ "help": "lp: u32:0-255; OSPF router priority cost",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "retransmit-interval",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Retransmit interval (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "transmit-delay",
+ "<value>"
+ ],
+ "help": "lp: u32:1-65535; Link state transmit delay (seconds)",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "log-adjacency-changes",
+ "detail"
+ ],
+ "help": "Log all state changes",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "parameters",
+ "router-id",
+ "<value>"
+ ],
+ "help": "lp: ipv4; Router-ID in IP address format",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "redistribute",
+ "babel",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "redistribute",
+ "bgp",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "redistribute",
+ "connected",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "redistribute",
+ "kernel",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "redistribute",
+ "ripng",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "ospfv3",
+ "redistribute",
+ "static",
+ "route-map",
+ "<value>"
+ ],
+ "help": "lp: txt; Route map name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "blackhole",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "blackhole",
+ "tag",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Tag value for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "dhcp-interface",
+ "<value>"
+ ],
+ "help": "lp: txt; DHCP interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "interface",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "interface",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "interface",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of VRF to leak to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "bfd",
+ "multi-hop",
+ "source",
+ "<text>",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "bfd",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Gateway interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of VRF to leak to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "reject",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route",
+ "<text>",
+ "reject",
+ "tag",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Tag value for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "blackhole",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "blackhole",
+ "tag",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Tag value for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "description",
+ "<value>"
+ ],
+ "help": "lp: txt; Description",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "interface",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "interface",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "interface",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of VRF to leak to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "bfd",
+ "multi-hop",
+ "source",
+ "<text>",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "bfd",
+ "profile",
+ "<value>"
+ ],
+ "help": "lp: txt; BFD profile name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "disable"
+ ],
+ "help": "Disable instance",
+ "run": null,
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "interface",
+ "<value>"
+ ],
+ "help": "lp: txt; Gateway interface name",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "next-hop",
+ "<text>",
+ "vrf",
+ "<value>"
+ ],
+ "help": "lp: txt; Name of VRF to leak to",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "reject",
+ "distance",
+ "<value>"
+ ],
+ "help": "lp: u32:1-255; Distance for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "protocols",
+ "static",
+ "route6",
+ "<text>",
+ "reject",
+ "tag",
+ "<value>"
+ ],
+ "help": "lp: u32:1-4294967295; Tag value for this route",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "table",
+ "<value>"
+ ],
+ "help": "lp: u32:100-65535; Routing table ID",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "vrf",
+ "name",
+ "<text>",
+ "vni",
+ "<value>"
+ ],
+ "help": "lp: u32:0-16777214; VXLAN virtual network identifier",
+ "run": null,
+ "type": "txt",
+ "val_help": null
+ }
+ ],
+ "date": "2023-08-31T13:50:01.196795",
+ "opcmd": [
+ {
+ "cmd": [
+ "add",
+ "container",
+ "image",
+ "<text>"
+ ],
+ "help": "Pull a new image for container",
+ "run": "sudo ${vyos_op_scripts_dir}/container.py add_image --name \"${4}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "add",
+ "raid",
+ "<text>",
+ "member",
+ "<text>"
+ ],
+ "help": "Name of RAID set member to add",
+ "run": "",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "add",
+ "system",
+ "image",
+ "<text>"
+ ],
+ "help": "Add a new image to the system",
+ "run": "sudo ${vyatta_sbindir}/install-image --url \"${4}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "add",
+ "system",
+ "image",
+ "<text>",
+ "username",
+ "<text>",
+ "password",
+ "<text>"
+ ],
+ "help": "Password to use with authentication",
+ "run": "sudo ${vyatta_sbindir}/install-image --url \"${4}\" --username \"${6}\" --password \"${8}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "add",
+ "system",
+ "image",
+ "<text>",
+ "vrf",
+ "<text>"
+ ],
+ "help": "Download image via specified VRF",
+ "run": "sudo ${vyatta_sbindir}/install-image --url \"${4}\" --vrf \"${6}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "add",
+ "system",
+ "image",
+ "<text>",
+ "vrf",
+ "<text>",
+ "username",
+ "<text>",
+ "password",
+ "<text>"
+ ],
+ "help": "Password to use with authentication",
+ "run": "sudo ${vyatta_sbindir}/install-image --url \"${4}\" --vrf \"${6}\" --username \"${8}\" --password \"${10}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "console"
+ ],
+ "help": "Clear screen",
+ "run": "/usr/bin/clear",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "dhcp-server",
+ "lease",
+ "<text>"
+ ],
+ "help": "DHCP server lease",
+ "run": "sudo ${vyos_op_scripts_dir}/clear_dhcp_lease.py --ip $4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "dns",
+ "dynamic",
+ "cache"
+ ],
+ "help": "Clear Dynamic DNS information cache (ddclient)",
+ "run": "sudo rm -f /run/ddclient/ddclient.cache",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "flow-accounting",
+ "counters"
+ ],
+ "help": "Clear flow accounting statistics",
+ "run": "${vyos_op_scripts_dir}/flow_accounting_op.py --action clear",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "bonding",
+ "counters"
+ ],
+ "help": "Clear all bonding interface counters",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "bonding",
+ "<text>",
+ "counters"
+ ],
+ "help": "Clear interface counters for a given bonding interface",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "bridge",
+ "counters"
+ ],
+ "help": "Clear all bridge interface counters",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "bridge",
+ "<text>",
+ "counters"
+ ],
+ "help": "Clear interface counters for a given bridge interface",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "connection",
+ "<text>"
+ ],
+ "help": " Bring datalink layer connection down and back up",
+ "run": "(",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "counters"
+ ],
+ "help": "Clear interface counters for all interfaces",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "dummy",
+ "counters"
+ ],
+ "help": "Clear all dummy interface counters",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "dummy",
+ "<text>",
+ "counters"
+ ],
+ "help": "Clear interface counters for a given dummy interface",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "ethernet",
+ "counters"
+ ],
+ "help": "Clear all ethernet interface counters",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "counters"
+ ],
+ "help": "Clear interface counters for a given ethernet interface",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "geneve",
+ "counters"
+ ],
+ "help": "Clear all GENEVE interface counters",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "geneve",
+ "<text>",
+ "counters"
+ ],
+ "help": "Clear interface counters for a given GENEVE interface",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "input",
+ "counters"
+ ],
+ "help": "Clear all Input interface counters",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "input",
+ "<text>",
+ "counters"
+ ],
+ "help": "Clear interface counters for a given Input interface",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "l2tpv3",
+ "counters"
+ ],
+ "help": "Clear all L2TPv3 interface counters",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "counters"
+ ],
+ "help": "Clear interface counters for a given L2TPv3 interface",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "loopback",
+ "counters"
+ ],
+ "help": "Clear all loopback interface counters",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "loopback",
+ "<text>",
+ "counters"
+ ],
+ "help": "Clear interface counters for a given loopback interface",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "macsec",
+ "counters"
+ ],
+ "help": "Clear all MACsec interface counters",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "macsec",
+ "<text>",
+ "counters"
+ ],
+ "help": "Clear interface counters for a given MACsec interface",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "openvpn",
+ "counters"
+ ],
+ "help": "Clear all OpenVPN interface counters",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "counters"
+ ],
+ "help": "Clear interface counters for a given OpenVPN interface",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "pppoe",
+ "counters"
+ ],
+ "help": "Clear all PPPoE interface counters",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "counters"
+ ],
+ "help": "Clear interface counters for a given PPPoE interface",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "pseudo-ethernet",
+ "counters"
+ ],
+ "help": "Clear all Pseudo-Ethernet interface counters",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "counters"
+ ],
+ "help": "Clear interface counters for a given Pseudo-Ethernet interface",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "sstp",
+ "counters"
+ ],
+ "help": "Clear all SSTP interface counters",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "sstp",
+ "<text>",
+ "counters"
+ ],
+ "help": "Clear interface counters for a given SSTP interface",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "tunnel",
+ "counters"
+ ],
+ "help": "Clear all tunnel interface counters",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "counters"
+ ],
+ "help": "Clear interface counters for a given tunnel interface",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "virtual-ethernet",
+ "counters"
+ ],
+ "help": "Clear all virtual-ethernet interface counters",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "counters"
+ ],
+ "help": "Clear interface counters for a given virtual-ethernet interface",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "vti",
+ "counters"
+ ],
+ "help": "Clear all VTI interface counters",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "vti",
+ "<text>",
+ "counters"
+ ],
+ "help": "Clear interface counters for a given VTI interface",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "vxlan",
+ "counters"
+ ],
+ "help": "Clear all VXLAN interface counters",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "counters"
+ ],
+ "help": "Clear interface counters for a given VXLAN interface",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "wireguard",
+ "counters"
+ ],
+ "help": "Clear all Wireguard interface counters",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "counters"
+ ],
+ "help": "Clear interface counters for a given Wireguard interface",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "wireless",
+ "counters"
+ ],
+ "help": "Clear all wireless interface counters",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "wireless",
+ "<text>",
+ "counters"
+ ],
+ "help": "Clear counters for a given wireless interface",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "wwan",
+ "counters"
+ ],
+ "help": "Clear all WWAN interface counters",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-type \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "interfaces",
+ "wwan",
+ "<text>",
+ "counters"
+ ],
+ "help": "Clear counters for a given WWAN interface",
+ "run": "sudo ${vyos_op_scripts_dir}/interfaces.py clear_counters --intf-name \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "ip",
+ "prefix-list"
+ ],
+ "help": "Clear prefix-list statistics or status",
+ "run": "vtysh -c \"$*\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "ip",
+ "prefix-list",
+ "<text>"
+ ],
+ "help": "Clear prefix-list statistics or status for specified word",
+ "run": "vtysh -c \"$*\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "ip",
+ "prefix-list",
+ "<text>",
+ "<text>"
+ ],
+ "help": "Clear prefix-list statistics or status for given word|network",
+ "run": "vtysh -c \"$*\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "ipv6",
+ "prefix-list"
+ ],
+ "help": "Clear prefix-list statistics or status",
+ "run": "vtysh -c \"$*\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "ipv6",
+ "prefix-list",
+ "<text>"
+ ],
+ "help": "Clear prefix-list statistics or status for specified word",
+ "run": "vtysh -c \"$*\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "ipv6",
+ "prefix-list",
+ "<text>",
+ "<text>"
+ ],
+ "help": "Clear prefix-list statistics or status for given word|network",
+ "run": "vtysh -c \"$*\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "log"
+ ],
+ "help": "Clear contents of current master log file",
+ "run": "sudo journalctl --rotate --vacuum-time=1s",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clear",
+ "session",
+ "<text>"
+ ],
+ "help": "Terminate TTY or PTS user session",
+ "run": "sudo pkill -9 -t $3",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clone",
+ "system",
+ "config",
+ "<text>",
+ "from",
+ "<text>"
+ ],
+ "help": "Image to update from",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "clone",
+ "system",
+ "config",
+ "<text>"
+ ],
+ "help": "Image to update",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "configure"
+ ],
+ "help": "Enter configuration mode",
+ "run": "if [ `id -u` == 0 ]; then",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "connect",
+ "console",
+ "<text>"
+ ],
+ "help": "Connect to device attached to serial console server",
+ "run": "/usr/bin/console \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "connect",
+ "container",
+ "<text>"
+ ],
+ "help": "Attach to a running container",
+ "run": "sudo podman exec --interactive --tty \"$3\" /bin/sh",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "connect",
+ "interface",
+ "<text>"
+ ],
+ "help": "Bring up a connection-oriented network interface",
+ "run": "sudo ${vyos_op_scripts_dir}/connect_disconnect.py --connect \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "copy",
+ "file",
+ "<text>",
+ "to",
+ "<text>"
+ ],
+ "help": "Copy files to specified destination",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": "pe: imagefiles",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "delete",
+ "container",
+ "image",
+ "<text>"
+ ],
+ "help": "Delete container image",
+ "run": "sudo ${vyos_op_scripts_dir}/container.py delete_image --name \"${4}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "delete",
+ "file",
+ "<text>"
+ ],
+ "help": "Delete files in the specified directory",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": "pe: imagefiles",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "delete",
+ "log",
+ "file",
+ "<text>"
+ ],
+ "help": "Delete the specified log file",
+ "run": "sudo ${vyatta_bindir}/sudo-users/vyatta-delete-log-file.sh \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "delete",
+ "raid",
+ "<text>",
+ "member",
+ "<text>"
+ ],
+ "help": "Name of RAID set member to remove",
+ "run": "",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "delete",
+ "system",
+ "image"
+ ],
+ "help": "Remove an installed image from the system",
+ "run": "sudo /opt/vyatta/bin/vyatta-boot-image.pl --delete",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "delete",
+ "system",
+ "image",
+ "<text>"
+ ],
+ "help": "Name of image image to delete",
+ "run": "",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "disconnect",
+ "interface",
+ "<text>"
+ ],
+ "help": "Take down a connection-oriented network interface",
+ "run": "sudo ${vyos_op_scripts_dir}/connect_disconnect.py --disconnect \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "force",
+ "arp",
+ "duplicate",
+ "interface",
+ "<text>",
+ "address",
+ "<text>"
+ ],
+ "help": "Send ARP for DAD detection for specified address",
+ "run": "sudo /usr/bin/arping -I $5 -c 1 -D $7",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "force",
+ "arp",
+ "reply",
+ "interface",
+ "<text>",
+ "address",
+ "<text>",
+ "count",
+ "<text>"
+ ],
+ "help": "Send specified number of ARP replies",
+ "run": "sudo /usr/bin/arping -I $5 -c $9 -A $7",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "force",
+ "arp",
+ "reply",
+ "interface",
+ "<text>",
+ "address",
+ "<text>"
+ ],
+ "help": "Send gratuitous ARP reply for specified address",
+ "run": "sudo /usr/bin/arping -I $5 -c 1 -A $7",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "force",
+ "arp",
+ "request",
+ "interface",
+ "<text>",
+ "address",
+ "<text>",
+ "count",
+ "<text>"
+ ],
+ "help": "Send specified number of ARP requests",
+ "run": "sudo /usr/bin/arping -I $5 -c $9 -U $7",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "force",
+ "arp",
+ "request",
+ "interface",
+ "<text>",
+ "address",
+ "<text>"
+ ],
+ "help": "Send gratuitous ARP request for specified address",
+ "run": "sudo /usr/bin/arping -I $5 -c 1 -U $7",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "force",
+ "cluster",
+ "active"
+ ],
+ "help": "Attempt to take over cluster resources and become the active node",
+ "run": "local -a grp ;",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "force",
+ "cluster",
+ "standby"
+ ],
+ "help": "Release cluster resources and allow a remote to become master",
+ "run": "local -a grp ;",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "force",
+ "ipv6-nd",
+ "interface",
+ "<text>",
+ "address",
+ "<text>"
+ ],
+ "help": "IPv6 address of node to lookup",
+ "run": "/usr/bin/ndisc6 -m \"$6\" \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "force",
+ "ipv6-rd",
+ "interface",
+ "<text>",
+ "address",
+ "<text>"
+ ],
+ "help": "IPv6 address of target",
+ "run": "/usr/bin/rdisc6 -m \"$6\" \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "force",
+ "ipv6-rd",
+ "interface",
+ "<text>"
+ ],
+ "help": "IPv6 Router Discovery on specified interface",
+ "run": "/usr/bin/rdisc6 \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "force",
+ "mtu",
+ "host",
+ "<text>",
+ "interface",
+ "<text>"
+ ],
+ "help": "Source interface",
+ "run": "${vyos_op_scripts_dir}/force_mtu_host.sh $4 $6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "force",
+ "mtu",
+ "host",
+ "<text>"
+ ],
+ "help": "IP address of the remote host",
+ "run": "${vyos_op_scripts_dir}/force_mtu_host.sh $4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "force",
+ "netns",
+ "<text>"
+ ],
+ "help": "Execute shell in given Network Namespace",
+ "run": "sudo ip netns exec $3 su - $(whoami)",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "force",
+ "owping",
+ "<text>"
+ ],
+ "help": "IP address of the remote OWAMP server",
+ "run": "owping $3",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "force",
+ "root-partition-auto-resize"
+ ],
+ "help": "Resize the VyOS partition",
+ "run": "sudo ${vyos_op_scripts_dir}/force_root-partition-auto-resize.sh",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "force",
+ "twping",
+ "<text>"
+ ],
+ "help": "IP address of the remote TWAMP server",
+ "run": "twping $3",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "force",
+ "vrf",
+ "<text>"
+ ],
+ "help": "Execute shell in given VRF instance",
+ "run": "sudo ip vrf exec $3 su - $(whoami)",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "format",
+ "disk",
+ "<text>",
+ "like",
+ "<text>"
+ ],
+ "help": "Format this disk the same as another disk",
+ "run": "sudo ${vyos_op_scripts_dir}/format_disk.py --target $3 --proto $5",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "container",
+ "image",
+ "<text>",
+ "path",
+ "<text>"
+ ],
+ "help": "Path to Dockerfile",
+ "run": "sudo podman build --net host --layers --force-rm --tag \"$4\" $6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "interfaces",
+ "debug-archive"
+ ],
+ "help": "Generate interfaces debug-archive",
+ "run": "${vyos_op_scripts_dir}/generate_interfaces_debug_archive.py",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "ipsec",
+ "debug-archive"
+ ],
+ "help": "Generate IPSec debug-archive",
+ "run": "sudo ${vyos_op_scripts_dir}/generate_ipsec_debug_archive.py",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "ipsec",
+ "profile",
+ "ios-remote-access",
+ "<text>",
+ "remote",
+ "<text>",
+ "name",
+ "<text>"
+ ],
+ "help": "Connection name as seen in the VPN application",
+ "run": "${vyos_op_scripts_dir}/ikev2_profile_generator.py --os ios --connection \"$5\" --remote \"$7\" --name \"$9\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "ipsec",
+ "profile",
+ "ios-remote-access",
+ "<text>",
+ "remote",
+ "<text>",
+ "name",
+ "<text>",
+ "profile",
+ "<text>"
+ ],
+ "help": "Profile name as seen under system profiles",
+ "run": "${vyos_op_scripts_dir}/ikev2_profile_generator.py --os ios --connection \"$5\" --remote \"$7\" --name \"$9\" --profile \"${11}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "ipsec",
+ "profile",
+ "ios-remote-access",
+ "<text>",
+ "remote",
+ "<text>"
+ ],
+ "help": "Remote address where the client will connect to",
+ "run": "${vyos_op_scripts_dir}/ikev2_profile_generator.py --os ios --connection \"$5\" --remote \"$7\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "ipsec",
+ "profile",
+ "ios-remote-access",
+ "<text>",
+ "remote",
+ "<text>",
+ "profile",
+ "<text>",
+ "name",
+ "<text>"
+ ],
+ "help": "Connection name as seen in the VPN application",
+ "run": "${vyos_op_scripts_dir}/ikev2_profile_generator.py --os ios --connection \"$5\" --remote \"$7\" --profile \"$9\" --name \"${11}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "ipsec",
+ "profile",
+ "ios-remote-access",
+ "<text>",
+ "remote",
+ "<text>",
+ "profile",
+ "<text>"
+ ],
+ "help": "Profile name as seen under system profiles",
+ "run": "${vyos_op_scripts_dir}/ikev2_profile_generator.py --os ios --connection \"$5\" --remote \"$7\" --profile \"$9\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "ipsec",
+ "profile",
+ "windows-remote-access",
+ "<text>",
+ "remote",
+ "<text>",
+ "name",
+ "<text>"
+ ],
+ "help": "Connection name as seen in the VPN application",
+ "run": "${vyos_op_scripts_dir}/ikev2_profile_generator.py --os windows --connection \"$5\" --remote \"$7\" --name \"$9\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "ipsec",
+ "profile",
+ "windows-remote-access",
+ "<text>",
+ "remote",
+ "<text>"
+ ],
+ "help": "Remote address where the client will connect to",
+ "run": "${vyos_op_scripts_dir}/ikev2_profile_generator.py --os windows --connection \"$5\" --remote \"$7\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "macsec",
+ "mka",
+ "cak",
+ "gcm-aes-128"
+ ],
+ "help": "Generate random key for GCM-AES-128 encryption - 128bit",
+ "run": "/usr/bin/hexdump -n 16 -e '4/4 \"%08x\" 1 \"\\n\"' /dev/random",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "macsec",
+ "mka",
+ "cak",
+ "gcm-aes-256"
+ ],
+ "help": "Generate random key for GCM-AES-256 encryption - 256bit",
+ "run": "/usr/bin/hexdump -n 32 -e '8/4 \"%08x\" 1 \"\\n\"' /dev/random",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "macsec",
+ "mka",
+ "ckn"
+ ],
+ "help": "Generate MACsec connectivity association name (CKN) - 256bit",
+ "run": "/usr/bin/hexdump -n 32 -e '8/4 \"%08x\" 1 \"\\n\"' /dev/random",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "openconnect",
+ "username",
+ "<text>",
+ "otp-key",
+ "hotp-time",
+ "digits",
+ "<text>",
+ "interval",
+ "<text>"
+ ],
+ "help": "Duration of single time interval",
+ "run": "sudo ${vyos_op_scripts_dir}/generate_openconnect_otp_key.py --username \"$4\" --interval \"${10}\" --digits $8",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "openconnect",
+ "username",
+ "<text>",
+ "otp-key",
+ "hotp-time",
+ "digits",
+ "<text>"
+ ],
+ "help": "The number of digits in the one-time password",
+ "run": "sudo ${vyos_op_scripts_dir}/generate_openconnect_otp_key.py --username \"$4\" --interval 30 --digits \"$8\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "openconnect",
+ "username",
+ "<text>",
+ "otp-key",
+ "hotp-time",
+ "interval",
+ "<text>",
+ "digits",
+ "<text>"
+ ],
+ "help": "The number of digits in the one-time password",
+ "run": "sudo ${vyos_op_scripts_dir}/generate_openconnect_otp_key.py --username \"$4\" --interval \"$8\" --digits \"${10}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "openconnect",
+ "username",
+ "<text>",
+ "otp-key",
+ "hotp-time",
+ "interval",
+ "<text>"
+ ],
+ "help": "Duration of single time interval",
+ "run": "sudo ${vyos_op_scripts_dir}/generate_openconnect_otp_key.py --username \"$4\" --interval \"$8\" --digits 6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "openconnect",
+ "username",
+ "<text>",
+ "otp-key",
+ "hotp-time"
+ ],
+ "help": "HOTP time-based token",
+ "run": "sudo ${vyos_op_scripts_dir}/generate_openconnect_otp_key.py --username \"$4\" --interval 30 --digits 6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "openvpn",
+ "client-config",
+ "interface",
+ "<text>",
+ "ca",
+ "<text>",
+ "certificate",
+ "<text>",
+ "key",
+ "<text>"
+ ],
+ "help": "Certificate key used by client",
+ "run": "sudo ${vyos_op_scripts_dir}/generate_ovpn_client_file.py --interface \"$5\" --ca \"$7\" --cert \"$9\" --key \"${11}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "openvpn",
+ "client-config",
+ "interface",
+ "<text>",
+ "ca",
+ "<text>",
+ "certificate",
+ "<text>"
+ ],
+ "help": "Cerificate used by client",
+ "run": "sudo ${vyos_op_scripts_dir}/generate_ovpn_client_file.py --interface \"$5\" --ca \"$7\" --cert \"$9\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "ca",
+ "file",
+ "<text>"
+ ],
+ "help": "Write generated CA certificate into the specified filename",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --ca \"$5\" --file",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "ca",
+ "install",
+ "<text>"
+ ],
+ "help": "Commands for installing generated CA certificate into running",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --ca \"$5\" --install",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "ca"
+ ],
+ "help": "Generate CA certificate",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --ca \"noname\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "ca",
+ "sign",
+ "<text>",
+ "file",
+ "<text>"
+ ],
+ "help": "Write generated CA certificate into the specified filename",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --ca \"$7\" --sign \"$5\" --file",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "ca",
+ "sign",
+ "<text>",
+ "install",
+ "<text>"
+ ],
+ "help": "Commands for installing generated CA certificate into running",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --ca \"$7\" --sign \"$5\" --install",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "ca",
+ "sign",
+ "<text>"
+ ],
+ "help": "Sign generated CA certificate with another specified CA",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --ca \"noname\" --sign \"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "certificate",
+ "file",
+ "<text>"
+ ],
+ "help": "Write generated certificate request and key into the specified",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --certificate \"$5\" --file",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "certificate",
+ "install",
+ "<text>"
+ ],
+ "help": "Commands for installing generated certificate private key into",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --certificate \"$5\" --install",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "certificate"
+ ],
+ "help": "Generate certificate request",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --certificate \"noname\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "certificate",
+ "self-signed",
+ "file",
+ "<text>"
+ ],
+ "help": "Write generated self-signed certificate into the specified",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --certificate \"$6\" --self-sign --file",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "certificate",
+ "self-signed",
+ "install",
+ "<text>"
+ ],
+ "help": "Commands for installing generated self-signed certificate into",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --certificate \"$6\" --self-sign --install",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "certificate",
+ "self-signed"
+ ],
+ "help": "Generate self-signed certificate",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --certificate \"noname\" --self-sign",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "certificate",
+ "sign",
+ "<text>",
+ "file",
+ "<text>"
+ ],
+ "help": "Write generated signed certificate into the specified filename",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --certificate \"$7\" --sign \"$5\" --file",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "certificate",
+ "sign",
+ "<text>",
+ "install",
+ "<text>"
+ ],
+ "help": "Commands for installing generated signed certificate into",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --certificate \"$7\" --sign \"$5\" --install",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "certificate",
+ "sign",
+ "<text>"
+ ],
+ "help": "Sign generated certificate with specified CA certificate",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --certificate \"noname\" --sign \"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "crl",
+ "<text>",
+ "file",
+ "<text>"
+ ],
+ "help": "Write generated CRL into the specified filename",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --crl \"$4\" --file",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "crl",
+ "<text>",
+ "install"
+ ],
+ "help": "Commands for installing generated CRL into running configuration",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --crl \"$4\" --install",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "crl",
+ "<text>"
+ ],
+ "help": "Generate CRL for specified CA certificate",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --crl \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "dh",
+ "file",
+ "<text>"
+ ],
+ "help": "Write generated DH parameters into the specified filename",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --dh \"$5\" --file",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "dh",
+ "install",
+ "<text>"
+ ],
+ "help": "Commands for installing generated DH parameters into running",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --dh \"$5\" --install",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "dh"
+ ],
+ "help": "Generate DH parameters",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --dh \"noname\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "key-pair",
+ "file",
+ "<text>"
+ ],
+ "help": "Write generated key pair into the specified filename",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --keypair \"$5\" --file",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "key-pair",
+ "install",
+ "<text>"
+ ],
+ "help": "Commands for installing generated key pair into running",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --keypair \"$5\" --install",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "key-pair"
+ ],
+ "help": "Generate a key pair",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --keypair \"noname\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "openvpn",
+ "shared-secret",
+ "file",
+ "<text>"
+ ],
+ "help": "Write generated OpenVPN shared secret key into the specified",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --openvpn \"$6\" --file",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "openvpn",
+ "shared-secret",
+ "install",
+ "<text>"
+ ],
+ "help": "Commands for installing generated OpenVPN shared secret key into",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --openvpn \"$6\" --install",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "openvpn",
+ "shared-secret"
+ ],
+ "help": "Generate OpenVPN shared secret key",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --openvpn \"noname\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "ssh-key",
+ "file",
+ "<text>"
+ ],
+ "help": "Write generated SSH keys into the specified filename",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --ssh \"$5\" --file",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "ssh-key",
+ "install",
+ "<text>"
+ ],
+ "help": "Commands for installing generated SSH key into running",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --ssh \"$5\" --install",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "ssh-key"
+ ],
+ "help": "Generate SSH key",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --ssh \"noname\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "wireguard",
+ "key-pair",
+ "install",
+ "interface",
+ "<text>"
+ ],
+ "help": "WireGuard Interface used in install command",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --wireguard --key --interface \"$7\" --install",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "wireguard",
+ "key-pair"
+ ],
+ "help": "Generate WireGuard public/private key-pair",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --wireguard --key",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "wireguard",
+ "preshared-key",
+ "install",
+ "interface",
+ "<text>",
+ "peer",
+ "<text>"
+ ],
+ "help": "Interface used for install command",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --wireguard --psk --interface \"$7\" --peer \"$9\" --install",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "pki",
+ "wireguard",
+ "preshared-key"
+ ],
+ "help": "Generate WireGuard pre-shared key",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action generate --wireguard --psk",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "public-key-command",
+ "user",
+ "<text>",
+ "path",
+ "<text>"
+ ],
+ "help": "Local path or remote URL of OpenSSH public key",
+ "run": "${vyos_op_scripts_dir}/generate_public_key_command.py \"$4\" \"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "ssh",
+ "client-key",
+ "<text>"
+ ],
+ "help": "Re-generate SSH client keypair",
+ "run": "ssh-keygen -t rsa -f \"$4\" -N \"\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "ssh",
+ "server-key"
+ ],
+ "help": "Re-generate SSH host keys and restart SSH server",
+ "run": "sudo ${vyos_op_scripts_dir}/generate_ssh_server_key.py",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "system",
+ "login",
+ "username",
+ "<text>",
+ "otp-key",
+ "hotp-time"
+ ],
+ "help": "HOTP time-based token",
+ "run": "sudo ${vyos_op_scripts_dir}/generate_system_login_user.py --username \"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "system",
+ "login",
+ "username",
+ "<text>",
+ "otp-key",
+ "hotp-time",
+ "rate-limit",
+ "<text>"
+ ],
+ "help": "Duration of single time interval",
+ "run": "sudo ${vyos_op_scripts_dir}/generate_system_login_user.py --username \"$5\" --rate-limit \"$9\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "system",
+ "login",
+ "username",
+ "<text>",
+ "otp-key",
+ "hotp-time",
+ "rate-limit",
+ "<text>",
+ "rate-time",
+ "<text>"
+ ],
+ "help": "The number of digits in the one-time password",
+ "run": "sudo ${vyos_op_scripts_dir}/generate_system_login_user.py --username \"$5\" --rate-limit \"$9\" --rate-time \"${11}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "system",
+ "login",
+ "username",
+ "<text>",
+ "otp-key",
+ "hotp-time",
+ "rate-limit",
+ "<text>",
+ "rate-time",
+ "<text>",
+ "window-size",
+ "<text>"
+ ],
+ "help": "The number of digits in the one-time password",
+ "run": "sudo ${vyos_op_scripts_dir}/generate_system_login_user.py --username \"$5\" --rate-limit \"$9\" --rate-time \"${11}\" --window-size \"${13}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "system",
+ "login",
+ "username",
+ "<text>",
+ "otp-key",
+ "hotp-time",
+ "window-size",
+ "<text>"
+ ],
+ "help": "The number of digits in the one-time password",
+ "run": "sudo ${vyos_op_scripts_dir}/generate_system_login_user.py --username \"$5\" --window-size \"${9}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "system",
+ "login",
+ "username",
+ "<text>",
+ "otp-key",
+ "hotp-time",
+ "window-size",
+ "<text>",
+ "rate-limit",
+ "<text>"
+ ],
+ "help": "Duration of single time interval",
+ "run": "sudo ${vyos_op_scripts_dir}/generate_system_login_user.py --username \"$5\" --rate-limit \"${11}\" --window-size \"${9}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "system",
+ "login",
+ "username",
+ "<text>",
+ "otp-key",
+ "hotp-time",
+ "window-size",
+ "<text>",
+ "rate-limit",
+ "<text>",
+ "rate-time",
+ "<text>"
+ ],
+ "help": "Duration of single time interval",
+ "run": "sudo ${vyos_op_scripts_dir}/generate_system_login_user.py --username \"$5\" --rate-limit \"${11}\" --rate-time \"${13}\" --window-size \"${9}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "tech-support",
+ "archive"
+ ],
+ "help": "Generate tech-support archive",
+ "run": "${vyatta_bindir}/tech-support-archive",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "tech-support",
+ "archive",
+ "<text>"
+ ],
+ "help": "Generate compressed tech-support archive at the specified path",
+ "run": "${vyatta_bindir}/tech-support-archive \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "wireguard",
+ "client-config",
+ "<text>",
+ "interface",
+ "<text>",
+ "server",
+ "<text>",
+ "address",
+ "<text>",
+ "address",
+ "<text>"
+ ],
+ "help": "IPv4/IPv6 address used by client",
+ "run": "sudo ${vyos_op_scripts_dir}/wireguard_client.py --name \"$4\" --interface \"$6\" --server \"$8\" --address \"${10}\" --address \"${12}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "wireguard",
+ "client-config",
+ "<text>",
+ "interface",
+ "<text>",
+ "server",
+ "<text>",
+ "address",
+ "<text>"
+ ],
+ "help": "IPv4/IPv6 address used by client",
+ "run": "sudo ${vyos_op_scripts_dir}/wireguard_client.py --name \"$4\" --interface \"$6\" --server \"$8\" --address \"${10}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "generate",
+ "wireguard",
+ "client-config",
+ "<text>",
+ "interface",
+ "<text>",
+ "server",
+ "<text>"
+ ],
+ "help": "IP address/FQDN used for client connection",
+ "run": "sudo ${vyos_op_scripts_dir}/wireguard_client.py --name \"$4\" --interface \"$6\" --server \"$8\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "import",
+ "pki",
+ "ca",
+ "<text>",
+ "file",
+ "<text>"
+ ],
+ "help": "Path to CA certificate file",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action import --ca \"$4\" --filename \"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "import",
+ "pki",
+ "ca",
+ "<text>",
+ "key-file",
+ "<text>"
+ ],
+ "help": "Path to private key file",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action import --ca \"$4\" --key-filename \"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "import",
+ "pki",
+ "certificate",
+ "<text>",
+ "file",
+ "<text>"
+ ],
+ "help": "Path to certificate file",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action import --certificate \"$4\" --filename \"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "import",
+ "pki",
+ "certificate",
+ "<text>",
+ "key-file",
+ "<text>"
+ ],
+ "help": "Path to private key file",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action import --certificate \"$4\" --key-filename \"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "import",
+ "pki",
+ "crl",
+ "<text>",
+ "file",
+ "<text>"
+ ],
+ "help": "Path to CRL file",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action import --crl \"$4\" --filename \"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "import",
+ "pki",
+ "dh",
+ "<text>",
+ "file",
+ "<text>"
+ ],
+ "help": "Path to DH parameters file",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action import --dh \"$4\" --filename \"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "import",
+ "pki",
+ "key-pair",
+ "<text>",
+ "private-file",
+ "<text>"
+ ],
+ "help": "Path to private key file",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action import --keypair \"$4\" --key-filename \"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "import",
+ "pki",
+ "key-pair",
+ "<text>",
+ "public-file",
+ "<text>"
+ ],
+ "help": "Path to public key file",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action import --keypair \"$4\" --filename \"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "import",
+ "pki",
+ "openvpn",
+ "shared-secret",
+ "<text>",
+ "file",
+ "<text>"
+ ],
+ "help": "Path to shared secret key file",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action import --openvpn \"$5\" --filename \"$7\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "install",
+ "image"
+ ],
+ "help": "Install new system image to hard drive",
+ "run": "sudo /opt/vyatta/sbin/install-image",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "bandwidth",
+ "interface",
+ "<text>"
+ ],
+ "help": "Monitor bandwidth usage on specified interface",
+ "run": "bmon -b -p $4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "bandwidth-test",
+ "accept"
+ ],
+ "help": "Wait for bandwidth test connections (port TCP/5001)",
+ "run": "/usr/bin/iperf -V -s",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "bandwidth-test",
+ "accept",
+ "tcp"
+ ],
+ "help": "Wait for bandwidth test connections (port TCP/5001)",
+ "run": "/usr/bin/iperf -V -s",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "bandwidth-test",
+ "accept",
+ "udp"
+ ],
+ "help": "Wait for bandwidth test connections (port UDP/5001)",
+ "run": "/usr/bin/iperf -V -s -u",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "bandwidth-test",
+ "initiate",
+ "tcp",
+ "<text>"
+ ],
+ "help": "Initiate a bandwidth test to specified host (port TCP/5001)",
+ "run": "${vyos_op_scripts_dir}/monitor_bandwidth_test.sh \"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "bandwidth-test",
+ "initiate",
+ "udp",
+ "<text>"
+ ],
+ "help": "Initiate a bandwidth test to specified host (port UDP/5001)",
+ "run": "${vyos_op_scripts_dir}/monitor_bandwidth_test.sh \"$5\" \"-u\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "bridge",
+ "fdb"
+ ],
+ "help": "Monitor the forwarding database changes generated by the bridge",
+ "run": "sudo bridge monitor fdb",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "bridge",
+ "link"
+ ],
+ "help": "Monitor bridge database generated connection interface changes",
+ "run": "sudo bridge monitor link",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "bridge",
+ "mdb"
+ ],
+ "help": "Monitor the multicast database changes generated by the bridge",
+ "run": "sudo bridge monitor mdb",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "bridge"
+ ],
+ "help": "Monitor bridge database changes",
+ "run": "sudo bridge monitor all",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "color"
+ ],
+ "help": "Output log in a colored fashion",
+ "run": "SYSTEMD_LOG_COLOR=false grc journalctl --no-hostname --follow --boot",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "conntrack-sync"
+ ],
+ "help": "Monitor last lines of conntrack-sync log",
+ "run": "journalctl --no-hostname --follow --boot --unit conntrackd.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "console-server"
+ ],
+ "help": "Monitor last lines of console server log",
+ "run": "journalctl --no-hostname --follow --boot --unit conserver-server.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "container",
+ "<text>"
+ ],
+ "help": "Monitor last lines of container log",
+ "run": "sudo podman logs --follow --names \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "dhcp",
+ "client",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show DHCP client log on specific interface",
+ "run": "journalctl --no-hostname --follow --boot --unit \"dhclient@$6.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "dhcp",
+ "client"
+ ],
+ "help": "Monitor last lines of DHCP client log",
+ "run": "journalctl --no-hostname --follow --boot --unit \"dhclient@*.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "dhcp",
+ "server"
+ ],
+ "help": "Monitor last lines of DHCP server log",
+ "run": "journalctl --no-hostname --follow --boot --unit isc-dhcp-server.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "dhcpv6",
+ "client",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show DHCPv6 client log on specific interface",
+ "run": "journalctl --no-hostname --follow --boot --unit \"dhcp6c@$6.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "dhcpv6",
+ "client"
+ ],
+ "help": "Monitor last lines of DHCPv6 client log",
+ "run": "journalctl --no-hostname --follow --boot --unit \"dhcp6c@*.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "dhcpv6",
+ "server"
+ ],
+ "help": "Monitor last lines of DHCPv6 server log",
+ "run": "journalctl --no-hostname --follow --boot --unit isc-dhcp-server6.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "dns",
+ "dynamic"
+ ],
+ "help": "Monitor last lines of Dynamic DNS update service",
+ "run": "journalctl --no-hostname --follow --boot --unit ddclient.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "dns",
+ "forwarding"
+ ],
+ "help": "Monitor last lines of DNS forwarding",
+ "run": "journalctl --no-hostname --follow --boot --unit pdns-recursor.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "flow-accounting"
+ ],
+ "help": "Monitor last lines of flow-accounting log",
+ "run": "journalctl --no-hostname --boot --follow --unit uacctd.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "ids",
+ "ddos-protection"
+ ],
+ "help": "Monitor last lines of DDOS protection",
+ "run": "journalctl --no-hostname --follow --boot --unit fastnetmon.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "ipoe-server"
+ ],
+ "help": "Monitor last lines of IP over Ethernet server log",
+ "run": "journalctl --no-hostname --boot --follow --unit accel-ppp@ipoe.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "ipsec"
+ ],
+ "help": "Monitor last lines of IPsec log",
+ "run": "journalctl --no-hostname --boot --follow --unit strongswan.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "kernel"
+ ],
+ "help": "Monitor last lines of Linux Kernel log",
+ "run": "journalctl --no-hostname --boot --follow --dmesg",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "l2tp"
+ ],
+ "help": "Monitor last lines of L2TP log",
+ "run": "journalctl --no-hostname --boot --follow --unit accel-ppp@l2tp.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "macsec",
+ "interface",
+ "<text>"
+ ],
+ "help": "Monitor last lines of specific MACsec interface",
+ "run": "SRC=$(cli-shell-api returnValue interfaces macsec \"$5\" source-interface); journalctl --no-hostname --boot --follow --unit \"wpa_supplicant-macsec@$SRC.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "macsec"
+ ],
+ "help": "Monitor last lines of MACsec",
+ "run": "journalctl --no-hostname --boot --follow --unit \"wpa_supplicant-macsec@*.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "nhrp"
+ ],
+ "help": "Monitor last lines of Next Hop Resolution Protocol log",
+ "run": "journalctl --no-hostname --boot --follow --unit opennhrp.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log"
+ ],
+ "help": "Monitor last lines of messages file",
+ "run": "SYSTEMD_LOG_COLOR=false journalctl --no-hostname --follow --boot",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "ntp"
+ ],
+ "help": "Monitor last lines of Network Time Protocol log",
+ "run": "journalctl --no-hostname --boot --follow --unit chrony.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "openconnect"
+ ],
+ "help": "Monitor last lines of OpenConnect log",
+ "run": "journalctl --no-hostname --boot --follow --unit ocserv.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "openvpn",
+ "interface",
+ "<text>"
+ ],
+ "help": "Monitor last lines of specific OpenVPN interface log",
+ "run": "journalctl --no-hostname --boot --unit openvpn@$5.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "openvpn"
+ ],
+ "help": "Monitor last lines of OpenVPN log",
+ "run": "journalctl --no-hostname --boot --follow --unit openvpn@*.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "pppoe",
+ "interface",
+ "<text>"
+ ],
+ "help": "Monitor last lines of PPPoE log for specific interface",
+ "run": "journalctl --no-hostname --boot --follow --unit \"ppp@$5.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "pppoe"
+ ],
+ "help": "Monitor last lines of PPPoE interface log",
+ "run": "journalctl --no-hostname --boot --follow --unit \"ppp@pppoe*.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "pppoe-server"
+ ],
+ "help": "Monitor last lines of PPPoE server log",
+ "run": "journalctl --no-hostname --boot --follow --unit accel-ppp@pppoe.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "pptp"
+ ],
+ "help": "Monitor last lines of PPTP log",
+ "run": "journalctl --no-hostname --boot --follow --unit accel-ppp@pptp.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "protocol",
+ "bfd"
+ ],
+ "help": "Monitor log for BFD",
+ "run": "journalctl --follow --no-hostname --boot /usr/lib/frr/bfdd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "protocol",
+ "bgp"
+ ],
+ "help": "Monitor log for BGP",
+ "run": "journalctl --follow --no-hostname --boot /usr/lib/frr/bgpd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "protocol",
+ "isis"
+ ],
+ "help": "Monitor log for ISIS",
+ "run": "journalctl --follow --no-hostname --boot /usr/lib/frr/isisd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "protocol",
+ "mpls"
+ ],
+ "help": "Monitor log for MPLS",
+ "run": "journalctl --follow --no-hostname --boot /usr/lib/frr/ldpd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "protocol",
+ "multicast"
+ ],
+ "help": "Monitor log for Multicast protocol",
+ "run": "journalctl --follow --no-hostname --boot /usr/lib/frr/pimd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "protocol",
+ "nhrp"
+ ],
+ "help": "Monitor log for NHRP",
+ "run": "journalctl --follow --no-hostname --boot /usr/lib/frr/nhrpd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "protocol",
+ "ospf"
+ ],
+ "help": "Monitor log for OSPF",
+ "run": "journalctl --follow --no-hostname --boot /usr/lib/frr/ospfd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "protocol",
+ "ospfv3"
+ ],
+ "help": "Monitor log for OSPF for IPv6",
+ "run": "journalctl --follow --no-hostname --boot /usr/lib/frr/ospf6d",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "protocol",
+ "rip"
+ ],
+ "help": "Monitor log for RIP",
+ "run": "journalctl --follow --no-hostname --boot /usr/lib/frr/ripd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "protocol",
+ "ripng"
+ ],
+ "help": "Monitor log for RIPng",
+ "run": "journalctl --follow --no-hostname --boot /usr/lib/frr/ripngd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "protocol",
+ "static"
+ ],
+ "help": "Monitor log for static route",
+ "run": "journalctl --follow --no-hostname --boot /usr/lib/frr/staticd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "router-advert"
+ ],
+ "help": "Monitor last lines of Router Advertisement Daemon log",
+ "run": "journalctl --no-hostname --boot --follow --unit radvd.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "snmp"
+ ],
+ "help": "Monitor last lines of Simple Network Monitoring Protocol log",
+ "run": "journalctl --no-hostname --boot --follow --unit snmpd.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "ssh"
+ ],
+ "help": "Monitor last lines of Secure Shell log",
+ "run": "journalctl --no-hostname --boot --follow --unit ssh.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "sstp"
+ ],
+ "help": "Monitor last lines of Secure Socket Tunneling Protocol server",
+ "run": "journalctl --no-hostname --boot --follow --unit accel-ppp@sstp.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "sstpc",
+ "interface",
+ "<text>"
+ ],
+ "help": "Monitor last lines of SSTP client log for specific interface",
+ "run": "journalctl --no-hostname --boot --follow --unit \"ppp@$5.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "sstpc"
+ ],
+ "help": "Monitor last lines of Secure Socket Tunneling Protocol client",
+ "run": "journalctl --no-hostname --boot --follow --unit \"ppp@sstpc*.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "vpn"
+ ],
+ "help": "Monitor last lines of ALL Virtual Private Network services",
+ "run": "journalctl --no-hostname --boot --follow --unit strongswan.service --unit accel-ppp@*.service --unit ocserv.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "vpp"
+ ],
+ "help": "Monitor last lines of Vector Packet Processor log",
+ "run": "journalctl --no-hostname --boot --follow --unit vpp.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "vrrp"
+ ],
+ "help": "Monitor last lines of Virtual Router Redundancy Protocol log",
+ "run": "journalctl --no-hostname --boot --follow --unit keepalived.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "webproxy",
+ "access-log"
+ ],
+ "help": "Monitor the last lines of the Webproxy access log",
+ "run": "if [ -f /var/log/squid/access.log ]; then sudo tail --follow=name /var/log/squid/access.log; else echo \"WebProxy access-log does not exist\"; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "webproxy",
+ "cache-log"
+ ],
+ "help": "Monitor the last lines of the Webproxy cache log",
+ "run": "if [ -f /var/log/squid/cache.log ]; then sudo tail --follow=name /var/log/squid/cache.log; else echo \"WebProxy cache-log does not exist\"; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "log",
+ "webproxy"
+ ],
+ "help": "Monitor last lines of Webproxy log",
+ "run": "journalctl --no-hostname --boot --follow --unit squid.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "ndp",
+ "interface",
+ "<text>"
+ ],
+ "help": "Monitor Neighbor Discovery Protocol on specified interface",
+ "run": "sudo ndptool monitor --ifname=$4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "ndp",
+ "interface",
+ "<text>",
+ "type",
+ "<text>"
+ ],
+ "help": "Monitor specific Neighbor Discovery Protocol type",
+ "run": "sudo ndptool monitor --ifname=$4 --msg-type=$6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "ndp"
+ ],
+ "help": "Monitor Neighbor Discovery Protocol (NDP) information",
+ "run": "sudo ndptool monitor",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "ndp",
+ "type",
+ "<text>"
+ ],
+ "help": "Monitor specific Neighbor Discovery Protocol type",
+ "run": "sudo ndptool monitor --msg-type=$4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "disable",
+ "all"
+ ],
+ "help": "Disable all BGP debugging",
+ "run": "vtysh -c \"no debug bgp\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "disable",
+ "allow-martians"
+ ],
+ "help": "Disable BGP martians next hops debugging",
+ "run": "vtysh -c \"no debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "disable",
+ "as4"
+ ],
+ "help": "Disable BGP allow AS4 actions debugging",
+ "run": "vtysh -c \"no debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "disable",
+ "bestpath"
+ ],
+ "help": "Disable BGP allow best path debugging",
+ "run": "vtysh -c \"no debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "disable",
+ "bestpath",
+ "<text>"
+ ],
+ "help": "Disable BGP bestpath IPv4 IPv6",
+ "run": "vtysh -c \"no debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "disable",
+ "flowspec"
+ ],
+ "help": "Disable BGP allow flowspec debugging",
+ "run": "vtysh -c \"no debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "disable",
+ "keepalives"
+ ],
+ "help": "Disable BGP keepalives debugging",
+ "run": "vtysh -c \"no debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "disable",
+ "labelpool"
+ ],
+ "help": "Disable BGP label pool debugging",
+ "run": "vtysh -c \"no debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "disable",
+ "neighbor-events"
+ ],
+ "help": "Disable BGP Neighbor events debugging",
+ "run": "vtysh -c \"no debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "disable",
+ "nht"
+ ],
+ "help": "Disable BGP next hop tracking debugging",
+ "run": "vtysh -c \"no debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "disable",
+ "pbr"
+ ],
+ "help": "Disable BGP policy based routing debugging",
+ "run": "vtysh -c \"no debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "disable",
+ "rib"
+ ],
+ "help": "Disable BGP rib debugging",
+ "run": "vtysh -c \"no debug bgp zebra\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "disable",
+ "update-groups"
+ ],
+ "help": "Disable BGP update groups debugging",
+ "run": "vtysh -c \"no debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "disable",
+ "updates"
+ ],
+ "help": "Disable BGP updates debugging",
+ "run": "vtysh -c \"no debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "disable",
+ "vnc",
+ "import-bi-attach"
+ ],
+ "help": "Disable BGP vnc import BI attachment debugging",
+ "run": "vtysh -c \"no debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "disable",
+ "vnc",
+ "import-del-remote"
+ ],
+ "help": "Disable BGP vnc import/delete remote routes debugging",
+ "run": "vtysh -c \"no debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "disable",
+ "vnc"
+ ],
+ "help": "Disable BGP VNC debugging",
+ "run": "vtysh -c \"no debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "disable",
+ "vnc",
+ "rfapi-query"
+ ],
+ "help": "Disable BGP vnc rfapi query debugging",
+ "run": "vtysh -c \"no debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "disable",
+ "vnc",
+ "verbose"
+ ],
+ "help": "Disable BGP vnc verbose logging debugging",
+ "run": "vtysh -c \"no debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "enable",
+ "allow-martians"
+ ],
+ "help": "Enable BGP martians next hops debugging",
+ "run": "vtysh -c \"debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "enable",
+ "as4"
+ ],
+ "help": "Enable BGP allow AS4 actions debugging",
+ "run": "vtysh -c \"debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "enable",
+ "bestpath"
+ ],
+ "help": "Enable BGP allow best path debugging",
+ "run": "vtysh -c \"debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "enable",
+ "bestpath",
+ "<text>"
+ ],
+ "help": "Debug bestpath IPv4 IPv6",
+ "run": "vtysh -c \"debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "enable",
+ "flowspec"
+ ],
+ "help": "Enable BGP allow flowspec debugging",
+ "run": "vtysh -c \"debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "enable",
+ "keepalives"
+ ],
+ "help": "Enable BGP keepalives debugging",
+ "run": "vtysh -c \"debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "enable",
+ "labelpool"
+ ],
+ "help": "Enable BGP label pool debugging",
+ "run": "vtysh -c \"debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "enable",
+ "neighbor-events"
+ ],
+ "help": "Enable BGP Neighbor events debugging",
+ "run": "vtysh -c \"debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "enable",
+ "nht"
+ ],
+ "help": "Enable BGP next hop tracking debugging",
+ "run": "vtysh -c \"debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "enable",
+ "pbr"
+ ],
+ "help": "Enable BGP policy based routing debugging",
+ "run": "vtysh -c \"debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "enable",
+ "rib"
+ ],
+ "help": "Enable BGP rib debugging",
+ "run": "vtysh -c \"debug bgp zebra\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "enable",
+ "update-groups"
+ ],
+ "help": "Enable BGP update groups debugging",
+ "run": "vtysh -c \"debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "enable",
+ "updates"
+ ],
+ "help": "Enable BGP updates debugging",
+ "run": "vtysh -c \"debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "enable",
+ "vnc",
+ "import-bi-attach"
+ ],
+ "help": "Enable BGP vnc import BI attachment debugging",
+ "run": "vtysh -c \"debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "enable",
+ "vnc",
+ "import-del-remote"
+ ],
+ "help": "Enable BGP vnc import/delete remote routes debugging",
+ "run": "vtysh -c \"debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "enable",
+ "vnc"
+ ],
+ "help": "Enable BGP VNC debugging",
+ "run": "vtysh -c \"debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "enable",
+ "vnc",
+ "rfapi-query"
+ ],
+ "help": "Enable BGP vnc rfapi query debugging",
+ "run": "vtysh -c \"debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "bgp",
+ "enable",
+ "vnc",
+ "verbose"
+ ],
+ "help": "Enable BGP vnc verbose logging debugging",
+ "run": "vtysh -c \"debug bgp ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "event"
+ ],
+ "help": "Disable OSPF debugging",
+ "run": "vtysh -c \"no debug ospf\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "ism",
+ "events"
+ ],
+ "help": "Disable OSPF ism events debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "ism"
+ ],
+ "help": "Disable OSPF ism debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "ism",
+ "status"
+ ],
+ "help": "Disable OSPF ism status debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "ism",
+ "timers"
+ ],
+ "help": "Disable OSPF ism timers debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "lsa",
+ "flooding"
+ ],
+ "help": "Disable OSPF lsa flooding debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "lsa",
+ "generate"
+ ],
+ "help": "Disable OSPF lsa generate debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "lsa",
+ "install"
+ ],
+ "help": "Disable OSPF lsa install debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "lsa"
+ ],
+ "help": "Disable OSPF lsa debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "lsa",
+ "refresh"
+ ],
+ "help": "Disable OSPF lsa refresh debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "nsm",
+ "events"
+ ],
+ "help": "Disable OSPF nsm events debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "nsm"
+ ],
+ "help": "Disable OSPF nsm debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "nsm",
+ "status"
+ ],
+ "help": "Disable OSPF nsm status debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "nsm",
+ "timers"
+ ],
+ "help": "Disable OSPF nsm timers debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "nssa"
+ ],
+ "help": "Disable OSPF nssa debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "all",
+ "detail"
+ ],
+ "help": "Disable detailed OSPF packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "all"
+ ],
+ "help": "Disable OSPF all packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "all",
+ "recv",
+ "detail"
+ ],
+ "help": "Disable detailed OSPF recv packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "all",
+ "recv"
+ ],
+ "help": "Disable OSPF recv packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "all",
+ "send",
+ "detail"
+ ],
+ "help": "Disable detailed OSPF send packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "all",
+ "send"
+ ],
+ "help": "Disable OSPF send packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "dd",
+ "detail"
+ ],
+ "help": "Disable detailed OSPF packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "dd"
+ ],
+ "help": "Disable OSPF dd packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "dd",
+ "recv",
+ "detail"
+ ],
+ "help": "Disable detailed OSPF recv packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "dd",
+ "recv"
+ ],
+ "help": "Disable OSPF recv packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "dd",
+ "send",
+ "detail"
+ ],
+ "help": "Disable detailed OSPF send packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "dd",
+ "send"
+ ],
+ "help": "Disable OSPF send packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "hello",
+ "detail"
+ ],
+ "help": "Disable detailed OSPF packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "hello"
+ ],
+ "help": "Disable OSPF hello packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "hello",
+ "recv",
+ "detail"
+ ],
+ "help": "Disable detailed OSPF recv packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "hello",
+ "recv"
+ ],
+ "help": "Disable OSPF recv packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "hello",
+ "send",
+ "detail"
+ ],
+ "help": "Disable detailed OSPF send packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "hello",
+ "send"
+ ],
+ "help": "Disable OSPF send packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "ls-ack",
+ "detail"
+ ],
+ "help": "Disable detailed OSPF packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "ls-ack"
+ ],
+ "help": "Disable OSPF ls-ack packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "ls-ack",
+ "recv",
+ "detail"
+ ],
+ "help": "Disable detailed OSPF recv packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "ls-ack",
+ "recv"
+ ],
+ "help": "Disable OSPF recv packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "ls-ack",
+ "send",
+ "detail"
+ ],
+ "help": "Disable detailed OSPF send packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "ls-ack",
+ "send"
+ ],
+ "help": "Disable OSPF send packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "ls-request",
+ "detail"
+ ],
+ "help": "Disable detailed OSPF packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "ls-request"
+ ],
+ "help": "Disable OSPF ls-request packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "ls-request",
+ "recv",
+ "detail"
+ ],
+ "help": "Disable detailed OSPF recv packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "ls-request",
+ "recv"
+ ],
+ "help": "Disable OSPF recv packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "ls-request",
+ "send",
+ "detail"
+ ],
+ "help": "Disable detailed OSPF send packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "ls-request",
+ "send"
+ ],
+ "help": "Disable OSPF send packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "ls-update",
+ "detail"
+ ],
+ "help": "Disable detailed OSPF packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "ls-update"
+ ],
+ "help": "Disable OSPF ls-update packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "ls-update",
+ "recv",
+ "detail"
+ ],
+ "help": "Disable detailed OSPF recv packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "ls-update",
+ "recv"
+ ],
+ "help": "Disable OSPF recv packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "ls-update",
+ "send",
+ "detail"
+ ],
+ "help": "Disable detailed OSPF send packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet",
+ "ls-update",
+ "send"
+ ],
+ "help": "Disable OSPF send packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "packet"
+ ],
+ "help": "Disable OSPF packet debugging",
+ "run": "vtysh -c \"no debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "rib",
+ "interface"
+ ],
+ "help": "Disable OSPF rib interface debugging",
+ "run": "vtysh -c \"no debug ospf zebra interface\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "rib"
+ ],
+ "help": "Disable OSPF rib debugging",
+ "run": "vtysh -c \"no debug ospf zebra\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "disable",
+ "rib",
+ "redistribute"
+ ],
+ "help": "Disable OSPF rib redistribute debugging",
+ "run": "vtysh -c \"no debug ospf zebra redistribute\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "event"
+ ],
+ "help": "Enable OSPF event debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "ism",
+ "events"
+ ],
+ "help": "Enable OSPF ism events debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "ism"
+ ],
+ "help": "Enable OSPF ism debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "ism",
+ "status"
+ ],
+ "help": "Enable OSPF ism status debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "ism",
+ "timers"
+ ],
+ "help": "Enable OSPF ism timers debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "lsa",
+ "flooding"
+ ],
+ "help": "Enable OSPF lsa flooding debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "lsa",
+ "generate"
+ ],
+ "help": "Enable OSPF lsa generate debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "lsa",
+ "install"
+ ],
+ "help": "Enable OSPF lsa install debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "lsa"
+ ],
+ "help": "Enable OSPF lsa debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "lsa",
+ "refresh"
+ ],
+ "help": "Enable OSPF lsa refresh debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "nsm",
+ "events"
+ ],
+ "help": "Enable OSPF nsm events debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "nsm"
+ ],
+ "help": "Enable OSPF nsm debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "nsm",
+ "status"
+ ],
+ "help": "Enable OSPF nsm status debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "nsm",
+ "timers"
+ ],
+ "help": "Enable OSPF nsm timers debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "nssa"
+ ],
+ "help": "Enable OSPF nssa debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "all",
+ "detail"
+ ],
+ "help": "Enable detailed OSPF packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "all"
+ ],
+ "help": "Enable OSPF all packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "all",
+ "recv",
+ "detail"
+ ],
+ "help": "Enable detailed OSPF recv packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "all",
+ "recv"
+ ],
+ "help": "Enable OSPF recv packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "all",
+ "send",
+ "detail"
+ ],
+ "help": "Enable detailed OSPF send packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "all",
+ "send"
+ ],
+ "help": "Enable OSPF send packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "dd",
+ "detail"
+ ],
+ "help": "Enable detailed OSPF packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "dd"
+ ],
+ "help": "Enable OSPF dd packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "dd",
+ "recv",
+ "detail"
+ ],
+ "help": "Enable detailed OSPF recv packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "dd",
+ "recv"
+ ],
+ "help": "Enable OSPF recv packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "dd",
+ "send",
+ "detail"
+ ],
+ "help": "Enable detailed OSPF send packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "dd",
+ "send"
+ ],
+ "help": "Enable OSPF send packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "hello",
+ "detail"
+ ],
+ "help": "Enable detailed OSPF packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "hello"
+ ],
+ "help": "Enable OSPF hello packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "hello",
+ "recv",
+ "detail"
+ ],
+ "help": "Enable detailed OSPF recv packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "hello",
+ "recv"
+ ],
+ "help": "Enable OSPF recv packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "hello",
+ "send",
+ "detail"
+ ],
+ "help": "Enable detailed OSPF send packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "hello",
+ "send"
+ ],
+ "help": "Enable OSPF send packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "ls-ack",
+ "detail"
+ ],
+ "help": "Enable detailed OSPF packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "ls-ack"
+ ],
+ "help": "Enable OSPF ls-ack packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "ls-ack",
+ "recv",
+ "detail"
+ ],
+ "help": "Enable detailed OSPF recv packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "ls-ack",
+ "recv"
+ ],
+ "help": "Enable OSPF recv packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "ls-ack",
+ "send",
+ "detail"
+ ],
+ "help": "Enable detailed OSPF send packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "ls-ack",
+ "send"
+ ],
+ "help": "Enable OSPF send packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "ls-request",
+ "detail"
+ ],
+ "help": "Enable detailed OSPF packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "ls-request"
+ ],
+ "help": "Enable OSPF ls-request packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "ls-request",
+ "recv",
+ "detail"
+ ],
+ "help": "Enable detailed OSPF recv packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "ls-request",
+ "recv"
+ ],
+ "help": "Enable OSPF recv packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "ls-request",
+ "send",
+ "detail"
+ ],
+ "help": "Enable detailed OSPF send packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "ls-request",
+ "send"
+ ],
+ "help": "Enable OSPF send packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "ls-update",
+ "detail"
+ ],
+ "help": "Enable detailed OSPF packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "ls-update"
+ ],
+ "help": "Enable OSPF ls-update packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "ls-update",
+ "recv",
+ "detail"
+ ],
+ "help": "Enable detailed OSPF recv packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "ls-update",
+ "recv"
+ ],
+ "help": "Enable OSPF recv packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "ls-update",
+ "send",
+ "detail"
+ ],
+ "help": "Enable detailed OSPF send packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet",
+ "ls-update",
+ "send"
+ ],
+ "help": "Enable OSPF send packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:3}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "packet"
+ ],
+ "help": "Enable OSPF packet debugging",
+ "run": "vtysh -c \"debug ospf ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "rib",
+ "interface"
+ ],
+ "help": "Enable OSPF rib interface debugging",
+ "run": "vtysh -c \"debug ospf zebra interface\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "rib"
+ ],
+ "help": "Enable OSPF rib debugging",
+ "run": "vtysh -c \"debug ospf zebra\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospf",
+ "enable",
+ "rib",
+ "redistribute"
+ ],
+ "help": "Enable OSPF rib redistribute debugging",
+ "run": "vtysh -c \"debug ospf zebra redistribute\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "abr"
+ ],
+ "help": "Disable all OSPFv3 debugging",
+ "run": "vtysh -c \"no debug ospf6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "asbr"
+ ],
+ "help": "Disable OSPFv3 ASBR debugging",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "border-routers",
+ "area-id"
+ ],
+ "help": "Disable debug border routers in specific Area",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "border-routers"
+ ],
+ "help": "Disable OSPFv3 border router debugging",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "border-routers",
+ "router-id"
+ ],
+ "help": "Disable debug specific border router",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "flooding"
+ ],
+ "help": "Disable OSPFv3 flooding debugging",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "interface"
+ ],
+ "help": "Disable OSPFv3 Interface debugging",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "lsa",
+ "as-external"
+ ],
+ "help": "Display As-External LSAs",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "lsa",
+ "inter-prefix"
+ ],
+ "help": "Display Inter-Area-Prefix LSAs",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "lsa",
+ "inter-router"
+ ],
+ "help": "Display Inter-Router LSAs",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "lsa",
+ "intra-prefix"
+ ],
+ "help": "Display Intra-Area-Prefix LSAs",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "lsa",
+ "link"
+ ],
+ "help": "Display Link LSAs",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "lsa",
+ "network"
+ ],
+ "help": "Display Network LSAs",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "lsa"
+ ],
+ "help": "Disable OSPFv3 Link State Advertisments debugging",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "lsa",
+ "router"
+ ],
+ "help": "Display Router LSAs",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "lsa",
+ "unknown"
+ ],
+ "help": "Display LSAs of unknown origin",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "message",
+ "all"
+ ],
+ "help": "Debug All message",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "message",
+ "dbdesc"
+ ],
+ "help": "Debug Database Description message",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "message",
+ "hello"
+ ],
+ "help": "Debug Hello message",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "message",
+ "lsack"
+ ],
+ "help": "Debug Link State Acknowledgement message",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "message",
+ "lsreq"
+ ],
+ "help": "Debug Link State Request message",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "message",
+ "lsupdate"
+ ],
+ "help": "Debug Link State Update message",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "message"
+ ],
+ "help": "Disable OSPFv3 message debugging",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "message",
+ "unknown"
+ ],
+ "help": "Debug Unknown message",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "neighbor",
+ "event"
+ ],
+ "help": "Debug OSPFv3 Neighbor Event",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "neighbor"
+ ],
+ "help": "Disable OSPFv3 Neighbor debugging",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "neighbor",
+ "state"
+ ],
+ "help": "Debug OSPFv3 Neighbor State Change",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "rib"
+ ],
+ "help": "Disable OSPFv3 connection to RIB debugging",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "rib",
+ "recv"
+ ],
+ "help": "Debug receiving zebra",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "rib",
+ "send"
+ ],
+ "help": "Debug sending zebra",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "route",
+ "inter-area"
+ ],
+ "help": "Debug inter-area route calculation",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "route",
+ "intra-area"
+ ],
+ "help": "Debug intra-area route calculation",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "route",
+ "memory"
+ ],
+ "help": "Debug route memory use",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "route"
+ ],
+ "help": "Disable OSPFv3 route table calculation debugging",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "route",
+ "table"
+ ],
+ "help": "Debug route table calculation",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "spf",
+ "database"
+ ],
+ "help": "Log number of LSAs at SPF Calculation time",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "spf"
+ ],
+ "help": "Disable OSPFv3 SPF calculation debugging",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "spf",
+ "process"
+ ],
+ "help": "Debug Detailed SPF Process",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "disable",
+ "spf",
+ "time"
+ ],
+ "help": "Measure time taken by SPF Calculation",
+ "run": "vtysh -c \"no debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "abr"
+ ],
+ "help": "Enable OSPFv3 ABR debugging",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "asbr"
+ ],
+ "help": "Enable OSPFv3 ASBR debugging",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "border-routers",
+ "area-id"
+ ],
+ "help": "Debug border routers in specific Area",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "border-routers"
+ ],
+ "help": "Enable OSPFv3 border router debugging",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "border-routers",
+ "router-id"
+ ],
+ "help": "Debug specific border router",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "flooding"
+ ],
+ "help": "Enable OSPFv3 flooding debugging",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "interface"
+ ],
+ "help": "Enable OSPFv3 Interface debugging",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "lsa",
+ "as-external"
+ ],
+ "help": "Display As-External LSAs",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "lsa",
+ "inter-prefix"
+ ],
+ "help": "Display Inter-Area-Prefix LSAs",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "lsa",
+ "inter-router"
+ ],
+ "help": "Display Inter-Router LSAs",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "lsa",
+ "intra-prefix"
+ ],
+ "help": "Display Intra-Area-Prefix LSAs",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "lsa",
+ "link"
+ ],
+ "help": "Display Link LSAs",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "lsa",
+ "network"
+ ],
+ "help": "Display Network LSAs",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "lsa"
+ ],
+ "help": "Enable OSPFv3 Link State Advertisments debugging",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "lsa",
+ "router"
+ ],
+ "help": "Display Router LSAs",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "lsa",
+ "unknown"
+ ],
+ "help": "Display LSAs of unknown origin",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "message",
+ "all"
+ ],
+ "help": "Debug All message",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "message",
+ "dbdesc"
+ ],
+ "help": "Debug Database Description message",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "message",
+ "hello"
+ ],
+ "help": "Debug Hello message",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "message",
+ "lsack"
+ ],
+ "help": "Debug Link State Acknowledgement message",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "message",
+ "lsreq"
+ ],
+ "help": "Debug Link State Request message",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "message",
+ "lsupdate"
+ ],
+ "help": "Debug Link State Update message",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "message"
+ ],
+ "help": "Enable OSPFv3 message debugging",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "message",
+ "unknown"
+ ],
+ "help": "Debug Unknown message",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "neighbor",
+ "event"
+ ],
+ "help": "Debug OSPFv3 Neighbor Event",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "neighbor"
+ ],
+ "help": "Enable OSPFv3 Neighbor debugging",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "neighbor",
+ "state"
+ ],
+ "help": "Debug OSPFv3 Neighbor State Change",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "rib"
+ ],
+ "help": "Enable OSPFv3 connection to RIB debugging",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "rib",
+ "recv"
+ ],
+ "help": "Debug receiving zebra",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "rib",
+ "send"
+ ],
+ "help": "Debug sending zebra",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "route",
+ "inter-area"
+ ],
+ "help": "Debug inter-area route calculation",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "route",
+ "intra-area"
+ ],
+ "help": "Debug intra-area route calculation",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "route",
+ "memory"
+ ],
+ "help": "Debug route memory use",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "route"
+ ],
+ "help": "Enable OSPFv3 route table calculation debugging",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "route",
+ "table"
+ ],
+ "help": "Debug route table calculation",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "spf",
+ "database"
+ ],
+ "help": "Log number of LSAs at SPF Calculation time",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "spf"
+ ],
+ "help": "Enable OSPFv3 SPF calculation debugging",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "spf",
+ "process"
+ ],
+ "help": "Debug Detailed SPF Process",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ospfv3",
+ "enable",
+ "spf",
+ "time"
+ ],
+ "help": "Measure time taken by SPF Calculation",
+ "run": "vtysh -c \"debug ospf6 ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rib",
+ "disable",
+ "events"
+ ],
+ "help": "Disable RIB events debugging",
+ "run": "vtysh -c \"no debug zebra ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rib",
+ "disable",
+ "kernel"
+ ],
+ "help": "Disable RIB kernel debugging",
+ "run": "vtysh -c \"no debug zebra ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rib",
+ "disable",
+ "mpls"
+ ],
+ "help": "Disable RIP MPLS LSP debugging",
+ "run": "vtysh -c \"no debug zebra ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rib",
+ "disable",
+ "nexthop"
+ ],
+ "help": "Disable RIB nexthop debugging",
+ "run": "vtysh -c \"no debug zebra ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rib",
+ "disable",
+ "packet",
+ "detail"
+ ],
+ "help": "Disable detailed debugging",
+ "run": "vtysh -c \"no debug zebra ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rib",
+ "disable",
+ "packet"
+ ],
+ "help": "Disable RIB packet debugging",
+ "run": "vtysh -c \"no debug zebra ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rib",
+ "disable",
+ "packet",
+ "recv"
+ ],
+ "help": "Disable receive packet debugging",
+ "run": "vtysh -c \"no debug zebra ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rib",
+ "disable",
+ "packet",
+ "send"
+ ],
+ "help": "Disable send packet debugging",
+ "run": "vtysh -c \"no debug zebra ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rib",
+ "disable",
+ "rib",
+ "detailed"
+ ],
+ "help": "Disable detailed debugging",
+ "run": "vtysh -c \"no debug zebra ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rib",
+ "disable",
+ "rib"
+ ],
+ "help": "Disable RIB debugging",
+ "run": "vtysh -c \"no debug zebra ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rib",
+ "enable",
+ "events"
+ ],
+ "help": "Enable RIB events debugging",
+ "run": "vtysh -c \"debug zebra ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rib",
+ "enable",
+ "kernel"
+ ],
+ "help": "Enable RIB kernel debugging",
+ "run": "vtysh -c \"debug zebra ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rib",
+ "enable",
+ "mpls"
+ ],
+ "help": "Enable RIP MPLS LSP debugging",
+ "run": "vtysh -c \"debug zebra ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rib",
+ "enable",
+ "nexthop"
+ ],
+ "help": "Enable RIB nexthop debugging",
+ "run": "vtysh -c \"debug zebra ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rib",
+ "enable",
+ "packet",
+ "detail"
+ ],
+ "help": "Enable detailed debugging",
+ "run": "vtysh -c \"debug zebra ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rib",
+ "enable",
+ "packet"
+ ],
+ "help": "Enable RIB packet debugging",
+ "run": "vtysh -c \"debug zebra ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rib",
+ "enable",
+ "packet",
+ "recv"
+ ],
+ "help": "Enable receive packet debugging",
+ "run": "vtysh -c \"debug zebra ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rib",
+ "enable",
+ "packet",
+ "send"
+ ],
+ "help": "Enable send packet debugging",
+ "run": "vtysh -c \"debug zebra ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rib",
+ "enable",
+ "rib",
+ "detailed"
+ ],
+ "help": "Enable detailed debugging",
+ "run": "vtysh -c \"debug zebra ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rib",
+ "enable",
+ "rib"
+ ],
+ "help": "Enable RIB debugging",
+ "run": "vtysh -c \"debug zebra ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rip",
+ "disable",
+ "all"
+ ],
+ "help": "Disable RIP debugging",
+ "run": "vtysh -c \"no debug rip\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rip",
+ "disable",
+ "events"
+ ],
+ "help": "Disable RIP events debugging",
+ "run": "vtysh -c \"no debug rip ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rip",
+ "disable",
+ "packet"
+ ],
+ "help": "Disable RIP packet debugging",
+ "run": "vtysh -c \"no debug rip ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rip",
+ "disable",
+ "packet",
+ "recv"
+ ],
+ "help": "Disable receive packet debugging",
+ "run": "vtysh -c \"no debug rip ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rip",
+ "disable",
+ "packet",
+ "send"
+ ],
+ "help": "Disable send packet debugging",
+ "run": "vtysh -c \"no debug rip ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rip",
+ "disable",
+ "rib"
+ ],
+ "help": "Disable RIB debugging",
+ "run": "vtysh -c \"no debug rip zebra\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rip",
+ "enable",
+ "events"
+ ],
+ "help": "Enable RIP events debugging",
+ "run": "vtysh -c \"debug rip ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rip",
+ "enable",
+ "packet"
+ ],
+ "help": "Enable RIP packet debugging",
+ "run": "vtysh -c \"debug rip ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rip",
+ "enable",
+ "packet",
+ "recv"
+ ],
+ "help": "Enable receive packet debugging",
+ "run": "vtysh -c \"debug rip ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rip",
+ "enable",
+ "packet",
+ "send"
+ ],
+ "help": "Enable send packet debugging",
+ "run": "vtysh -c \"debug rip ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "rip",
+ "enable",
+ "rib"
+ ],
+ "help": "Enable RIB debugging",
+ "run": "vtysh -c \"debug rip zebra\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ripng",
+ "disable",
+ "all"
+ ],
+ "help": "Disable RIPNG debugging",
+ "run": "vtysh -c \"no debug ripng\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ripng",
+ "disable",
+ "events"
+ ],
+ "help": "Disable RIPNG events debugging",
+ "run": "vtysh -c \"no debug ripng ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ripng",
+ "disable",
+ "packet"
+ ],
+ "help": "Disable RIPNG packet debugging",
+ "run": "vtysh -c \"no debug ripng ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ripng",
+ "disable",
+ "packet",
+ "recv"
+ ],
+ "help": "Disable receive packet debugging",
+ "run": "vtysh -c \"no debug ripng ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ripng",
+ "disable",
+ "packet",
+ "send"
+ ],
+ "help": "Disable send packet debugging",
+ "run": "vtysh -c \"no debug ripng ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ripng",
+ "disable",
+ "rib"
+ ],
+ "help": "Disable RIB debugging",
+ "run": "vtysh -c \"no debug ripng zebra\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ripng",
+ "enable",
+ "events"
+ ],
+ "help": "Enable RIPNG events debugging",
+ "run": "vtysh -c \"debug ripng ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ripng",
+ "enable",
+ "packet"
+ ],
+ "help": "Enable RIPNG packet debugging",
+ "run": "vtysh -c \"debug ripng ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ripng",
+ "enable",
+ "packet",
+ "recv"
+ ],
+ "help": "Enable receive packet debugging",
+ "run": "vtysh -c \"debug ripng ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ripng",
+ "enable",
+ "packet",
+ "send"
+ ],
+ "help": "Enable send packet debugging",
+ "run": "vtysh -c \"debug ripng ${@:5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "protocol",
+ "ripng",
+ "enable",
+ "rib"
+ ],
+ "help": "Enable RIB debugging",
+ "run": "vtysh -c \"debug ripng zebra\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "traffic",
+ "interface",
+ "<text>",
+ "filter",
+ "<text>"
+ ],
+ "help": "Monitor traffic matching filter conditions",
+ "run": "sudo tcpdump -n -i $4 \"${@:6}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "traffic",
+ "interface",
+ "<text>"
+ ],
+ "help": "Monitor traffic dump from an interface",
+ "run": "sudo tcpdump -i $4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "traffic",
+ "interface",
+ "<text>",
+ "save",
+ "<text>",
+ "filter",
+ "<text>"
+ ],
+ "help": "Save a dump of traffic matching filter conditions to a file",
+ "run": "sudo tcpdump -n -i $4 -w $6 \"${@:8}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "traffic",
+ "interface",
+ "<text>",
+ "save",
+ "<text>"
+ ],
+ "help": "Save traffic dump from an interface to a file",
+ "run": "sudo tcpdump -n -i $4 -w $6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "traffic",
+ "interface",
+ "<text>",
+ "verbose",
+ "filter",
+ "<text>"
+ ],
+ "help": "Monitor traffic matching filter conditions",
+ "run": "sudo tcpdump -vvv -ne -i $4 \"${@:6}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "traffic",
+ "interface",
+ "<text>",
+ "verbose"
+ ],
+ "help": "Provide more detailed packets for each monitored traffic",
+ "run": "sudo tcpdump -vvv -ne -i $4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "traffic",
+ "interface",
+ "<text>",
+ "verbose",
+ "save",
+ "<text>",
+ "filter",
+ "<text>"
+ ],
+ "help": "Save a dump of traffic matching filter conditions to a file",
+ "run": "sudo tcpdump -vvv -ne -i $4 -w $6 \"${@:8}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "monitor",
+ "traffic",
+ "interface",
+ "<text>",
+ "verbose",
+ "save",
+ "<text>"
+ ],
+ "help": "Save traffic dump from an interface to a file",
+ "run": "sudo tcpdump -vvv -ne -i $4 -w $6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "ping",
+ "<text>"
+ ],
+ "help": "Send Internet Control Message Protocol (ICMP) echo request",
+ "run": "${vyos_op_scripts_dir}/ping.py ${@:2}",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "ping",
+ "<text>",
+ "<text>"
+ ],
+ "help": "Ping options",
+ "run": "${vyos_op_scripts_dir}/ping.py ${@:2}",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "poweroff",
+ "at",
+ "<text>",
+ "date",
+ "<text>"
+ ],
+ "help": "Poweroff at a specific date",
+ "run": "sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --poweroff $3 $5",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "poweroff",
+ "at",
+ "<text>"
+ ],
+ "help": "Poweroff at a specific time",
+ "run": "sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --poweroff $3",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "poweroff",
+ "cancel"
+ ],
+ "help": "Cancel a pending poweroff",
+ "run": "sudo ${vyos_op_scripts_dir}/powerctrl.py --cancel",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "poweroff",
+ "in",
+ "<text>"
+ ],
+ "help": "Poweroff in X minutes",
+ "run": "sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --poweroff $3 $4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "poweroff"
+ ],
+ "help": "Poweroff the system",
+ "run": "sudo ${vyos_op_scripts_dir}/powerctrl.py --poweroff",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "poweroff",
+ "now"
+ ],
+ "help": "Poweroff the system without confirmation",
+ "run": "sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --poweroff",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reboot",
+ "at",
+ "<text>",
+ "date",
+ "<text>"
+ ],
+ "help": "Reboot at a specific date",
+ "run": "sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --reboot $3 $5",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reboot",
+ "at",
+ "<text>"
+ ],
+ "help": "Reboot at a specific time",
+ "run": "sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --reboot $3",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reboot",
+ "cancel"
+ ],
+ "help": "Cancel a pending reboot",
+ "run": "sudo ${vyos_op_scripts_dir}/powerctrl.py --cancel",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reboot",
+ "in",
+ "<text>"
+ ],
+ "help": "Reboot in X minutes",
+ "run": "sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --reboot-in $3 $4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reboot"
+ ],
+ "help": "Reboot the system",
+ "run": "sudo ${vyos_op_scripts_dir}/powerctrl.py --reboot",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reboot",
+ "now"
+ ],
+ "help": "Reboot the system without confirmation",
+ "run": "sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --reboot",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "release",
+ "dhcp",
+ "interface",
+ "<text>"
+ ],
+ "help": "Release DHCP IP address lease for specified interface",
+ "run": "sudo /opt/vyatta/bin/sudo-users/vyatta-interfaces.pl --dhcp release --dev \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "release",
+ "dhcpv6",
+ "interface",
+ "<text>"
+ ],
+ "help": "Release DHCPv6 lease for interface",
+ "run": "sudo /opt/vyatta/sbin/vyatta-dhcpv6-client.pl --release --ifname \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "rename",
+ "system",
+ "image",
+ "<text>",
+ "<text>"
+ ],
+ "help": "New name for system image.",
+ "run": "",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "renew",
+ "dhcp",
+ "interface",
+ "<text>"
+ ],
+ "help": "Renew DHCP client lease for specified interface",
+ "run": "sudo systemctl restart \"dhclient@$4.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "renew",
+ "dhcpv6",
+ "interface",
+ "<text>"
+ ],
+ "help": "Renew DHCPv6 client lease for specified interface",
+ "run": "sudo systemctl restart \"dhcp6c@$4.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "1-4294967295",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "1-4294967295",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "1-4294967295",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "1-4294967295",
+ "<text>"
+ ],
+ "help": "Reset peers with the AS number",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "1-4294967295",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "1-4294967295",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "1-4294967295",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "1-4294967295",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "all"
+ ],
+ "help": "Clear all peers",
+ "run": "vtysh -c \"clear bgp *\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "external",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "external",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "external",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "external"
+ ],
+ "help": "Reset all external peers",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "external",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "external",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "external",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "external",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "1-4294967295",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "1-4294967295",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "1-4294967295",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "1-4294967295",
+ "<text>"
+ ],
+ "help": "Reset peers with the AS number",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "1-4294967295",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "1-4294967295",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "1-4294967295",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "1-4294967295",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "all"
+ ],
+ "help": "Clear all peers",
+ "run": "vtysh -c \"clear bgp ipv4 *\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "external",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "external",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "external",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "external"
+ ],
+ "help": "Reset all external peers",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "external",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "external",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "external",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "external",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "<text>"
+ ],
+ "help": "IPv4 neighbor to clear",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "peer-group",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "peer-group",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "peer-group",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "peer-group",
+ "<text>"
+ ],
+ "help": "Reset all members of peer-group",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "peer-group",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "peer-group",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "peer-group",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv4",
+ "peer-group",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "1-4294967295",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "1-4294967295",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "1-4294967295",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "1-4294967295",
+ "<text>"
+ ],
+ "help": "Reset peers with the AS number",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "1-4294967295",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "1-4294967295",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "1-4294967295",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "1-4294967295",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "all"
+ ],
+ "help": "Clear all peers",
+ "run": "vtysh -c \"clear bgp ipv6 *\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "external",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "external",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "external",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "external"
+ ],
+ "help": "Reset all external peers",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "external",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "external",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "external",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "external",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "<text>"
+ ],
+ "help": "IPv6 neighbor to clear",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "peer-group",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "peer-group",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "peer-group",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "peer-group",
+ "<text>"
+ ],
+ "help": "Reset all members of peer-group",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "peer-group",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "peer-group",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "peer-group",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "ipv6",
+ "peer-group",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "1-4294967295",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "1-4294967295",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "1-4294967295",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "1-4294967295",
+ "<text>"
+ ],
+ "help": "Reset peers with the AS number",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "1-4294967295",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "1-4294967295",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "1-4294967295",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "1-4294967295",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "all"
+ ],
+ "help": "Clear all peers",
+ "run": "vtysh -c \"clear bgp l2vpn evpn *\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "external",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "external",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "external",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "external"
+ ],
+ "help": "Reset all external peers",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "external",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "external",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "external",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "external",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "<text>"
+ ],
+ "help": "BGP IPv4/IPv6 neighbor to clear",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "peer-group",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "peer-group",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "peer-group",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "peer-group",
+ "<text>"
+ ],
+ "help": "Reset all members of peer-group",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "peer-group",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "peer-group",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "peer-group",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "peer-group",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "<text>"
+ ],
+ "help": "BGP IPv4/IPv6 neighbor to clear",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "peer-group",
+ "<text>"
+ ],
+ "help": "Reset all members of peer-group",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "prefix",
+ "<text>"
+ ],
+ "help": "Clear bestpath and re-advertise",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "1-4294967295",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "1-4294967295",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "1-4294967295",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "1-4294967295",
+ "<text>"
+ ],
+ "help": "Reset peers with the AS number",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "1-4294967295",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "1-4294967295",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "1-4294967295",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "1-4294967295",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "all"
+ ],
+ "help": "Clear all peers",
+ "run": "vtysh -c \"clear bgp vrf $4 *\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "external",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "external",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "external",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "external"
+ ],
+ "help": "Reset all external peers",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "external",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "external",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "external",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "external",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "1-4294967295",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "1-4294967295",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "1-4294967295",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "1-4294967295",
+ "<text>"
+ ],
+ "help": "Reset peers with the AS number",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "1-4294967295",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "1-4294967295",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "1-4294967295",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "1-4294967295",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "all"
+ ],
+ "help": "Clear all peers",
+ "run": "vtysh -c \"clear bgp vrf $4 ipv4 *\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "external",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "external",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "external",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "external"
+ ],
+ "help": "Reset all external peers",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "external",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "external",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "external",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "external",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "<text>"
+ ],
+ "help": "IPv4 neighbor to clear",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "peer-group",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "peer-group",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "peer-group",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "peer-group",
+ "<text>"
+ ],
+ "help": "Reset all members of peer-group",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "peer-group",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "peer-group",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "peer-group",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "peer-group",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "1-4294967295",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "1-4294967295",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "1-4294967295",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "1-4294967295",
+ "<text>"
+ ],
+ "help": "Reset peers with the AS number",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "1-4294967295",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "1-4294967295",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "1-4294967295",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "1-4294967295",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "all"
+ ],
+ "help": "Clear all peers",
+ "run": "vtysh -c \"clear bgp vrf $4 ipv6 *\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "external",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "external",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "external",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "external"
+ ],
+ "help": "Reset all external peers",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "external",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "external",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "external",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "external",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "<text>"
+ ],
+ "help": "IPv6 neighbor to clear",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "peer-group",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "peer-group",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "peer-group",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "peer-group",
+ "<text>"
+ ],
+ "help": "Reset all members of peer-group",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "peer-group",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "peer-group",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "peer-group",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "peer-group",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "1-4294967295",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "1-4294967295",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "1-4294967295",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "1-4294967295",
+ "<text>"
+ ],
+ "help": "Reset peers with the AS number",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "1-4294967295",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "1-4294967295",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "1-4294967295",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "1-4294967295",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "all"
+ ],
+ "help": "Clear all peers",
+ "run": "vtysh -c \"clear bgp vrf $4 l2vpn evpn *\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "external",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "external",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "external",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "external"
+ ],
+ "help": "Reset all external peers",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "external",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "external",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "external",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "external",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "<text>"
+ ],
+ "help": "BGP IPv4/IPv6 neighbor to clear",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "peer-group",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "peer-group",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "peer-group",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "peer-group",
+ "<text>"
+ ],
+ "help": "Reset all members of peer-group",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "peer-group",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "peer-group",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "peer-group",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "peer-group",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "<text>"
+ ],
+ "help": "IPv4/IPv6 neighbor to clear",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "peer-group",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "peer-group",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "peer-group",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "peer-group",
+ "<text>"
+ ],
+ "help": "Reset all members of peer-group",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "peer-group",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "peer-group",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "peer-group",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "peer-group",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "bgp",
+ "vrf",
+ "<text>",
+ "prefix",
+ "<text>"
+ ],
+ "help": "Clear bestpath and re-advertise",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "conntrack"
+ ],
+ "help": "Reset all currently tracked connections",
+ "run": "sudo ${vyos_op_scripts_dir}/clear_conntrack.py",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "conntrack-sync",
+ "external-cache"
+ ],
+ "help": "Reset external cache and request resync with other systems",
+ "run": "sudo ${vyos_op_scripts_dir}/conntrack_sync.py reset_external_cache",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "conntrack-sync",
+ "internal-cache"
+ ],
+ "help": "Reset internal cache and request resync with other systems",
+ "run": "sudo ${vyos_op_scripts_dir}/conntrack_sync.py reset_internal_cache",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "dns",
+ "forwarding",
+ "all"
+ ],
+ "help": "Reset DNS forwarding cache",
+ "run": "sudo ${vyos_op_scripts_dir}/dns_forwarding_reset.py --all",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "dns",
+ "forwarding",
+ "domain",
+ "<text>"
+ ],
+ "help": "Reset DNS forwarding cache for a domain",
+ "run": "sudo ${vyos_op_scripts_dir}/dns_forwarding_reset.py $5",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "arp",
+ "address",
+ "<text>"
+ ],
+ "help": "Reset ARP cache for an IPv4 address",
+ "run": "sudo ${vyos_op_scripts_dir}/neighbor.py reset --family inet --address \"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "arp",
+ "interface",
+ "<text>"
+ ],
+ "help": "Reset ARP cache for interface",
+ "run": "sudo ${vyos_op_scripts_dir}/neighbor.py reset --family inet --interface \"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "arp",
+ "table"
+ ],
+ "help": "Flush the ARP cache completely",
+ "run": "sudo ${vyos_op_scripts_dir}/neighbor.py reset --family inet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "1-4294967295",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "1-4294967295",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "1-4294967295",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "1-4294967295",
+ "<text>"
+ ],
+ "help": "Reset peers with the AS number",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "1-4294967295",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "1-4294967295",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "1-4294967295",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "1-4294967295",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "all"
+ ],
+ "help": "Clear all BGP peering sessions",
+ "run": "vtysh -c \"clear bgp ipv4 *\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "dampening"
+ ],
+ "help": "Clear BGP route flap dampening information",
+ "run": "vtysh -c \"clear ip bgp dampening\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "dampening",
+ "<text>"
+ ],
+ "help": "Clear BGP route flap dampening information for given",
+ "run": "vtysh -c \"clear ip bgp dampening $5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "dampening",
+ "<text>",
+ "<text>"
+ ],
+ "help": "Clear BGP route flap dampening information for given network",
+ "run": "vtysh -c \"clear ip bgp dampening $5 $6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "external",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "external",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "external",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "external"
+ ],
+ "help": "Reset all external peers",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "external",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "external",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "external",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "external",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "<text>"
+ ],
+ "help": "BGP IPv4/IPv6 neighbor to clear",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "in",
+ "prefix-filter"
+ ],
+ "help": "Push out prefix-list ORF and do inbound soft reconfig",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "message-stats"
+ ],
+ "help": "Reset message statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "peer-group",
+ "<text>"
+ ],
+ "help": "Reset all members of peer-group",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "soft",
+ "in"
+ ],
+ "help": "Send route-refresh unless using 'soft-reconfiguration inbound'",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "soft"
+ ],
+ "help": "Soft reconfig inbound and outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "peer-group",
+ "<text>",
+ "soft",
+ "out"
+ ],
+ "help": "Resend all outbound updates",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "all"
+ ],
+ "help": "Clear all BGP peering sessions for vrf",
+ "run": "vtysh -c \"clear bgp vrf $5 *\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "<text>"
+ ],
+ "help": "Clear BGP neighbor IP address",
+ "run": "vtysh -c \"clear bgp vrf $5 $6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "igmp",
+ "interfaces"
+ ],
+ "help": "Reset IGMP interfaces",
+ "run": "vtysh -c \"clear ip igmp interfaces\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "multicast",
+ "route"
+ ],
+ "help": "Clear multicast routing table",
+ "run": "vtysh -c \"clear ip mroute\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "route",
+ "cache"
+ ],
+ "help": "Flush the kernel route cache",
+ "run": "sudo ip route flush cache",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ip",
+ "route",
+ "cache",
+ "<text>"
+ ],
+ "help": "Flush the kernel route cache for a given route",
+ "run": "sudo ip route flush cache \"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ipoe-server",
+ "session",
+ "interface",
+ "<text>"
+ ],
+ "help": "Clear IPoE server session by interface",
+ "run": "${vyos_op_scripts_dir}/ipoe-control.py --action=\"terminate\" --selector=\"if\" --target=\"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ipoe-server",
+ "session",
+ "sid",
+ "<text>"
+ ],
+ "help": "Clear IPoE server session by Session ID",
+ "run": "${vyos_op_scripts_dir}/ipoe-control.py --action=\"terminate\" --selector=\"sid\" --target=\"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ipoe-server",
+ "session",
+ "username",
+ "<text>"
+ ],
+ "help": "Clear IPoE server session by username",
+ "run": "${vyos_op_scripts_dir}/ipoe-control.py --action=\"terminate\" --selector=\"username\" --target=\"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ipv6",
+ "neighbors",
+ "address",
+ "<text>"
+ ],
+ "help": "Reset ND cache for an IPv6 address",
+ "run": "sudo ip -f inet6 neigh flush to \"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ipv6",
+ "neighbors",
+ "interface",
+ "<text>"
+ ],
+ "help": "Reset IPv6 ND cache for interface",
+ "run": "sudo ip -f inet6 neigh flush dev \"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ipv6",
+ "route",
+ "cache"
+ ],
+ "help": "Flush the kernel IPv6 route cache",
+ "run": "sudo ip -f inet6 route flush cache",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "ipv6",
+ "route",
+ "cache",
+ "<text>"
+ ],
+ "help": "Flush the kernel IPv6 route cache for a given route",
+ "run": "sudo ip -f inet6 route flush cache \"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "mpls",
+ "ldp",
+ "neighbor",
+ "<text>"
+ ],
+ "help": "Reset MPLS LDP neighbor/session",
+ "run": "vtysh -c \"clear mpls ldp neighbor $5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "nhrp",
+ "flush"
+ ],
+ "help": "Clear all non-permanent entries",
+ "run": "sudo opennhrpctl flush || echo OpenNHRP is not running.",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "nhrp",
+ "flush",
+ "tunnel",
+ "<text>"
+ ],
+ "help": "Clear all non-permanent entries",
+ "run": "sudo opennhrpctl flush dev $5 || echo OpenNHRP is not running.",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "nhrp",
+ "purge"
+ ],
+ "help": "Purge entries from NHRP cache",
+ "run": "sudo opennhrpctl purge || echo OpenNHRP is not running.",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "nhrp",
+ "purge",
+ "tunnel",
+ "<text>"
+ ],
+ "help": "Purge all entries from NHRP cache",
+ "run": "sudo opennhrpctl purge dev $5 || echo OpenNHRP is not running.",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "openvpn",
+ "client",
+ "<text>"
+ ],
+ "help": "Reset specified OpenVPN client",
+ "run": "echo kill $4 | socat - UNIX-CONNECT:/run/openvpn/openvpn-mgmt-intf > /dev/null",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "openvpn",
+ "interface",
+ "<text>"
+ ],
+ "help": "Reset OpenVPN process on interface",
+ "run": "sudo ${vyos_op_scripts_dir}/openvpn.py reset --interface $4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "pppoe-server",
+ "all"
+ ],
+ "help": "Terminate all PPPoE server users",
+ "run": "${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto=\"pppoe\" --action=\"terminate all\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "pppoe-server",
+ "interface",
+ "<text>"
+ ],
+ "help": "Terminate a PPP interface",
+ "run": "${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto=\"pppoe\" --action=\"terminate if $4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "pppoe-server",
+ "username",
+ "<text>"
+ ],
+ "help": "Terminate specified users",
+ "run": "${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto=\"pppoe\" --action=\"terminate username $4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "rpki"
+ ],
+ "help": "Reset RPKI",
+ "run": "vtysh -c \"rpki reset\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "terminal"
+ ],
+ "help": "Reset terminal",
+ "run": "/usr/bin/reset",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "vpn",
+ "ipsec",
+ "profile",
+ "<text>",
+ "tunnel",
+ "<text>"
+ ],
+ "help": "Reset a specific tunnel for given DMVPN profile",
+ "run": "sudo ${vyos_op_scripts_dir}/ipsec.py reset_profile_all --profile=\"$5\" --tunnel=\"$7\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "vpn",
+ "ipsec",
+ "profile",
+ "<text>",
+ "tunnel",
+ "<text>",
+ "remote-host",
+ "<text>"
+ ],
+ "help": "Reset a specific tunnel for given DMVPN NBMA",
+ "run": "sudo ${vyos_op_scripts_dir}/ipsec.py reset_profile_dst --profile=\"$5\" --tunnel=\"$7\" --nbma-dst=\"$9\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "all"
+ ],
+ "help": "Reset all users current remote access IPSec VPN sessions",
+ "run": "sudo ${vyos_op_scripts_dir}/ipsec.py reset_ra",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "user",
+ "<text>"
+ ],
+ "help": "Reset specified user current remote access IPsec VPN session(s)",
+ "run": "sudo ${vyos_op_scripts_dir}/ipsec.py reset_ra --user=\"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "all"
+ ],
+ "help": "Reset all site-to-site IPSec VPN sessions",
+ "run": "sudo ${vyos_op_scripts_dir}/ipsec.py reset_all_peers",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>"
+ ],
+ "help": "Reset all tunnels for given peer",
+ "run": "sudo ${vyos_op_scripts_dir}/ipsec.py reset_peer --peer=\"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "tunnel",
+ "<text>"
+ ],
+ "help": "Reset a specific tunnel for given peer",
+ "run": "sudo ${vyos_op_scripts_dir}/ipsec.py reset_peer --peer=\"$6\" --tunnel=\"$8\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "vpn",
+ "ipsec",
+ "site-to-site",
+ "peer",
+ "<text>",
+ "vti"
+ ],
+ "help": "Reset the VTI tunnel for given peer",
+ "run": "sudo ${vyos_op_scripts_dir}/ipsec.py reset_peer --peer=\"$6\" --tunnel=\"vti\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "vpn",
+ "l2tp",
+ "all"
+ ],
+ "help": "Reset all L2TP server VPN sessions",
+ "run": "sudo ${vyos_op_scripts_dir}/reset_vpn.py reset_conn --protocol=\"l2tp\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "vpn",
+ "l2tp",
+ "interface",
+ "<text>"
+ ],
+ "help": "Reset specified interface on L2TP VPN server",
+ "run": "sudo ${vyos_op_scripts_dir}/reset_vpn.py reset_conn --protocol=\"l2tp\" --interface=\"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "vpn",
+ "l2tp",
+ "user",
+ "<text>"
+ ],
+ "help": "Reset specified user on L2TP VPN server",
+ "run": "sudo ${vyos_op_scripts_dir}/reset_vpn.py reset_conn --protocol=\"l2tp\" --username=\"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "vpn",
+ "pptp",
+ "all"
+ ],
+ "help": "Reset all PPTP server VPN sessions",
+ "run": "sudo ${vyos_op_scripts_dir}/reset_vpn.py reset_conn --protocol=\"pptp\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "vpn",
+ "pptp",
+ "interface",
+ "<text>"
+ ],
+ "help": "Reset specified interface on PPTP VPN server",
+ "run": "sudo ${vyos_op_scripts_dir}/reset_vpn.py reset_conn --protocol=\"pptp\" --interface=\"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "vpn",
+ "pptp",
+ "user",
+ "<text>"
+ ],
+ "help": "Reset specified user on PPTP VPN server",
+ "run": "sudo ${vyos_op_scripts_dir}/reset_vpn.py reset_conn --protocol=\"pptp\" --username=\"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "vpn",
+ "sstp",
+ "all"
+ ],
+ "help": "Reset all SSTP server VPN sessions",
+ "run": "sudo ${vyos_op_scripts_dir}/reset_vpn.py reset_conn --protocol=\"sstp\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "vpn",
+ "sstp",
+ "interface",
+ "<text>"
+ ],
+ "help": "Reset specified interface on SSTP VPN server",
+ "run": "sudo ${vyos_op_scripts_dir}/reset_vpn.py reset_conn --protocol=\"sstp\" --interface=\"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "reset",
+ "vpn",
+ "sstp",
+ "user",
+ "<text>"
+ ],
+ "help": "Reset specified user on SSTP VPN server",
+ "run": "sudo ${vyos_op_scripts_dir}/reset_vpn.py reset_conn --protocol=\"sstp\" --username=\"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "all"
+ ],
+ "help": "Restart all routing daemons",
+ "run": "sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "babel"
+ ],
+ "help": "Restart Babel routing daemon",
+ "run": "sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon babeld",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "bfd"
+ ],
+ "help": "Restart Bidirectional Forwarding Detection (BFD) daemon",
+ "run": "sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon bfdd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "bgp"
+ ],
+ "help": "Restart Border Gateway Protocol (BGP) routing daemon",
+ "run": "sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon bgpd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "cluster"
+ ],
+ "help": "Restart cluster node",
+ "run": "",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "conntrack-sync"
+ ],
+ "help": "Restart the connection tracking synchronization service",
+ "run": "sudo ${vyos_op_scripts_dir}/conntrack_sync.py restart",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "container",
+ "<text>"
+ ],
+ "help": "Restart a given container",
+ "run": "sudo ${vyos_op_scripts_dir}/container.py restart --name=\"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "dhcp",
+ "relay-agent"
+ ],
+ "help": "Restart DHCP relay-agent",
+ "run": "sudo ${vyos_op_scripts_dir}/restart_dhcp_relay.py --ipv4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "dhcp",
+ "server"
+ ],
+ "help": "Restart DHCP server",
+ "run": "if cli-shell-api existsActive service dhcp-server; then sudo systemctl restart isc-dhcp-server.service; else echo \"DHCP server not configured\"; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "dhcpv6",
+ "relay-agent"
+ ],
+ "help": "Restart DHCPv6 relay-agent",
+ "run": "sudo ${vyos_op_scripts_dir}/restart_dhcp_relay.py --ipv6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "dhcpv6",
+ "server"
+ ],
+ "help": "Restart DHCPv6 server",
+ "run": "if cli-shell-api existsActive service dhcpv6-server; then sudo systemctl restart isc-dhcp-server6.service; else echo \"DHCPv6 server not configured\"; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "dns",
+ "dynamic"
+ ],
+ "help": "Restart Dynamic DNS service",
+ "run": "sudo ${vyos_op_scripts_dir}/dns_dynamic.py --update",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "dns",
+ "forwarding"
+ ],
+ "help": "Restart DNS forwarding service",
+ "run": "sudo ${vyos_op_scripts_dir}/dns_forwarding_restart.sh",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "flow-accounting"
+ ],
+ "help": "Restart (net)flow accounting process",
+ "run": "sudo ${vyos_op_scripts_dir}/flow_accounting_op.py --action restart",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "igmp-proxy"
+ ],
+ "help": "Restart the IGMP proxy process",
+ "run": "sudo systemctl restart igmpproxy.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "ipoe-server"
+ ],
+ "help": "Restart IPoE (Internet Protocol over Ethernet) server process",
+ "run": "${vyos_op_scripts_dir}/ipoe-control.py --action=\"restart\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "ipsec"
+ ],
+ "help": "Restart the IPsec VPN process",
+ "run": "if systemctl is-active --quiet strongswan; then sudo systemctl restart strongswan ; echo \"IPsec process restarted\"; else echo \"IPsec process not running\" ; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "isis"
+ ],
+ "help": "Restart Intermediate System to Intermediate System (IS-IS)",
+ "run": "sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon isisd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "ldp"
+ ],
+ "help": "Restart the Label Distribution Protocol (LDP) daemon",
+ "run": "sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon ldpd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "openconnect-server"
+ ],
+ "help": "Restart openconnect server process",
+ "run": "${vyos_op_scripts_dir}/openconnect-control.py --action=\"restart\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "ospf"
+ ],
+ "help": "Restart Open Shortest Path First (OSPF) routing daemon",
+ "run": "sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon ospfd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "ospfv3"
+ ],
+ "help": "Restart IPv6 Open Shortest Path First (OSPFv3) routing daemon",
+ "run": "sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon ospf6d",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "pppoe-server"
+ ],
+ "help": "Restart PPPoE server process",
+ "run": "${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto=\"pppoe\" --action=\"restart\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "rip"
+ ],
+ "help": "Restart Routing Information Protocol (RIP) routing daemon",
+ "run": "sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon ripd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "ripng"
+ ],
+ "help": "Restart Routing Information Protocol NG (RIPng) routing daemon",
+ "run": "sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon ripngd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "snmp"
+ ],
+ "help": "Restart SNMP service",
+ "run": "if cli-shell-api existsActive service snmp; then sudo systemctl restart snmpd.service; else echo \"Service SNMP not configured\"; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "ssh"
+ ],
+ "help": "Restart SSH service",
+ "run": "if cli-shell-api existsActive service ssh; then sudo systemctl restart ssh.service; else echo \"Service SSH not configured\"; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "static"
+ ],
+ "help": "Restart static routing daemon",
+ "run": "sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon staticd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "vrrp"
+ ],
+ "help": "Restart VRRP (Virtual Router Redundancy Protocol) process",
+ "run": "sudo systemctl restart keepalived.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "wan-load-balance"
+ ],
+ "help": "Restart WAN load balancing",
+ "run": " if [ -f /var/run/load-balance/wlb.out ] ; then",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "webproxy"
+ ],
+ "help": "Restart WebProxy service",
+ "run": "if cli-shell-api existsActive service webproxy; then sudo systemctl restart squid.service; else echo \"Service WebProxy not configured\"; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "restart",
+ "zebra"
+ ],
+ "help": "Restart Routing Information Base (RIB) manager daemon",
+ "run": "sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon zebra",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "set",
+ "builtin",
+ "<text>"
+ ],
+ "help": "Bash builtin set command",
+ "run": "builtin $3",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "set",
+ "console",
+ "keymap"
+ ],
+ "help": "Reconfigure console keyboard layout",
+ "run": "sudo dpkg-reconfigure -f dialog keyboard-configuration && sudo systemctl restart keyboard-setup",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "set",
+ "date",
+ "<text>"
+ ],
+ "help": "Set system date and time",
+ "run": "/bin/date \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "set",
+ "pppoe-server",
+ "maintenance-mode",
+ "cancel"
+ ],
+ "help": "Cancel maintenance mode",
+ "run": "${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto=\"pppoe\" --action=\"shutdown cancel\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "set",
+ "pppoe-server",
+ "maintenance-mode",
+ "enable"
+ ],
+ "help": "Deny new connections and stop serving PPPoE after disconnecting",
+ "run": "${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto=\"pppoe\" --action=\"shutdown soft\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "set",
+ "system",
+ "image",
+ "default-boot"
+ ],
+ "help": "Set default image to boot.",
+ "run": "",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "set",
+ "system",
+ "image",
+ "default-boot",
+ "<text>"
+ ],
+ "help": "Default boot image name",
+ "run": "",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "set",
+ "terminal",
+ "key",
+ "query-help",
+ "<text>"
+ ],
+ "help": "Enable/disable getting help using question mark (default",
+ "run": "${vyos_op_scripts_dir}/toggle_help_binding.sh $5",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "set",
+ "terminal",
+ "length",
+ "<text>"
+ ],
+ "help": "Set terminal to given number of rows (0 disables paging)",
+ "run": "if [ \"$4\" -eq 0 ]; then VYATTA_PAGER=cat; else VYATTA_PAGER=${_vyatta_default_pager}; stty rows $4; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "set",
+ "terminal",
+ "pager"
+ ],
+ "help": "Set terminal pager to default (less)",
+ "run": "VYATTA_PAGER=${_vyatta_default_pager}",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "set",
+ "terminal",
+ "pager",
+ "<text>"
+ ],
+ "help": "Set terminal pager",
+ "run": "VYATTA_PAGER=$4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "set",
+ "terminal",
+ "width",
+ "<text>"
+ ],
+ "help": "Set terminal to given number of columns",
+ "run": "stty columns $4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "arp",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show Address Resolution Protocol (ARP) cache for specified",
+ "run": "${vyos_op_scripts_dir}/neighbor.py show --family inet --interface \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "arp"
+ ],
+ "help": "Show Address Resolution Protocol (ARP) information",
+ "run": "${vyos_op_scripts_dir}/neighbor.py show --family inet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "babel",
+ "interface"
+ ],
+ "help": "Show Babel Interface information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "babel",
+ "neighbor"
+ ],
+ "help": "Show Babel neighbor information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "babel",
+ "neighbor",
+ "<text>"
+ ],
+ "help": "Show Babel neighbor information for specified interface",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "babel",
+ "route"
+ ],
+ "help": "Show Babel route information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bfd",
+ "peer",
+ "<text>",
+ "counters"
+ ],
+ "help": "Show Bidirectional Forwarding Detection (BFD) peer counters",
+ "run": "vtysh -c \"show bfd peers counters\" | sed -n \"/peer $4 /,/^$/p\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bfd",
+ "peer",
+ "<text>"
+ ],
+ "help": "Show Bidirectional Forwarding Detection (BFD) peer status",
+ "run": "vtysh -c \"show bfd peers\" | sed -n \"/peer $4 /,/^$/p\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bfd",
+ "peers",
+ "brief"
+ ],
+ "help": "Show Bidirectional Forwarding Detection (BFD) peers brief",
+ "run": "vtysh -c \"show bfd peers brief\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bfd",
+ "peers",
+ "counters"
+ ],
+ "help": "Show Bidirectional Forwarding Detection (BFD) peer counters",
+ "run": "vtysh -c \"show bfd peers counters\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bfd",
+ "peers"
+ ],
+ "help": "Show Bidirectional Forwarding Detection peers",
+ "run": "vtysh -c \"show bfd peers\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bfd",
+ "static",
+ "routes"
+ ],
+ "help": "Showing BFD monitored static routes",
+ "run": "vtysh -c \"show bfd static route\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "cidr-only"
+ ],
+ "help": "Display only routes with non-natural netmasks",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "cidr-only",
+ "wide"
+ ],
+ "help": "Increase table width for longer prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "community",
+ "accept-own"
+ ],
+ "help": "Should accept local VPN route if exported and imported into",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "community",
+ "accept-own-nexthop"
+ ],
+ "help": "Should accept VPN route with local nexthop (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "community",
+ "blackhole"
+ ],
+ "help": "Inform EBGP peers to blackhole traffic to prefix (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "community",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "community",
+ "graceful-shutdown"
+ ],
+ "help": "Graceful shutdown (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "community",
+ "llgr-stale"
+ ],
+ "help": "Staled Long-lived Graceful Restart VPN route (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "community",
+ "local-AS"
+ ],
+ "help": "Do not send outside local AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "community",
+ "no-advertise"
+ ],
+ "help": "Do not advertise to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "community",
+ "no-export"
+ ],
+ "help": "Do not export to next AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "community",
+ "no-llgr"
+ ],
+ "help": "Removed because Long-lived Graceful Restart was not enabled for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "community",
+ "no-peer"
+ ],
+ "help": "Do not export to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "community"
+ ],
+ "help": "Display routes matching the community",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "community",
+ "<text>"
+ ],
+ "help": "Community number where AA and NN are (0-65535)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "community",
+ "route-filter-translated-v4"
+ ],
+ "help": "RT translated VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "community",
+ "route-filter-translated-v6"
+ ],
+ "help": "RT translated VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "community",
+ "route-filter-v4"
+ ],
+ "help": "RT VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "community",
+ "route-filter-v6"
+ ],
+ "help": "RT VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "dampening",
+ "dampened-paths"
+ ],
+ "help": "Display paths suppressed due to dampening",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "dampening",
+ "flap-statistics"
+ ],
+ "help": "Display flap statistics of routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "dampening",
+ "parameters"
+ ],
+ "help": "Display detail of configured dampening parameters",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "community",
+ "accept-own"
+ ],
+ "help": "Should accept local VPN route if exported and imported into",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "community",
+ "accept-own-nexthop"
+ ],
+ "help": "Should accept VPN route with local nexthop (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "community",
+ "blackhole"
+ ],
+ "help": "Inform EBGP peers to blackhole traffic to prefix (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "community",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "community",
+ "graceful-shutdown"
+ ],
+ "help": "Graceful shutdown (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "community",
+ "llgr-stale"
+ ],
+ "help": "Staled Long-lived Graceful Restart VPN route (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "community",
+ "local-AS"
+ ],
+ "help": "Do not send outside local AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "community",
+ "no-advertise"
+ ],
+ "help": "Do not advertise to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "community",
+ "no-export"
+ ],
+ "help": "Do not export to next AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "community",
+ "no-llgr"
+ ],
+ "help": "Removed because Long-lived Graceful Restart was not enabled for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "community",
+ "no-peer"
+ ],
+ "help": "Do not export to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "community"
+ ],
+ "help": "Display routes matching the community",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "community",
+ "<text>"
+ ],
+ "help": "Community number where AA and NN are (0-65535)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "community",
+ "route-filter-translated-v4"
+ ],
+ "help": "RT translated VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "community",
+ "route-filter-translated-v6"
+ ],
+ "help": "RT translated VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "community",
+ "route-filter-v4"
+ ],
+ "help": "RT VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "community",
+ "route-filter-v6"
+ ],
+ "help": "RT VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "dampening",
+ "dampened-paths"
+ ],
+ "help": "Display paths suppressed due to dampening",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "dampening",
+ "flap-statistics"
+ ],
+ "help": "Display flap statistics of routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "dampening",
+ "parameters"
+ ],
+ "help": "Display detail of configured dampening parameters",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "community",
+ "accept-own"
+ ],
+ "help": "Should accept local VPN route if exported and imported into",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "community",
+ "accept-own-nexthop"
+ ],
+ "help": "Should accept VPN route with local nexthop (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "community",
+ "blackhole"
+ ],
+ "help": "Inform EBGP peers to blackhole traffic to prefix (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "community",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "community",
+ "graceful-shutdown"
+ ],
+ "help": "Graceful shutdown (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "community",
+ "llgr-stale"
+ ],
+ "help": "Staled Long-lived Graceful Restart VPN route (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "community",
+ "local-AS"
+ ],
+ "help": "Do not send outside local AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "community",
+ "no-advertise"
+ ],
+ "help": "Do not advertise to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "community",
+ "no-export"
+ ],
+ "help": "Do not export to next AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "community",
+ "no-llgr"
+ ],
+ "help": "Removed because Long-lived Graceful Restart was not enabled for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "community",
+ "no-peer"
+ ],
+ "help": "Do not export to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "community"
+ ],
+ "help": "Display routes matching the community",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "community",
+ "<text>"
+ ],
+ "help": "Community number where AA and NN are (0-65535)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "community",
+ "route-filter-translated-v4"
+ ],
+ "help": "RT translated VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "community",
+ "route-filter-translated-v6"
+ ],
+ "help": "RT translated VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "community",
+ "route-filter-v4"
+ ],
+ "help": "RT VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "community",
+ "route-filter-v6"
+ ],
+ "help": "RT VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "dampening",
+ "dampened-paths"
+ ],
+ "help": "Display paths suppressed due to dampening",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "dampening",
+ "flap-statistics"
+ ],
+ "help": "Display flap statistics of routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "dampening",
+ "parameters"
+ ],
+ "help": "Display detail of configured dampening parameters",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "detail"
+ ],
+ "help": "Detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "large-community"
+ ],
+ "help": "Show BGP routes matching the specified large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "large-community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "large-community",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "large-community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "large-community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "neighbors"
+ ],
+ "help": "Detailed information on TCP and BGP neighbor connections",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "neighbors",
+ "<text>",
+ "advertised-routes"
+ ],
+ "help": "Show routes advertised to a BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "neighbors",
+ "<text>",
+ "dampened-routes"
+ ],
+ "help": "Show dampened routes received from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "neighbors",
+ "<text>",
+ "filtered-routes"
+ ],
+ "help": "Show filtered routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "neighbors",
+ "<text>",
+ "flap-statistics"
+ ],
+ "help": "Show flap statistics of the routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "neighbors",
+ "<text>"
+ ],
+ "help": "Show BGP information for specified neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "neighbors",
+ "<text>",
+ "prefix-counts"
+ ],
+ "help": "Show detailed prefix count information for BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "neighbors",
+ "<text>",
+ "received",
+ "prefix-filter"
+ ],
+ "help": "Show prefixlist filter",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "neighbors",
+ "<text>",
+ "received-routes"
+ ],
+ "help": "Show received routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "neighbors",
+ "<text>",
+ "routes"
+ ],
+ "help": "Show routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec"
+ ],
+ "help": "Flowspec Address Family modifier",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "<text>",
+ "bestpath"
+ ],
+ "help": "Display only the bestpath",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "<text>",
+ "longer-prefixes"
+ ],
+ "help": "Display route and more specific routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "<text>",
+ "multipath"
+ ],
+ "help": "Display only multipaths",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "<text>"
+ ],
+ "help": "Network in the BGP routing table to display",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "prefix-list",
+ "<text>"
+ ],
+ "help": "Display routes conforming to the prefix-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "regexp",
+ "<text>"
+ ],
+ "help": "Display routes matching the AS path regular expression",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "route-map",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching the specified route map",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "statistics"
+ ],
+ "help": "RIB advertisement statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "summary",
+ "established"
+ ],
+ "help": "Show only sessions in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "summary",
+ "failed"
+ ],
+ "help": "Show only sessions not in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "summary"
+ ],
+ "help": "Summary of BGP neighbor status",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "flowspec",
+ "wide"
+ ],
+ "help": "Increase table width for longer prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "large-community"
+ ],
+ "help": "Show BGP routes matching the specified large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "large-community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "large-community",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "large-community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "large-community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "neighbors"
+ ],
+ "help": "Detailed information on TCP and BGP neighbor connections",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "neighbors",
+ "<text>",
+ "advertised-routes"
+ ],
+ "help": "Show routes advertised to a BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "neighbors",
+ "<text>",
+ "dampened-routes"
+ ],
+ "help": "Show dampened routes received from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "neighbors",
+ "<text>",
+ "filtered-routes"
+ ],
+ "help": "Show filtered routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "neighbors",
+ "<text>",
+ "flap-statistics"
+ ],
+ "help": "Show flap statistics of the routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "neighbors",
+ "<text>"
+ ],
+ "help": "Show BGP information for specified neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "neighbors",
+ "<text>",
+ "prefix-counts"
+ ],
+ "help": "Show detailed prefix count information for BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "neighbors",
+ "<text>",
+ "received",
+ "prefix-filter"
+ ],
+ "help": "Show prefixlist filter",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "neighbors",
+ "<text>",
+ "received-routes"
+ ],
+ "help": "Show received routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "neighbors",
+ "<text>",
+ "routes"
+ ],
+ "help": "Show routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4"
+ ],
+ "help": "IPv4 Address Family",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "<text>",
+ "bestpath"
+ ],
+ "help": "Display only the bestpath",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "<text>",
+ "longer-prefixes"
+ ],
+ "help": "Display route and more specific routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "<text>",
+ "multipath"
+ ],
+ "help": "Display only multipaths",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "<text>"
+ ],
+ "help": "Network in the BGP routing table to display",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "prefix-list",
+ "<text>"
+ ],
+ "help": "Display routes conforming to the prefix-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "regexp",
+ "<text>"
+ ],
+ "help": "Display routes matching the AS path regular expression",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "route-map",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching the specified route map",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "statistics"
+ ],
+ "help": "RIB advertisement statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "summary",
+ "established"
+ ],
+ "help": "Show only sessions in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "summary",
+ "failed"
+ ],
+ "help": "Show only sessions not in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "summary"
+ ],
+ "help": "Summary of BGP neighbor status",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "community",
+ "accept-own"
+ ],
+ "help": "Should accept local VPN route if exported and imported into",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "community",
+ "accept-own-nexthop"
+ ],
+ "help": "Should accept VPN route with local nexthop (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "community",
+ "blackhole"
+ ],
+ "help": "Inform EBGP peers to blackhole traffic to prefix (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "community",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "community",
+ "graceful-shutdown"
+ ],
+ "help": "Graceful shutdown (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "community",
+ "llgr-stale"
+ ],
+ "help": "Staled Long-lived Graceful Restart VPN route (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "community",
+ "local-AS"
+ ],
+ "help": "Do not send outside local AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "community",
+ "no-advertise"
+ ],
+ "help": "Do not advertise to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "community",
+ "no-export"
+ ],
+ "help": "Do not export to next AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "community",
+ "no-llgr"
+ ],
+ "help": "Removed because Long-lived Graceful Restart was not enabled for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "community",
+ "no-peer"
+ ],
+ "help": "Do not export to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "community"
+ ],
+ "help": "Display routes matching the community",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "community",
+ "<text>"
+ ],
+ "help": "Community number where AA and NN are (0-65535)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "community",
+ "route-filter-translated-v4"
+ ],
+ "help": "RT translated VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "community",
+ "route-filter-translated-v6"
+ ],
+ "help": "RT translated VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "community",
+ "route-filter-v4"
+ ],
+ "help": "RT VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "community",
+ "route-filter-v6"
+ ],
+ "help": "RT VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "dampening",
+ "dampened-paths"
+ ],
+ "help": "Display paths suppressed due to dampening",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "dampening",
+ "flap-statistics"
+ ],
+ "help": "Display flap statistics of routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "dampening",
+ "parameters"
+ ],
+ "help": "Display detail of configured dampening parameters",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "large-community"
+ ],
+ "help": "Show BGP routes matching the specified large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "large-community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "large-community",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "large-community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "large-community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "neighbors"
+ ],
+ "help": "Detailed information on TCP and BGP neighbor connections",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "advertised-routes"
+ ],
+ "help": "Show routes advertised to a BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "dampened-routes"
+ ],
+ "help": "Show dampened routes received from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "filtered-routes"
+ ],
+ "help": "Show filtered routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "flap-statistics"
+ ],
+ "help": "Show flap statistics of the routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "neighbors",
+ "<text>"
+ ],
+ "help": "Show BGP information for specified neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "prefix-counts"
+ ],
+ "help": "Show detailed prefix count information for BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "received",
+ "prefix-filter"
+ ],
+ "help": "Show prefixlist filter",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "received-routes"
+ ],
+ "help": "Show received routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "routes"
+ ],
+ "help": "Show routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn"
+ ],
+ "help": "VPN Address Family modifier",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "<text>",
+ "bestpath"
+ ],
+ "help": "Display only the bestpath",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "<text>",
+ "longer-prefixes"
+ ],
+ "help": "Display route and more specific routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "<text>",
+ "multipath"
+ ],
+ "help": "Display only multipaths",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "<text>"
+ ],
+ "help": "Network in the BGP routing table to display",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "prefix-list",
+ "<text>"
+ ],
+ "help": "Display routes conforming to the prefix-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "regexp",
+ "<text>"
+ ],
+ "help": "Display routes matching the AS path regular expression",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "route-map",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching the specified route map",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "statistics"
+ ],
+ "help": "RIB advertisement statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "summary",
+ "established"
+ ],
+ "help": "Show only sessions in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "summary",
+ "failed"
+ ],
+ "help": "Show only sessions not in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "summary"
+ ],
+ "help": "Summary of BGP neighbor status",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "vpn",
+ "wide"
+ ],
+ "help": "Increase table width for longer prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv4",
+ "wide"
+ ],
+ "help": "Increase table width for longer prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "community",
+ "accept-own"
+ ],
+ "help": "Should accept local VPN route if exported and imported into",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "community",
+ "accept-own-nexthop"
+ ],
+ "help": "Should accept VPN route with local nexthop (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "community",
+ "blackhole"
+ ],
+ "help": "Inform EBGP peers to blackhole traffic to prefix (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "community",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "community",
+ "graceful-shutdown"
+ ],
+ "help": "Graceful shutdown (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "community",
+ "llgr-stale"
+ ],
+ "help": "Staled Long-lived Graceful Restart VPN route (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "community",
+ "local-AS"
+ ],
+ "help": "Do not send outside local AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "community",
+ "no-advertise"
+ ],
+ "help": "Do not advertise to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "community",
+ "no-export"
+ ],
+ "help": "Do not export to next AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "community",
+ "no-llgr"
+ ],
+ "help": "Removed because Long-lived Graceful Restart was not enabled for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "community",
+ "no-peer"
+ ],
+ "help": "Do not export to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "community"
+ ],
+ "help": "Display routes matching the community",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "community",
+ "<text>"
+ ],
+ "help": "Community number where AA and NN are (0-65535)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "community",
+ "route-filter-translated-v4"
+ ],
+ "help": "RT translated VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "community",
+ "route-filter-translated-v6"
+ ],
+ "help": "RT translated VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "community",
+ "route-filter-v4"
+ ],
+ "help": "RT VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "community",
+ "route-filter-v6"
+ ],
+ "help": "RT VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "dampening",
+ "dampened-paths"
+ ],
+ "help": "Display paths suppressed due to dampening",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "dampening",
+ "flap-statistics"
+ ],
+ "help": "Display flap statistics of routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "dampening",
+ "parameters"
+ ],
+ "help": "Display detail of configured dampening parameters",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "large-community"
+ ],
+ "help": "Show BGP routes matching the specified large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "large-community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "large-community",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "large-community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "large-community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "neighbors"
+ ],
+ "help": "Detailed information on TCP and BGP neighbor connections",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "neighbors",
+ "<text>",
+ "advertised-routes"
+ ],
+ "help": "Show routes advertised to a BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "neighbors",
+ "<text>",
+ "dampened-routes"
+ ],
+ "help": "Show dampened routes received from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "neighbors",
+ "<text>",
+ "filtered-routes"
+ ],
+ "help": "Show filtered routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "neighbors",
+ "<text>",
+ "flap-statistics"
+ ],
+ "help": "Show flap statistics of the routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "neighbors",
+ "<text>"
+ ],
+ "help": "Show BGP information for specified neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "neighbors",
+ "<text>",
+ "prefix-counts"
+ ],
+ "help": "Show detailed prefix count information for BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "neighbors",
+ "<text>",
+ "received",
+ "prefix-filter"
+ ],
+ "help": "Show prefixlist filter",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "neighbors",
+ "<text>",
+ "received-routes"
+ ],
+ "help": "Show received routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "neighbors",
+ "<text>",
+ "routes"
+ ],
+ "help": "Show routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6"
+ ],
+ "help": "IPv6 Address Family",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "<text>",
+ "bestpath"
+ ],
+ "help": "Display only the bestpath",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "<text>",
+ "longer-prefixes"
+ ],
+ "help": "Display route and more specific routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "<text>",
+ "multipath"
+ ],
+ "help": "Display only multipaths",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "<text>"
+ ],
+ "help": "Network in the BGP routing table to display",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "prefix-list",
+ "<text>"
+ ],
+ "help": "Display routes conforming to the prefix-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "regexp",
+ "<text>"
+ ],
+ "help": "Display routes matching the AS path regular expression",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "route-map",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching the specified route map",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "statistics"
+ ],
+ "help": "RIB advertisement statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "summary",
+ "established"
+ ],
+ "help": "Show only sessions in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "summary",
+ "failed"
+ ],
+ "help": "Show only sessions not in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "summary"
+ ],
+ "help": "Summary of BGP neighbor status",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "community",
+ "accept-own"
+ ],
+ "help": "Should accept local VPN route if exported and imported into",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "community",
+ "accept-own-nexthop"
+ ],
+ "help": "Should accept VPN route with local nexthop (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "community",
+ "blackhole"
+ ],
+ "help": "Inform EBGP peers to blackhole traffic to prefix (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "community",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "community",
+ "graceful-shutdown"
+ ],
+ "help": "Graceful shutdown (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "community",
+ "llgr-stale"
+ ],
+ "help": "Staled Long-lived Graceful Restart VPN route (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "community",
+ "local-AS"
+ ],
+ "help": "Do not send outside local AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "community",
+ "no-advertise"
+ ],
+ "help": "Do not advertise to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "community",
+ "no-export"
+ ],
+ "help": "Do not export to next AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "community",
+ "no-llgr"
+ ],
+ "help": "Removed because Long-lived Graceful Restart was not enabled for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "community",
+ "no-peer"
+ ],
+ "help": "Do not export to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "community"
+ ],
+ "help": "Display routes matching the community",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "community",
+ "<text>"
+ ],
+ "help": "Community number where AA and NN are (0-65535)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "community",
+ "route-filter-translated-v4"
+ ],
+ "help": "RT translated VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "community",
+ "route-filter-translated-v6"
+ ],
+ "help": "RT translated VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "community",
+ "route-filter-v4"
+ ],
+ "help": "RT VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "community",
+ "route-filter-v6"
+ ],
+ "help": "RT VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "dampening",
+ "dampened-paths"
+ ],
+ "help": "Display paths suppressed due to dampening",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "dampening",
+ "flap-statistics"
+ ],
+ "help": "Display flap statistics of routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "dampening",
+ "parameters"
+ ],
+ "help": "Display detail of configured dampening parameters",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "large-community"
+ ],
+ "help": "Show BGP routes matching the specified large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "large-community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "large-community",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "large-community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "large-community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "neighbors"
+ ],
+ "help": "Detailed information on TCP and BGP neighbor connections",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "advertised-routes"
+ ],
+ "help": "Show routes advertised to a BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "dampened-routes"
+ ],
+ "help": "Show dampened routes received from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "filtered-routes"
+ ],
+ "help": "Show filtered routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "flap-statistics"
+ ],
+ "help": "Show flap statistics of the routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "neighbors",
+ "<text>"
+ ],
+ "help": "Show BGP information for specified neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "prefix-counts"
+ ],
+ "help": "Show detailed prefix count information for BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "received",
+ "prefix-filter"
+ ],
+ "help": "Show prefixlist filter",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "received-routes"
+ ],
+ "help": "Show received routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "routes"
+ ],
+ "help": "Show routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn"
+ ],
+ "help": "VPN Address Family modifier",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "<text>",
+ "bestpath"
+ ],
+ "help": "Display only the bestpath",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "<text>",
+ "longer-prefixes"
+ ],
+ "help": "Display route and more specific routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "<text>",
+ "multipath"
+ ],
+ "help": "Display only multipaths",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "<text>"
+ ],
+ "help": "Network in the BGP routing table to display",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "prefix-list",
+ "<text>"
+ ],
+ "help": "Display routes conforming to the prefix-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "regexp",
+ "<text>"
+ ],
+ "help": "Display routes matching the AS path regular expression",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "route-map",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching the specified route map",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "statistics"
+ ],
+ "help": "RIB advertisement statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "summary",
+ "established"
+ ],
+ "help": "Show only sessions in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "summary",
+ "failed"
+ ],
+ "help": "Show only sessions not in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "summary"
+ ],
+ "help": "Summary of BGP neighbor status",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "vpn",
+ "wide"
+ ],
+ "help": "Increase table width for longer prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "ipv6",
+ "wide"
+ ],
+ "help": "Increase table width for longer prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "all",
+ "overlay"
+ ],
+ "help": "Display BGP Overlay Information for prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "all",
+ "tags"
+ ],
+ "help": "Display BGP tags for prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "community",
+ "<text>"
+ ],
+ "help": "Community number where AA and NN are (0-65535)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "es",
+ "detail"
+ ],
+ "help": "Detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "es"
+ ],
+ "help": "Ethernet Segment",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "es-evi",
+ "detail"
+ ],
+ "help": "Detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "es-evi"
+ ],
+ "help": "Ethernet Segment per EVI",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "es-evi",
+ "vni",
+ "<text>"
+ ],
+ "help": "VXLAN network identifier (VNI) number",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "import-rt"
+ ],
+ "help": "Show import route target",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "large-community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "large-community",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "large-community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "large-community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "neighbors",
+ "<text>",
+ "advertised-routes"
+ ],
+ "help": "Show routes advertised to a BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "neighbors",
+ "<text>"
+ ],
+ "help": "Show detailed BGP neighbor information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "neighbors",
+ "<text>",
+ "routes"
+ ],
+ "help": "Show routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn"
+ ],
+ "help": "Ethernet Virtual Private Network",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "<text>"
+ ],
+ "help": "Network in the BGP routing table to display",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "rd",
+ "<text>"
+ ],
+ "help": "Show detailed BGP neighbor information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "rd",
+ "<text>",
+ "overlay"
+ ],
+ "help": "Display BGP Overlay Information for prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "rd",
+ "<text>",
+ "tags"
+ ],
+ "help": "Display BGP tags for prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "route",
+ "detail"
+ ],
+ "help": "Detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "route"
+ ],
+ "help": "EVPN route information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "route",
+ "type",
+ "1"
+ ],
+ "help": "EAD (Type-1) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "route",
+ "type",
+ "2"
+ ],
+ "help": "MAC-IP (Type-2) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "route",
+ "type",
+ "3"
+ ],
+ "help": "Multicast (Type-3) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "route",
+ "type",
+ "4"
+ ],
+ "help": "Ethernet Segment (Type-4) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "route",
+ "type",
+ "5"
+ ],
+ "help": "Prefix (Type-5) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "route",
+ "type",
+ "ead"
+ ],
+ "help": "EAD (Type-1) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "route",
+ "type",
+ "es"
+ ],
+ "help": "Ethernet Segment (Type-4) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "route",
+ "type",
+ "macip"
+ ],
+ "help": "MAC-IP (Type-2) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "route",
+ "type",
+ "multicast"
+ ],
+ "help": "Multicast (Type-3) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "route",
+ "type",
+ "prefix"
+ ],
+ "help": "Prefix (Type-5) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "route",
+ "vni",
+ "<text>"
+ ],
+ "help": "VXLAN network identifier (VNI) number",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "statistics"
+ ],
+ "help": "RIB advertisement statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "summary",
+ "established"
+ ],
+ "help": "Show only sessions in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "summary",
+ "failed"
+ ],
+ "help": "Show only sessions not in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "summary"
+ ],
+ "help": "Summary of BGP neighbor status",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "vni"
+ ],
+ "help": "VXLAN network identifier (VNI)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "l2vpn",
+ "evpn",
+ "vni",
+ "<text>"
+ ],
+ "help": "VXLAN network identifier (VNI) number",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "large-community"
+ ],
+ "help": "Show BGP routes matching the specified large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "large-community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "large-community",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "large-community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "large-community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "mac",
+ "hash"
+ ],
+ "help": "MAC address database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "martian",
+ "next-hop"
+ ],
+ "help": "Martian next-hop database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "memory"
+ ],
+ "help": "Global BGP memory statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "neighbors"
+ ],
+ "help": "Detailed information on TCP and BGP neighbor connections",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "neighbors",
+ "<text>",
+ "advertised-routes"
+ ],
+ "help": "Show routes advertised to a BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "neighbors",
+ "<text>",
+ "dampened-routes"
+ ],
+ "help": "Show dampened routes received from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "neighbors",
+ "<text>",
+ "filtered-routes"
+ ],
+ "help": "Show filtered routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "neighbors",
+ "<text>",
+ "flap-statistics"
+ ],
+ "help": "Show flap statistics of the routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "neighbors",
+ "<text>"
+ ],
+ "help": "Show BGP information for specified neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "neighbors",
+ "<text>",
+ "prefix-counts"
+ ],
+ "help": "Show detailed prefix count information for BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "neighbors",
+ "<text>",
+ "received",
+ "prefix-filter"
+ ],
+ "help": "Show prefixlist filter",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "neighbors",
+ "<text>",
+ "received-routes"
+ ],
+ "help": "Show received routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "neighbors",
+ "<text>",
+ "routes"
+ ],
+ "help": "Show routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "nexthop",
+ "detail"
+ ],
+ "help": "Detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "nexthop"
+ ],
+ "help": "Show BGP nexthop table",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "nexthop",
+ "<text>",
+ "detail"
+ ],
+ "help": "Detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "nexthop",
+ "<text>"
+ ],
+ "help": "IPv4/IPv6 nexthop address",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp"
+ ],
+ "help": "BGP information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "prefix-list",
+ "<text>"
+ ],
+ "help": "Display routes conforming to the prefix-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "regexp",
+ "<text>"
+ ],
+ "help": "Display routes matching the AS path regular expression",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "route-map",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching the specified route map",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "statistics"
+ ],
+ "help": "RIB advertisement statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "statistics-all"
+ ],
+ "help": "Display number of prefixes for all afi/safi",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "summary",
+ "established"
+ ],
+ "help": "Show only sessions in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "summary",
+ "failed"
+ ],
+ "help": "Show only sessions not in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "summary"
+ ],
+ "help": "Summary of BGP neighbor status",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vni",
+ "<text>"
+ ],
+ "help": "VXLAN network identifier (VNI) number",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vni",
+ "<text>",
+ "type",
+ "1"
+ ],
+ "help": "EAD (Type-1) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vni",
+ "<text>",
+ "type",
+ "2"
+ ],
+ "help": "MAC-IP (Type-2) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vni",
+ "<text>",
+ "type",
+ "3"
+ ],
+ "help": "Multicast (Type-3) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vni",
+ "<text>",
+ "type",
+ "ead"
+ ],
+ "help": "EAD (Type-1) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vni",
+ "<text>",
+ "type",
+ "macip"
+ ],
+ "help": "MAC-IP (Type-2) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vni",
+ "<text>",
+ "type",
+ "multicast"
+ ],
+ "help": "Multicast (Type-3) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vni",
+ "<text>",
+ "vtep",
+ "<text>"
+ ],
+ "help": "Remote VTEP IP address",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf"
+ ],
+ "help": "Show BGP VRF information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "accept-own"
+ ],
+ "help": "Should accept local VPN route if exported and imported into",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "accept-own-nexthop"
+ ],
+ "help": "Should accept VPN route with local nexthop (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "blackhole"
+ ],
+ "help": "Inform EBGP peers to blackhole traffic to prefix (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "graceful-shutdown"
+ ],
+ "help": "Graceful shutdown (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "llgr-stale"
+ ],
+ "help": "Staled Long-lived Graceful Restart VPN route (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "local-AS"
+ ],
+ "help": "Do not send outside local AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "no-advertise"
+ ],
+ "help": "Do not advertise to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "no-export"
+ ],
+ "help": "Do not export to next AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "no-llgr"
+ ],
+ "help": "Removed because Long-lived Graceful Restart was not enabled for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "no-peer"
+ ],
+ "help": "Do not export to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community"
+ ],
+ "help": "Display routes matching the community",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "<text>"
+ ],
+ "help": "Community number where AA and NN are (0-65535)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "route-filter-translated-v4"
+ ],
+ "help": "RT translated VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "route-filter-translated-v6"
+ ],
+ "help": "RT translated VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "route-filter-v4"
+ ],
+ "help": "RT VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "route-filter-v6"
+ ],
+ "help": "RT VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "dampening",
+ "dampened-paths"
+ ],
+ "help": "Display paths suppressed due to dampening",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "dampening",
+ "flap-statistics"
+ ],
+ "help": "Display flap statistics of routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "dampening",
+ "parameters"
+ ],
+ "help": "Display detail of configured dampening parameters",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "community",
+ "accept-own"
+ ],
+ "help": "Should accept local VPN route if exported and imported into",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "community",
+ "accept-own-nexthop"
+ ],
+ "help": "Should accept VPN route with local nexthop (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "community",
+ "blackhole"
+ ],
+ "help": "Inform EBGP peers to blackhole traffic to prefix (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "community",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "community",
+ "graceful-shutdown"
+ ],
+ "help": "Graceful shutdown (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "community",
+ "llgr-stale"
+ ],
+ "help": "Staled Long-lived Graceful Restart VPN route (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "community",
+ "local-AS"
+ ],
+ "help": "Do not send outside local AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "community",
+ "no-advertise"
+ ],
+ "help": "Do not advertise to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "community",
+ "no-export"
+ ],
+ "help": "Do not export to next AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "community",
+ "no-llgr"
+ ],
+ "help": "Removed because Long-lived Graceful Restart was not enabled for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "community",
+ "no-peer"
+ ],
+ "help": "Do not export to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "community"
+ ],
+ "help": "Display routes matching the community",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "community",
+ "<text>"
+ ],
+ "help": "Community number where AA and NN are (0-65535)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "community",
+ "route-filter-translated-v4"
+ ],
+ "help": "RT translated VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "community",
+ "route-filter-translated-v6"
+ ],
+ "help": "RT translated VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "community",
+ "route-filter-v4"
+ ],
+ "help": "RT VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "community",
+ "route-filter-v6"
+ ],
+ "help": "RT VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "dampening",
+ "dampened-paths"
+ ],
+ "help": "Display paths suppressed due to dampening",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "dampening",
+ "flap-statistics"
+ ],
+ "help": "Display flap statistics of routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "dampening",
+ "parameters"
+ ],
+ "help": "Display detail of configured dampening parameters",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "community",
+ "accept-own"
+ ],
+ "help": "Should accept local VPN route if exported and imported into",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "community",
+ "accept-own-nexthop"
+ ],
+ "help": "Should accept VPN route with local nexthop (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "community",
+ "blackhole"
+ ],
+ "help": "Inform EBGP peers to blackhole traffic to prefix (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "community",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "community",
+ "graceful-shutdown"
+ ],
+ "help": "Graceful shutdown (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "community",
+ "llgr-stale"
+ ],
+ "help": "Staled Long-lived Graceful Restart VPN route (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "community",
+ "local-AS"
+ ],
+ "help": "Do not send outside local AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "community",
+ "no-advertise"
+ ],
+ "help": "Do not advertise to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "community",
+ "no-export"
+ ],
+ "help": "Do not export to next AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "community",
+ "no-llgr"
+ ],
+ "help": "Removed because Long-lived Graceful Restart was not enabled for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "community",
+ "no-peer"
+ ],
+ "help": "Do not export to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "community"
+ ],
+ "help": "Display routes matching the community",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "community",
+ "<text>"
+ ],
+ "help": "Community number where AA and NN are (0-65535)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "community",
+ "route-filter-translated-v4"
+ ],
+ "help": "RT translated VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "community",
+ "route-filter-translated-v6"
+ ],
+ "help": "RT translated VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "community",
+ "route-filter-v4"
+ ],
+ "help": "RT VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "community",
+ "route-filter-v6"
+ ],
+ "help": "RT VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "dampening",
+ "dampened-paths"
+ ],
+ "help": "Display paths suppressed due to dampening",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "dampening",
+ "flap-statistics"
+ ],
+ "help": "Display flap statistics of routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "dampening",
+ "parameters"
+ ],
+ "help": "Display detail of configured dampening parameters",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "detail"
+ ],
+ "help": "Detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "large-community"
+ ],
+ "help": "Show BGP routes matching the specified large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "large-community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "large-community",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "large-community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "large-community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "neighbors"
+ ],
+ "help": "Detailed information on TCP and BGP neighbor connections",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "neighbors",
+ "<text>",
+ "advertised-routes"
+ ],
+ "help": "Show routes advertised to a BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "neighbors",
+ "<text>",
+ "dampened-routes"
+ ],
+ "help": "Show dampened routes received from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "neighbors",
+ "<text>",
+ "filtered-routes"
+ ],
+ "help": "Show filtered routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "neighbors",
+ "<text>",
+ "flap-statistics"
+ ],
+ "help": "Show flap statistics of the routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "neighbors",
+ "<text>"
+ ],
+ "help": "Show BGP information for specified neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "neighbors",
+ "<text>",
+ "prefix-counts"
+ ],
+ "help": "Show detailed prefix count information for BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "neighbors",
+ "<text>",
+ "received",
+ "prefix-filter"
+ ],
+ "help": "Show prefixlist filter",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "neighbors",
+ "<text>",
+ "received-routes"
+ ],
+ "help": "Show received routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "neighbors",
+ "<text>",
+ "routes"
+ ],
+ "help": "Show routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec"
+ ],
+ "help": "Flowspec Address Family modifier",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "<text>",
+ "bestpath"
+ ],
+ "help": "Display only the bestpath",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "<text>",
+ "longer-prefixes"
+ ],
+ "help": "Display route and more specific routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "<text>",
+ "multipath"
+ ],
+ "help": "Display only multipaths",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "<text>"
+ ],
+ "help": "Network in the BGP routing table to display",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "prefix-list",
+ "<text>"
+ ],
+ "help": "Display routes conforming to the prefix-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "regexp",
+ "<text>"
+ ],
+ "help": "Display routes matching the AS path regular expression",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "route-map",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching the specified route map",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "statistics"
+ ],
+ "help": "RIB advertisement statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "summary",
+ "established"
+ ],
+ "help": "Show only sessions in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "summary",
+ "failed"
+ ],
+ "help": "Show only sessions not in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "summary"
+ ],
+ "help": "Summary of BGP neighbor status",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "flowspec",
+ "wide"
+ ],
+ "help": "Increase table width for longer prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "large-community"
+ ],
+ "help": "Show BGP routes matching the specified large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "large-community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "large-community",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "large-community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "large-community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "neighbors"
+ ],
+ "help": "Detailed information on TCP and BGP neighbor connections",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "neighbors",
+ "<text>",
+ "advertised-routes"
+ ],
+ "help": "Show routes advertised to a BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "neighbors",
+ "<text>",
+ "dampened-routes"
+ ],
+ "help": "Show dampened routes received from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "neighbors",
+ "<text>",
+ "filtered-routes"
+ ],
+ "help": "Show filtered routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "neighbors",
+ "<text>",
+ "flap-statistics"
+ ],
+ "help": "Show flap statistics of the routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "neighbors",
+ "<text>"
+ ],
+ "help": "Show BGP information for specified neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "neighbors",
+ "<text>",
+ "prefix-counts"
+ ],
+ "help": "Show detailed prefix count information for BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "neighbors",
+ "<text>",
+ "received",
+ "prefix-filter"
+ ],
+ "help": "Show prefixlist filter",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "neighbors",
+ "<text>",
+ "received-routes"
+ ],
+ "help": "Show received routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "neighbors",
+ "<text>",
+ "routes"
+ ],
+ "help": "Show routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4"
+ ],
+ "help": "IPv4 Address Family",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "<text>",
+ "bestpath"
+ ],
+ "help": "Display only the bestpath",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "<text>",
+ "longer-prefixes"
+ ],
+ "help": "Display route and more specific routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "<text>",
+ "multipath"
+ ],
+ "help": "Display only multipaths",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "<text>"
+ ],
+ "help": "Network in the BGP routing table to display",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "prefix-list",
+ "<text>"
+ ],
+ "help": "Display routes conforming to the prefix-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "regexp",
+ "<text>"
+ ],
+ "help": "Display routes matching the AS path regular expression",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "route-map",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching the specified route map",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "statistics"
+ ],
+ "help": "RIB advertisement statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "summary",
+ "established"
+ ],
+ "help": "Show only sessions in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "summary",
+ "failed"
+ ],
+ "help": "Show only sessions not in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "summary"
+ ],
+ "help": "Summary of BGP neighbor status",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "community",
+ "accept-own"
+ ],
+ "help": "Should accept local VPN route if exported and imported into",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "community",
+ "accept-own-nexthop"
+ ],
+ "help": "Should accept VPN route with local nexthop (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "community",
+ "blackhole"
+ ],
+ "help": "Inform EBGP peers to blackhole traffic to prefix (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "community",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "community",
+ "graceful-shutdown"
+ ],
+ "help": "Graceful shutdown (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "community",
+ "llgr-stale"
+ ],
+ "help": "Staled Long-lived Graceful Restart VPN route (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "community",
+ "local-AS"
+ ],
+ "help": "Do not send outside local AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "community",
+ "no-advertise"
+ ],
+ "help": "Do not advertise to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "community",
+ "no-export"
+ ],
+ "help": "Do not export to next AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "community",
+ "no-llgr"
+ ],
+ "help": "Removed because Long-lived Graceful Restart was not enabled for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "community",
+ "no-peer"
+ ],
+ "help": "Do not export to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "community"
+ ],
+ "help": "Display routes matching the community",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "community",
+ "<text>"
+ ],
+ "help": "Community number where AA and NN are (0-65535)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "community",
+ "route-filter-translated-v4"
+ ],
+ "help": "RT translated VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "community",
+ "route-filter-translated-v6"
+ ],
+ "help": "RT translated VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "community",
+ "route-filter-v4"
+ ],
+ "help": "RT VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "community",
+ "route-filter-v6"
+ ],
+ "help": "RT VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "dampening",
+ "dampened-paths"
+ ],
+ "help": "Display paths suppressed due to dampening",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "dampening",
+ "flap-statistics"
+ ],
+ "help": "Display flap statistics of routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "dampening",
+ "parameters"
+ ],
+ "help": "Display detail of configured dampening parameters",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "large-community"
+ ],
+ "help": "Show BGP routes matching the specified large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "large-community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "large-community",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "large-community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "large-community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "neighbors"
+ ],
+ "help": "Detailed information on TCP and BGP neighbor connections",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "advertised-routes"
+ ],
+ "help": "Show routes advertised to a BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "dampened-routes"
+ ],
+ "help": "Show dampened routes received from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "filtered-routes"
+ ],
+ "help": "Show filtered routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "flap-statistics"
+ ],
+ "help": "Show flap statistics of the routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "neighbors",
+ "<text>"
+ ],
+ "help": "Show BGP information for specified neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "prefix-counts"
+ ],
+ "help": "Show detailed prefix count information for BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "received",
+ "prefix-filter"
+ ],
+ "help": "Show prefixlist filter",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "received-routes"
+ ],
+ "help": "Show received routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "routes"
+ ],
+ "help": "Show routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn"
+ ],
+ "help": "VPN Address Family modifier",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "<text>",
+ "bestpath"
+ ],
+ "help": "Display only the bestpath",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "<text>",
+ "longer-prefixes"
+ ],
+ "help": "Display route and more specific routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "<text>",
+ "multipath"
+ ],
+ "help": "Display only multipaths",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "<text>"
+ ],
+ "help": "Network in the BGP routing table to display",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "prefix-list",
+ "<text>"
+ ],
+ "help": "Display routes conforming to the prefix-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "regexp",
+ "<text>"
+ ],
+ "help": "Display routes matching the AS path regular expression",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "route-map",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching the specified route map",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "statistics"
+ ],
+ "help": "RIB advertisement statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "summary",
+ "established"
+ ],
+ "help": "Show only sessions in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "summary",
+ "failed"
+ ],
+ "help": "Show only sessions not in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "summary"
+ ],
+ "help": "Summary of BGP neighbor status",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "vpn",
+ "wide"
+ ],
+ "help": "Increase table width for longer prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "wide"
+ ],
+ "help": "Increase table width for longer prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "community",
+ "accept-own"
+ ],
+ "help": "Should accept local VPN route if exported and imported into",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "community",
+ "accept-own-nexthop"
+ ],
+ "help": "Should accept VPN route with local nexthop (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "community",
+ "blackhole"
+ ],
+ "help": "Inform EBGP peers to blackhole traffic to prefix (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "community",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "community",
+ "graceful-shutdown"
+ ],
+ "help": "Graceful shutdown (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "community",
+ "llgr-stale"
+ ],
+ "help": "Staled Long-lived Graceful Restart VPN route (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "community",
+ "local-AS"
+ ],
+ "help": "Do not send outside local AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "community",
+ "no-advertise"
+ ],
+ "help": "Do not advertise to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "community",
+ "no-export"
+ ],
+ "help": "Do not export to next AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "community",
+ "no-llgr"
+ ],
+ "help": "Removed because Long-lived Graceful Restart was not enabled for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "community",
+ "no-peer"
+ ],
+ "help": "Do not export to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "community"
+ ],
+ "help": "Display routes matching the community",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "community",
+ "<text>"
+ ],
+ "help": "Community number where AA and NN are (0-65535)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "community",
+ "route-filter-translated-v4"
+ ],
+ "help": "RT translated VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "community",
+ "route-filter-translated-v6"
+ ],
+ "help": "RT translated VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "community",
+ "route-filter-v4"
+ ],
+ "help": "RT VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "community",
+ "route-filter-v6"
+ ],
+ "help": "RT VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "dampening",
+ "dampened-paths"
+ ],
+ "help": "Display paths suppressed due to dampening",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "dampening",
+ "flap-statistics"
+ ],
+ "help": "Display flap statistics of routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "dampening",
+ "parameters"
+ ],
+ "help": "Display detail of configured dampening parameters",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "large-community"
+ ],
+ "help": "Show BGP routes matching the specified large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "large-community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "large-community",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "large-community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "large-community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "neighbors"
+ ],
+ "help": "Detailed information on TCP and BGP neighbor connections",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "neighbors",
+ "<text>",
+ "advertised-routes"
+ ],
+ "help": "Show routes advertised to a BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "neighbors",
+ "<text>",
+ "dampened-routes"
+ ],
+ "help": "Show dampened routes received from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "neighbors",
+ "<text>",
+ "filtered-routes"
+ ],
+ "help": "Show filtered routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "neighbors",
+ "<text>",
+ "flap-statistics"
+ ],
+ "help": "Show flap statistics of the routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "neighbors",
+ "<text>"
+ ],
+ "help": "Show BGP information for specified neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "neighbors",
+ "<text>",
+ "prefix-counts"
+ ],
+ "help": "Show detailed prefix count information for BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "neighbors",
+ "<text>",
+ "received",
+ "prefix-filter"
+ ],
+ "help": "Show prefixlist filter",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "neighbors",
+ "<text>",
+ "received-routes"
+ ],
+ "help": "Show received routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "neighbors",
+ "<text>",
+ "routes"
+ ],
+ "help": "Show routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6"
+ ],
+ "help": "IPv6 Address Family",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "<text>",
+ "bestpath"
+ ],
+ "help": "Display only the bestpath",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "<text>",
+ "longer-prefixes"
+ ],
+ "help": "Display route and more specific routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "<text>",
+ "multipath"
+ ],
+ "help": "Display only multipaths",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "<text>"
+ ],
+ "help": "Network in the BGP routing table to display",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "prefix-list",
+ "<text>"
+ ],
+ "help": "Display routes conforming to the prefix-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "regexp",
+ "<text>"
+ ],
+ "help": "Display routes matching the AS path regular expression",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "route-map",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching the specified route map",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "statistics"
+ ],
+ "help": "RIB advertisement statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "summary",
+ "established"
+ ],
+ "help": "Show only sessions in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "summary",
+ "failed"
+ ],
+ "help": "Show only sessions not in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "summary"
+ ],
+ "help": "Summary of BGP neighbor status",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "community",
+ "accept-own"
+ ],
+ "help": "Should accept local VPN route if exported and imported into",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "community",
+ "accept-own-nexthop"
+ ],
+ "help": "Should accept VPN route with local nexthop (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "community",
+ "blackhole"
+ ],
+ "help": "Inform EBGP peers to blackhole traffic to prefix (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "community",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "community",
+ "graceful-shutdown"
+ ],
+ "help": "Graceful shutdown (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "community",
+ "llgr-stale"
+ ],
+ "help": "Staled Long-lived Graceful Restart VPN route (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "community",
+ "local-AS"
+ ],
+ "help": "Do not send outside local AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "community",
+ "no-advertise"
+ ],
+ "help": "Do not advertise to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "community",
+ "no-export"
+ ],
+ "help": "Do not export to next AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "community",
+ "no-llgr"
+ ],
+ "help": "Removed because Long-lived Graceful Restart was not enabled for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "community",
+ "no-peer"
+ ],
+ "help": "Do not export to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "community"
+ ],
+ "help": "Display routes matching the community",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "community",
+ "<text>"
+ ],
+ "help": "Community number where AA and NN are (0-65535)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "community",
+ "route-filter-translated-v4"
+ ],
+ "help": "RT translated VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "community",
+ "route-filter-translated-v6"
+ ],
+ "help": "RT translated VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "community",
+ "route-filter-v4"
+ ],
+ "help": "RT VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "community",
+ "route-filter-v6"
+ ],
+ "help": "RT VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "dampening",
+ "dampened-paths"
+ ],
+ "help": "Display paths suppressed due to dampening",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "dampening",
+ "flap-statistics"
+ ],
+ "help": "Display flap statistics of routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "dampening",
+ "parameters"
+ ],
+ "help": "Display detail of configured dampening parameters",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "large-community"
+ ],
+ "help": "Show BGP routes matching the specified large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "large-community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "large-community",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "large-community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "large-community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "neighbors"
+ ],
+ "help": "Detailed information on TCP and BGP neighbor connections",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "advertised-routes"
+ ],
+ "help": "Show routes advertised to a BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "dampened-routes"
+ ],
+ "help": "Show dampened routes received from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "filtered-routes"
+ ],
+ "help": "Show filtered routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "flap-statistics"
+ ],
+ "help": "Show flap statistics of the routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "neighbors",
+ "<text>"
+ ],
+ "help": "Show BGP information for specified neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "prefix-counts"
+ ],
+ "help": "Show detailed prefix count information for BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "received",
+ "prefix-filter"
+ ],
+ "help": "Show prefixlist filter",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "received-routes"
+ ],
+ "help": "Show received routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "neighbors",
+ "<text>",
+ "routes"
+ ],
+ "help": "Show routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn"
+ ],
+ "help": "VPN Address Family modifier",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "<text>",
+ "bestpath"
+ ],
+ "help": "Display only the bestpath",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "<text>",
+ "longer-prefixes"
+ ],
+ "help": "Display route and more specific routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "<text>",
+ "multipath"
+ ],
+ "help": "Display only multipaths",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "<text>"
+ ],
+ "help": "Network in the BGP routing table to display",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "prefix-list",
+ "<text>"
+ ],
+ "help": "Display routes conforming to the prefix-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "regexp",
+ "<text>"
+ ],
+ "help": "Display routes matching the AS path regular expression",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "route-map",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching the specified route map",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "statistics"
+ ],
+ "help": "RIB advertisement statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "summary",
+ "established"
+ ],
+ "help": "Show only sessions in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "summary",
+ "failed"
+ ],
+ "help": "Show only sessions not in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "summary"
+ ],
+ "help": "Summary of BGP neighbor status",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "vpn",
+ "wide"
+ ],
+ "help": "Increase table width for longer prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv6",
+ "wide"
+ ],
+ "help": "Increase table width for longer prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "all",
+ "overlay"
+ ],
+ "help": "Display BGP Overlay Information for prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "all",
+ "tags"
+ ],
+ "help": "Display BGP tags for prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "community",
+ "<text>"
+ ],
+ "help": "Community number where AA and NN are (0-65535)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "es",
+ "detail"
+ ],
+ "help": "Detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "es"
+ ],
+ "help": "Ethernet Segment",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "es-evi",
+ "detail"
+ ],
+ "help": "Detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "es-evi"
+ ],
+ "help": "Ethernet Segment per EVI",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "es-evi",
+ "vni",
+ "<text>"
+ ],
+ "help": "VXLAN network identifier (VNI) number",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "import-rt"
+ ],
+ "help": "Show import route target",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "large-community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "large-community",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "large-community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "large-community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "neighbors",
+ "<text>",
+ "advertised-routes"
+ ],
+ "help": "Show routes advertised to a BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "neighbors",
+ "<text>"
+ ],
+ "help": "Show detailed BGP neighbor information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "neighbors",
+ "<text>",
+ "routes"
+ ],
+ "help": "Show routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn"
+ ],
+ "help": "Ethernet Virtual Private Network",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "<text>"
+ ],
+ "help": "Network in the BGP routing table to display",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "rd",
+ "<text>"
+ ],
+ "help": "Show detailed BGP neighbor information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "rd",
+ "<text>",
+ "overlay"
+ ],
+ "help": "Display BGP Overlay Information for prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "rd",
+ "<text>",
+ "tags"
+ ],
+ "help": "Display BGP tags for prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "route",
+ "detail"
+ ],
+ "help": "Detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "route"
+ ],
+ "help": "EVPN route information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "route",
+ "type",
+ "1"
+ ],
+ "help": "EAD (Type-1) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "route",
+ "type",
+ "2"
+ ],
+ "help": "MAC-IP (Type-2) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "route",
+ "type",
+ "3"
+ ],
+ "help": "Multicast (Type-3) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "route",
+ "type",
+ "4"
+ ],
+ "help": "Ethernet Segment (Type-4) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "route",
+ "type",
+ "5"
+ ],
+ "help": "Prefix (Type-5) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "route",
+ "type",
+ "ead"
+ ],
+ "help": "EAD (Type-1) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "route",
+ "type",
+ "es"
+ ],
+ "help": "Ethernet Segment (Type-4) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "route",
+ "type",
+ "macip"
+ ],
+ "help": "MAC-IP (Type-2) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "route",
+ "type",
+ "multicast"
+ ],
+ "help": "Multicast (Type-3) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "route",
+ "type",
+ "prefix"
+ ],
+ "help": "Prefix (Type-5) route",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "route",
+ "vni",
+ "<text>"
+ ],
+ "help": "VXLAN network identifier (VNI) number",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "statistics"
+ ],
+ "help": "RIB advertisement statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "summary",
+ "established"
+ ],
+ "help": "Show only sessions in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "summary",
+ "failed"
+ ],
+ "help": "Show only sessions not in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "summary"
+ ],
+ "help": "Summary of BGP neighbor status",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "vni"
+ ],
+ "help": "VXLAN network identifier (VNI)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "l2vpn",
+ "evpn",
+ "vni",
+ "<text>"
+ ],
+ "help": "VXLAN network identifier (VNI) number",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "large-community"
+ ],
+ "help": "Show BGP routes matching the specified large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "large-community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "large-community",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "large-community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "large-community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "martian",
+ "next-hop"
+ ],
+ "help": "Martian next-hop database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "neighbors"
+ ],
+ "help": "Detailed information on TCP and BGP neighbor connections",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "neighbors",
+ "<text>",
+ "advertised-routes"
+ ],
+ "help": "Show routes advertised to a BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "neighbors",
+ "<text>",
+ "dampened-routes"
+ ],
+ "help": "Show dampened routes received from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "neighbors",
+ "<text>",
+ "filtered-routes"
+ ],
+ "help": "Show filtered routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "neighbors",
+ "<text>",
+ "flap-statistics"
+ ],
+ "help": "Show flap statistics of the routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "neighbors",
+ "<text>"
+ ],
+ "help": "Show BGP information for specified neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "neighbors",
+ "<text>",
+ "prefix-counts"
+ ],
+ "help": "Show detailed prefix count information for BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "neighbors",
+ "<text>",
+ "received",
+ "prefix-filter"
+ ],
+ "help": "Show prefixlist filter",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "neighbors",
+ "<text>",
+ "received-routes"
+ ],
+ "help": "Show received routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "neighbors",
+ "<text>",
+ "routes"
+ ],
+ "help": "Show routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "nexthop",
+ "detail"
+ ],
+ "help": "Detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "nexthop"
+ ],
+ "help": "Show BGP nexthop table",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "nexthop",
+ "<text>",
+ "detail"
+ ],
+ "help": "Detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "nexthop",
+ "<text>"
+ ],
+ "help": "IPv4/IPv6 nexthop address",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>"
+ ],
+ "help": "Show BGP VRF related information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "prefix-list",
+ "<text>"
+ ],
+ "help": "Display routes conforming to the prefix-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "regexp",
+ "<text>"
+ ],
+ "help": "Display routes matching the AS path regular expression",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "route-map",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching the specified route map",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "statistics"
+ ],
+ "help": "RIB advertisement statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "summary",
+ "established"
+ ],
+ "help": "Show only sessions in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "summary",
+ "failed"
+ ],
+ "help": "Show only sessions not in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "summary"
+ ],
+ "help": "Summary of BGP neighbor status",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "vrf",
+ "<text>",
+ "wide"
+ ],
+ "help": "Increase table width for longer prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bgp",
+ "wide"
+ ],
+ "help": "Increase table width for longer prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bridge"
+ ],
+ "help": "Show bridging information",
+ "run": "${vyos_op_scripts_dir}/bridge.py show",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bridge",
+ "<text>",
+ "detail"
+ ],
+ "help": "Display bridge interface details",
+ "run": "${vyos_op_scripts_dir}/bridge.py show_detail --interface=$3",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bridge",
+ "<text>",
+ "fdb"
+ ],
+ "help": "Show the forwarding database of the bridge",
+ "run": "${vyos_op_scripts_dir}/bridge.py show_fdb --interface=$3",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bridge",
+ "<text>",
+ "mdb"
+ ],
+ "help": "Displays the multicast group database for the bridge",
+ "run": "${vyos_op_scripts_dir}/bridge.py show_mdb --interface=$3",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bridge",
+ "<text>",
+ "nexthop-group"
+ ],
+ "help": "Display bridge interface nexthop-group",
+ "run": "${vyos_op_scripts_dir}/bridge.py show_detail --nexthop_group --interface=$3",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bridge",
+ "<text>"
+ ],
+ "help": "Show bridge information for a given bridge interface",
+ "run": "bridge -c link show | grep \"master $3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bridge",
+ "vlan"
+ ],
+ "help": "View the VLAN filter settings of the bridge",
+ "run": "${vyos_op_scripts_dir}/bridge.py show_vlan",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "bridge",
+ "vlan",
+ "tunnel"
+ ],
+ "help": "Show bridge VLAN tunnel mapping",
+ "run": "${vyos_op_scripts_dir}/bridge.py show_vlan --tunnel",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "cluster",
+ "status"
+ ],
+ "help": "Show the current clustering status",
+ "run": "${vyatta_sbindir}/vyatta-show-cluster.pl",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "configuration",
+ "all"
+ ],
+ "help": "Show running configuration (including default values)",
+ "run": "cli-shell-api showCfg --show-show-defaults --show-active-only --show-hide-secrets",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "configuration",
+ "commands"
+ ],
+ "help": " Show running configuration as set commands",
+ "run": "cli-shell-api showCfg --show-active-only | vyos-config-to-commands",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "configuration",
+ "files"
+ ],
+ "help": " Show available saved configurations",
+ "run": "${vyos_op_scripts_dir}/show_configuration_files.sh",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "configuration",
+ "json"
+ ],
+ "help": "Show running configuration in JSON format",
+ "run": "${vyos_op_scripts_dir}/show_configuration_json.py",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "configuration",
+ "json",
+ "pretty"
+ ],
+ "help": "Show running configuration in readable JSON format",
+ "run": "${vyos_op_scripts_dir}/show_configuration_json.py --pretty",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "configuration"
+ ],
+ "help": "Show available saved configurations",
+ "run": "cli-shell-api showCfg --show-active-only --show-hide-secrets",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "conntrack",
+ "statistics"
+ ],
+ "help": "Show conntrack statistics",
+ "run": "sudo ${vyos_op_scripts_dir}/conntrack.py show_statistics",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "conntrack",
+ "table",
+ "ipv4"
+ ],
+ "help": "Show conntrack entries for IPv4 protocol",
+ "run": "sudo ${vyos_op_scripts_dir}/conntrack.py show --family inet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "conntrack",
+ "table",
+ "ipv6"
+ ],
+ "help": "Show conntrack entries for IPv6 protocol",
+ "run": "sudo ${vyos_op_scripts_dir}/conntrack.py show --family inet6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "conntrack-sync",
+ "cache",
+ "external",
+ "expect"
+ ],
+ "help": "Show external expect connection tracking cache entries",
+ "run": "sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_external_expect",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "conntrack-sync",
+ "cache",
+ "external",
+ "main"
+ ],
+ "help": "Show external main connection tracking cache entries",
+ "run": "sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_external_cache",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "conntrack-sync",
+ "cache",
+ "external"
+ ],
+ "help": "Show external connection tracking cache entries",
+ "run": "sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_external_cache",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "conntrack-sync",
+ "cache",
+ "internal",
+ "expect"
+ ],
+ "help": "Show internal expect connection tracking cache entries",
+ "run": "sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_internal_expect",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "conntrack-sync",
+ "cache",
+ "internal",
+ "main"
+ ],
+ "help": "Show internal main connection tracking cache entries",
+ "run": "sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_internal_cache",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "conntrack-sync",
+ "cache",
+ "internal"
+ ],
+ "help": "Show internal connection tracking cache entries",
+ "run": "sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_internal_cache",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "conntrack-sync",
+ "statistics"
+ ],
+ "help": "Show connection syncing statistics",
+ "run": "sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_statistics",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "conntrack-sync",
+ "status"
+ ],
+ "help": "Show conntrack-sync status",
+ "run": "sudo ${vyos_op_scripts_dir}/conntrack_sync.py show_status",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "console-server",
+ "ports"
+ ],
+ "help": "Examine console ports and configured baud rates",
+ "run": "/usr/bin/console -x",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "console-server",
+ "user"
+ ],
+ "help": "Show users on various consoles",
+ "run": "/usr/bin/console -u",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "container",
+ "image"
+ ],
+ "help": "Show container image",
+ "run": "sudo ${vyos_op_scripts_dir}/container.py show_image",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "container",
+ "log",
+ "<text>"
+ ],
+ "help": "Show logs from a given container",
+ "run": "sudo podman logs --names \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "container",
+ "network"
+ ],
+ "help": "Show available container networks",
+ "run": "sudo ${vyos_op_scripts_dir}/container.py show_network",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "container"
+ ],
+ "help": "Show containers",
+ "run": "sudo ${vyos_op_scripts_dir}/container.py show_container",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "date"
+ ],
+ "help": "Show system time and date",
+ "run": "/bin/date",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "date",
+ "utc",
+ "maya"
+ ],
+ "help": "Show UTC date in Maya calendar format",
+ "run": "${vyos_op_scripts_dir}/maya_date.py $(date +%s)",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "date",
+ "utc"
+ ],
+ "help": "Show system date and time as Coordinated Universal Time",
+ "run": "/bin/date -u",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "dhcp",
+ "client",
+ "leases",
+ "interface",
+ "<text>"
+ ],
+ "help": " Show DHCP client information for a given interface",
+ "run": "${vyos_op_scripts_dir}/dhcp.py show_client_leases --family inet --interface $6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "dhcp",
+ "client",
+ "leases"
+ ],
+ "help": "Show DHCP client leases",
+ "run": "${vyos_op_scripts_dir}/dhcp.py show_client_leases --family inet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "dhcp",
+ "server",
+ "leases"
+ ],
+ "help": "Show DHCP server leases",
+ "run": "${vyos_op_scripts_dir}/dhcp.py show_server_leases --family inet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "dhcp",
+ "server",
+ "leases",
+ "pool",
+ "<text>"
+ ],
+ "help": "Show DHCP server leases for a specific pool",
+ "run": "${vyos_op_scripts_dir}/dhcp.py show_server_leases --family inet --pool $6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "dhcp",
+ "server",
+ "leases",
+ "sort",
+ "<text>"
+ ],
+ "help": "Show DHCP server leases sorted by the specified key",
+ "run": "${vyos_op_scripts_dir}/dhcp.py show_server_leases --family inet --sort $6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "dhcp",
+ "server",
+ "leases",
+ "state",
+ "<text>"
+ ],
+ "help": "Show DHCP server leases with a specific state (can be multiple,",
+ "run": "${vyos_op_scripts_dir}/dhcp.py show_server_leases --family inet --state $6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "dhcp",
+ "server",
+ "statistics"
+ ],
+ "help": "Show DHCP server statistics",
+ "run": "${vyos_op_scripts_dir}/dhcp.py show_pool_statistics --family inet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "dhcp",
+ "server",
+ "statistics",
+ "pool",
+ "<text>"
+ ],
+ "help": "Show DHCP server statistics for a specific pool",
+ "run": "${vyos_op_scripts_dir}/dhcp.py show_pool_statistics --family inet --pool $6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "dhcpv6",
+ "server",
+ "leases"
+ ],
+ "help": "Show DHCPv6 server leases",
+ "run": "sudo ${vyos_op_scripts_dir}/dhcp.py show_server_leases --family inet6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "dhcpv6",
+ "server",
+ "leases",
+ "pool",
+ "<text>"
+ ],
+ "help": "Show DHCPv6 server leases for a specific pool",
+ "run": "${vyos_op_scripts_dir}/dhcp.py show_server_leases --family inet6 --pool $6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "dhcpv6",
+ "server",
+ "leases",
+ "sort",
+ "<text>"
+ ],
+ "help": "Show DHCPv6 server leases sorted by the specified key",
+ "run": "${vyos_op_scripts_dir}/dhcp.py show_server_leases --family inet6 --sort $6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "dhcpv6",
+ "server",
+ "leases",
+ "state",
+ "<text>"
+ ],
+ "help": "Show DHCPv6 server leases with a specific state (can be",
+ "run": "${vyos_op_scripts_dir}/dhcp.py show_server_leases --family inet6 --state $6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "disk",
+ "<text>",
+ "format"
+ ],
+ "help": "Show disk drive formatting",
+ "run": "${vyos_op_scripts_dir}/show_disk_format.sh $3",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "dns",
+ "dynamic",
+ "status"
+ ],
+ "help": "Show Dynamic DNS status",
+ "run": "sudo ${vyos_op_scripts_dir}/dns_dynamic.py --status",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "dns",
+ "forwarding",
+ "statistics"
+ ],
+ "help": "Show DNS forwarding statistics",
+ "run": "sudo ${vyos_op_scripts_dir}/dns.py show_forwarding_statistics",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "environment",
+ "sensors"
+ ],
+ "help": "Show hardware monitoring results",
+ "run": "if ! grep -q hypervisor /proc/cpuinfo; then ${vyos_libexec_dir}/vyos-sudo.py ${vyos_op_scripts_dir}/show_sensors.py; else echo \"VyOS running under hypervisor, no sensors available\"; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "evpn",
+ "access-vlan",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "evpn",
+ "access-vlan"
+ ],
+ "help": "Access VLANs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "evpn",
+ "access-vlan",
+ "<text>",
+ "<text>"
+ ],
+ "help": "VLAN ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "evpn",
+ "arp-cache",
+ "vni",
+ "<text>"
+ ],
+ "help": "VXLAN network identifier (VNI) number",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "evpn",
+ "mac",
+ "vni",
+ "<text>"
+ ],
+ "help": "VXLAN network identifier (VNI) number",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "evpn",
+ "next-hops",
+ "vni",
+ "<text>"
+ ],
+ "help": "VXLAN network identifier (VNI) number",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "evpn",
+ "rmac",
+ "vni",
+ "<text>"
+ ],
+ "help": "VXLAN network identifier (VNI) number",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "file",
+ "<text>"
+ ],
+ "help": "Show files in the specified directory",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": "pe: imagefiles",
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "group"
+ ],
+ "help": "Show firewall group",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show_group",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "group",
+ "<text>"
+ ],
+ "help": "Show firewall group",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show_group --name $4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter"
+ ],
+ "help": "Show IPv4 forward filter firewall ruleset",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show --hook $4 --priority $5",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "ipv4",
+ "forward",
+ "filter",
+ "rule",
+ "<text>"
+ ],
+ "help": "Show summary of IPv4 forward filter firewall rules",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show --hook $4 --priority $5 --rule $7",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "ipv4",
+ "input",
+ "filter"
+ ],
+ "help": "Show IPv4 forward input firewall ruleset",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show --hook $4 --priority $5",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "ipv4",
+ "input",
+ "filter",
+ "rule",
+ "<text>"
+ ],
+ "help": "Show summary of IPv4 input filter firewall rules",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show --hook $4 --priority $5 --rule $7",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>"
+ ],
+ "help": "Show IPv4 custom firewall chains",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show --hook $4 --priority $5",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "ipv4",
+ "name",
+ "<text>",
+ "rule",
+ "<text>"
+ ],
+ "help": "Show summary of IPv4 custom firewall ruleset",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show --hook $4 --priority $5 --rule $7",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "ipv4"
+ ],
+ "help": "Show IPv4 firewall",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show_family --family $3",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "ipv4",
+ "output",
+ "filter"
+ ],
+ "help": "Show IPv4 output filter firewall ruleset",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show --hook $4 --priority $5",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "ipv4",
+ "output",
+ "filter",
+ "rule",
+ "<text>"
+ ],
+ "help": "Show summary of IPv4 output filter firewall rules",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show --hook $4 --priority $5 --rule $7",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter"
+ ],
+ "help": "Show IPv6 forward filter firewall ruleset",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show --hook $4 --priority $5 --ipv6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "ipv6",
+ "forward",
+ "filter",
+ "rule",
+ "<text>"
+ ],
+ "help": "Show summary of IPv6 forward filter firewall rules",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show --hook $4 --priority $5 --rule $7 --ipv6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "ipv6",
+ "input",
+ "filter"
+ ],
+ "help": "Show IPv6 forward input firewall ruleset",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show --hook $4 --priority $5 --ipv6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "ipv6",
+ "input",
+ "filter",
+ "rule",
+ "<text>"
+ ],
+ "help": "Show summary of IPv6 input filter firewall rules",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show --hook $4 --priority $5 --rule $7 --ipv6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "ipv6",
+ "ipv6-name",
+ "<text>"
+ ],
+ "help": "Show IPv6 custom firewall chains",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show --hook $4 --priority $5 --ipv6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "ipv6",
+ "ipv6-name",
+ "<text>",
+ "rule",
+ "<text>"
+ ],
+ "help": "Show summary of IPv6 custom firewall ruleset",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show --hook $4 --priority $5 --rule $7 --ipv6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "ipv6"
+ ],
+ "help": "Show IPv6 firewall",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show_family --family $3",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "ipv6",
+ "output",
+ "filter"
+ ],
+ "help": "Show IPv6 output filter firewall ruleset",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show --hook $4 --priority $5 --ipv6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "ipv6",
+ "output",
+ "filter",
+ "rule",
+ "<text>"
+ ],
+ "help": "Show summary of IPv6 output filter firewall rules",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show --hook $4 --priority $5 --rule $7 --ipv6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall"
+ ],
+ "help": "Show firewall information",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show_all",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "statistics"
+ ],
+ "help": "Show statistics of firewall application",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show_statistics",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "firewall",
+ "summary"
+ ],
+ "help": "Show summary of firewall application",
+ "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show_summary",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "flow-accounting",
+ "interface",
+ "<text>",
+ "host",
+ "<text>"
+ ],
+ "help": "Show flow accounting statistics for specified interface/host",
+ "run": "${vyos_op_scripts_dir}/flow_accounting_op.py --action show --interface $4 --host $6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "flow-accounting",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show flow accounting statistics for specified interface",
+ "run": "${vyos_op_scripts_dir}/flow_accounting_op.py --action show --interface $4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "flow-accounting",
+ "interface",
+ "<text>",
+ "port",
+ "<text>"
+ ],
+ "help": "Show flow accounting statistics for specified interface/port",
+ "run": "${vyos_op_scripts_dir}/flow_accounting_op.py --action show --interface $4 --ports $6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "flow-accounting",
+ "interface",
+ "<text>",
+ "top",
+ "<text>"
+ ],
+ "help": "Show top N flows for specified interface",
+ "run": "${vyos_op_scripts_dir}/flow_accounting_op.py --action show --interface $4 --top $6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "flow-accounting"
+ ],
+ "help": "Show flow accounting statistics",
+ "run": "${vyos_op_scripts_dir}/flow_accounting_op.py --action show",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "hardware",
+ "cpu",
+ "detail"
+ ],
+ "help": "Show system CPU details",
+ "run": "cat /proc/cpuinfo",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "hardware",
+ "cpu"
+ ],
+ "help": "Show CPU informaion",
+ "run": "${vyos_op_scripts_dir}/cpu.py show",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "hardware",
+ "cpu",
+ "summary"
+ ],
+ "help": "Show system CPUs summary",
+ "run": "${vyos_op_scripts_dir}/cpu.py show_summary",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "hardware",
+ "dmi"
+ ],
+ "help": "Show system DMI details",
+ "run": "${vyatta_bindir}/vyatta-show-dmi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "hardware",
+ "mem"
+ ],
+ "help": "Show system RAM details",
+ "run": "cat /proc/meminfo",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "hardware",
+ "pci",
+ "detail"
+ ],
+ "help": "Show verbose system PCI bus details",
+ "run": "lspci -vvv",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "hardware",
+ "pci"
+ ],
+ "help": "Show system PCI bus details",
+ "run": "lspci",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "hardware",
+ "storage",
+ "nvme"
+ ],
+ "help": "Show NVMe device information",
+ "run": "sudo nvme list",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "hardware",
+ "storage",
+ "scsi",
+ "detail"
+ ],
+ "help": "Show detailed SCSI device information",
+ "run": "lsscsi -vvv",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "hardware",
+ "storage",
+ "scsi"
+ ],
+ "help": "Show SCSI device information",
+ "run": "lsscsi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "hardware",
+ "storage",
+ "smart",
+ "<text>"
+ ],
+ "help": "Show S.M.A.R.T. device information",
+ "run": "sudo smartctl -a \"/dev/$5\" | sed 1,3d",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "hardware",
+ "usb",
+ "detail"
+ ],
+ "help": "Show detailed USB bus information",
+ "run": "/usr/bin/lsusb -v",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "hardware",
+ "usb"
+ ],
+ "help": "Show peripherals connected to the USB bus",
+ "run": "/usr/bin/lsusb -t",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "hardware",
+ "usb",
+ "serial"
+ ],
+ "help": "Show information about connected USB serial ports",
+ "run": "${vyos_op_scripts_dir}/show_usb_serial.py",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "history",
+ "brief"
+ ],
+ "help": "Show recent command history",
+ "run": "HISTTIMEFORMAT='%FT%T%z ' HISTFILE=\"$HOME/.bash_history\" \\set -o history; history 20",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "history"
+ ],
+ "help": "Show command history",
+ "run": "HISTTIMEFORMAT='%FT%T%z ' HISTFILE=\"$HOME/.bash_history\" \\set -o history; history",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "history",
+ "<text>"
+ ],
+ "help": "Show last N commands in history",
+ "run": "HISTTIMEFORMAT='%FT%T%z ' HISTFILE=\"$HOME/.bash_history\" \\set -o history; history $3",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "host",
+ "date"
+ ],
+ "help": "Show host current date",
+ "run": "/bin/date",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "host",
+ "domain"
+ ],
+ "help": "Show domain name",
+ "run": "/bin/domainname -d",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "host",
+ "lookup",
+ "<text>"
+ ],
+ "help": "Lookup host information for hostname|IPv4 address",
+ "run": "/usr/bin/host $4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "host",
+ "name"
+ ],
+ "help": "Show host name",
+ "run": "/bin/hostname",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "host",
+ "os"
+ ],
+ "help": "Show host operating system details",
+ "run": "/bin/uname -a",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "bonding",
+ "detail"
+ ],
+ "help": "Show detailed bonding interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-type=bonding",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "bonding"
+ ],
+ "help": "Show Bonding interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=bonding",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "bonding",
+ "<text>",
+ "brief"
+ ],
+ "help": "Show summary of the specified bonding interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name=\"$4\" --intf-type=bonding",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "bonding",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed interface information",
+ "run": "if [ -f \"/proc/net/bonding/$4\" ]; then cat \"/proc/net/bonding/$4\"; else echo \"Interface $4 does not exist!\"; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "bonding",
+ "<text>"
+ ],
+ "help": "Show specified Bonding interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4\" --intf-type=bonding",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "bonding",
+ "<text>",
+ "slaves"
+ ],
+ "help": "Show specified bonding interface information",
+ "run": "${vyos_op_scripts_dir}/show-bond.py --interface \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>",
+ "brief"
+ ],
+ "help": "Show summary of specified virtual network interface (vif)",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name=\"$4.$6\" --intf-type=bonding",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "bonding",
+ "<text>",
+ "vif",
+ "<text>"
+ ],
+ "help": "Show specified virtual network interface (vif) information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4.$6\" --intf-type=bonding",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "bonding",
+ "slaves"
+ ],
+ "help": "Show specified bonding interface information",
+ "run": "${vyos_op_scripts_dir}/show-bond.py --slaves",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "bridge",
+ "detail"
+ ],
+ "help": "Show detailed bridge interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-type=bridge",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "bridge"
+ ],
+ "help": "Show Bridge interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=bridge",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "bridge",
+ "<text>",
+ "brief"
+ ],
+ "help": "Show summary of the specified bridge interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name=\"$4\" --intf-type=bridge",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "bridge",
+ "<text>"
+ ],
+ "help": "Show specified Bridge interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4\" --intf-type=bridge",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "counters"
+ ],
+ "help": "Show network interface counters",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_counters",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "detail"
+ ],
+ "help": "Show detailed information of all interfaces",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "dummy",
+ "detail"
+ ],
+ "help": "Show detailed dummy interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-type=dummy",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "dummy"
+ ],
+ "help": "Show Dummy interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=dummy",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "dummy",
+ "<text>",
+ "brief"
+ ],
+ "help": "Show summary of the specified dummy interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name=\"$4\" --intf-type=dummy",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "dummy",
+ "<text>"
+ ],
+ "help": "Show specified Dummy interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4\" --intf-type=dummy",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "ethernet",
+ "detail"
+ ],
+ "help": "Show detailed ethernet interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-type=ethernet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "ethernet"
+ ],
+ "help": "Show Ethernet interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=ethernet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "brief"
+ ],
+ "help": "Show summary of the specified ethernet interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name=\"$4\" --intf-type=ethernet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "identify"
+ ],
+ "help": "Visually identify specified ethernet interface",
+ "run": "echo \"Blinking interface $4 for 30 seconds.\"; ethtool --identify \"$4\" 30",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "ethernet",
+ "<text>"
+ ],
+ "help": "Show specified Ethernet interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4\" --intf-type=ethernet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "physical"
+ ],
+ "help": "Show physical device information for specified ethernet",
+ "run": "ethtool \"$4\"; ethtool --show-ring \"$4\"; ethtool --driver \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "physical",
+ "offload"
+ ],
+ "help": "Show physical device offloading capabilities",
+ "run": "ethtool --show-features \"$4\" | sed -e 1d -e '/fixed/d' -e 's/^\\t*//g' -e 's/://' | column -t -s' '",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "statistics"
+ ],
+ "help": "Show physical device statistics for specified ethernet interface",
+ "run": "ethtool --statistics \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "transceiver"
+ ],
+ "help": "Show transceiver information from modules (e.g SFP+, QSFP)",
+ "run": "ethtool --module-info \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>",
+ "brief"
+ ],
+ "help": "Show summary of specified virtual network interface (vif)",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name=\"$4.$6\" --intf-type=ethernet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "ethernet",
+ "<text>",
+ "vif",
+ "<text>"
+ ],
+ "help": "Show specified virtual network interface (vif) information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4.$6\" --intf-type=ethernet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "geneve",
+ "detail"
+ ],
+ "help": "Show detailed GENEVE interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-type=geneve",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "geneve"
+ ],
+ "help": "Show GENEVE interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=geneve",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "geneve",
+ "<text>",
+ "brief"
+ ],
+ "help": "Show summary of the specified GENEVE interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name=\"$4\" --intf-type=geneve",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "geneve",
+ "<text>"
+ ],
+ "help": "Show specified GENEVE interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4\" --intf-type=geneve",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "input",
+ "detail"
+ ],
+ "help": "Show detailed input interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-type=input",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "input"
+ ],
+ "help": "Show Input (ifb) interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=input",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "input",
+ "<text>",
+ "brief"
+ ],
+ "help": "Show summary of the specified input interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name=\"$4\" --intf-type=input",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "input",
+ "<text>"
+ ],
+ "help": "Show specified Input interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4\" --intf-type=input",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "l2tpv3",
+ "detail"
+ ],
+ "help": "Show detailed L2TPv3 interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-type=l2tpv3",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "l2tpv3"
+ ],
+ "help": "Show L2TPv3 interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=l2tpv3",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "l2tpv3",
+ "<text>",
+ "brief"
+ ],
+ "help": "Show summary of the specified L2TPv3 interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name=\"$4\" --intf-type=l2tpv3",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "l2tpv3",
+ "<text>"
+ ],
+ "help": "Show specified L2TPv3 interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4\" --intf-type=l2tpv3",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "loopback",
+ "detail"
+ ],
+ "help": "Show detailed Loopback interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-type=loopback",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "loopback"
+ ],
+ "help": "Show Loopback interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=loopback",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "loopback",
+ "<text>",
+ "brief"
+ ],
+ "help": "Show summary of the specified Loopback interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name=\"$4\" --intf-type=loopback",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "loopback",
+ "<text>"
+ ],
+ "help": "Show specified Loopback interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4\" --intf-type=loopback",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "macsec"
+ ],
+ "help": "Show MACsec interface information",
+ "run": "ip macsec show",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "macsec",
+ "<text>"
+ ],
+ "help": "Show specified MACsec interface information",
+ "run": "ip macsec show $4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces"
+ ],
+ "help": "Show network interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "openvpn",
+ "detail"
+ ],
+ "help": "Show detailed OpenVPN interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-type=openvpn",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "openvpn"
+ ],
+ "help": "Show OpenVPN interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=openvpn",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "brief"
+ ],
+ "help": "Show summary of specified OpenVPN interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name=\"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "openvpn",
+ "<text>"
+ ],
+ "help": "Show OpenVPN interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=$4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "user",
+ "<text>",
+ "mfa",
+ "qrcode"
+ ],
+ "help": "Show multi-factor authentication QR code",
+ "run": "${vyos_op_scripts_dir}/show_openvpn_mfa.py --user=\"$6\" --intf=\"$4\" --action=qrcode",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "user",
+ "<text>",
+ "mfa",
+ "secret"
+ ],
+ "help": "Show multi-factor authentication secret",
+ "run": "${vyos_op_scripts_dir}/show_openvpn_mfa.py --user=\"$6\" --intf=\"$4\" --action=secret",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "openvpn",
+ "<text>",
+ "user",
+ "<text>",
+ "mfa",
+ "uri"
+ ],
+ "help": "Show multi-factor authentication otpauth uri",
+ "run": "${vyos_op_scripts_dir}/show_openvpn_mfa.py --user=\"$6\" --intf=\"$4\" --action=uri",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "pppoe",
+ "detail"
+ ],
+ "help": "Show detailed PPPoE interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-type=pppoe",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "pppoe"
+ ],
+ "help": "Show PPPoE interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=pppoe",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "log"
+ ],
+ "help": "Show specified PPPoE interface log",
+ "run": "journalctl --no-hostname --boot --follow --unit \"ppp@$4\".service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "pppoe",
+ "<text>"
+ ],
+ "help": "Show specified PPPoE interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4\" --intf-type=pppoe",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "pppoe",
+ "<text>",
+ "statistics"
+ ],
+ "help": "Show specified PPPoE interface statistics",
+ "run": "if [ -d \"/sys/class/net/$4\" ]; then /usr/sbin/pppstats \"$4\"; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "pseudo-ethernet",
+ "detail"
+ ],
+ "help": "Show detailed pseudo-ethernet/MACvlan interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-type=pseudo-ethernet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "pseudo-ethernet"
+ ],
+ "help": "Show Pseudo-Ethernet/MACvlan interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=pseudo-ethernet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>",
+ "brief"
+ ],
+ "help": "Show summary of the specified pseudo-ethernet/MACvlan interface",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name=\"$4\" --intf-type=pseudo-ethernet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "pseudo-ethernet",
+ "<text>"
+ ],
+ "help": "Show specified Pseudo-Ethernet/MACvlan interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4\" --intf-type=pseudo-ethernet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "sstpc",
+ "detail"
+ ],
+ "help": "Show detailed SSTP client interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-type=sstpc",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "sstpc"
+ ],
+ "help": "Show SSTP client interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=sstpc",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "sstpc",
+ "<text>",
+ "log"
+ ],
+ "help": "Show specified SSTP client interface log",
+ "run": "journalctl --no-hostname --boot --follow --unit \"ppp@$4\".service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "sstpc",
+ "<text>"
+ ],
+ "help": "Show specified SSTP client interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4\" --intf-type=sstpc",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "sstpc",
+ "<text>",
+ "statistics"
+ ],
+ "help": "Show specified SSTP client interface statistics",
+ "run": "if [ -d \"/sys/class/net/$4\" ]; then /usr/sbin/pppstats \"$4\"; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "system",
+ "enabled"
+ ],
+ "help": "Show network information of all enabled interfaces",
+ "run": "${vyatta_bindir}/vyatta-show-interfaces system enabled",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "system"
+ ],
+ "help": "Show network information of all interfaces",
+ "run": "${vyatta_bindir}/vyatta-show-interfaces system",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "tunnel",
+ "detail"
+ ],
+ "help": "Show detailed tunnel interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-type=tunnel",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "tunnel"
+ ],
+ "help": "Show Tunnel interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=tunnel",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "tunnel",
+ "<text>",
+ "brief"
+ ],
+ "help": "Show summary of the specified tunnel interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name=\"$4\" --intf-type=tunnel",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "tunnel",
+ "<text>"
+ ],
+ "help": "Show specified Tunnel interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4\" --intf-type=tunnel",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "virtual-ethernet",
+ "detail"
+ ],
+ "help": "Show detailed virtual-ethernet interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-type=virtual-ethernet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "virtual-ethernet"
+ ],
+ "help": "Show virtual-ethernet interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=virtual-ethernet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "virtual-ethernet",
+ "<text>",
+ "brief"
+ ],
+ "help": "Show summary of the specified virtual-ethernet interface",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name=\"$4\" --intf-type=virtual-ethernet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "virtual-ethernet",
+ "<text>"
+ ],
+ "help": "Show specified virtual-ethernet interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4\" --intf-type=virtual-ethernet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "vrrp",
+ "detail"
+ ],
+ "help": "Show detailed vrrp interface information",
+ "run": "${vyatta_bindir}/vyatta-show-interfaces.pl --vrrp --action=show",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "vrrp"
+ ],
+ "help": "Show vrrp interface information",
+ "run": "${vyatta_bindir}/vyatta-show-interfaces.pl --vrrp --action=show-brief",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "vrrp",
+ "<text>",
+ "brief"
+ ],
+ "help": "Show summary of the specified vrrp interface information",
+ "run": "${vyatta_bindir}/vyatta-show-interfaces.pl --intf=\"$4\" --action=show-brief",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "vrrp",
+ "<text>"
+ ],
+ "help": "Show specified vrrp interface information",
+ "run": "${vyatta_bindir}/vyatta-show-interfaces.pl --intf=\"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "vti",
+ "detail"
+ ],
+ "help": "Show detailed vti interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-type=vti",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "vti"
+ ],
+ "help": "Show VTI interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=vti",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "vti",
+ "<text>",
+ "brief"
+ ],
+ "help": "Show summary of the specified vti interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name=\"$4\" --intf-type=vti",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "vti",
+ "<text>"
+ ],
+ "help": "Show specified VTI interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4\" --intf-type=vti",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "vxlan",
+ "detail"
+ ],
+ "help": "Show detailed VXLAN interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-type=vxlan",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "vxlan"
+ ],
+ "help": "Show VXLAN interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=vxlan",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "vxlan",
+ "<text>",
+ "brief"
+ ],
+ "help": "Show summary of the specified VXLAN interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name=\"$4\" --intf-type=vxlan",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "vxlan",
+ "<text>"
+ ],
+ "help": "Show specified VXLAN interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4\" --intf-type=vxlan",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wireguard",
+ "detail"
+ ],
+ "help": "Show detailed Wireguard interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-type=wireguard",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wireguard"
+ ],
+ "help": "Show WireGuard interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=wireguard",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "allowed-ips"
+ ],
+ "help": "Show all IP addresses allowed for the specified interface",
+ "run": "sudo wg show \"$4\" allowed-ips",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "endpoints"
+ ],
+ "help": "Show all endpoints for the specified interface",
+ "run": "sudo wg show \"$4\" endpoints",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wireguard",
+ "<text>"
+ ],
+ "help": "Show specified WireGuard interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4\" --intf-type=wireguard",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "peers"
+ ],
+ "help": "Show all peer IDs for the specified interface",
+ "run": "sudo wg show \"$4\" peers",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "public-key"
+ ],
+ "help": "Show interface public-key",
+ "run": "sudo wg show \"$4\" public-key",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wireguard",
+ "<text>",
+ "summary"
+ ],
+ "help": "Shows current configuration and device information",
+ "run": "sudo wg show \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wireless",
+ "detail"
+ ],
+ "help": "Show detailed wireless interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-type=wireless",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wireless",
+ "info"
+ ],
+ "help": "Show wireless interface configuration",
+ "run": "${vyos_op_scripts_dir}/show_wireless.py --brief",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wireless"
+ ],
+ "help": "Show Wireless (WLAN) interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=wireless",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wireless",
+ "<text>",
+ "brief"
+ ],
+ "help": "Show summary of the specified wireless interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name=\"$4\" --intf-type=wireless",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wireless",
+ "<text>"
+ ],
+ "help": "Show specified wireless interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4\" --intf-type=wireless",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wireless",
+ "<text>",
+ "scan",
+ "detail"
+ ],
+ "help": "Show detailed scan results",
+ "run": "sudo /sbin/iw dev \"$4\" scan ap-force",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wireless",
+ "<text>",
+ "scan"
+ ],
+ "help": "Show summary of the specified wireless interface information",
+ "run": "sudo ${vyos_op_scripts_dir}/show_wireless.py --scan \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wireless",
+ "<text>",
+ "stations"
+ ],
+ "help": "Show specified Wireless interface information",
+ "run": "${vyos_op_scripts_dir}/show_wireless.py --stations \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>",
+ "brief"
+ ],
+ "help": "Show summary of specified virtual network interface (vif)",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name=\"$4.$6\" --intf-type=wireless",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wireless",
+ "<text>",
+ "vif",
+ "<text>"
+ ],
+ "help": "Show specified virtual network interface (vif) information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4.$6\" --intf-type=wireless",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wwan",
+ "detail"
+ ],
+ "help": "Show detailed Wireless Modem (WWAN( interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-type=wwan",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wwan"
+ ],
+ "help": "Show Wireless Modem (WWAN) interface information",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=wwan",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wwan",
+ "<text>",
+ "capabilities"
+ ],
+ "help": "Show WWAN module capabilities",
+ "run": "sudo ${vyos_op_scripts_dir}/show_wwan.py --interface=$4 --capabilities",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wwan",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show WWAN module detailed information summary",
+ "run": "if cli-shell-api existsActive interfaces wwan $4; then mmcli --modem ${4#wwan}; else echo \"Interface \\\"$4\\\" unconfigured!\"; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wwan",
+ "<text>",
+ "firmware"
+ ],
+ "help": "Show WWAN module firmware",
+ "run": "sudo ${vyos_op_scripts_dir}/show_wwan.py --interface=$4 --firmware",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wwan",
+ "<text>",
+ "imei"
+ ],
+ "help": "Show WWAN module IMEI/ESN/MEID",
+ "run": "sudo ${vyos_op_scripts_dir}/show_wwan.py --interface=$4 --imei",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wwan",
+ "<text>",
+ "imsi"
+ ],
+ "help": "Show WWAN module IMSI",
+ "run": "sudo ${vyos_op_scripts_dir}/show_wwan.py --interface=$4 --imsi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wwan",
+ "<text>",
+ "log"
+ ],
+ "help": "Show interface log for specified interface",
+ "run": "echo not implemented",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wwan",
+ "<text>",
+ "model"
+ ],
+ "help": "Show WWAN module manufacturer",
+ "run": "sudo ${vyos_op_scripts_dir}/show_wwan.py --interface=$4 --model",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wwan",
+ "<text>",
+ "msisdn"
+ ],
+ "help": "Show WWAN module MSISDN",
+ "run": "sudo ${vyos_op_scripts_dir}/show_wwan.py --interface=$4 --msisdn",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wwan",
+ "<text>"
+ ],
+ "help": "Show specified Wireless Wire Area Network (WWAN) interface",
+ "run": "${vyos_op_scripts_dir}/interfaces.py show --intf-name=\"$4\" --intf-type=wirelessmodem",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wwan",
+ "<text>",
+ "revision"
+ ],
+ "help": "Show WWAN module revision",
+ "run": "sudo ${vyos_op_scripts_dir}/show_wwan.py --interface=$4 --revision",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wwan",
+ "<text>",
+ "signal"
+ ],
+ "help": "Show WWAN module RF signal info",
+ "run": "sudo ${vyos_op_scripts_dir}/show_wwan.py --interface=$4 --signal",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "interfaces",
+ "wwan",
+ "<text>",
+ "sim"
+ ],
+ "help": "Show WWAN module connected SIM card information",
+ "run": "sudo ${vyos_op_scripts_dir}/show_wwan.py --interface=$4 --sim",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "access-list"
+ ],
+ "help": "Show all IP access-lists",
+ "run": "vtysh -c \"show ip access-list\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "access-list",
+ "<text>"
+ ],
+ "help": "Show all IP access-lists",
+ "run": "vtysh -c \"show ip access-list $4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "as-path-access-list"
+ ],
+ "help": "Show all as-path-access-lists",
+ "run": "vtysh -c \"show ip as-path-access-list\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "as-path-access-list",
+ "<text>"
+ ],
+ "help": "Show all as-path-access-lists",
+ "run": "vtysh -c \"show ip as-path-access-list $4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "attribute-info"
+ ],
+ "help": "Show BGP attribute information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "cidr-only"
+ ],
+ "help": "Display only routes with non-natural netmasks",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community",
+ "accept-own"
+ ],
+ "help": "Should accept local VPN route if exported and imported into",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community",
+ "accept-own-nexthop"
+ ],
+ "help": "Should accept VPN route with local nexthop (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community",
+ "blackhole"
+ ],
+ "help": "Inform EBGP peers to blackhole traffic to prefix (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community",
+ "graceful-shutdown"
+ ],
+ "help": "Graceful shutdown (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community",
+ "llgr-stale"
+ ],
+ "help": "Staled Long-lived Graceful Restart VPN route (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community",
+ "local-AS"
+ ],
+ "help": "Do not send outside local AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community",
+ "no-advertise"
+ ],
+ "help": "Do not advertise to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community",
+ "no-export"
+ ],
+ "help": "Do not export to next AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community",
+ "no-llgr"
+ ],
+ "help": "Removed because Long-lived Graceful Restart was not enabled for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community",
+ "no-peer"
+ ],
+ "help": "Do not export to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community"
+ ],
+ "help": "Display routes matching the community",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community",
+ "<text>"
+ ],
+ "help": "Community number where AA and NN are (0-65535)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community",
+ "route-filter-translated-v4"
+ ],
+ "help": "RT translated VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community",
+ "route-filter-translated-v6"
+ ],
+ "help": "RT translated VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community",
+ "route-filter-v4"
+ ],
+ "help": "RT VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community",
+ "route-filter-v6"
+ ],
+ "help": "RT VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community-info"
+ ],
+ "help": "List all bgp community information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "dampening",
+ "dampened-paths"
+ ],
+ "help": "Display paths suppressed due to dampening",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "dampening",
+ "flap-statistics"
+ ],
+ "help": "Display flap statistics of routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "dampening",
+ "parameters"
+ ],
+ "help": "Display detail of configured dampening parameters",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "ipv4",
+ "unicast",
+ "cidr-only"
+ ],
+ "help": "Display only routes with non-natural netmasks",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "ipv4",
+ "unicast",
+ "community"
+ ],
+ "help": "Show BGP routes matching the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "ipv4",
+ "unicast",
+ "community",
+ "<text>"
+ ],
+ "help": "Display routes matching the specified communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "ipv4",
+ "unicast",
+ "community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Show BGP routes exactly matching specified community list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "ipv4",
+ "unicast",
+ "community-list",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching specified community list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "ipv4",
+ "unicast",
+ "neighbors",
+ "<text>",
+ "advertised-routes"
+ ],
+ "help": "Show routes advertised to a BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "ipv4",
+ "unicast",
+ "neighbors",
+ "<text>",
+ "filtered-routes"
+ ],
+ "help": "Show the filtered routes from neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "ipv4",
+ "unicast",
+ "neighbors",
+ "<text>"
+ ],
+ "help": "Show detailed BGP IPv4 unicast neighbor information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "ipv4",
+ "unicast",
+ "neighbors",
+ "<text>",
+ "prefix-counts"
+ ],
+ "help": "Show detailed prefix count information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "ipv4",
+ "unicast",
+ "neighbors",
+ "<text>",
+ "received-routes"
+ ],
+ "help": "Show the received routes from neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "ipv4",
+ "unicast",
+ "neighbors",
+ "<text>",
+ "routes"
+ ],
+ "help": "Show routes learned from neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "ipv4",
+ "unicast"
+ ],
+ "help": "Show BGP IPv4 unicast information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "ipv4",
+ "unicast",
+ "<text>"
+ ],
+ "help": "Show BGP information for specified IP address or prefix",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "ipv4",
+ "unicast",
+ "paths"
+ ],
+ "help": "Show BGP path information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "ipv4",
+ "unicast",
+ "prefix-list",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching the specified prefix list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "ipv4",
+ "unicast",
+ "regexp",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching the specified AS path regular",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "ipv4",
+ "unicast",
+ "route-map",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching the specified route map",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "ipv4",
+ "unicast",
+ "summary"
+ ],
+ "help": "Show summary of BGP information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "large-community"
+ ],
+ "help": "Show BGP routes matching the specified large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "large-community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "large-community",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "large-community-info"
+ ],
+ "help": "Show BGP large-community information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "large-community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "large-community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "memory"
+ ],
+ "help": "Show BGP memory usage",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "neighbors"
+ ],
+ "help": "Detailed information on TCP and BGP neighbor connections",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "neighbors",
+ "<text>",
+ "advertised-routes"
+ ],
+ "help": "Show routes advertised to a BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "neighbors",
+ "<text>",
+ "dampened-routes"
+ ],
+ "help": "Show dampened routes received from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "neighbors",
+ "<text>",
+ "filtered-routes"
+ ],
+ "help": "Show filtered routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "neighbors",
+ "<text>",
+ "flap-statistics"
+ ],
+ "help": "Show flap statistics of the routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "neighbors",
+ "<text>"
+ ],
+ "help": "Show BGP information for specified neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "neighbors",
+ "<text>",
+ "prefix-counts"
+ ],
+ "help": "Show detailed prefix count information for BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "neighbors",
+ "<text>",
+ "received",
+ "prefix-filter"
+ ],
+ "help": "Show prefixlist filter",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "neighbors",
+ "<text>",
+ "received-routes"
+ ],
+ "help": "Show received routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "neighbors",
+ "<text>",
+ "routes"
+ ],
+ "help": "Show routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp"
+ ],
+ "help": "Show Border Gateway Protocol (BGP) information",
+ "run": "vtysh -c \"show ip bgp\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "paths"
+ ],
+ "help": "Show BGP path information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "prefix-list",
+ "<text>"
+ ],
+ "help": "Display routes conforming to the prefix-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "regexp",
+ "<text>"
+ ],
+ "help": "Display routes matching the AS path regular expression",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "route-map",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching the specified route map",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "statistics"
+ ],
+ "help": "RIB advertisement statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "summary",
+ "established"
+ ],
+ "help": "Show only sessions in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "summary",
+ "failed"
+ ],
+ "help": "Show only sessions not in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "summary"
+ ],
+ "help": "Summary of BGP neighbor status",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf"
+ ],
+ "help": "Show BGP VRF information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "attribute-info"
+ ],
+ "help": "Show BGP attribute information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "cidr-only"
+ ],
+ "help": "Display only routes with non-natural netmasks",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "accept-own"
+ ],
+ "help": "Should accept local VPN route if exported and imported into",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "accept-own-nexthop"
+ ],
+ "help": "Should accept VPN route with local nexthop (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "blackhole"
+ ],
+ "help": "Inform EBGP peers to blackhole traffic to prefix (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "graceful-shutdown"
+ ],
+ "help": "Graceful shutdown (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "llgr-stale"
+ ],
+ "help": "Staled Long-lived Graceful Restart VPN route (well-known",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "local-AS"
+ ],
+ "help": "Do not send outside local AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "no-advertise"
+ ],
+ "help": "Do not advertise to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "no-export"
+ ],
+ "help": "Do not export to next AS (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "no-llgr"
+ ],
+ "help": "Removed because Long-lived Graceful Restart was not enabled for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "no-peer"
+ ],
+ "help": "Do not export to any peer (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community"
+ ],
+ "help": "Display routes matching the community",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "<text>"
+ ],
+ "help": "Community number where AA and NN are (0-65535)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "route-filter-translated-v4"
+ ],
+ "help": "RT translated VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "route-filter-translated-v6"
+ ],
+ "help": "RT translated VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "route-filter-v4"
+ ],
+ "help": "RT VPNv4 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community",
+ "route-filter-v6"
+ ],
+ "help": "RT VPNv6 route filtering (well-known community)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community-info"
+ ],
+ "help": "List all bgp community information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "dampening",
+ "dampened-paths"
+ ],
+ "help": "Display paths suppressed due to dampening",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "dampening",
+ "flap-statistics"
+ ],
+ "help": "Display flap statistics of routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "dampening",
+ "parameters"
+ ],
+ "help": "Display detail of configured dampening parameters",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "unicast",
+ "cidr-only"
+ ],
+ "help": "Display only routes with non-natural netmasks",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "unicast",
+ "community"
+ ],
+ "help": "Show BGP routes matching the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "unicast",
+ "community",
+ "<text>"
+ ],
+ "help": "Display routes matching the specified communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "unicast",
+ "community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Show BGP routes exactly matching specified community list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "unicast",
+ "community-list",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching specified community list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "unicast",
+ "neighbors",
+ "<text>",
+ "advertised-routes"
+ ],
+ "help": "Show routes advertised to a BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "unicast",
+ "neighbors",
+ "<text>",
+ "filtered-routes"
+ ],
+ "help": "Show the filtered routes from neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "unicast",
+ "neighbors",
+ "<text>"
+ ],
+ "help": "Show detailed BGP IPv4 unicast neighbor information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "unicast",
+ "neighbors",
+ "<text>",
+ "prefix-counts"
+ ],
+ "help": "Show detailed prefix count information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "unicast",
+ "neighbors",
+ "<text>",
+ "received-routes"
+ ],
+ "help": "Show the received routes from neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "unicast",
+ "neighbors",
+ "<text>",
+ "routes"
+ ],
+ "help": "Show routes learned from neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "unicast"
+ ],
+ "help": "Show BGP IPv4 unicast information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "unicast",
+ "<text>"
+ ],
+ "help": "Show BGP information for specified IP address or prefix",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "unicast",
+ "paths"
+ ],
+ "help": "Show BGP path information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "unicast",
+ "prefix-list",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching the specified prefix list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "unicast",
+ "regexp",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching the specified AS path regular",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "unicast",
+ "route-map",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching the specified route map",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "ipv4",
+ "unicast",
+ "summary"
+ ],
+ "help": "Show summary of BGP information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "large-community"
+ ],
+ "help": "Show BGP routes matching the specified large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "large-community",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "large-community",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "large-community-info"
+ ],
+ "help": "Show BGP large-community information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "large-community-list",
+ "<text>",
+ "exact-match"
+ ],
+ "help": "Exact match of the communities",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "large-community-list",
+ "<text>"
+ ],
+ "help": "Display routes matching the large-community-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "memory"
+ ],
+ "help": "Show BGP memory usage",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "neighbors"
+ ],
+ "help": "Detailed information on TCP and BGP neighbor connections",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "neighbors",
+ "<text>",
+ "advertised-routes"
+ ],
+ "help": "Show routes advertised to a BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "neighbors",
+ "<text>",
+ "dampened-routes"
+ ],
+ "help": "Show dampened routes received from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "neighbors",
+ "<text>",
+ "filtered-routes"
+ ],
+ "help": "Show filtered routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "neighbors",
+ "<text>",
+ "flap-statistics"
+ ],
+ "help": "Show flap statistics of the routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "neighbors",
+ "<text>"
+ ],
+ "help": "Show BGP information for specified neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "neighbors",
+ "<text>",
+ "prefix-counts"
+ ],
+ "help": "Show detailed prefix count information for BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "neighbors",
+ "<text>",
+ "received",
+ "prefix-filter"
+ ],
+ "help": "Show prefixlist filter",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "neighbors",
+ "<text>",
+ "received-routes"
+ ],
+ "help": "Show received routes from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "neighbors",
+ "<text>",
+ "routes"
+ ],
+ "help": "Show routes learned from BGP neighbor",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>"
+ ],
+ "help": "Show BGP VRF related information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "paths"
+ ],
+ "help": "Show BGP path information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "prefix-list",
+ "<text>"
+ ],
+ "help": "Display routes conforming to the prefix-list",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "regexp",
+ "<text>"
+ ],
+ "help": "Display routes matching the AS path regular expression",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "route-map",
+ "<text>"
+ ],
+ "help": "Show BGP routes matching the specified route map",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "statistics"
+ ],
+ "help": "RIB advertisement statistics",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "summary",
+ "established"
+ ],
+ "help": "Show only sessions in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "summary",
+ "failed"
+ ],
+ "help": "Show only sessions not in Established state",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "summary"
+ ],
+ "help": "Summary of BGP neighbor status",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "vrf",
+ "<text>",
+ "wide"
+ ],
+ "help": "Increase table width for longer prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "bgp",
+ "wide"
+ ],
+ "help": "Increase table width for longer prefixes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "community-list"
+ ],
+ "help": "Show IP community-lists",
+ "run": "vtysh -c \"show bgp community-list\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "community-list",
+ "<text>"
+ ],
+ "help": "Show IP community-lists",
+ "run": "vtysh -c \"show bgp community-list $4 detail\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "extcommunity-list"
+ ],
+ "help": "Show extended IP community-lists",
+ "run": "vtysh -c \"show bgp extcommunity-list\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "extcommunity-list",
+ "<text>"
+ ],
+ "help": "Show extended IP community-lists",
+ "run": "vtysh -c \"show bgp extcommunity-list $4 detail\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "forwarding"
+ ],
+ "help": "Show IP forwarding status",
+ "run": "vtysh -c \"show ip forwarding\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "groups"
+ ],
+ "help": "Show IP multicast group membership",
+ "run": "netstat -gn4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "igmp",
+ "groups"
+ ],
+ "help": "IGMP groups information",
+ "run": "vtysh -c \"show ip igmp groups\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "igmp",
+ "interfaces"
+ ],
+ "help": "IGMP interfaces information",
+ "run": "vtysh -c \"show ip igmp interface\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "igmp",
+ "join"
+ ],
+ "help": "IGMP static join information",
+ "run": "vtysh -c \"show ip igmp join\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "igmp",
+ "sources"
+ ],
+ "help": "IGMP sources information",
+ "run": "vtysh -c \"show ip igmp sources\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "igmp",
+ "statistics"
+ ],
+ "help": "IGMP statistics",
+ "run": "vtysh -c \"show ip igmp statistics\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "large-community-list"
+ ],
+ "help": "Show IP large-community-lists",
+ "run": "vtysh -c \"show bgp large-community-list\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "large-community-list",
+ "<text>"
+ ],
+ "help": "Show IP large-community-lists",
+ "run": "vtysh -c \"show bgp large-community-list $4 detail\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "multicast",
+ "interface"
+ ],
+ "help": "Show multicast interfaces",
+ "run": "${vyos_op_scripts_dir}/igmp-proxy.py show_interface",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "multicast",
+ "route"
+ ],
+ "help": "IP multicast routing table",
+ "run": "vtysh -c \"show ip mroute\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "multicast",
+ "summary"
+ ],
+ "help": "IP multicast information",
+ "run": "vtysh -c \"show ip multicast\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "neighbors",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show IPv4 neighbor table for specified interface",
+ "run": "${vyos_op_scripts_dir}/neighbor.py show --family inet --interface \"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "neighbors"
+ ],
+ "help": "Show IPv4 neighbor (ARP) table",
+ "run": "${vyos_op_scripts_dir}/neighbor.py show --family inet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "neighbors",
+ "state",
+ "<text>"
+ ],
+ "help": "Show IPv4 neighbors with specified state",
+ "run": "${vyos_op_scripts_dir}/neighbor.py show --family inet --state \"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "border-routers"
+ ],
+ "help": "Show IPv4 OSPF border-routers information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "asbr-summary",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF ASBR summary database for given address of",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "asbr-summary"
+ ],
+ "help": "Show IPv4 OSPF ASBR summary database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "asbr-summary",
+ "<text>",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF ASBR summary database of given address for given",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "asbr-summary",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF ASBR summary database information of given",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "asbr-summary",
+ "<text>",
+ "self-originate"
+ ],
+ "help": "Show summary of self-originate IPv4 OSPF ASBR database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "external",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF external database for specified IP address of",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "external"
+ ],
+ "help": "Show IPv4 OSPF external database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "external",
+ "<text>",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF external database of specified IP address for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "external",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF external database information of specified IP",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "external",
+ "<text>",
+ "self-originate"
+ ],
+ "help": "Show self-originate IPv4 OSPF external database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "max-age"
+ ],
+ "help": "Show IPv4 OSPF max-age database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "network",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF network database for specified IP address of",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "network"
+ ],
+ "help": "Show IPv4 OSPF network database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "network",
+ "<text>",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF network database of specified IP address for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "network",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF network database information of specified IP",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "network",
+ "<text>",
+ "self-originate"
+ ],
+ "help": "Show self-originate IPv4 OSPF network database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database"
+ ],
+ "help": "Show IPv4 OSPF database information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "nssa-external",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF NSSA external database for specified IP address",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "nssa-external"
+ ],
+ "help": "Show IPv4 OSPF NSSA external database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "nssa-external",
+ "<text>",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF NSSA external database of specified IP address",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "nssa-external",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF NSSA external database information of specified",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "nssa-external",
+ "<text>",
+ "self-originate"
+ ],
+ "help": "Show self-originate IPv4 OSPF NSSA external database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "opaque-area",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF opaque-area database for specified IP address of",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "opaque-area"
+ ],
+ "help": "Show IPv4 OSPF opaque-area database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "opaque-area",
+ "<text>",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF opaque-area database of specified IP address for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "opaque-area",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF opaque-area database information of specified IP",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "opaque-area",
+ "<text>",
+ "self-originate"
+ ],
+ "help": "Show self-originate IPv4 OSPF opaque-area database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "opaque-as",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF opaque-as database for specified IP address of",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "opaque-as"
+ ],
+ "help": "Show IPv4 OSPF opaque-as database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "opaque-as",
+ "<text>",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF opaque-as database of specified IP address for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "opaque-as",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF opaque-as database information of specified IP",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "opaque-as",
+ "<text>",
+ "self-originate"
+ ],
+ "help": "Show self-originate IPv4 OSPF opaque-as database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "opaque-link",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF opaque-link database for specified IP address of",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "opaque-link"
+ ],
+ "help": "Show IPv4 OSPF opaque-link database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "opaque-link",
+ "<text>",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF opaque-link database of specified IP address for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "opaque-link",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF opaque-link database information of specified IP",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "opaque-link",
+ "<text>",
+ "self-originate"
+ ],
+ "help": "Show self-originate IPv4 OSPF opaque-link database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "router",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF router database for specified IP address of",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "router"
+ ],
+ "help": "Show IPv4 OSPF router database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "router",
+ "<text>",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF router database of specified IP address for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF router database information of specified IP",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "router",
+ "<text>",
+ "self-originate"
+ ],
+ "help": "Show self-originate IPv4 OSPF router database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "self-originate"
+ ],
+ "help": "Show IPv4 OSPF self-originate database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "summary",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF summary database for specified IP address of",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "summary"
+ ],
+ "help": "Show summary of IPv4 OSPF database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "summary",
+ "<text>",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF summary database of specified IP address for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "summary",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF summary database information of specified IP",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "database",
+ "summary",
+ "<text>",
+ "self-originate"
+ ],
+ "help": "Show self-originate IPv4 OSPF summary database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "graceful-restart",
+ "helper"
+ ],
+ "help": "OSPF Graceful Restart helper details",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "interface"
+ ],
+ "help": "Show IPv4 OSPF interface information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show information about specific interface",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "mpls",
+ "ldp-sync",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show information about specific interface",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "mpls",
+ "ldp-sync"
+ ],
+ "help": "Show LDP-IGP synchronization information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "neighbor",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "neighbor"
+ ],
+ "help": "Show IPv4 OSPF neighbor information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "neighbor",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF neighbor information for specified IP address or",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf"
+ ],
+ "help": "Show IPv4 Open Shortest Path First (OSPF) routing information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "route",
+ "detail"
+ ],
+ "help": "Show detailed IPv4 OSPF route information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "route"
+ ],
+ "help": "Show IPv4 OSPF route information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "border-routers"
+ ],
+ "help": "Show IPv4 OSPF border-routers information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "asbr-summary",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF ASBR summary database for given address of",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "asbr-summary"
+ ],
+ "help": "Show IPv4 OSPF ASBR summary database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "asbr-summary",
+ "<text>",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF ASBR summary database of given address for given",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "asbr-summary",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF ASBR summary database information of given",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "asbr-summary",
+ "<text>",
+ "self-originate"
+ ],
+ "help": "Show summary of self-originate IPv4 OSPF ASBR database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "external",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF external database for specified IP address of",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "external"
+ ],
+ "help": "Show IPv4 OSPF external database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "external",
+ "<text>",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF external database of specified IP address for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "external",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF external database information of specified IP",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "external",
+ "<text>",
+ "self-originate"
+ ],
+ "help": "Show self-originate IPv4 OSPF external database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "max-age"
+ ],
+ "help": "Show IPv4 OSPF max-age database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF network database for specified IP address of",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "network"
+ ],
+ "help": "Show IPv4 OSPF network database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "<text>",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF network database of specified IP address for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF network database information of specified IP",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "<text>",
+ "self-originate"
+ ],
+ "help": "Show self-originate IPv4 OSPF network database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database"
+ ],
+ "help": "Show IPv4 OSPF database information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "nssa-external",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF NSSA external database for specified IP address",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "nssa-external"
+ ],
+ "help": "Show IPv4 OSPF NSSA external database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "nssa-external",
+ "<text>",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF NSSA external database of specified IP address",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "nssa-external",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF NSSA external database information of specified",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "nssa-external",
+ "<text>",
+ "self-originate"
+ ],
+ "help": "Show self-originate IPv4 OSPF NSSA external database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "opaque-area",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF opaque-area database for specified IP address of",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "opaque-area"
+ ],
+ "help": "Show IPv4 OSPF opaque-area database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "opaque-area",
+ "<text>",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF opaque-area database of specified IP address for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "opaque-area",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF opaque-area database information of specified IP",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "opaque-area",
+ "<text>",
+ "self-originate"
+ ],
+ "help": "Show self-originate IPv4 OSPF opaque-area database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "opaque-as",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF opaque-as database for specified IP address of",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "opaque-as"
+ ],
+ "help": "Show IPv4 OSPF opaque-as database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "opaque-as",
+ "<text>",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF opaque-as database of specified IP address for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "opaque-as",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF opaque-as database information of specified IP",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "opaque-as",
+ "<text>",
+ "self-originate"
+ ],
+ "help": "Show self-originate IPv4 OSPF opaque-as database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "opaque-link",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF opaque-link database for specified IP address of",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "opaque-link"
+ ],
+ "help": "Show IPv4 OSPF opaque-link database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "opaque-link",
+ "<text>",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF opaque-link database of specified IP address for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "opaque-link",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF opaque-link database information of specified IP",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "opaque-link",
+ "<text>",
+ "self-originate"
+ ],
+ "help": "Show self-originate IPv4 OSPF opaque-link database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF router database for specified IP address of",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "router"
+ ],
+ "help": "Show IPv4 OSPF router database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "<text>",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF router database of specified IP address for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF router database information of specified IP",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "<text>",
+ "self-originate"
+ ],
+ "help": "Show self-originate IPv4 OSPF router database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "self-originate"
+ ],
+ "help": "Show IPv4 OSPF self-originate database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "summary",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF summary database for specified IP address of",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "summary"
+ ],
+ "help": "Show summary of IPv4 OSPF database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "summary",
+ "<text>",
+ "adv-router",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF summary database of specified IP address for",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "summary",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF summary database information of specified IP",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "database",
+ "summary",
+ "<text>",
+ "self-originate"
+ ],
+ "help": "Show self-originate IPv4 OSPF summary database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "graceful-restart",
+ "helper"
+ ],
+ "help": "OSPF Graceful Restart helper details",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "interface"
+ ],
+ "help": "Show IPv4 OSPF interface information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show information about specific interface",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "mpls",
+ "ldp-sync",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show information about specific interface",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "mpls",
+ "ldp-sync"
+ ],
+ "help": "Show LDP-IGP synchronization information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "neighbor",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "neighbor"
+ ],
+ "help": "Show IPv4 OSPF neighbor information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "neighbor",
+ "<text>"
+ ],
+ "help": "Show IPv4 OSPF neighbor information for specified IP address or",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>"
+ ],
+ "help": "Show OSPF routing protocol for given VRF",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "route",
+ "detail"
+ ],
+ "help": "Show detailed IPv4 OSPF route information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ospf",
+ "vrf",
+ "<text>",
+ "route"
+ ],
+ "help": "Show IPv4 OSPF route information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "pim",
+ "interfaces"
+ ],
+ "help": "PIM interfaces information",
+ "run": "vtysh -c \"show ip pim interface\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "pim",
+ "join"
+ ],
+ "help": "PIM join information",
+ "run": "vtysh -c \"show ip pim join\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "pim",
+ "neighbor"
+ ],
+ "help": "PIM neighbor information",
+ "run": "vtysh -c \"show ip pim neighbor\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "pim",
+ "nexthop"
+ ],
+ "help": "PIM cached nexthop rpf information",
+ "run": "vtysh -c \"show ip pim nexthop\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "pim",
+ "rp"
+ ],
+ "help": "PIM RP (Rendevous Point) information",
+ "run": "vtysh -c \"show ip pim rp-info\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "pim",
+ "rpf"
+ ],
+ "help": "PIM cached source rpf information",
+ "run": "vtysh -c \"show ip pim rpf\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "pim",
+ "state"
+ ],
+ "help": "PIM state information",
+ "run": "vtysh -c \"show ip pim state\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "pim",
+ "statistics"
+ ],
+ "help": "PIM statistics",
+ "run": "vtysh -c \"show ip pim statistics\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "pim",
+ "upstream"
+ ],
+ "help": "PIM upstream information",
+ "run": "vtysh -c \"show ip pim upstream\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "ports"
+ ],
+ "help": "Show IP ports in use by various system services",
+ "run": "sudo /usr/bin/netstat -tulnp",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "prefix-list"
+ ],
+ "help": "Show all IP prefix-lists",
+ "run": "vtysh -c \"show ip prefix-list\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "prefix-list",
+ "<text>"
+ ],
+ "help": "Show all IP prefix-lists",
+ "run": "vtysh -c \"show ip prefix-list $4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "protocol"
+ ],
+ "help": "Show IP route-maps per protocol",
+ "run": "vtysh -c \"show ip protocol\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "rip"
+ ],
+ "help": "Show Routing Information Protocol (RIP) information",
+ "run": "vtysh -c \"show ip rip\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "rip",
+ "status"
+ ],
+ "help": "Show RIP protocol status",
+ "run": "vtysh -c \"show ip rip status\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "bgp"
+ ],
+ "help": "Border Gateway Protocol (BGP)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "cache"
+ ],
+ "help": "Show kernel route cache",
+ "run": "ip -s route list cache",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "cache",
+ "<text>"
+ ],
+ "help": "Show kernel route cache for a given route",
+ "run": "ip -s route list cache $5",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "connected"
+ ],
+ "help": "Connected routes (directly attached subnet or host)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "forward"
+ ],
+ "help": "Show kernel route table",
+ "run": "ip route list",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "forward",
+ "<text>"
+ ],
+ "help": "Show kernel route table for a given route",
+ "run": "ip -s route list $5",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "isis"
+ ],
+ "help": "Intermediate System to Intermediate System (IS-IS)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "kernel"
+ ],
+ "help": "Kernel routes (not installed via the zebra RIB)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route"
+ ],
+ "help": "Show IP routes",
+ "run": "vtysh -c \"show ip route\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "<text>",
+ "longer-prefixes"
+ ],
+ "help": "Show longer prefixes of routes for specified prefix",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "<text>"
+ ],
+ "help": "Show IP routes of specified IP address or prefix",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "ospf"
+ ],
+ "help": "Open Shortest Path First (OSPFv2)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "rip"
+ ],
+ "help": "Routing Information Protocol (RIP)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "static"
+ ],
+ "help": "Statically configured routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "summary"
+ ],
+ "help": "Summary of all routes",
+ "run": "${vyos_op_scripts_dir}/route.py show_summary --family inet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "summary",
+ "table",
+ "<text>"
+ ],
+ "help": "Summary of routes in a particular table",
+ "run": "${vyos_op_scripts_dir}/route.py show_summary --family inet --table $6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "supernets-only"
+ ],
+ "help": "Show supernet entries only",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "table",
+ "<text>"
+ ],
+ "help": "The table number to display",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "tag",
+ "<text>"
+ ],
+ "help": "Tag value",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "vrf",
+ "<text>",
+ "bgp"
+ ],
+ "help": "Border Gateway Protocol (BGP)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "vrf",
+ "<text>",
+ "connected"
+ ],
+ "help": "Connected routes (directly attached subnet or host)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "vrf",
+ "<text>",
+ "isis"
+ ],
+ "help": "Intermediate System to Intermediate System (IS-IS)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "vrf",
+ "<text>",
+ "kernel"
+ ],
+ "help": "Kernel routes (not installed via the zebra RIB)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "vrf",
+ "<text>"
+ ],
+ "help": "Show IP routes in VRF",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "vrf",
+ "<text>",
+ "<text>",
+ "longer-prefixes"
+ ],
+ "help": "Show longer prefixes of routes for specified prefix",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "vrf",
+ "<text>",
+ "<text>"
+ ],
+ "help": "Show IP routes of specified IP address or prefix",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "vrf",
+ "<text>",
+ "ospf"
+ ],
+ "help": "Open Shortest Path First (OSPFv2)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "vrf",
+ "<text>",
+ "rip"
+ ],
+ "help": "Routing Information Protocol (RIP)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "vrf",
+ "<text>",
+ "static"
+ ],
+ "help": "Statically configured routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "vrf",
+ "<text>",
+ "summary"
+ ],
+ "help": "Summary of all routes in the VRF",
+ "run": "${vyos_op_scripts_dir}/route.py show_summary --family inet --vrf $5",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "vrf",
+ "<text>",
+ "supernets-only"
+ ],
+ "help": "Show supernet entries only",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ip",
+ "route",
+ "vrf",
+ "<text>",
+ "tag",
+ "<text>"
+ ],
+ "help": "Tag value",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipoe-server",
+ "sessions"
+ ],
+ "help": "Show active IPoE server sessions",
+ "run": "${vyos_op_scripts_dir}/ipoe-control.py --action=\"show_sessions\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipoe-server",
+ "statistics"
+ ],
+ "help": "Show IPoE server statistics",
+ "run": "${vyos_op_scripts_dir}/ipoe-control.py --action=\"show_stat\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "access-list"
+ ],
+ "help": "Show all IPv6 access-lists",
+ "run": "vtysh -c \"show ipv6 access-list\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "access-list",
+ "<text>"
+ ],
+ "help": "Show specified IPv6 access-list",
+ "run": "vtysh -c \"show ipv6 access-list $4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "forwarding"
+ ],
+ "help": "Show IPv6 forwarding status",
+ "run": "vtysh -c \"show ipv6 forwarding\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "groups"
+ ],
+ "help": "Show IPv6 multicast group membership",
+ "run": "netstat -gn6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "neighbors",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show IPv6 neighbor table for specified interface",
+ "run": "${vyos_op_scripts_dir}/neighbor.py show --family inet6 --interface \"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "neighbors"
+ ],
+ "help": "Show IPv6 neighbor (NDP) table",
+ "run": "${vyos_op_scripts_dir}/neighbor.py show --family inet6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "neighbors",
+ "state",
+ "<text>"
+ ],
+ "help": "Show IPv6 neighbors with specified state",
+ "run": "${vyos_op_scripts_dir}/neighbor.py show --family inet6 --state \"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "area"
+ ],
+ "help": "Show Shortest Path First tree information",
+ "run": "vtysh -c \"show ipv6 ospf6 spf tree\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "area",
+ "<text>"
+ ],
+ "help": "Area ID (as an IPv4 notation)",
+ "run": "vtysh -c \"show ipv6 ospf6 area $5 spf tree\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "area",
+ "<text>",
+ "router",
+ "<text>"
+ ],
+ "help": " Simulate view point (Router ID)",
+ "run": "vtysh -c \"show ipv6 ospf6 simulate spf-tree $7 $4 $5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "border-routers",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "border-routers"
+ ],
+ "help": "Show OSPFv3 border-router (ABR and ASBR) information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "border-routers",
+ "<text>"
+ ],
+ "help": "Border router ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "any",
+ "any",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "any",
+ "any",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "any",
+ "any",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "any",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "any",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "any",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "any",
+ "<text>"
+ ],
+ "help": "Search by Link state ID",
+ "run": "vtysh -c \"show ipv6 ospf6 database * $6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "any",
+ "<text>",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "any",
+ "<text>",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "any",
+ "<text>",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "any",
+ "<text>",
+ "<text>"
+ ],
+ "help": "Search by Advertising Router ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "adv-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "adv-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "adv-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "any",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "any",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "any",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "any",
+ "<text>"
+ ],
+ "help": "Search by Advertising Router ID",
+ "run": "vtysh -c \"show ipv6 ospf6 database as-external * $7\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external"
+ ],
+ "help": "Show AS-External LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "<text>",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "<text>",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "<text>",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "<text>",
+ "<text>"
+ ],
+ "help": "Search by Advertising Router ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "as-external",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "adv-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "adv-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "adv-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership"
+ ],
+ "help": "Show Group-Membership LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "<text>"
+ ],
+ "help": "Search by Link state ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "group-membership",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "adv-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "adv-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "adv-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix"
+ ],
+ "help": "Show Inter-Area-Prefix LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "<text>"
+ ],
+ "help": "Search by Link state ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-prefix",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "adv-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "adv-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "adv-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router"
+ ],
+ "help": "Show Inter-Area-Router LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "<text>"
+ ],
+ "help": "Search by Link state ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "inter-router",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "adv-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "adv-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "adv-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix"
+ ],
+ "help": "Show Intra-Area-Prefix LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "<text>"
+ ],
+ "help": "Search by Link state ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "intra-prefix",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "adv-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "adv-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "adv-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link"
+ ],
+ "help": "Show Link LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "<text>"
+ ],
+ "help": "Search by Link state ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "link",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "adv-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "adv-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "adv-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network"
+ ],
+ "help": "Show Network LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "<text>"
+ ],
+ "help": "Search by Link state ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "network",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database"
+ ],
+ "help": "Show OSPFv3 Link state database information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "adv-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "adv-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "adv-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>"
+ ],
+ "help": "Show LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "<text>"
+ ],
+ "help": "Search by Link state ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "adv-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "adv-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "adv-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router"
+ ],
+ "help": "Show router LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "<text>"
+ ],
+ "help": "Search by Link state ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "router",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "adv-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "adv-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "adv-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7"
+ ],
+ "help": "Show Type-7 LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "<text>"
+ ],
+ "help": "Search by Link state ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "database",
+ "type-7",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "graceful-restart",
+ "helper"
+ ],
+ "help": "OSPF Graceful Restart helper details",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "interface"
+ ],
+ "help": "Show OSPFv3 interface information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "interface",
+ "<text>"
+ ],
+ "help": "Specific insterface to examine",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "prefix",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "prefix"
+ ],
+ "help": "Show connected prefixes to advertise",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "prefix",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "prefix",
+ "<text>",
+ "match"
+ ],
+ "help": "Matched interface prefix information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "interface",
+ "<text>",
+ "prefix",
+ "<text>"
+ ],
+ "help": "Show interface prefix route specific information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "interface",
+ "prefix",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "interface",
+ "prefix"
+ ],
+ "help": "Show connected prefixes to advertise",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "interface",
+ "prefix",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "interface",
+ "prefix",
+ "<text>",
+ "match"
+ ],
+ "help": "Matched interface prefix information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "interface",
+ "prefix",
+ "<text>"
+ ],
+ "help": "Show interface prefix route specific information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "linkstate",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "linkstate",
+ "network",
+ "<text>",
+ "<text>"
+ ],
+ "help": "Specify Link state ID as IPv4 address notation",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "linkstate",
+ "router",
+ "<text>"
+ ],
+ "help": "Show linkstate Router information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "neighbor",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "neighbor",
+ "drchoice"
+ ],
+ "help": "Show neighbor DR choice information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "neighbor"
+ ],
+ "help": "Show OSPFv3 neighbor information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3"
+ ],
+ "help": "Show IPv6 Open Shortest Path First (OSPF)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "redistribute"
+ ],
+ "help": "Show OSPFv3 redistribute external information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "route",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "route",
+ "external-1",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "route",
+ "external-1"
+ ],
+ "help": "Show Type-1 External route information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "route",
+ "external-2",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "route",
+ "external-2"
+ ],
+ "help": "Show Type-2 External route information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "route",
+ "inter-area",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "route",
+ "inter-area"
+ ],
+ "help": "Show Inter-Area route information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "route",
+ "intra-area",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "route",
+ "intra-area"
+ ],
+ "help": "Show Intra-Area route information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "route"
+ ],
+ "help": "Show OSPFv3 routing table information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "route",
+ "<text>",
+ "longer"
+ ],
+ "help": "Show routes longer than specified prefix",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "route",
+ "<text>",
+ "match",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "route",
+ "<text>",
+ "match"
+ ],
+ "help": "Show routes matching specified prefix",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "route",
+ "<text>"
+ ],
+ "help": "Show specified route/prefix information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "route",
+ "summary"
+ ],
+ "help": "Show route table summary",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf"
+ ],
+ "help": "Specify the VRF",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "area"
+ ],
+ "help": "Show Shortest Path First tree information",
+ "run": "vtysh -c \"show ipv6 ospf6 vrf $5 spf tree\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "area",
+ "<text>"
+ ],
+ "help": "Area ID (as an IPv4 notation)",
+ "run": "vtysh -c \"show ipv6 ospf6 vrf $5 area $7 spf tree\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "area",
+ "<text>",
+ "router",
+ "<text>"
+ ],
+ "help": " Simulate view point (Router ID)",
+ "run": "vtysh -c \"show ipv6 ospf6 vrf $5 simulate spf-tree $9 $6 $7\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "border-routers",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "border-routers"
+ ],
+ "help": "Show OSPFv3 border-router (ABR and ASBR) information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "border-routers",
+ "<text>"
+ ],
+ "help": "Border router ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "any",
+ "any",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "any",
+ "any",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "any",
+ "any",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "any",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "any",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "any",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "any",
+ "<text>"
+ ],
+ "help": "Search by Link state ID",
+ "run": "vtysh -c \"show ipv6 ospf6 database * $6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "any",
+ "<text>",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "any",
+ "<text>",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "any",
+ "<text>",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "any",
+ "<text>",
+ "<text>"
+ ],
+ "help": "Search by Advertising Router ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "adv-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "adv-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "adv-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "any",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "any",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "any",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "any",
+ "<text>"
+ ],
+ "help": "Search by Advertising Router ID",
+ "run": "vtysh -c \"show ipv6 ospf6 database as-external * $7\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external"
+ ],
+ "help": "Show AS-External LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "<text>",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "<text>",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "<text>",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "<text>",
+ "<text>"
+ ],
+ "help": "Search by Advertising Router ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "as-external",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "adv-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "adv-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "adv-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership"
+ ],
+ "help": "Show Group-Membership LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "<text>"
+ ],
+ "help": "Search by Link state ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "group-membership",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "adv-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "adv-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "adv-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix"
+ ],
+ "help": "Show Inter-Area-Prefix LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "<text>"
+ ],
+ "help": "Search by Link state ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-prefix",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "adv-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "adv-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "adv-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router"
+ ],
+ "help": "Show Inter-Area-Router LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "<text>"
+ ],
+ "help": "Search by Link state ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "inter-router",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "adv-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "adv-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "adv-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix"
+ ],
+ "help": "Show Intra-Area-Prefix LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "<text>"
+ ],
+ "help": "Search by Link state ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "intra-prefix",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "adv-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "adv-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "adv-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link"
+ ],
+ "help": "Show Link LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "<text>"
+ ],
+ "help": "Search by Link state ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "link",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "adv-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "adv-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "adv-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network"
+ ],
+ "help": "Show Network LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "<text>"
+ ],
+ "help": "Search by Link state ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "network",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database"
+ ],
+ "help": "Show OSPFv3 Link state database information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "adv-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "adv-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "adv-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>"
+ ],
+ "help": "Show LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "<text>"
+ ],
+ "help": "Search by Link state ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "adv-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "adv-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "adv-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router"
+ ],
+ "help": "Show router LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "<text>"
+ ],
+ "help": "Search by Link state ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "router",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "adv-router",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "adv-router",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "adv-router",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "adv-router",
+ "<text>",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "linkstate-id",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "linkstate-id",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "linkstate-id",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7"
+ ],
+ "help": "Show Type-7 LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "<text>",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "<text>",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "<text>"
+ ],
+ "help": "Search by Link state ID",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "<text>",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "<text>",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "<text>",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "<text>",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "self-originated",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "self-originated",
+ "dump"
+ ],
+ "help": "Show dump of LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "self-originated",
+ "internal"
+ ],
+ "help": "Show internal LSA information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "database",
+ "type-7",
+ "self-originated"
+ ],
+ "help": "Show Self-originated LSAs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "graceful-restart",
+ "helper"
+ ],
+ "help": "OSPF Graceful Restart helper details",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "interface"
+ ],
+ "help": "Show OSPFv3 interface information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "interface",
+ "<text>"
+ ],
+ "help": "Specific insterface to examine",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "interface",
+ "<text>",
+ "prefix",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "interface",
+ "<text>",
+ "prefix"
+ ],
+ "help": "Show connected prefixes to advertise",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "interface",
+ "<text>",
+ "prefix",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "interface",
+ "<text>",
+ "prefix",
+ "<text>",
+ "match"
+ ],
+ "help": "Matched interface prefix information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "interface",
+ "<text>",
+ "prefix",
+ "<text>"
+ ],
+ "help": "Show interface prefix route specific information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "interface",
+ "prefix",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "interface",
+ "prefix"
+ ],
+ "help": "Show connected prefixes to advertise",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "interface",
+ "prefix",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "interface",
+ "prefix",
+ "<text>",
+ "match"
+ ],
+ "help": "Matched interface prefix information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "interface",
+ "prefix",
+ "<text>"
+ ],
+ "help": "Show interface prefix route specific information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "linkstate",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "linkstate",
+ "network",
+ "<text>",
+ "<text>"
+ ],
+ "help": "Specify Link state ID as IPv4 address notation",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "linkstate",
+ "router",
+ "<text>"
+ ],
+ "help": "Show linkstate Router information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "neighbor",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "neighbor",
+ "drchoice"
+ ],
+ "help": "Show neighbor DR choice information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "neighbor"
+ ],
+ "help": "Show OSPFv3 neighbor information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>"
+ ],
+ "help": "VRF name",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "redistribute"
+ ],
+ "help": "Show OSPFv3 redistribute external information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "route",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "route",
+ "external-1",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "route",
+ "external-1"
+ ],
+ "help": "Show Type-1 External route information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "route",
+ "external-2",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "route",
+ "external-2"
+ ],
+ "help": "Show Type-2 External route information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "route",
+ "inter-area",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "route",
+ "inter-area"
+ ],
+ "help": "Show Inter-Area route information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "route",
+ "intra-area",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "route",
+ "intra-area"
+ ],
+ "help": "Show Intra-Area route information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "route"
+ ],
+ "help": "Show OSPFv3 routing table information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "route",
+ "<text>",
+ "longer"
+ ],
+ "help": "Show routes longer than specified prefix",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "route",
+ "<text>",
+ "match",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "route",
+ "<text>",
+ "match"
+ ],
+ "help": "Show routes matching specified prefix",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "route",
+ "<text>"
+ ],
+ "help": "Show specified route/prefix information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrf",
+ "<text>",
+ "route",
+ "summary"
+ ],
+ "help": "Show route table summary",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ospfv3",
+ "vrfs"
+ ],
+ "help": "Show OSPFv3 VRFs",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "prefix-list",
+ "detail"
+ ],
+ "help": "Show detail of IPv6 prefix-lists",
+ "run": "vtysh -c \"show ipv6 prefix-list detail\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "prefix-list",
+ "detail",
+ "<text>"
+ ],
+ "help": "Show detail of specified IPv6 prefix-list",
+ "run": "vtysh -c \"show ipv6 prefix-list detail $5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "prefix-list"
+ ],
+ "help": "Show IPv6 prefix-lists",
+ "run": "vtysh -c \"show ipv6 prefix-list\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "prefix-list",
+ "<text>"
+ ],
+ "help": "Show specified IPv6 prefix-list",
+ "run": "vtysh -c \"show ipv6 prefix-list $4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "prefix-list",
+ "<text>",
+ "<text>",
+ "first-match"
+ ],
+ "help": "Show first-match from select prefix of named IPv6 prefix-list",
+ "run": "vtysh -c \"show ipv6 prefix-list $4 $5 first-match\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "prefix-list",
+ "<text>",
+ "<text>",
+ "longer"
+ ],
+ "help": "Show longer match of select prefix from named IPv6 prefix-list",
+ "run": "vtysh -c \"show ipv6 prefix-list $4 $5 longer\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "prefix-list",
+ "<text>",
+ "<text>"
+ ],
+ "help": "Show select prefix of specified IPv6 prefix-list",
+ "run": "vtysh -c \"show ipv6 prefix-list $4 $5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "prefix-list",
+ "<text>",
+ "seq"
+ ],
+ "help": "Show specified sequence from specified IPv6 prefix-list",
+ "run": "vtysh -c \"show ipv6 prefix-list $4 seq\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "prefix-list",
+ "<text>",
+ "seq",
+ "<text>"
+ ],
+ "help": "Show specified sequence from specified IPv6 prefix-list",
+ "run": "vtysh -c \"show ipv6 prefix-list $4 seq $6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "prefix-list",
+ "summary"
+ ],
+ "help": "Show summary of IPv6 prefix-lists",
+ "run": "vtysh -c \"show ipv6 prefix-list summary\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "prefix-list",
+ "summary",
+ "<text>"
+ ],
+ "help": "Show summary of specified IPv6 prefix-list",
+ "run": "vtysh -c \"show ipv6 prefix-list summary $5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ripng"
+ ],
+ "help": "Show RIPNG protocol information",
+ "run": "vtysh -c \"show ipv6 ripng\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "ripng",
+ "status"
+ ],
+ "help": "Show RIPNG protocol status",
+ "run": "vtysh -c \"show ipv6 ripng status\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "bgp"
+ ],
+ "help": "Border Gateway Protocol (BGP)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "cache"
+ ],
+ "help": "Show kernel IPv6 route cache",
+ "run": "ip -s -f inet6 route list cache",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "cache",
+ "<text>"
+ ],
+ "help": "Show kernel IPv6 route cache for a given route",
+ "run": "ip -s -f inet6 route list cache $5",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "connected"
+ ],
+ "help": "Connected routes (directly attached subnet or host)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "forward"
+ ],
+ "help": "Show kernel IPv6 route table",
+ "run": "ip -f inet6 route list",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "forward",
+ "<text>"
+ ],
+ "help": "Show kernel IPv6 route table for a given route",
+ "run": "ip -s -f inet6 route list $5",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "isis"
+ ],
+ "help": "Intermediate System to Intermediate System (IS-IS)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "kernel"
+ ],
+ "help": "Kernel routes (not installed via the zebra RIB)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route"
+ ],
+ "help": "Show IPv6 routes",
+ "run": "vtysh -c \"show ipv6 route\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "<text>",
+ "longer-prefixes"
+ ],
+ "help": "Show longer prefixes of routes for given prefix",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "<text>"
+ ],
+ "help": "Show IPv6 routes of given address or prefix",
+ "run": "vtysh -c \"show ipv6 route $4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "ospfv3"
+ ],
+ "help": "Open Shortest Path First (IPv6) (OSPFv3)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "ripng"
+ ],
+ "help": "Routing Information Protocol next-generation (IPv6) (RIPng)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "static"
+ ],
+ "help": "Statically configured routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "summary"
+ ],
+ "help": "Summary of all routes",
+ "run": "${vyos_op_scripts_dir}/route.py show_summary --family inet6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "summary",
+ "table",
+ "<text>"
+ ],
+ "help": "Summary of routes in a particular table",
+ "run": "${vyos_op_scripts_dir}/route.py show_summary --family inet6 --table $6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "table",
+ "<text>"
+ ],
+ "help": "The table number to display",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "tag",
+ "<text>"
+ ],
+ "help": "Tag value",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "vrf",
+ "<text>",
+ "bgp"
+ ],
+ "help": "Border Gateway Protocol (BGP)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "vrf",
+ "<text>",
+ "connected"
+ ],
+ "help": "Connected routes (directly attached subnet or host)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "vrf",
+ "<text>",
+ "isis"
+ ],
+ "help": "Intermediate System to Intermediate System (IS-IS)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "vrf",
+ "<text>",
+ "kernel"
+ ],
+ "help": "Kernel routes (not installed via the zebra RIB)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "vrf",
+ "<text>"
+ ],
+ "help": "Show IPv6 routes in VRF",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "vrf",
+ "<text>",
+ "ospfv3"
+ ],
+ "help": "Open Shortest Path First (IPv6) (OSPFv3)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "vrf",
+ "<text>",
+ "ripng"
+ ],
+ "help": "Routing Information Protocol next-generation (IPv6) (RIPng)",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "vrf",
+ "<text>",
+ "static"
+ ],
+ "help": "Statically configured routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "vrf",
+ "<text>",
+ "summary"
+ ],
+ "help": "Summary of all routes in the VRF",
+ "run": "${vyos_op_scripts_dir}/route.py show_summary --family inet6 --vrf $5",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "vrf",
+ "<text>",
+ "supernets-only"
+ ],
+ "help": "Show supernet entries only",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "vrf",
+ "<text>",
+ "table",
+ "<text>"
+ ],
+ "help": "The table number to display",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ipv6",
+ "route",
+ "vrf",
+ "<text>",
+ "tag",
+ "<text>"
+ ],
+ "help": "Tag value",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "database",
+ "detail"
+ ],
+ "help": "Detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "database"
+ ],
+ "help": "Show IS-IS link state database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "database",
+ "<text>"
+ ],
+ "help": "Show IS-IS link state database PDU",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "hostname"
+ ],
+ "help": "Show IS-IS dynamic hostname mapping",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "interface",
+ "detail"
+ ],
+ "help": "Detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "interface"
+ ],
+ "help": "Show IS-IS interfaces",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show information about specific interface",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "mpls",
+ "ldp-sync",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show information about specific interface",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "mpls",
+ "ldp-sync"
+ ],
+ "help": "Show LDP-IGP synchronization information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "mpls-te",
+ "interface"
+ ],
+ "help": "Show interface information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "mpls-te",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show information about specific interface",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "mpls-te",
+ "router"
+ ],
+ "help": "Show router information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "neighbor",
+ "detail"
+ ],
+ "help": "Detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "neighbor"
+ ],
+ "help": "Show IS-IS neighbor adjacencies",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "neighbor",
+ "<text>"
+ ],
+ "help": "Show specific IS-IS neighbor adjacency",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "route",
+ "level-1"
+ ],
+ "help": "Show level-1 routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "route",
+ "level-2"
+ ],
+ "help": "Show level-2 routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "route"
+ ],
+ "help": "Show IS-IS routing table",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "route",
+ "prefix-sid"
+ ],
+ "help": "Show Prefix-SID information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "segment-routing",
+ "node"
+ ],
+ "help": "Show node information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "spf-delay-ietf"
+ ],
+ "help": "Show IS-IS SPF delay parameters",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "summary"
+ ],
+ "help": "Show IS-IS information summary",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "topology",
+ "level-1"
+ ],
+ "help": "Show level-1 routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "topology",
+ "level-2"
+ ],
+ "help": "Show level-2 routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "topology"
+ ],
+ "help": "Show IS-IS paths to Intermediate Systems",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "database",
+ "detail"
+ ],
+ "help": "Detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "database"
+ ],
+ "help": "Show IS-IS link state database",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "database",
+ "<text>"
+ ],
+ "help": "Show IS-IS link state database PDU",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "hostname"
+ ],
+ "help": "Show IS-IS dynamic hostname mapping",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "interface",
+ "detail"
+ ],
+ "help": "Detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "interface"
+ ],
+ "help": "Show IS-IS interfaces",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show information about specific interface",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "mpls",
+ "ldp-sync",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show information about specific interface",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "mpls",
+ "ldp-sync"
+ ],
+ "help": "Show LDP-IGP synchronization information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "mpls-te",
+ "interface"
+ ],
+ "help": "Show interface information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "mpls-te",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show information about specific interface",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "mpls-te",
+ "router"
+ ],
+ "help": "Show router information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "neighbor",
+ "detail"
+ ],
+ "help": "Detailed information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "neighbor"
+ ],
+ "help": "Show IS-IS neighbor adjacencies",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "neighbor",
+ "<text>"
+ ],
+ "help": "Show specific IS-IS neighbor adjacency",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "route",
+ "level-1"
+ ],
+ "help": "Show level-1 routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "route",
+ "level-2"
+ ],
+ "help": "Show level-2 routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "route"
+ ],
+ "help": "Show IS-IS routing table",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "route",
+ "prefix-sid"
+ ],
+ "help": "Show Prefix-SID information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "segment-routing",
+ "node"
+ ],
+ "help": "Show node information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "spf-delay-ietf"
+ ],
+ "help": "Show IS-IS SPF delay parameters",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "summary"
+ ],
+ "help": "Show IS-IS information summary",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "topology",
+ "level-1"
+ ],
+ "help": "Show level-1 routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "topology",
+ "level-2"
+ ],
+ "help": "Show level-2 routes",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "isis",
+ "vrf",
+ "<text>",
+ "topology"
+ ],
+ "help": "Show IS-IS paths to Intermediate Systems",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "l2tp-server",
+ "sessions"
+ ],
+ "help": "Show active L2TP server sessions",
+ "run": "${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto=\"l2tp\" --action=\"show sessions\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "l2tp-server",
+ "statistics"
+ ],
+ "help": "Show L2TP server statistics",
+ "run": "${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto=\"l2tp\" --action=\"show stat\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "license"
+ ],
+ "help": "Show VyOS license information",
+ "run": "less $_vyatta_less_options --prompt=\".license, page %dt of %D\" -- ${vyatta_sysconfdir}/LICENSE",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "lldp",
+ "neighbors",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show LLDP for specified interface",
+ "run": "${vyos_op_scripts_dir}/lldp.py show_neighbors --interface $5",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "lldp",
+ "neighbors"
+ ],
+ "help": "Show LLDP neighbors",
+ "run": "${vyos_op_scripts_dir}/lldp.py show_neighbors",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "all"
+ ],
+ "help": "Show contents of all master log files",
+ "run": "sudo bash -c 'eval $(lesspipe); less $_vyatta_less_options --prompt=\".logm, file %i of %m., page %dt of %D\" -- `printf \"%s\\n\" /var/log/messages* | sort -nr`'",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "audit"
+ ],
+ "help": "Show audit logs",
+ "run": "cat /var/log/audit/audit.log",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "authorization"
+ ],
+ "help": "Show listing of authorization attempts",
+ "run": "journalctl --no-hostname --boot --quiet SYSLOG_FACILITY=10 SYSLOG_FACILITY=4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "cluster"
+ ],
+ "help": "Show log for Cluster",
+ "run": "cat $(printf \"%s\\n\" /var/log/messages* | sort -nr) | grep -e heartbeat -e cl_status -e mach_down -e ha_log",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "conntrack-sync"
+ ],
+ "help": "Show log for Conntrack-sync",
+ "run": "journalctl --no-hostname --boot --unit conntrackd.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "console-server"
+ ],
+ "help": "Show log for console server",
+ "run": "journalctl --no-hostname --boot --unit conserver-server.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "container",
+ "<text>"
+ ],
+ "help": "Show logs from a given container",
+ "run": "sudo podman logs --names \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "dhcp",
+ "client",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show DHCP client log on specific interface",
+ "run": "journalctl --no-hostname --boot --unit \"dhclient@$6.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "dhcp",
+ "client"
+ ],
+ "help": "Show DHCP client logs",
+ "run": "journalctl --no-hostname --boot --unit \"dhclient@*.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "dhcp",
+ "server"
+ ],
+ "help": "Show log for DHCP server",
+ "run": "journalctl --no-hostname --boot --unit isc-dhcp-server.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "dhcpv6",
+ "client",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show DHCPv6 client log on specific interface",
+ "run": "journalctl --no-hostname --boot --unit \"dhcp6c@$6.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "dhcpv6",
+ "client"
+ ],
+ "help": "Show DHCPv6 client logs",
+ "run": "journalctl --no-hostname --boot --unit \"dhcp6c@*.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "dhcpv6",
+ "server"
+ ],
+ "help": "Show log for DHCPv6 server",
+ "run": "journalctl --no-hostname --boot --unit isc-dhcp-server6.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "dns",
+ "dynamic"
+ ],
+ "help": "Show log for Dynamic DNS update service",
+ "run": "journalctl --no-hostname --boot --unit ddclient.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "dns",
+ "forwarding"
+ ],
+ "help": "Show log for DNS Forwarding",
+ "run": "journalctl --no-hostname --boot --unit pdns-recursor.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "firewall",
+ "ipv6-name",
+ "<text>"
+ ],
+ "help": "Show log for a specified firewall (IPv6)",
+ "run": "cat $(printf \"%s\\n\" /var/log/messages* | sort -nr ) | egrep \"\\[$5-([0-9]+|default)-[ADR]\\]\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "firewall",
+ "ipv6-name",
+ "<text>",
+ "rule",
+ "<text>"
+ ],
+ "help": "Show log for a rule in the specified firewall",
+ "run": "cat $(printf \"%s\\n\" /var/log/messages* | sort -nr) | grep -e \"\\[$5-$7-[ADR]\\]\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "firewall",
+ "name",
+ "<text>"
+ ],
+ "help": "Show log for a specified firewall (IPv4)",
+ "run": "cat $(printf \"%s\\n\" /var/log/messages* | sort -nr ) | egrep \"\\[$5-([0-9]+|default)-[ADR]\\]\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "firewall",
+ "name",
+ "<text>",
+ "rule",
+ "<text>"
+ ],
+ "help": "Show log for a rule in the specified firewall",
+ "run": "cat $(printf \"%s\\n\" /var/log/messages* | sort -nr) | egrep \"\\[$5-$7-[ADR]\\]\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "flow-accounting"
+ ],
+ "help": "Show log for flow-accounting",
+ "run": "journalctl --no-hostname --boot --unit uacctd.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "https"
+ ],
+ "help": "Show log for HTTPs",
+ "run": "journalctl --no-hostname --boot --unit nginx.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "ids",
+ "ddos-protection"
+ ],
+ "help": "Show log for DDOS protection",
+ "run": "journalctl --no-hostname --boot --unit fastnetmon.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "image",
+ "<text>",
+ "all"
+ ],
+ "help": "Show contents of all master log files for image",
+ "run": "eval $(lesspipe); less $_vyatta_less_options --prompt=\".log?m, file %i of %m., page %dt of %D\" -- `printf \"%s\\n\" /lib/live/mount/persistence/boot/$4/rw/var/log/messages* | sort -nr`",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "image",
+ "<text>",
+ "authorization"
+ ],
+ "help": "Show listing of authorization attempts for image",
+ "run": "less $_vyatta_less_options --prompt=\".log, page %dt of %D\" -- /lib/live/mount/persistence/boot/$4/rw/var/log/auth.log",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "image",
+ "<text>"
+ ],
+ "help": "Show contents of master log file for image",
+ "run": "less $_vyatta_less_options --prompt=\".log, page %dt of %D\" -- /lib/live/mount/persistence/boot/$4/rw/var/log/messages",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "image",
+ "<text>",
+ "tail",
+ "<text>"
+ ],
+ "help": "Show last changes to messages",
+ "run": "tail -n \"$6\" /lib/live/mount/persistence/boot/$4/rw/var/log/messages | ${VYATTA_PAGER:-cat}",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "ipoe-server"
+ ],
+ "help": "Show log for IPoE server",
+ "run": "journalctl --no-hostname --boot --unit accel-ppp@ipoe.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "ipsec"
+ ],
+ "help": "Show log for IPsec",
+ "run": "journalctl --no-hostname --boot --unit strongswan.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "kernel"
+ ],
+ "help": "Show log for Linux Kernel",
+ "run": "journalctl --no-hostname --boot --dmesg",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "l2tp"
+ ],
+ "help": "Show log for L2TP",
+ "run": "journalctl --no-hostname --boot --unit accel-ppp@l2tp.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "lldp"
+ ],
+ "help": "Show log for Link Layer Discovery Protocol (LLDP)",
+ "run": "journalctl --no-hostname --boot --unit lldpd.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "macsec",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show MACsec log on specific interface",
+ "run": "SRC=$(cli-shell-api returnValue interfaces macsec \"$5\" source-interface); journalctl --no-hostname --boot --unit \"wpa_supplicant-macsec@$SRC.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "macsec"
+ ],
+ "help": "Show log for MACsec",
+ "run": "journalctl --no-hostname --boot --unit \"wpa_supplicant-macsec@*.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "nat"
+ ],
+ "help": "Show log for Network Address Translation (NAT)",
+ "run": "egrep -i \"kernel:.*\\[NAT-[A-Z]{3,}-[0-9]+(-MASQ)?\\]\" $(find /var/log -maxdepth 1 -type f -name messages\\* | sort -t. -k2nr)",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "nhrp"
+ ],
+ "help": "Show log for Next Hop Resolution Protocol (NHRP)",
+ "run": "journalctl --no-hostname --boot --unit opennhrp.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log"
+ ],
+ "help": "Show contents of current master logging buffer",
+ "run": "journalctl --no-hostname --boot",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "<text>"
+ ],
+ "help": "Show last number of messages in master logging buffer",
+ "run": "if ${vyos_validators_dir}/numeric --range 1-9999 \"$3\"; then journalctl --no-hostname --boot --lines \"$3\"; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "ntp"
+ ],
+ "help": "Show log for Network Time Protocol (NTP)",
+ "run": "journalctl --no-hostname --boot --unit chrony.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "openconnect"
+ ],
+ "help": "Show log for OpenConnect",
+ "run": "journalctl --no-hostname --boot --unit ocserv.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "openvpn",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show OpenVPN log on specific interface",
+ "run": "journalctl --no-hostname --boot --unit openvpn@$5.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "openvpn"
+ ],
+ "help": "Show log for OpenVPN",
+ "run": "journalctl --no-hostname --boot --unit openvpn@*.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "pppoe",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show PPPoE log on specific interface",
+ "run": "journalctl --no-hostname --boot --unit \"ppp@$5.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "pppoe"
+ ],
+ "help": "Show log for PPPoE interface",
+ "run": "journalctl --no-hostname --boot --unit \"ppp@pppoe*.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "pppoe-server"
+ ],
+ "help": "Show log for PPPoE server",
+ "run": "journalctl --no-hostname --boot --unit accel-ppp@pppoe.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "pptp"
+ ],
+ "help": "Show log for PPTP",
+ "run": "journalctl --no-hostname --boot --unit accel-ppp@pptp.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "protocol",
+ "bfd"
+ ],
+ "help": "Show log for BFD",
+ "run": "journalctl --boot /usr/lib/frr/bfdd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "protocol",
+ "bgp"
+ ],
+ "help": "Show log for BGP",
+ "run": "journalctl --boot /usr/lib/frr/bgpd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "protocol",
+ "isis"
+ ],
+ "help": "Show log for ISIS",
+ "run": "journalctl --boot /usr/lib/frr/isisd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "protocol",
+ "mpls"
+ ],
+ "help": "Show log for MPLS",
+ "run": "journalctl --boot /usr/lib/frr/ldpd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "protocol",
+ "multicast"
+ ],
+ "help": "Show log for Multicast protocol",
+ "run": "journalctl --boot /usr/lib/frr/pimd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "protocol",
+ "nhrp"
+ ],
+ "help": "Show log for NHRP",
+ "run": "journalctl --boot /usr/lib/frr/nhrpd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "protocol",
+ "ospf"
+ ],
+ "help": "Show log for OSPF",
+ "run": "journalctl --boot /usr/lib/frr/ospfd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "protocol",
+ "ospfv3"
+ ],
+ "help": "Show log for OSPF for IPv6",
+ "run": "journalctl --boot /usr/lib/frr/ospf6d",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "protocol",
+ "rip"
+ ],
+ "help": "Show log for RIP",
+ "run": "journalctl --boot /usr/lib/frr/ripd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "protocol",
+ "ripng"
+ ],
+ "help": "Show log for RIPng",
+ "run": "journalctl --boot /usr/lib/frr/ripngd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "protocol",
+ "static"
+ ],
+ "help": "Show log for static route",
+ "run": "journalctl --boot /usr/lib/frr/staticd",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "router-advert"
+ ],
+ "help": "Show log for Router Advertisement Daemon (radvd)",
+ "run": "journalctl --no-hostname --boot --unit radvd.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "snmp"
+ ],
+ "help": "Show log for Simple Network Monitoring Protocol (SNMP)",
+ "run": "journalctl --no-hostname --boot --unit snmpd.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "ssh"
+ ],
+ "help": "Show log for Secure Shell (SSH)",
+ "run": "journalctl --no-hostname --boot --unit ssh.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "sstp"
+ ],
+ "help": "Show log for Secure Socket Tunneling Protocol (SSTP) server",
+ "run": "journalctl --no-hostname --boot --unit accel-ppp@sstp.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "sstpc",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show SSTP client log on specific interface",
+ "run": "journalctl --no-hostname --boot --unit \"ppp@$5.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "sstpc"
+ ],
+ "help": "Show log for Secure Socket Tunneling Protocol (SSTP) client",
+ "run": "journalctl --no-hostname --boot --unit \"ppp@sstpc*.service\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "tail"
+ ],
+ "help": "Show last 10 lines of /var/log/messages file",
+ "run": "tail -n 10 /var/log/messages",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "tail",
+ "<text>"
+ ],
+ "help": "Show last n changes to messages",
+ "run": "tail -n \"$4\" /var/log/messages | ${VYATTA_PAGER:-cat}",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "vpn"
+ ],
+ "help": "Monitor last lines of ALL Virtual Private Network services",
+ "run": "journalctl --no-hostname --boot --unit strongswan.service --unit accel-ppp@*.service --unit ocserv.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "vpp"
+ ],
+ "help": "Show log for Vector Packet Processor (VPP)",
+ "run": "journalctl --no-hostname --boot --unit vpp.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "vrrp"
+ ],
+ "help": "Show log for Virtual Router Redundancy Protocol (VRRP)",
+ "run": "journalctl --no-hostname --boot --unit keepalived.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "log",
+ "webproxy"
+ ],
+ "help": "Show log for Webproxy",
+ "run": "journalctl --no-hostname --boot --unit squid.service",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "login",
+ "groups"
+ ],
+ "help": "Show current login group information",
+ "run": "/usr/bin/id -Gn",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "login",
+ "level"
+ ],
+ "help": "Show current login level",
+ "run": "if [ -n \"$VYATTA_USER_LEVEL_DIR\" ]; then basename $VYATTA_USER_LEVEL_DIR; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "login"
+ ],
+ "help": "Show current login credentials",
+ "run": "${vyos_op_scripts_dir}/show_current_user.sh",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "login",
+ "user"
+ ],
+ "help": "Show current login user id",
+ "run": "/usr/bin/id -un",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "monitoring"
+ ],
+ "help": "Show currently monitored services",
+ "run": "vtysh -c \"show debugging\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "binding",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "vtysh -c \"show mpls ldp binding detail\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "binding",
+ "local-label",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "vtysh -c \"show mpls ldp binding local-label $6 detail\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "binding",
+ "local-label",
+ "<text>",
+ "neighbor",
+ "<text>"
+ ],
+ "help": "Match LDP neighbor",
+ "run": "vtysh -c \"show mpls ldp binding local-label $6 neighbor $8\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "binding",
+ "local-label",
+ "<text>"
+ ],
+ "help": "Match locally assigned label value",
+ "run": "vtysh -c \"show mpls ldp binding local-label $6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "binding",
+ "local-label",
+ "<text>",
+ "remote-label",
+ "<text>"
+ ],
+ "help": "Match remotely assigned label value",
+ "run": "vtysh -c \"show mpls ldp binding local-label $6 remote-label $8\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "binding",
+ "neighbor",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "vtysh -c \"show mpls ldp binding neighbor $6 detail\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "binding",
+ "neighbor",
+ "<text>",
+ "local-label",
+ "<text>"
+ ],
+ "help": "Match locally assigned label value",
+ "run": "vtysh -c \"show mpls ldp binding neighbor $6 local-label $8\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "binding",
+ "neighbor",
+ "<text>"
+ ],
+ "help": "Display labels from LDP neighbor",
+ "run": "vtysh -c \"show mpls ldp binding neighbor $6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "binding",
+ "neighbor",
+ "<text>",
+ "remote-label",
+ "<text>"
+ ],
+ "help": "Match remotely assigned label value",
+ "run": "vtysh -c \"show mpls ldp binding neighbor $6 remote-label $8\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "binding"
+ ],
+ "help": "Label Information Base",
+ "run": "vtysh -c \"show mpls ldp binding\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "binding",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "vtysh -c \"show mpls ldp binding $5 detail\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "binding",
+ "<text>"
+ ],
+ "help": "LDP forwarding equivalence class",
+ "run": "vtysh -c \"show mpls ldp binding $5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "binding",
+ "remote-label",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "vtysh -c \"show mpls ldp binding remote-label $6 detail\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "binding",
+ "remote-label",
+ "<text>",
+ "local-label",
+ "<text>"
+ ],
+ "help": "Match locally assigned label value",
+ "run": "vtysh -c \"show mpls ldp binding remote-label $6 local-label $8\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "binding",
+ "remote-label",
+ "<text>",
+ "neighbor",
+ "<text>"
+ ],
+ "help": "Match LDP neighbor",
+ "run": "vtysh -c \"show mpls ldp binding remote-label $6 neighbor $8\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "binding",
+ "remote-label",
+ "<text>"
+ ],
+ "help": "Match remotely assigned label value",
+ "run": "vtysh -c \"show mpls ldp binding remote-label $6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "discovery",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "vtysh -c \"show mpls ldp discovery detail\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "discovery"
+ ],
+ "help": "Discovery hello information",
+ "run": "vtysh -c \"show mpls ldp discovery\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "interface"
+ ],
+ "help": "LDP interface information",
+ "run": "vtysh -c \"show mpls ldp interface\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "neighbor",
+ "capabilities"
+ ],
+ "help": "Show neighbor capability information",
+ "run": "vtysh -c \"show mpls ldp neighbor capabilities\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "neighbor",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "vtysh -c \"show mpls ldp neighbor detail\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "neighbor"
+ ],
+ "help": "LDP neighbor information",
+ "run": "vtysh -c \"show mpls ldp neighbor\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "neighbor",
+ "<text>",
+ "capabilities"
+ ],
+ "help": "Show neighbor capability information",
+ "run": "vtysh -c \"show mpls ldp neighbor $5 capabilities\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "neighbor",
+ "<text>",
+ "detail"
+ ],
+ "help": "Show detailed information",
+ "run": "vtysh -c \"show mpls ldp neighbor $5 detail\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "ldp",
+ "neighbor",
+ "<text>"
+ ],
+ "help": "LDP neighbor",
+ "run": "vtysh -c \"show mpls ldp neighbor $5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "pseudowire"
+ ],
+ "help": "Show MPLS pseudowire interfaces",
+ "run": "vtysh -c \"show mpls pseudowires\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "mpls",
+ "table"
+ ],
+ "help": "Show MPLS table",
+ "run": "vtysh -c \"show mpls table\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "nat",
+ "destination",
+ "rules"
+ ],
+ "help": "Show configured destination NAT rules",
+ "run": "sudo ${vyos_op_scripts_dir}/nat.py show_rules --direction destination --family inet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "nat",
+ "destination",
+ "statistics"
+ ],
+ "help": "Show statistics for configured destination NAT rules",
+ "run": "sudo ${vyos_op_scripts_dir}/nat.py show_statistics --direction destination --family inet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "nat",
+ "destination",
+ "translations",
+ "address",
+ "<text>"
+ ],
+ "help": "Show active NAT destination translations for an IP address",
+ "run": "sudo ${vyos_op_scripts_dir}/nat.py show_translations --direction destination --family inet --address \"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "nat",
+ "destination",
+ "translations"
+ ],
+ "help": "Show active destination NAT translations",
+ "run": "sudo ${vyos_op_scripts_dir}/nat.py show_translations --direction destination --family inet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "nat",
+ "source",
+ "rules"
+ ],
+ "help": "Show configured source NAT rules",
+ "run": "sudo ${vyos_op_scripts_dir}/nat.py show_rules --direction source --family inet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "nat",
+ "source",
+ "statistics"
+ ],
+ "help": "Show statistics for configured source NAT rules",
+ "run": "sudo ${vyos_op_scripts_dir}/nat.py show_statistics --direction source --family inet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "nat",
+ "source",
+ "translations",
+ "address",
+ "<text>"
+ ],
+ "help": "Show active source NAT translations for an IP address",
+ "run": "sudo ${vyos_op_scripts_dir}/nat.py show_translations --direction source --family inet --address \"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "nat",
+ "source",
+ "translations"
+ ],
+ "help": "Show active source NAT translations",
+ "run": "sudo ${vyos_op_scripts_dir}/nat.py show_translations --direction source --family inet",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "nat66",
+ "destination",
+ "rules"
+ ],
+ "help": "Show configured destination NAT66 rules",
+ "run": "${vyos_op_scripts_dir}/nat.py show_rules --direction destination --family inet6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "nat66",
+ "destination",
+ "statistics"
+ ],
+ "help": "Show statistics for configured destination NAT66 rules",
+ "run": "sudo ${vyos_op_scripts_dir}/nat.py show_statistics --direction destination --family inet6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "nat66",
+ "destination",
+ "translations",
+ "address",
+ "<text>"
+ ],
+ "help": "Show active NAT66 destination translations for an IPv6 address",
+ "run": "sudo ${vyos_op_scripts_dir}/nat.py show_translations --direction destination --family inet6 --address \"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "nat66",
+ "destination",
+ "translations"
+ ],
+ "help": "Show active destination NAT66 translations",
+ "run": "${vyos_op_scripts_dir}/nat.py show_translations --direction destination --family inet6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "nat66",
+ "source",
+ "rules"
+ ],
+ "help": "Show configured source NAT66 rules",
+ "run": "${vyos_op_scripts_dir}/nat.py show_rules --direction source --family inet6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "nat66",
+ "source",
+ "statistics"
+ ],
+ "help": "Show statistics for configured source NAT66 rules",
+ "run": "sudo ${vyos_op_scripts_dir}/nat.py show_statistics --direction source --family inet6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "nat66",
+ "source",
+ "translations",
+ "address",
+ "<text>"
+ ],
+ "help": "Show active source NAT66 translations for an IPv6 address",
+ "run": "sudo ${vyos_op_scripts_dir}/nat.py show_translations --direction source --family inet6 --address \"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "nat66",
+ "source",
+ "translations"
+ ],
+ "help": "Show active source NAT66 translations",
+ "run": "${vyos_op_scripts_dir}/nat.py show_translations --direction source --family inet6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "netns"
+ ],
+ "help": "Show network namespace information",
+ "run": "ip netns ls",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "nhrp",
+ "interface"
+ ],
+ "help": "Show NHRP interface connection information",
+ "run": "${vyos_op_scripts_dir}/nhrp.py show_interface",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "nhrp",
+ "tunnel"
+ ],
+ "help": "Show NHRP tunnel connection information",
+ "run": "${vyos_op_scripts_dir}/nhrp.py show_tunnel",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ntp"
+ ],
+ "help": "Show peer status of NTP daemon",
+ "run": "${vyos_op_scripts_dir}/show_ntp.sh --sourcestats",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "ntp",
+ "system"
+ ],
+ "help": "Show parameters about the system clock performance",
+ "run": "${vyos_op_scripts_dir}/show_ntp.sh --tracking",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "openconnect-server",
+ "sessions"
+ ],
+ "help": "Show active OpenConnect server sessions",
+ "run": "${vyos_op_scripts_dir}/openconnect.py show_sessions",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "openconnect-server",
+ "user",
+ "<text>",
+ "otp",
+ "full"
+ ],
+ "help": "Show full settings, including QR code and commands for VyOS",
+ "run": "${vyos_op_scripts_dir}/show_openconnect_otp.py --user=\"$4\" --info=\"full\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "openconnect-server",
+ "user",
+ "<text>",
+ "otp",
+ "key-b32"
+ ],
+ "help": "Show OTP authentication secret in Base32 (used in mobile apps)",
+ "run": "${vyos_op_scripts_dir}/show_openconnect_otp.py --user=\"$4\" --info=\"key-b32\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "openconnect-server",
+ "user",
+ "<text>",
+ "otp",
+ "key-hex"
+ ],
+ "help": "Show OTP authentication secret in Hex (used in VyOS config)",
+ "run": "${vyos_op_scripts_dir}/show_openconnect_otp.py --user=\"$4\" --info=\"key-hex\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "openconnect-server",
+ "user",
+ "<text>",
+ "otp",
+ "qrcode"
+ ],
+ "help": "Show OTP authentication QR code",
+ "run": "${vyos_op_scripts_dir}/show_openconnect_otp.py --user=\"$4\" --info=\"qrcode\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "openconnect-server",
+ "user",
+ "<text>",
+ "otp",
+ "uri"
+ ],
+ "help": "Show OTP authentication otpauth URI",
+ "run": "${vyos_op_scripts_dir}/show_openconnect_otp.py --user=\"$4\" --info=\"uri\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "openvpn",
+ "client"
+ ],
+ "help": "Show tunnel status for OpenVPN client interfaces",
+ "run": "sudo ${vyos_op_scripts_dir}/openvpn.py show --mode client",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "openvpn",
+ "server"
+ ],
+ "help": "Show tunnel status for OpenVPN server interfaces",
+ "run": "sudo ${vyos_op_scripts_dir}/openvpn.py show --mode server",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "openvpn",
+ "site-to-site"
+ ],
+ "help": "Show tunnel status for OpenVPN site-to-site interfaces",
+ "run": "sudo ${vyos_op_scripts_dir}/openvpn.py show --mode site_to_site",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "pki",
+ "ca"
+ ],
+ "help": "Show x509 CA certificates",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action show --ca \"all\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "pki",
+ "ca",
+ "<text>"
+ ],
+ "help": "Show x509 CA certificate by name",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action show --ca \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "pki",
+ "ca",
+ "<text>",
+ "pem"
+ ],
+ "help": "Show x509 CA certificate in PEM format",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action show --ca \"$4\" --pem",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "pki",
+ "certificate"
+ ],
+ "help": "Show x509 certificates",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action show --certificate \"all\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "pki",
+ "certificate",
+ "<text>",
+ "fingerprint",
+ "<text>"
+ ],
+ "help": "Show x509 certificate fingerprint",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action show --certificate \"$4\" --fingerprint \"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "pki",
+ "certificate",
+ "<text>"
+ ],
+ "help": "Show x509 certificate by name",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action show --certificate \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "pki",
+ "certificate",
+ "<text>",
+ "pem"
+ ],
+ "help": "Show x509 certificate in PEM format",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action show --certificate \"$4\" --pem",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "pki",
+ "crl"
+ ],
+ "help": "Show x509 certificate revocation lists",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action show --crl \"all\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "pki",
+ "crl",
+ "<text>"
+ ],
+ "help": "Show x509 certificate revocation lists by CA name",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action show --crl \"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "pki",
+ "crl",
+ "<text>",
+ "pem"
+ ],
+ "help": "Show x509 certificate revocation lists by CA name in PEM format",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action show --crl \"$4\" --pem",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "pki"
+ ],
+ "help": "Show PKI x509 certificates",
+ "run": "sudo ${vyos_op_scripts_dir}/pki.py --action show",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "policy",
+ "route"
+ ],
+ "help": "Show IPv4 policy chain",
+ "run": "sudo ${vyos_op_scripts_dir}/policy_route.py --action show_all",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "policy",
+ "route",
+ "<text>"
+ ],
+ "help": "Show IPv4 policy chains",
+ "run": "sudo ${vyos_op_scripts_dir}/policy_route.py --action show --name $4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "policy",
+ "route",
+ "<text>",
+ "rule",
+ "<text>"
+ ],
+ "help": "Show summary of IPv4 policy rules",
+ "run": "sudo ${vyos_op_scripts_dir}/policy_route.py --action show --name $4 --rule $6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "policy",
+ "route6"
+ ],
+ "help": "Show IPv6 policy chain",
+ "run": "sudo ${vyos_op_scripts_dir}/policy_route.py --action show_all --ipv6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "policy",
+ "route6",
+ "<text>"
+ ],
+ "help": "Show IPv6 policy chains",
+ "run": "sudo ${vyos_op_scripts_dir}/policy_route.py --action show --name $4 --ipv6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "policy",
+ "route6",
+ "<text>",
+ "rule",
+ "<text>"
+ ],
+ "help": "Show summary of IPv6 policy rules",
+ "run": "sudo ${vyos_op_scripts_dir}/policy_route.py --action show --name $4 --rule $6 --ipv6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "poweroff"
+ ],
+ "help": "Show scheduled poweroff",
+ "run": "${vyos_op_scripts_dir}/powerctrl.py --check",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "pppoe-server",
+ "interfaces"
+ ],
+ "help": "Show interfaces where PPPoE server listens on",
+ "run": "${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto=\"pppoe\" --action=\"pppoe interface show\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "pppoe-server",
+ "sessions"
+ ],
+ "help": "Show active PPPoE server sessions",
+ "run": "${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto=\"pppoe\" --action=\"show sessions\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "pppoe-server",
+ "statistics"
+ ],
+ "help": "Show PPPoE server statistics",
+ "run": "${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto=\"pppoe\" --action=\"show stat\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "pptp-server",
+ "sessions"
+ ],
+ "help": "Show active PPTP server sessions",
+ "run": "${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto=\"pptp\" --action=\"show sessions\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "pptp-server",
+ "statistics"
+ ],
+ "help": "Show PPTP server statistics",
+ "run": "${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto=\"pptp\" --action=\"show stat\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "protocols",
+ "static",
+ "arp",
+ "interface",
+ "<text>"
+ ],
+ "help": "Show Address Resolution Protocol (ARP) cache for specified",
+ "run": "/usr/sbin/arp -e -n -i \"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "protocols",
+ "static",
+ "arp"
+ ],
+ "help": "Show Address Resolution Protocol (ARP) information",
+ "run": "/usr/sbin/arp -e -n",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "raid",
+ "<text>"
+ ],
+ "help": "Show status of RAID set",
+ "run": "sudo ${vyos_op_scripts_dir}/show_raid.sh $3",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "reboot"
+ ],
+ "help": "Show scheduled reboot",
+ "run": "${vyos_op_scripts_dir}/powerctrl.py --check",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "remote-config",
+ "openvpn",
+ "<text>",
+ "remote-platform",
+ "<text>"
+ ],
+ "help": "Show remote side OpenVPN config for specified platform",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "reverse-proxy"
+ ],
+ "help": "Show load-balancing reverse-proxy",
+ "run": "sudo ${vyos_op_scripts_dir}/reverseproxy.py show",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "route-map"
+ ],
+ "help": "Show route-map information",
+ "run": "vtysh -c \"show route-map\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "route-map",
+ "<text>"
+ ],
+ "help": "Show specified route-map information",
+ "run": "vtysh -c \"show route-map $3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "rpki",
+ "cache-connection"
+ ],
+ "help": "Show RPKI cache connections",
+ "run": "vtysh -c \"show rpki cache-connection\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "rpki",
+ "cache-server"
+ ],
+ "help": "Show RPKI cache servers information",
+ "run": "vtysh -c \"show rpki cache-server\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "rpki",
+ "prefix-table"
+ ],
+ "help": "Show RPKI-validated prefixes",
+ "run": "vtysh -c \"show rpki prefix-table\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "sflow"
+ ],
+ "help": "Show sFlow statistics",
+ "run": "sudo ${vyos_op_scripts_dir}/sflow.py show",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "snmp",
+ "community",
+ "<text>",
+ "host",
+ "<text>"
+ ],
+ "help": "Show status of SNMP on remote host",
+ "run": "${vyos_op_scripts_dir}/snmp.py --community=\"$4\" --host \"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "snmp",
+ "community",
+ "<text>"
+ ],
+ "help": "Show status of SNMP community",
+ "run": "${vyos_op_scripts_dir}/snmp.py --community=\"$4\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "snmp",
+ "mib",
+ "ifmib",
+ "ifAlias",
+ "<text>"
+ ],
+ "help": "Show SNMP ifAlias for specified interface",
+ "run": "${vyos_op_scripts_dir}/snmp_ifmib.py --ifalias=\"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "snmp",
+ "mib",
+ "ifmib",
+ "ifDescr",
+ "<text>"
+ ],
+ "help": "Show SNMP ifDescr for specified interface",
+ "run": "${vyos_op_scripts_dir}/snmp_ifmib.py --ifdescr=\"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "snmp",
+ "mib",
+ "ifmib",
+ "ifIndex",
+ "<text>"
+ ],
+ "help": "Show SNMP ifDescr for specified interface",
+ "run": "${vyos_op_scripts_dir}/snmp_ifmib.py --ifindex=\"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "snmp",
+ "mib",
+ "ifmib"
+ ],
+ "help": "Show all SNMP interfaces MIB information",
+ "run": "${vyos_op_scripts_dir}/snmp_ifmib.py",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "snmp",
+ "v3",
+ "certificates"
+ ],
+ "help": "Show TSM certificates",
+ "run": "${vyos_op_scripts_dir}/snmp_v3_showcerts.sh",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "snmp",
+ "v3",
+ "group"
+ ],
+ "help": "Show the list of configured groups",
+ "run": "${vyos_op_scripts_dir}/snmp_v3.py --group",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "snmp",
+ "v3"
+ ],
+ "help": "Show SNMP v3 status on localhost",
+ "run": "${vyos_op_scripts_dir}/snmp_v3.py --all",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "snmp",
+ "v3",
+ "trap-target"
+ ],
+ "help": "Show the list of configured targets",
+ "run": "${vyos_op_scripts_dir}/snmp_v3.py --trap",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "snmp",
+ "v3",
+ "user"
+ ],
+ "help": "Show the list of configured users",
+ "run": "${vyos_op_scripts_dir}/snmp_v3.py --user",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "snmp",
+ "v3",
+ "view"
+ ],
+ "help": "Show the list of configured views",
+ "run": "${vyos_op_scripts_dir}/snmp_v3.py --view",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "sstp-server",
+ "sessions"
+ ],
+ "help": "Show active SSTP server sessions",
+ "run": "${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto=\"sstp\" --action=\"show sessions\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "sstp-server",
+ "statistics"
+ ],
+ "help": "Show SSTP server statistics",
+ "run": "${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto=\"sstp\" --action=\"show stat\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "acceleration",
+ "qat",
+ "device",
+ "<text>",
+ "config"
+ ],
+ "help": "Intel QAT configuration",
+ "run": "sudo ${vyos_op_scripts_dir}/show_acceleration.py --conf --dev $6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "acceleration",
+ "qat",
+ "device",
+ "<text>",
+ "flows"
+ ],
+ "help": "Intel QAT flows",
+ "run": "sudo ${vyos_op_scripts_dir}/show_acceleration.py --flow --dev $6",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "acceleration",
+ "qat",
+ "interrupts"
+ ],
+ "help": "Intel QAT interrupts",
+ "run": "sudo ${vyos_op_scripts_dir}/show_acceleration.py --interrupts",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "acceleration",
+ "qat"
+ ],
+ "help": "Intel QAT (Quick Assist Technology) Devices",
+ "run": "sudo ${vyos_op_scripts_dir}/show_acceleration.py --hw",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "acceleration",
+ "qat",
+ "status"
+ ],
+ "help": "Intel QAT status",
+ "run": "sudo ${vyos_op_scripts_dir}/show_acceleration.py --status",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "commit",
+ "diff",
+ "<text>"
+ ],
+ "help": "Show commit revision diff",
+ "run": "${vyos_op_scripts_dir}/config_mgmt.py show_commit_diff --rev \"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "commit",
+ "file",
+ "<text>",
+ "compare",
+ "<text>",
+ "commands"
+ ],
+ "help": "Compare config file revision commands",
+ "run": "${vyos_op_scripts_dir}/config_mgmt.py show_commit_diff --rev \"$5\" --rev2 \"$7\" --commands",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "commit",
+ "file",
+ "<text>",
+ "compare",
+ "<text>"
+ ],
+ "help": "Compare config file revisions",
+ "run": "${vyos_op_scripts_dir}/config_mgmt.py show_commit_diff --rev \"$5\" --rev2 \"$7\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "commit",
+ "file",
+ "<text>"
+ ],
+ "help": "Show commit revision file",
+ "run": "${vyos_op_scripts_dir}/config_mgmt.py show_commit_file --rev \"$5\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "commit"
+ ],
+ "help": "Show commit revision log",
+ "run": "${vyos_op_scripts_dir}/config_mgmt.py show_commit_log",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "connections"
+ ],
+ "help": "Show active network connections on the system",
+ "run": "netstat -an",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "connections",
+ "tcp",
+ "all"
+ ],
+ "help": "Show all TCP connections",
+ "run": "ss -t -a",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "connections",
+ "tcp"
+ ],
+ "help": "Show TCP connection information",
+ "run": "ss -t -r",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "connections",
+ "tcp",
+ "numeric"
+ ],
+ "help": "Show TCP connection without resolving names",
+ "run": "ss -t -n",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "connections",
+ "udp"
+ ],
+ "help": "Show UDP socket information",
+ "run": "ss -u -a -r",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "connections",
+ "udp",
+ "numeric"
+ ],
+ "help": "Show UDP socket information without resolving names",
+ "run": "ss -u -a -n",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "cpu"
+ ],
+ "help": "Show CPU information",
+ "run": "${vyos_op_scripts_dir}/cpu.py show",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "image"
+ ],
+ "help": "Show installed VyOS images",
+ "run": "/opt/vyatta/bin/vyatta-boot-image.pl --show",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "image",
+ "storage"
+ ],
+ "help": "Show disk space utilization of system images",
+ "run": "sudo /opt/vyatta/bin/show-image-storage.pl",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "image",
+ "version"
+ ],
+ "help": "Show installed VyOS images with version number",
+ "run": "/opt/vyatta/bin/vyatta-boot-image.pl --show --show_vers",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "kernel-messages"
+ ],
+ "help": "Show messages in kernel ring buffer",
+ "run": "sudo dmesg",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "login",
+ "users",
+ "all"
+ ],
+ "help": "Show information about all accounts",
+ "run": "${vyos_libexec_dir}/vyos-sudo.py ${vyos_op_scripts_dir}/show_users.py all",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "login",
+ "users",
+ "locked"
+ ],
+ "help": "Show information about locked accounts",
+ "run": "${vyos_libexec_dir}/vyos-sudo.py ${vyos_op_scripts_dir}/show_users.py locked",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "login",
+ "users"
+ ],
+ "help": "Show user account information",
+ "run": "${vyos_libexec_dir}/vyos-sudo.py ${vyos_op_scripts_dir}/show_users.py",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "login",
+ "users",
+ "other"
+ ],
+ "help": "Show information about non VyOS user accounts",
+ "run": "${vyos_libexec_dir}/vyos-sudo.py ${vyos_op_scripts_dir}/show_users.py other",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "login",
+ "users",
+ "vyos"
+ ],
+ "help": "Show information about VyOS user accounts",
+ "run": "${vyos_libexec_dir}/vyos-sudo.py ${vyos_op_scripts_dir}/show_users.py vyos",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "memory",
+ "cache"
+ ],
+ "help": "Show kernel cache information",
+ "run": "sudo slabtop -o",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "memory",
+ "detail"
+ ],
+ "help": "Show detailed system memory usage",
+ "run": "cat /proc/meminfo",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "memory"
+ ],
+ "help": "Show system memory usage",
+ "run": "${vyos_op_scripts_dir}/memory.py show",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "memory",
+ "routing-daemons"
+ ],
+ "help": "Show memory usage of all routing protocols",
+ "run": "vtysh -c \"show memory\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "processes",
+ "extensive"
+ ],
+ "help": "Show extensive process info",
+ "run": "top -b -n1",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "processes"
+ ],
+ "help": "Show system processes",
+ "run": "ps ax",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "processes",
+ "summary"
+ ],
+ "help": "Show summary of system processes",
+ "run": "${vyos_op_scripts_dir}/uptime.py show",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "processes",
+ "tree"
+ ],
+ "help": "Show process tree",
+ "run": "ps -ejH",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "routing-daemons"
+ ],
+ "help": "Show Quagga routing daemons",
+ "run": "vtysh -c \"show daemons\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "storage"
+ ],
+ "help": "Show filesystem usage",
+ "run": "${vyos_op_scripts_dir}/storage.py show",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "updates"
+ ],
+ "help": "Show system available updates",
+ "run": "${vyos_op_scripts_dir}/system.py show_update",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "system",
+ "uptime"
+ ],
+ "help": "Show system uptime and load averages",
+ "run": "${vyos_op_scripts_dir}/uptime.py show",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "table"
+ ],
+ "help": "Show routing tables",
+ "run": "vtysh -c \"show zebra router table summary\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support",
+ "brief"
+ ],
+ "help": "Show brief tech-support report (private information removed)",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support",
+ "brief",
+ "save"
+ ],
+ "help": "Save brief tech-support report (private information removed)",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support",
+ "brief",
+ "save",
+ "<text>"
+ ],
+ "help": "Save compressed brief tech-support report to specified path/file (private information removed)",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support",
+ "brief",
+ "save-uncompressed"
+ ],
+ "help": "Save uncompressed brief tech-support report (private information removed)",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support",
+ "brief",
+ "save-uncompressed",
+ "<text>"
+ ],
+ "help": "Save uncompressed brief tech-support report to specified path/file (private information removed)",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support"
+ ],
+ "help": "Show consolidated tech-support report (private information removed)",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support",
+ "private",
+ "brief"
+ ],
+ "help": "Show brief tech-support report (contains private information)",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support",
+ "private",
+ "brief",
+ "save"
+ ],
+ "help": "Save brief tech-support report (contains private information)",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support",
+ "private",
+ "brief",
+ "save",
+ "<text>"
+ ],
+ "help": "Save compressed brief tech-support report to specified path/file (contains private information)",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support",
+ "private",
+ "brief",
+ "save-uncompressed"
+ ],
+ "help": "Save uncompressed brief tech-support report (contains private information)",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support",
+ "private",
+ "brief",
+ "save-uncompressed",
+ "<text>"
+ ],
+ "help": "Save uncompressed brief tech-support report to specified path/file (contains private information)",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support",
+ "private"
+ ],
+ "help": "Show consolidated tech-support report (contains private information)",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support",
+ "private",
+ "save"
+ ],
+ "help": "Save consolidated tech-support report (contains private information)",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support",
+ "private",
+ "save",
+ "<text>"
+ ],
+ "help": "Save compressed tech-support report to the specified path/file (contains private information)",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support",
+ "private",
+ "save-uncompressed"
+ ],
+ "help": "Save consolidated tech-support report uncompressed (contains private information)",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support",
+ "private",
+ "save-uncompressed",
+ "<text>"
+ ],
+ "help": "Save uncompressed tech-support report to specified path/file (contains private information)",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support",
+ "report"
+ ],
+ "help": "Show consolidated tech-support report (contains private",
+ "run": "${vyos_op_scripts_dir}/show_techsupport_report.py",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support",
+ "save"
+ ],
+ "help": "Save consolidated tech-support report (private information removed)",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support",
+ "save",
+ "<text>"
+ ],
+ "help": "Save compressed tech-support report to the specified path/file (private information removed)",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support",
+ "save-uncompressed"
+ ],
+ "help": "Save consolidated tech-support report uncompressed (private information removed)",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "tech-support",
+ "save-uncompressed",
+ "<text>"
+ ],
+ "help": "Save uncompressed tech-support report to specified path/file (private information removed)",
+ "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "users"
+ ],
+ "help": "Show user information",
+ "run": "who -H",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "users",
+ "recent"
+ ],
+ "help": "Show 10 recently logged in users",
+ "run": "last -aF -n 10 | sed -e 's/^wtmp begins/Displaying logins since/'",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "users",
+ "recent",
+ "<text>"
+ ],
+ "help": "Show specified number of recently logged in users",
+ "run": "last -aF -n $4 | sed -e 's/^wtmp begins/Displaying logins since/'",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "version",
+ "all"
+ ],
+ "help": "Show system version and versions of all packages",
+ "run": "echo \"Package versions:\"; dpkg -l | cat",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "version",
+ "frr"
+ ],
+ "help": "Show Quagga version information",
+ "run": "vtysh -c \"show version\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "version",
+ "funny"
+ ],
+ "help": "Show system version and some fun stuff",
+ "run": "sudo ${vyos_op_scripts_dir}/version.py show --funny",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "version",
+ "kernel"
+ ],
+ "help": "Show Linux Kernel version information",
+ "run": "uname -r",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "version"
+ ],
+ "help": "Show system version information",
+ "run": "sudo ${vyos_op_scripts_dir}/version.py show",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "virtual-server"
+ ],
+ "help": "Show virtual server information",
+ "run": "${vyos_op_scripts_dir}/show_virtual_server.py",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vpn",
+ "debug"
+ ],
+ "help": "Show VPN debugging information",
+ "run": "sudo ${vyos_op_scripts_dir}/vpn_ipsec.py --action=\"vpn-debug\" --name=\"all\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vpn",
+ "debug",
+ "peer",
+ "<text>"
+ ],
+ "help": "Show debugging information for a peer",
+ "run": "sudo ${vyos_op_scripts_dir}/vpn_ipsec.py --action=\"vpn-debug\" --name=\"$5\" --tunnel=\"all\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vpn",
+ "debug",
+ "peer",
+ "<text>",
+ "tunnel",
+ "<text>"
+ ],
+ "help": "Show debug information for peer tunnel",
+ "run": "sudo ${vyos_op_scripts_dir}/vpn_ipsec.py --action=\"vpn-debug\" --name=\"$5\" --tunnel=\"$7\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vpn",
+ "ike",
+ "sa",
+ "nat-traversal"
+ ],
+ "help": "Show all currently active IKE Security Associations (SA) that",
+ "run": "sudo ${vyos_op_scripts_dir}/vpn_ike_sa.py --nat=\"yes\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vpn",
+ "ike",
+ "sa"
+ ],
+ "help": "Show all currently active IKE Security Associations (SA)",
+ "run": "sudo ${vyos_op_scripts_dir}/vpn_ike_sa.py",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vpn",
+ "ike",
+ "sa",
+ "peer",
+ "<text>"
+ ],
+ "help": "Show all currently active IKE Security Associations (SA) for a",
+ "run": "sudo ${vyos_op_scripts_dir}/vpn_ike_sa.py --peer=\"$6\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vpn",
+ "ike",
+ "secrets"
+ ],
+ "help": "Show all the pre-shared key secrets",
+ "run": "sudo cat /etc/ipsec.secrets | sed 's/#.*//'",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vpn",
+ "ike",
+ "status"
+ ],
+ "help": "Show summary of IKE process information",
+ "run": "if systemctl is-active --quiet strongswan ; then systemctl status strongswan ; else echo \"Process is not running\" ; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vpn",
+ "ipsec",
+ "connections"
+ ],
+ "help": "Show VPN connections",
+ "run": "sudo ${vyos_op_scripts_dir}/ipsec.py show_connections",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vpn",
+ "ipsec",
+ "policy"
+ ],
+ "help": "Show the in-kernel crypto policies",
+ "run": "sudo ip xfrm policy list",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "connection-id",
+ "<text>"
+ ],
+ "help": "Show detail active IKEv2 RA sessions by connection-id",
+ "run": "if systemctl is-active --quiet strongswan ; then sudo ${vyos_op_scripts_dir}/ipsec.py show_ra_detail --conn-id=\"$6\"; else echo \"IPsec process not running\" ; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "detail"
+ ],
+ "help": "Show detail active IKEv2 RA sessions",
+ "run": "if systemctl is-active --quiet strongswan ; then sudo ${vyos_op_scripts_dir}/ipsec.py show_ra_detail; else echo \"IPsec process not running\" ; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "summary"
+ ],
+ "help": "Show active IKEv2 RA sessions summary",
+ "run": "if systemctl is-active --quiet strongswan ; then sudo ${vyos_op_scripts_dir}/ipsec.py show_ra_summary; else echo \"IPsec process not running\" ; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vpn",
+ "ipsec",
+ "remote-access",
+ "username",
+ "<text>"
+ ],
+ "help": "Show detail active IKEv2 RA sessions by username",
+ "run": "if systemctl is-active --quiet strongswan ; then sudo ${vyos_op_scripts_dir}/ipsec.py show_ra_detail --username=\"$6\"; else echo \"IPsec process not running\" ; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vpn",
+ "ipsec",
+ "sa",
+ "detail"
+ ],
+ "help": "Show Verbose Detail on all active IPsec Security Associations",
+ "run": "if systemctl is-active --quiet strongswan ; then sudo ${vyos_op_scripts_dir}/ipsec.py show_sa_detail ; else echo \"IPsec process not running\" ; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vpn",
+ "ipsec",
+ "sa"
+ ],
+ "help": "Show all active IPsec Security Associations (SA)",
+ "run": "if systemctl is-active --quiet strongswan ; then sudo ${vyos_op_scripts_dir}/ipsec.py show_sa ; else echo \"IPsec process not running\" ; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vpn",
+ "ipsec",
+ "state"
+ ],
+ "help": "Show the in-kernel crypto state",
+ "run": "sudo ip xfrm state list",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vpn",
+ "ipsec",
+ "status"
+ ],
+ "help": "Show status of IPsec process",
+ "run": "if systemctl is-active --quiet strongswan >/dev/null ; then echo -e \"IPsec Process Running: $(pgrep charon)\\n$(sudo /usr/sbin/ipsec status)\" ; else echo \"IPsec process not running\" ; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vrf"
+ ],
+ "help": "Show VRF (Virtual Routing and Forwarding) information",
+ "run": "${vyos_op_scripts_dir}/vrf.py show",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vrf",
+ "<text>"
+ ],
+ "help": "Show information on specific VRF instance",
+ "run": "${vyos_op_scripts_dir}/vrf.py show --name=\"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vrf",
+ "<text>",
+ "processes"
+ ],
+ "help": "Shows all process ids associated with VRF",
+ "run": "ip vrf pids \"$3\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vrrp",
+ "detail"
+ ],
+ "help": "Show detailed VRRP state information",
+ "run": "sudo ${vyos_op_scripts_dir}/vrrp.py --data",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vrrp"
+ ],
+ "help": "Show VRRP (Virtual Router Redundancy Protocol) information",
+ "run": "sudo ${vyos_op_scripts_dir}/vrrp.py --summary",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "vrrp",
+ "statistics"
+ ],
+ "help": "Show VRRP statistics",
+ "run": "sudo ${vyos_op_scripts_dir}/vrrp.py --statistics",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "wan-load-balance",
+ "connection"
+ ],
+ "help": "Show Wide Area Network (WAN) load-balancing flow",
+ "run": " if [ -f /var/run/load-balance/wlb.out ] ; then",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "wan-load-balance"
+ ],
+ "help": "Show Wide Area Network (WAN) load-balancing information",
+ "run": " if [ -f /var/run/load-balance/wlb.out ] ; then",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "wan-load-balance",
+ "status"
+ ],
+ "help": "Show WAN load-balancing statistics",
+ "run": " if [ -f /var/run/load-balance/wlb.out ] ; then",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "wan-load-balance",
+ "status",
+ "with-dns"
+ ],
+ "help": "Show WAN load-balancing statistics",
+ "run": " if [ -f /var/run/load-balance/wlb.out ] ; then",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "webproxy",
+ "blacklist",
+ "categories"
+ ],
+ "help": "Show webproxy blacklist categories",
+ "run": "${vyos_completion_dir}/list_webproxy_category.sh",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "webproxy",
+ "log"
+ ],
+ "help": "Show contents of WebProxy access log",
+ "run": "if [ -e /var/log/squid/access.log ]; then sudo less $_vyatta_less_options --prompt=\"file %i of %m, page %dt of %D\" -- `printf \"%s\\n\" /var/log/squid/access.log* | sort -nr`; else echo \"No WebProxy log\"; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "webproxy",
+ "update-log"
+ ],
+ "help": "Show update log for url-filter database",
+ "run": "if [ -e /opt/vyatta/etc/config/url-filtering/squidguard/updatestatus ]; then cat /opt/vyatta/etc/config/url-filtering/squidguard/updatestatus; else echo \"Update log not found\"; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "zebra",
+ "client",
+ "summary"
+ ],
+ "help": "Brief Summary",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "zebra",
+ "dplane"
+ ],
+ "help": "Zebra dataplane information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "zebra"
+ ],
+ "help": "Show Zebra routing information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "zebra",
+ "router",
+ "table",
+ "summary"
+ ],
+ "help": "Summary Information",
+ "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "zone-policy"
+ ],
+ "help": "Show zone policy information",
+ "run": "sudo ${vyos_op_scripts_dir}/zone.py show",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "show",
+ "zone-policy",
+ "zone",
+ "<text>"
+ ],
+ "help": "Show summary of zone policy for a specific zone",
+ "run": "sudo ${vyos_op_scripts_dir}/zone.py show --zone $4",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "telnet",
+ "to",
+ "<text>"
+ ],
+ "help": "Telnet to a host",
+ "run": "/usr/bin/telnet $3",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "telnet",
+ "to",
+ "<text>",
+ "port",
+ "<text>"
+ ],
+ "help": "Telnet to a host:port",
+ "run": "/usr/bin/telnet $3 $5",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "traceroute",
+ "<text>"
+ ],
+ "help": "Trace network path to node",
+ "run": "${vyos_op_scripts_dir}/traceroute.py ${@:2}",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "traceroute",
+ "<text>",
+ "<text>"
+ ],
+ "help": "Traceroute options",
+ "run": "${vyos_op_scripts_dir}/traceroute.py ${@:2}",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "update",
+ "container",
+ "image",
+ "<text>"
+ ],
+ "help": "Update container image",
+ "run": "if cli-shell-api existsActive container name \"$4\"; then sudo podman pull $(cli-shell-api returnActiveValue container name \"$4\" image); else echo \"Container $4 does not exist\"; fi",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "update",
+ "dns",
+ "dynamic"
+ ],
+ "help": "Update Dynamic DNS information",
+ "run": "sudo ${vyos_op_scripts_dir}/dns_dynamic.py --update",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "update",
+ "geoip"
+ ],
+ "help": "Update GeoIP database and firewall sets",
+ "run": "sudo ${vyos_libexec_dir}/geoip-update.py --force",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "update",
+ "webproxy",
+ "blacklists"
+ ],
+ "help": "Update the webproxy blacklist database",
+ "run": "sudo ${vyos_op_scripts_dir}/webproxy_update_blacklist.sh --update-blacklist",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "update",
+ "webproxy",
+ "blacklists",
+ "vrf",
+ "<text>"
+ ],
+ "help": "Update webproxy blacklist database via specified VRF",
+ "run": "sudo ${vyos_op_scripts_dir}/webproxy_update_blacklist.sh --update-blacklist --vrf \"${5}\"",
+ "type": null,
+ "val_help": null
+ },
+ {
+ "cmd": [
+ "wake-on-lan",
+ "interface",
+ "<text>",
+ "host",
+ "<text>"
+ ],
+ "help": "Station (MAC) address to wake up",
+ "run": "sudo /usr/sbin/etherwake -i \"$3\" \"$5\"",
+ "type": null,
+ "val_help": null
+ }
+ ],
+ "os": "1.4-rolling-202308240020"
+} \ No newline at end of file
diff --git a/docs/_include/vyos-1x b/docs/_include/vyos-1x
-Subproject ffb798b4678f3b1bd0a40cc42b1f0477470346d
+Subproject bbcf94bba674e4c001d9439439b8fd405f39501
diff --git a/docs/changelog/1.3.rst b/docs/changelog/1.3.rst
index b452274c..1c90609b 100644
--- a/docs/changelog/1.3.rst
+++ b/docs/changelog/1.3.rst
@@ -8,6 +8,77 @@
_ext/releasenotes.py
+2023-08-31
+==========
+
+* :vytask:`T5190` ``(feature): Cloud-Init cannot fetch Meta-data on machines where the main Ethernet interface is not eth0``
+* :vytask:`T5140` ``(bug): Firewall network-group problems``
+* :vytask:`T4895` ``(bug): Tag nodes are overwritten when configured by Cloud-Init from User-Data``
+* :vytask:`T4874` ``(default): Add Warning message to Equuleus``
+* :vytask:`T4855` ``(bug): Trying to create more than one tunnel of the same type to the same address causes unhandled exception``
+* :vytask:`T4776` ``(bug): NVME storage is not detected properly during installation``
+* :vytask:`T3546` ``(feature): Add pppoe-server CLI custom script feature``
+* :vytask:`T738` ``(feature): Add local-port and resolver port options for powerdns in CLI configuration tree``
+
+
+2023-08-30
+==========
+
+* :vytask:`T5221` ``(bug): BGP as-override behavior differs from new FRR and other vendors``
+* :vytask:`T4933` ``(default): Malformed lines cause vyos.util.colon_separated_to_dict fail with a nondescript error``
+* :vytask:`T4790` ``(bug): RADIUS login does not work if sum of timeouts more than 50s``
+* :vytask:`T4475` ``(bug): route-map does not support ipv6 peer``
+* :vytask:`T4459` ``(bug): API service with VRF doesn't work in 1.3.1``
+* :vytask:`T4407` ``(bug): Network-config v2 is broken in Cloud-init 22.1 and VyOS 1.3``
+* :vytask:`T4113` ``(bug): Incorrect GRUB configuration parsing``
+* :vytask:`T1764` ``(bug): Use lists instead of whitespace-separated strings in vyos.config``
+* :vytask:`T4121` ``(bug): Nameservers from DHCP client cannot be used in specific cases``
+* :vytask:`T4151` ``(feature): IPV6 local PBR Support``
+* :vytask:`T4306` ``(default): Do not check for ditry repository when building release images``
+
+
+2023-08-29
+==========
+
+* :vytask:`T3940` ``(bug): DHCP client does not remove IP address when stopped by the 02-vyos-stopdhclient hook``
+* :vytask:`T3713` ``(default): Create a meta-package for user utilities``
+* :vytask:`T3339` ``(bug): Cloud-Init domain search setting not applied``
+* :vytask:`T3144` ``(feature): Support op-mode command to release DHCP leases``
+* :vytask:`T2640` ``(feature): Running VyOS inside Docker containers``
+* :vytask:`T3577` ``(bug): Generating vpn x509 key pair fails with command not found``
+
+
+2023-08-28
+==========
+
+* :vytask:`T4745` ``(bug): CLI TAB issue with values with '-' at the beginning in conf mode``
+* :vytask:`T2611` ``(bug): Prefix list names are shared between ipv4 and ipv6``
+* :vytask:`T2296` ``(default): Upgrade WALinux to 2.2.41``
+* :vytask:`T2123` ``(default): Configure 3 NTP servers``
+* :vytask:`T469` ``(bug): Problem after commit with errors``
+
+
+2023-08-25
+==========
+
+* :vytask:`T4412` ``(bug): commit archive: reboot not working with sftp``
+* :vytask:`T3702` ``(feature): Policy: Allow routing by fwmark``
+* :vytask:`T3536` ``(default): Unable to list all available routes``
+
+
+2023-08-24
+==========
+
+* :vytask:`T5006` ``(bug): Http api segfault with concurrent requests``
+* :vytask:`T5305` ``(bug): REST API configure operation should not be defined as async``
+
+
+2023-08-23
+==========
+
+* :vytask:`T5387` ``(feature): dhcp6c: add a no release option``
+
+
2023-08-20
==========
@@ -34,12 +105,6 @@
* :vytask:`T5329` ``(bug): Wireguard interface as GRE tunnel source causes configuration error on boot``
-2023-08-06
-==========
-
-* :vytask:`T3424` ``(default): PPPoE IA-PD doesn't work in VRF``
-
-
2023-07-24
==========
@@ -61,7 +126,6 @@
2023-07-13
==========
-* :vytask:`T2315` ``(feature): Ability to have right address-family for BGP peers.``
* :vytask:`T3045` ``(bug): Changes to Conntrack-Sync don't apply correctly (Mutlicast->UDP)``
* :vytask:`T971` ``(bug): authentication public-keys options quoting issue``
@@ -415,6 +479,12 @@
* :vytask:`T4671` ``(bug): linux-firmware package is missing symlinks defined in WHENCE file``
+2022-12-04
+==========
+
+* :vytask:`T4825` ``(feature): interfaces veth/veth-pairs -standalone used``
+
+
2022-12-02
==========
@@ -1582,7 +1652,6 @@
==========
* :vytask:`T3402` ``(feature): Add VyOS programming library for operational level commands``
-* :vytask:`T3275` ``(default): Disable conntrack helpers by default``
2021-09-10
diff --git a/docs/changelog/1.4.rst b/docs/changelog/1.4.rst
index c654199b..64902a9c 100644
--- a/docs/changelog/1.4.rst
+++ b/docs/changelog/1.4.rst
@@ -8,6 +8,106 @@
_ext/releasenotes.py
+2023-09-03
+==========
+
+* :vytask:`T5538` ``(bug): Change order within variable lb_config_tmpl to fit order of manpage and fix some typos``
+* :vytask:`T4612` ``(feature): Support arbitrary netmasks in firewall rules``
+
+
+2023-08-31
+==========
+
+* :vytask:`T5190` ``(feature): Cloud-Init cannot fetch Meta-data on machines where the main Ethernet interface is not eth0``
+* :vytask:`T4895` ``(bug): Tag nodes are overwritten when configured by Cloud-Init from User-Data``
+* :vytask:`T4776` ``(bug): NVME storage is not detected properly during installation``
+* :vytask:`T5531` ``(feature): Containers add label option``
+* :vytask:`T5525` ``(default): Change dev.packages.vyos.net repo to rolling-packages.vyos.net vyos-build:current uses``
+
+
+2023-08-30
+==========
+
+* :vytask:`T4933` ``(default): Malformed lines cause vyos.util.colon_separated_to_dict fail with a nondescript error``
+* :vytask:`T4790` ``(bug): RADIUS login does not work if sum of timeouts more than 50s``
+* :vytask:`T4113` ``(bug): Incorrect GRUB configuration parsing``
+* :vytask:`T5520` ``(bug): Likely source of corruption on system update exposed by change in coreutils for Bookworm``
+* :vytask:`T4151` ``(feature): IPV6 local PBR Support``
+* :vytask:`T4485` ``(default): OpenVPN: Allow multiple CAs certificates``
+
+
+2023-08-29
+==========
+
+* :vytask:`T3940` ``(bug): DHCP client does not remove IP address when stopped by the 02-vyos-stopdhclient hook``
+* :vytask:`T3713` ``(default): Create a meta-package for user utilities``
+* :vytask:`T3339` ``(bug): Cloud-Init domain search setting not applied``
+* :vytask:`T3577` ``(bug): Generating vpn x509 key pair fails with command not found``
+
+
+2023-08-28
+==========
+
+* :vytask:`T4745` ``(bug): CLI TAB issue with values with '-' at the beginning in conf mode``
+* :vytask:`T5472` ``(bug): NAT redirect should not require port``
+
+
+2023-08-27
+==========
+
+* :vytask:`T4759` ``(bug): domain-group on policy route not working``
+* :vytask:`T1097` ``(feature): Make firewall groups work everywhere that's appropropriate``
+
+
+2023-08-26
+==========
+
+* :vytask:`T5039` ``(bug): Can't add new local user``
+* :vytask:`T5023` ``(bug): PKI commit fails to update dependents``
+* :vytask:`T4512` ``(feature): enable-default-log on zone-policy``
+* :vytask:`T5003` ``(default): Upgrade base system to Debian 12 "Bookworm"``
+
+
+2023-08-25
+==========
+
+* :vytask:`T5468` ``(feature): Remove unused manpages to free up space``
+* :vytask:`T5463` ``(feature): Containers allow publish IPv6 address port``
+* :vytask:`T4412` ``(bug): commit archive: reboot not working with sftp``
+* :vytask:`T3702` ``(feature): Policy: Allow routing by fwmark``
+* :vytask:`T3536` ``(default): Unable to list all available routes``
+
+
+2023-08-24
+==========
+
+* :vytask:`T5448` ``(feature): Add service zabbix-agent``
+* :vytask:`T5006` ``(bug): Http api segfault with concurrent requests``
+* :vytask:`T5505` ``(feature): system: zebra route-map is not removed from FRR``
+* :vytask:`T5305` ``(bug): REST API configure operation should not be defined as async``
+* :vytask:`T4292` ``(feature): Rewrite vyatta-save-config.pl to Python``
+
+
+2023-08-23
+==========
+
+* :vytask:`T5478` ``(bug): Cannot configure resolver-cache options for firewall``
+* :vytask:`T5466` ``(feature): L3VPN - label allocation mode``
+* :vytask:`T5453` ``(bug): Fix nat66 - broken after load-balance was introduced in nat``
+* :vytask:`T5446` ``(bug): bgp: validity check for bestpath med option``
+* :vytask:`T5500` ``(feature): Minor fixes to configtree render``
+* :vytask:`T5469` ``(default): Incorrect dependency set in the openvpn-dco package when building VyOS for arm64``
+* :vytask:`T5387` ``(feature): dhcp6c: add a no release option``
+* :vytask:`T5491` ``(feature): Hostapd - AP-Mode - allow white-/blacklisting of Clients``
+* :vytask:`T4889` ``(default): Add nftables NAT REDIRECT [to localhost] to CLI``
+
+
+2023-08-22
+==========
+
+* :vytask:`T5407` ``(bug): Static routes pointed to container networks fail to persist after reboot``
+
+
2023-08-20
==========
@@ -98,7 +198,6 @@
==========
* :vytask:`T5420` ``(feature): nftables - upgrade to latest 1.0.8``
-* :vytask:`T3424` ``(default): PPPoE IA-PD doesn't work in VRF``
* :vytask:`T5445` ``(feature): dyndns: add possibility to specify update interval (timeout)``
@@ -3271,7 +3370,6 @@
==========
* :vytask:`T3402` ``(feature): Add VyOS programming library for operational level commands``
-* :vytask:`T3275` ``(default): Disable conntrack helpers by default``
2021-09-10
diff --git a/docs/configexamples/autotest/Wireguard/Wireguard.log b/docs/configexamples/autotest/Wireguard/Wireguard.log
index 30a5c456..25bde79c 100644
--- a/docs/configexamples/autotest/Wireguard/Wireguard.log
+++ b/docs/configexamples/autotest/Wireguard/Wireguard.log
@@ -1,1193 +1,752 @@
-2023-02-24 13:17:23,070 p=31720 u=rob n=ansible | PLAY [Automatic VyOS Lab test] **********************************************************************************************************************************
-2023-02-24 13:17:23,112 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: fail if node_template_iso is empty] ***************************************************************************************
-2023-02-24 13:17:23,129 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:23,136 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:23,138 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:23,146 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:23,149 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: fail if node_template_version is empty] ***********************************************************************************
-2023-02-24 13:17:23,163 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:23,170 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:23,172 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:23,178 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:23,181 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: install requirements] *****************************************************************************************************
-2023-02-24 13:17:23,201 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:23,203 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:23,209 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:24,616 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:17:24,630 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: Login to EVE-NG and get Cookie] *******************************************************************************************
-2023-02-24 13:17:24,663 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:24,666 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:24,672 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:25,312 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:17:25,321 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: get template facts] *******************************************************************************************************
-2023-02-24 13:17:25,354 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:25,357 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:25,363 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:25,774 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:17:25,783 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: Register path status] *****************************************************************************************************
-2023-02-24 13:17:25,811 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:25,814 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:25,820 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:26,012 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:17:26,017 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: create path] **************************************************************************************************************
-2023-02-24 13:17:26,034 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:26,043 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:26,045 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:26,050 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:26,053 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: Upload iso to eve-ng] *****************************************************************************************************
-2023-02-24 13:17:26,068 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:26,075 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:26,078 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:26,083 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:26,086 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: create virtioa.qcow2 file] ************************************************************************************************
-2023-02-24 13:17:26,102 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:26,109 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:26,111 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:26,116 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:26,119 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: Login to EVE-NG and get Cookie] *******************************************************************************************
-2023-02-24 13:17:26,135 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:26,143 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:26,145 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:26,150 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:26,153 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: create lab for node install] **********************************************************************************************
-2023-02-24 13:17:26,169 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:26,176 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:26,179 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:26,184 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:26,187 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: open lab] *****************************************************************************************************************
-2023-02-24 13:17:26,202 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:26,209 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:26,211 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:26,217 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:26,220 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : set_fact] ****************************************************************************************************************************
-2023-02-24 13:17:26,236 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:26,243 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:26,245 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:26,250 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:26,253 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: add node to lab] **********************************************************************************************************
-2023-02-24 13:17:26,268 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:26,275 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:26,278 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:26,282 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:26,285 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: start node] ***************************************************************************************************************
-2023-02-24 13:17:26,306 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:26,307 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:26,309 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:26,313 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:26,316 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : debug] *******************************************************************************************************************************
-2023-02-24 13:17:26,334 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:26,339 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:26,342 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:26,347 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:26,350 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: get node infos] ***********************************************************************************************************
-2023-02-24 13:17:26,371 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:26,373 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:26,373 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:26,378 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:26,381 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : set_fact] ****************************************************************************************************************************
-2023-02-24 13:17:26,402 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:26,402 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:26,404 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:26,408 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:26,411 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: copy file] ****************************************************************************************************************
-2023-02-24 13:17:26,426 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:26,434 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:26,436 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:26,441 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:26,444 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: run expect script] ********************************************************************************************************
-2023-02-24 13:17:26,459 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:26,466 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:26,468 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:26,473 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:26,476 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: Login to EVE-NG and get Cookie (due timeout)] *****************************************************************************
-2023-02-24 13:17:26,497 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:26,497 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:26,499 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:26,503 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:26,506 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: stop node] ****************************************************************************************************************
-2023-02-24 13:17:26,520 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:26,527 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:26,529 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:26,534 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:26,538 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: Pause to wait node is shutdown] *******************************************************************************************
-2023-02-24 13:17:26,548 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:26,551 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: delete iso] ***************************************************************************************************************
-2023-02-24 13:17:26,566 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:26,574 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:26,576 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:26,580 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:26,583 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: commit virtioa.qcow2] *****************************************************************************************************
-2023-02-24 13:17:26,606 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:26,607 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:26,607 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:26,613 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:26,616 p=31720 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: delete lab for node install] **********************************************************************************************
-2023-02-24 13:17:26,631 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:26,638 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:26,641 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:26,645 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:26,654 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Get env file content] *******************************************************************************************************************
-2023-02-24 13:17:26,881 p=31720 u=rob n=ansible | ok: [vyos-oobm -> localhost]
-2023-02-24 13:17:26,881 p=31720 u=rob n=ansible | ok: [central -> localhost]
-2023-02-24 13:17:26,881 p=31720 u=rob n=ansible | ok: [eveng -> localhost]
-2023-02-24 13:17:26,881 p=31720 u=rob n=ansible | ok: [branch -> localhost]
-2023-02-24 13:17:26,884 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Load facts] ******************************************************************************************************************
-2023-02-24 13:17:26,906 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:17:26,907 p=31720 u=rob n=ansible | ok: [vyos-oobm]
-2023-02-24 13:17:27,875 p=31720 u=rob n=ansible | network_os is set to vyos
-2023-02-24 13:17:27,876 p=31720 u=rob n=ansible | network_os is set to vyos
-2023-02-24 13:17:27,877 p=31720 u=rob n=ansible | [WARNING]: ansible-pylibssh not installed, falling back to paramiko
+2023-08-31 21:36:47,446 p=71926 u=rob n=ansible | PLAY [Automatic VyOS Lab test] *********************************************************************************************************************************************************************
+2023-08-31 21:36:47,487 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: fail if node_template_iso is empty] **************************************************************************************************************************
+2023-08-31 21:36:47,501 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:36:47,507 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:36:47,508 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:36:47,512 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:36:47,515 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: fail if node_template_version is empty] **********************************************************************************************************************
+2023-08-31 21:36:47,528 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:36:47,535 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:36:47,537 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:36:47,542 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:36:47,545 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: install requirements] ****************************************************************************************************************************************
+2023-08-31 21:36:47,563 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:36:47,566 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:36:47,570 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:36:55,614 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:36:55,628 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: Login to EVE-NG and get Cookie] ******************************************************************************************************************************
+2023-08-31 21:36:55,658 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:36:55,662 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:36:55,668 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:36:56,520 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:36:56,528 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: get template facts] ******************************************************************************************************************************************
+2023-08-31 21:36:56,555 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:36:56,558 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:36:56,563 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:36:57,042 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:36:57,050 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: Register path status] ****************************************************************************************************************************************
+2023-08-31 21:36:57,080 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:36:57,081 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:36:57,087 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:36:57,290 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:36:57,294 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: create path] *************************************************************************************************************************************************
+2023-08-31 21:36:57,316 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:36:57,317 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:36:57,322 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:36:57,559 p=71926 u=rob n=ansible | changed: [eveng]
+2023-08-31 21:36:57,564 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: Upload iso to eve-ng] ****************************************************************************************************************************************
+2023-08-31 21:36:57,587 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:36:57,590 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:36:57,597 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:37:45,806 p=71926 u=rob n=ansible | changed: [eveng]
+2023-08-31 21:37:45,818 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: create virtioa.qcow2 file] ***********************************************************************************************************************************
+2023-08-31 21:37:45,849 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:37:45,852 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:37:45,857 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:37:46,082 p=71926 u=rob n=ansible | changed: [eveng]
+2023-08-31 21:37:46,087 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: Login to EVE-NG and get Cookie] ******************************************************************************************************************************
+2023-08-31 21:37:46,113 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:37:46,113 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:37:46,119 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:37:46,825 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:37:46,834 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: create lab for node install] *********************************************************************************************************************************
+2023-08-31 21:37:46,868 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:37:46,871 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:37:46,876 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:37:47,520 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:37:47,529 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: open lab] ****************************************************************************************************************************************************
+2023-08-31 21:37:47,558 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:37:47,562 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:37:47,567 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:37:48,030 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:37:48,039 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : set_fact] ***************************************************************************************************************************************************************
+2023-08-31 21:37:48,070 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:37:48,073 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:37:48,073 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:37:48,078 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:37:48,082 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: add node to lab] *********************************************************************************************************************************************
+2023-08-31 21:37:48,103 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:37:48,106 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:37:48,110 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:37:48,677 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:37:48,686 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: start node] **************************************************************************************************************************************************
+2023-08-31 21:37:48,717 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:37:48,721 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:37:48,726 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:37:50,314 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:37:50,323 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : debug] ******************************************************************************************************************************************************************
+2023-08-31 21:37:50,356 p=71926 u=rob n=ansible | ok: [eveng] => {
+ "msg": {
+ "cache_control": "no-store, no-cache, must-revalidate, post-check=0, pre-check=0",
+ "changed": false,
+ "connection": "close",
+ "content": "{\"code\":200,\"status\":\"success\",\"message\":\"Node started (80049).\"}",
+ "content_length": "65",
+ "content_type": "application/json",
+ "cookies": {},
+ "cookies_string": "",
+ "date": "Thu, 31 Aug 2023 19:37:49 GMT",
+ "elapsed": 1,
+ "expires": "Thu, 19 Nov 1981 08:52:00 GMT",
+ "failed": false,
+ "json": {
+ "code": 200,
+ "message": "Node started (80049).",
+ "status": "success"
+ },
+ "msg": "OK (65 bytes)",
+ "pragma": "no-cache, no-cache",
+ "redirected": false,
+ "server": "Apache/2.4.41 (Ubuntu)",
+ "status": 200,
+ "url": "https://127.0.0.1/api/labs/node_create_lab_name.unl/nodes/1/start",
+ "x_powered_by": "Unified Networking Lab API"
+ }
+}
+2023-08-31 21:37:50,357 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:37:50,357 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:37:50,363 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:37:50,366 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: get node infos] **********************************************************************************************************************************************
+2023-08-31 21:37:50,385 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:37:50,388 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:37:50,393 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:37:50,931 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:37:50,938 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : set_fact] ***************************************************************************************************************************************************************
+2023-08-31 21:37:50,970 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:37:50,972 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:37:50,972 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:37:50,978 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:37:50,982 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: copy file] ***************************************************************************************************************************************************
+2023-08-31 21:37:51,001 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:37:51,003 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:37:51,008 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:37:51,541 p=71926 u=rob n=ansible | changed: [eveng]
+2023-08-31 21:37:51,547 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: run expect script] *******************************************************************************************************************************************
+2023-08-31 21:37:51,569 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:37:51,571 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:37:51,576 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:38:52,093 p=71926 u=rob n=ansible | changed: [eveng]
+2023-08-31 21:38:52,096 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: Login to EVE-NG and get Cookie (due timeout)] ****************************************************************************************************************
+2023-08-31 21:38:52,115 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:38:52,118 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:38:52,123 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:38:52,887 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:38:52,895 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: stop node] ***************************************************************************************************************************************************
+2023-08-31 21:38:52,927 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:38:52,930 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:38:52,936 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:38:54,029 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:38:54,039 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: Pause to wait node is shutdown] ******************************************************************************************************************************
+2023-08-31 21:38:54,065 p=71926 u=rob n=ansible | Pausing for 10 seconds
+2023-08-31 21:38:54,065 p=71926 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
+2023-08-31 21:39:04,082 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:39:04,093 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: delete iso] **************************************************************************************************************************************************
+2023-08-31 21:39:04,120 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:39:04,124 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:39:04,130 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:39:04,361 p=71926 u=rob n=ansible | changed: [eveng]
+2023-08-31 21:39:04,373 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: commit virtioa.qcow2] ****************************************************************************************************************************************
+2023-08-31 21:39:04,408 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:39:04,411 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:39:04,417 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:39:05,745 p=71926 u=rob n=ansible | changed: [eveng]
+2023-08-31 21:39:05,757 p=71926 u=rob n=ansible | TASK [eve-ng-create-node : Wireguard: delete lab for node install] *********************************************************************************************************************************
+2023-08-31 21:39:05,789 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:39:05,792 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:39:05,798 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:39:06,467 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:39:06,486 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Get env file content] ******************************************************************************************************************************************************
+2023-08-31 21:39:06,735 p=71926 u=rob n=ansible | ok: [vyos-oobm -> localhost]
+2023-08-31 21:39:06,735 p=71926 u=rob n=ansible | ok: [branch -> localhost]
+2023-08-31 21:39:06,735 p=71926 u=rob n=ansible | ok: [central -> localhost]
+2023-08-31 21:39:06,735 p=71926 u=rob n=ansible | ok: [eveng -> localhost]
+2023-08-31 21:39:06,738 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Load facts] *****************************************************************************************************************************************************
+2023-08-31 21:39:06,760 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:39:07,757 p=71926 u=rob n=ansible | network_os is set to vyos
+2023-08-31 21:39:07,763 p=71926 u=rob n=ansible | [WARNING]: ansible-pylibssh not installed, falling back to paramiko
-2023-02-24 13:17:27,882 p=31720 u=rob n=ansible | [WARNING]: ansible-pylibssh not installed, falling back to paramiko
+2023-08-31 21:39:07,763 p=71926 u=rob n=ansible | network_os is set to vyos
+2023-08-31 21:39:07,777 p=71926 u=rob n=ansible | [WARNING]: ansible-pylibssh not installed, falling back to paramiko
-2023-02-24 13:17:27,887 p=31720 u=rob n=ansible | ok: [central]
-2023-02-24 13:17:27,888 p=31720 u=rob n=ansible | ok: [branch]
-2023-02-24 13:17:27,898 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: fail if node_template_version is empty] **************************************************************************************
-2023-02-24 13:17:27,924 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:27,933 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:27,936 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:27,941 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:27,946 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Login to EVE-NG and get Cookie] **********************************************************************************************
-2023-02-24 13:17:27,967 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:27,970 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:27,975 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:28,536 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:17:28,547 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: get running lab list] ********************************************************************************************************
-2023-02-24 13:17:28,577 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:28,580 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:28,587 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:28,987 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:17:28,996 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: kill running lab] ************************************************************************************************************
-2023-02-24 13:17:29,019 p=31720 u=rob n=ansible | [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: item.labname == "{{ eve_ng_folder_name }}/{{
-lab }}"
+2023-08-31 21:39:07,777 p=71926 u=rob n=ansible | network_os is set to vyos
+2023-08-31 21:39:07,779 p=71926 u=rob n=ansible | [WARNING]: ansible-pylibssh not installed, falling back to paramiko
-2023-02-24 13:17:29,027 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:29,030 p=31720 u=rob n=ansible | skipping: [eveng] => (item={'podid': '0', 'username': 'admin', 'online': '1', 'uuid': '588b9164-a3b7-4522-8058-0f6ff6286564', 'size': 0.218, 'sat': '0', 'sat_name': 'master', 'labid': 1001, 'labname': '/Common\n', 'cpu': 0, 'mem': 0})
-2023-02-24 13:17:29,031 p=31720 u=rob n=ansible | skipping: [eveng] => (item={'podid': '1', 'username': 'ansible', 'online': '1', 'uuid': 'db483be8-f167-496c-ae7b-0e3bfb613b8c', 'size': 0.1289, 'sat': '0', 'sat_name': 'master', 'labid': 1002, 'labname': '/labtest/tunnelbroker\n', 'cpu': 0, 'mem': 0})
-2023-02-24 13:17:29,034 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:29,034 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:29,036 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:29,040 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: delete existing lab] *********************************************************************************************************
-2023-02-24 13:17:29,060 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:29,062 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:29,069 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:29,570 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:17:29,580 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Ensure labtest is present] ***************************************************************************************************
-2023-02-24 13:17:29,612 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:29,615 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:29,621 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:29,815 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:17:29,820 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Create Wireguard Lab] ********************************************************************************************************
-2023-02-24 13:17:29,844 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:29,846 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:29,853 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:30,334 p=31720 u=rob n=ansible | changed: [eveng]
-2023-02-24 13:17:30,340 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Login to EVE-NG and get Cookie] **********************************************************************************************
-2023-02-24 13:17:30,364 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:30,365 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:30,369 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:30,995 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:17:31,005 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: start vyos-oobm] *************************************************************************************************************
-2023-02-24 13:17:31,037 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:17:31,040 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:31,046 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:17:31,914 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:17:31,922 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Wait for vyos-oobm] **********************************************************************************************************
-2023-02-24 13:17:31,949 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:17:31,960 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:17:31,965 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:18:35,773 p=31720 u=rob n=ansible | ok: [vyos-oobm]
-2023-02-24 13:18:35,784 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Login to EVE-NG and get Cookie] **********************************************************************************************
-2023-02-24 13:18:35,817 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:18:35,822 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:18:35,829 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:18:36,826 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:18:36,833 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: get lab status] **************************************************************************************************************
-2023-02-24 13:18:36,865 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:18:36,868 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:18:36,876 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:18:37,354 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:18:37,363 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: start all nodes] *************************************************************************************************************
-2023-02-24 13:18:37,394 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:18:37,397 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:18:37,405 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:18:37,780 p=31720 u=rob n=ansible | ok: [eveng] => (item=1)
-2023-02-24 13:18:38,663 p=31720 u=rob n=ansible | ok: [eveng] => (item=4)
-2023-02-24 13:18:39,714 p=31720 u=rob n=ansible | ok: [eveng] => (item=6)
-2023-02-24 13:18:40,539 p=31720 u=rob n=ansible | ok: [eveng] => (item=2)
-2023-02-24 13:18:41,439 p=31720 u=rob n=ansible | ok: [eveng] => (item=3)
-2023-02-24 13:18:41,450 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Wait for vyos nodes] *********************************************************************************************************
-2023-02-24 13:18:41,475 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:18:41,484 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:18:42,451 p=31720 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use ansible.utils.display.Display.verbosity instead. This feature will be removed in version 2.18.
-Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
-2023-02-24 13:18:42,452 p=31720 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use ansible.utils.display.Display.verbosity instead. This feature will be removed in version 2.18.
-Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
-2023-02-24 13:19:12,471 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:19:12,474 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:19:12,474 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:19:12,474 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:19:12,474 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:19:12,475 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | buf += self._read_timeout(timeout)
-2023-02-24 13:19:12,475 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:19:12,475 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | raise socket.timeout()
-2023-02-24 13:19:12,475 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | socket.timeout
-2023-02-24 13:19:12,475 p=32151 u=rob n=p=32151 u=rob | paramiko [central] |
-2023-02-24 13:19:12,475 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | During handling of the above exception, another exception occurred:
-2023-02-24 13:19:12,476 p=32151 u=rob n=p=32151 u=rob | paramiko [central] |
-2023-02-24 13:19:12,476 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:19:12,476 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:19:12,476 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | self._check_banner()
-2023-02-24 13:19:12,476 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:19:12,476 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | raise SSHException(
-2023-02-24 13:19:12,476 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:19:12,477 p=32151 u=rob n=p=32151 u=rob | paramiko [central] |
-2023-02-24 13:19:12,486 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:19:12,489 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:19:12,489 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:19:12,489 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:19:12,489 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:19:12,490 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | buf += self._read_timeout(timeout)
-2023-02-24 13:19:12,490 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:19:12,490 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | raise socket.timeout()
-2023-02-24 13:19:12,490 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | socket.timeout
-2023-02-24 13:19:12,490 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] |
-2023-02-24 13:19:12,490 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | During handling of the above exception, another exception occurred:
-2023-02-24 13:19:12,490 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] |
-2023-02-24 13:19:12,491 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:19:12,491 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:19:12,491 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | self._check_banner()
-2023-02-24 13:19:12,491 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:19:12,491 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | raise SSHException(
-2023-02-24 13:19:12,491 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:19:12,491 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] |
-2023-02-24 13:19:43,512 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:19:43,514 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:19:43,514 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:19:43,514 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:19:43,514 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:19:43,514 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | buf += self._read_timeout(timeout)
-2023-02-24 13:19:43,515 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:19:43,515 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | raise socket.timeout()
-2023-02-24 13:19:43,515 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | socket.timeout
-2023-02-24 13:19:43,515 p=32151 u=rob n=p=32151 u=rob | paramiko [central] |
-2023-02-24 13:19:43,515 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | During handling of the above exception, another exception occurred:
-2023-02-24 13:19:43,515 p=32151 u=rob n=p=32151 u=rob | paramiko [central] |
-2023-02-24 13:19:43,515 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:19:43,516 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:19:43,516 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | self._check_banner()
-2023-02-24 13:19:43,516 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:19:43,516 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | raise SSHException(
-2023-02-24 13:19:43,516 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:19:43,516 p=32151 u=rob n=p=32151 u=rob | paramiko [central] |
-2023-02-24 13:19:43,539 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:19:43,539 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:19:43,540 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:19:43,540 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:19:43,540 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:19:43,540 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | buf += self._read_timeout(timeout)
-2023-02-24 13:19:43,540 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:19:43,540 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | raise socket.timeout()
-2023-02-24 13:19:43,540 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | socket.timeout
-2023-02-24 13:19:43,541 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] |
-2023-02-24 13:19:43,541 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | During handling of the above exception, another exception occurred:
-2023-02-24 13:19:43,541 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] |
-2023-02-24 13:19:43,541 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:19:43,541 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:19:43,541 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | self._check_banner()
-2023-02-24 13:19:43,541 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:19:43,542 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | raise SSHException(
-2023-02-24 13:19:43,542 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:19:43,542 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] |
-2023-02-24 13:19:45,217 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | Connected (version 2.0, client OpenSSH_8.4p1)
-2023-02-24 13:19:45,225 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | Connected (version 2.0, client OpenSSH_8.4p1)
-2023-02-24 13:19:45,472 p=32152 u=rob n=p=32152 u=rob | paramiko [branch] | Authentication (publickey) successful!
-2023-02-24 13:19:45,495 p=32151 u=rob n=p=32151 u=rob | paramiko [central] | Authentication (publickey) successful!
-2023-02-24 13:19:46,610 p=31720 u=rob n=ansible | ok: [branch]
-2023-02-24 13:19:46,660 p=31720 u=rob n=ansible | ok: [central]
-2023-02-24 13:19:46,663 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : generate pki wireguard key-pair] ********************************************************************************************************
-2023-02-24 13:19:46,677 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:19:46,685 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:19:47,642 p=31942 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use
-ansible.utils.display.Display.verbosity instead. This feature will be removed
-in version 2.18. Deprecation warnings can be disabled by setting
-deprecation_warnings=False in ansible.cfg.
-2023-02-24 13:19:47,642 p=31941 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use
-ansible.utils.display.Display.verbosity instead. This feature will be removed
-in version 2.18. Deprecation warnings can be disabled by setting
-deprecation_warnings=False in ansible.cfg.
-2023-02-24 13:19:48,264 p=31941 u=rob n=p=31941 u=rob | paramiko [branch] | Connected (version 2.0, client OpenSSH_8.4p1)
-2023-02-24 13:19:48,270 p=31942 u=rob n=p=31942 u=rob | paramiko [central] | Connected (version 2.0, client OpenSSH_8.4p1)
-2023-02-24 13:19:48,522 p=31941 u=rob n=p=31941 u=rob | paramiko [branch] | Authentication (publickey) successful!
-2023-02-24 13:19:48,525 p=31942 u=rob n=p=31942 u=rob | paramiko [central] | Authentication (publickey) successful!
-2023-02-24 13:19:50,548 p=31720 u=rob n=ansible | ok: [branch]
-2023-02-24 13:19:50,568 p=31720 u=rob n=ansible | ok: [central]
-2023-02-24 13:19:50,577 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : set pub and private key] ****************************************************************************************************************
-2023-02-24 13:19:50,614 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:19:50,615 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:19:51,559 p=31720 u=rob n=ansible | ok: [central]
-2023-02-24 13:19:51,560 p=31720 u=rob n=ansible | ok: [branch]
-2023-02-24 13:19:51,568 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : setup nodes] ****************************************************************************************************************************
-2023-02-24 13:19:51,595 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:19:51,604 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:20:01,024 p=31720 u=rob n=ansible | [WARNING]: To ensure idempotency and correct diff the input configuration lines should be similar to how they appear if present in the running configuration on
-device including the indentation
+2023-08-31 21:39:07,779 p=71926 u=rob n=ansible | ok: [central]
+2023-08-31 21:39:07,781 p=71926 u=rob n=ansible | ok: [branch]
+2023-08-31 21:39:07,781 p=71926 u=rob n=ansible | ok: [vyos-oobm]
+2023-08-31 21:39:07,785 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : debug] *********************************************************************************************************************************************************************
+2023-08-31 21:39:07,814 p=71926 u=rob n=ansible | ok: [eveng] => {
+ "msg": "vyos-1.4-rolling-202308240020-amd64"
+}
+2023-08-31 21:39:08,761 p=71926 u=rob n=ansible | ok: [branch] => {
+ "msg": "vyos-1.4-rolling-202308240020-amd64"
+}
+2023-08-31 21:39:08,761 p=71926 u=rob n=ansible | ok: [central] => {
+ "msg": "vyos-1.4-rolling-202308240020-amd64"
+}
+2023-08-31 21:39:08,762 p=71926 u=rob n=ansible | ok: [vyos-oobm] => {
+ "msg": "vyos-1.4-rolling-202308240020-amd64"
+}
+2023-08-31 21:39:08,769 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: fail if node_template_version is empty] *************************************************************************************************************************
+2023-08-31 21:39:08,794 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:39:08,804 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:39:08,807 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:39:08,811 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:39:08,815 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Login to EVE-NG and get Cookie] *********************************************************************************************************************************
+2023-08-31 21:39:08,833 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:39:08,836 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:39:08,841 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:39:09,569 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:39:09,579 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: get running lab list] *******************************************************************************************************************************************
+2023-08-31 21:39:09,611 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:39:09,612 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:39:09,618 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:39:10,083 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:39:10,093 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: kill running lab] ***********************************************************************************************************************************************
+2023-08-31 21:39:10,126 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:39:10,127 p=71926 u=rob n=ansible | [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: item.labname == "{{ eve_ng_folder_name }}/{{ lab }}"
-2023-02-24 13:20:01,024 p=31720 u=rob n=ansible | changed: [branch]
-2023-02-24 13:20:01,056 p=31720 u=rob n=ansible | changed: [central]
-2023-02-24 13:20:01,065 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Login to EVE-NG and get Cookie] **********************************************************************************************
-2023-02-24 13:20:01,100 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:20:01,102 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:20:01,110 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:20:02,347 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:20:02,358 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: stop nodes id] ***************************************************************************************************************
-2023-02-24 13:20:02,389 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:20:02,394 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:20:02,400 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:20:02,405 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:20:02,409 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait after stop] *************************************************************************************************************
-2023-02-24 13:20:02,422 p=31720 u=rob n=ansible | Pausing for 5 seconds
-2023-02-24 13:20:02,422 p=31720 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
-2023-02-24 13:20:07,441 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:20:07,450 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: start nodes id] **************************************************************************************************************
-2023-02-24 13:20:07,490 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:20:07,494 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:20:07,501 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:20:07,507 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:20:07,511 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait after start] ************************************************************************************************************
-2023-02-24 13:20:07,524 p=31720 u=rob n=ansible | Pausing for 5 seconds
-2023-02-24 13:20:07,525 p=31720 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
-2023-02-24 13:20:12,542 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:20:12,555 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait, b/c the ping often failed without a short break] ***********************************************************************
-2023-02-24 13:20:12,577 p=31720 u=rob n=ansible | Pausing for 30 seconds
-2023-02-24 13:20:12,578 p=31720 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
-2023-02-24 13:20:42,595 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:20:42,610 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: do ping test] ****************************************************************************************************************
-2023-02-24 13:20:42,647 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:20:42,650 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:20:49,417 p=31720 u=rob n=ansible | ok: [central] => (item=10.0.2.100)
-2023-02-24 13:20:49,428 p=31720 u=rob n=ansible | ok: [branch] => (item=10.0.1.100)
-2023-02-24 13:20:49,437 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: execute test commands] *******************************************************************************************************
-2023-02-24 13:20:49,467 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:20:49,468 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:20:50,573 p=31720 u=rob n=ansible | ok: [central] => (item={'desc': 'Test if IP is set to interface', 'command': "ip -4 addr show dev eth2 | grep inet | tr -s ' ' | cut -d' ' -f3 | head -n 1", 'wait_for': ['result[0] contains "10.0.1.254/24"']})
-2023-02-24 13:20:50,802 p=31720 u=rob n=ansible | ok: [branch] => (item={'desc': 'show interfaces wireguard', 'command': 'show interfaces wireguard', 'wait_for': ['result[0] contains "S - State, L - Link, u - Up, D - Down, A - Admin Down"', 'result[0] contains "Interface IP Address S/L Description"', 'result[0] contains "--------- ---------- --- -----------"', 'result[0] contains "wg01 192.168.0.2/24 u/u VPN-to-central"']})
-2023-02-24 13:20:51,897 p=31720 u=rob n=ansible | ok: [central] => (item={'desc': 'show interfaces wireguard', 'command': 'show interfaces wireguard', 'wait_for': ['result[0] contains "S - State, L - Link, u - Up, D - Down, A - Admin Down"', 'result[0] contains "Interface IP Address S/L Description"', 'result[0] contains "--------- ---------- --- -----------"', 'result[0] contains "wg01 192.168.0.1/24 u/u VPN-to-Branch"']})
-2023-02-24 13:20:51,912 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: register stdout commands] ****************************************************************************************************
-2023-02-24 13:20:51,945 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:20:51,948 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:20:53,349 p=31720 u=rob n=ansible | ok: [branch] => (item={'name': 'show_interfaces_wireguard', 'command': 'show interfaces wireguard'})
-2023-02-24 13:20:53,355 p=31720 u=rob n=ansible | ok: [central] => (item={'name': 'show_interfaces_wireguard', 'command': 'show interfaces wireguard'})
-2023-02-24 13:20:57,618 p=31720 u=rob n=ansible | ok: [central] => (item={'name': 'ping_branch_pc', 'command': 'ping 10.0.2.100 count 4'})
-2023-02-24 13:20:57,627 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Set variables] ***************************************************************************************************************
-2023-02-24 13:20:57,660 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:20:57,662 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:20:58,631 p=31720 u=rob n=ansible | ok: [branch]
-2023-02-24 13:20:58,631 p=31720 u=rob n=ansible | ok: [central]
-2023-02-24 13:20:58,641 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Reboot vyos] *****************************************************************************************************************
-2023-02-24 13:20:58,673 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:20:58,673 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:20:59,936 p=31720 u=rob n=ansible | ok: [branch]
-2023-02-24 13:20:59,937 p=31720 u=rob n=ansible | ok: [central]
-2023-02-24 13:20:59,948 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait while shutdown] *********************************************************************************************************
-2023-02-24 13:20:59,974 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:20:59,978 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Wait for vyos nodes] *********************************************************************************************************
-2023-02-24 13:21:00,003 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:21:00,003 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:21:00,964 p=31720 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use ansible.utils.display.Display.verbosity instead. This feature will be removed in version 2.18.
-Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
-2023-02-24 13:21:00,965 p=31720 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use ansible.utils.display.Display.verbosity instead. This feature will be removed in version 2.18.
-Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
-2023-02-24 13:21:01,693 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Connected (version 2.0, client OpenSSH_8.4p1)
-2023-02-24 13:21:01,694 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Connected (version 2.0, client OpenSSH_8.4p1)
-2023-02-24 13:21:01,954 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Auth banner: b'System is going down. Unprivileged users are not permitted to log in anymore. For technical details, see pam_nologin(8).\n\n'
-2023-02-24 13:21:01,959 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Auth banner: b'System is going down. Unprivileged users are not permitted to log in anymore. For technical details, see pam_nologin(8).\n\n'
-2023-02-24 13:23:00,319 p=31942 u=rob n=ansible | persistent connection idle timeout triggered, timeout value is 120 secs.
-See the timeout setting options in the Network Debug and Troubleshooting Guide.
-2023-02-24 13:23:00,324 p=31941 u=rob n=ansible | persistent connection idle timeout triggered, timeout value is 120 secs.
+2023-08-31 21:39:10,130 p=71926 u=rob n=ansible | skipping: [eveng] => (item={'podid': '0', 'username': 'admin', 'online': '1', 'uuid': '0fc5edef-8cf2-4400-9a1c-0c4c41a1a881', 'size': 0.1996, 'sat': '0', 'sat_name': 'master', 'labid': 1001, 'labname': '/ecmp wireguard\n', 'cpu': 0, 'mem': 0})
+2023-08-31 21:39:10,132 p=71926 u=rob n=ansible | skipping: [eveng] => (item={'podid': '0', 'username': 'admin', 'online': '1', 'uuid': '588b9164-a3b7-4522-8058-0f6ff6286564', 'size': 1.0595, 'sat': '0', 'sat_name': 'master', 'labid': 1002, 'labname': '/Common\n', 'cpu': 0, 'mem': 0})
+2023-08-31 21:39:10,134 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:39:10,134 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:39:10,137 p=71926 u=rob n=ansible | skipping: [eveng] => (item={'podid': '0', 'username': 'admin', 'online': '1', 'uuid': '9785926c-63ec-42c0-a1ca-a386b9013151', 'size': 0.4469, 'sat': '0', 'sat_name': 'master', 'labid': 1003, 'labname': '/layer2 via IPSec\n', 'cpu': 0, 'mem': 0})
+2023-08-31 21:39:10,139 p=71926 u=rob n=ansible | skipping: [eveng] => (item={'podid': '0', 'username': 'admin', 'online': '1', 'uuid': 'aa98095e-3b64-45aa-b883-e2b7fdfac08c', 'size': 0.5229, 'sat': '0', 'sat_name': 'master', 'labid': 1004, 'labname': '/ospf\n', 'cpu': 0, 'mem': 0})
+2023-08-31 21:39:10,140 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:39:10,144 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: delete existing lab] ********************************************************************************************************************************************
+2023-08-31 21:39:10,162 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:39:10,164 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:39:10,170 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:39:10,600 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:39:10,611 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Ensure labtest is present] **************************************************************************************************************************************
+2023-08-31 21:39:10,640 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:39:10,643 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:39:10,650 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:39:10,798 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:39:10,807 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Create Wireguard Lab] *******************************************************************************************************************************************
+2023-08-31 21:39:10,837 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:39:10,840 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:39:10,846 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:39:11,322 p=71926 u=rob n=ansible | changed: [eveng]
+2023-08-31 21:39:11,331 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Login to EVE-NG and get Cookie] *********************************************************************************************************************************
+2023-08-31 21:39:11,362 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:39:11,365 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:39:11,370 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:39:12,042 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:39:12,049 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: start vyos-oobm] ************************************************************************************************************************************************
+2023-08-31 21:39:12,079 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:39:12,082 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:39:12,091 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:39:13,161 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:39:13,172 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Wait for vyos-oobm] *********************************************************************************************************************************************
+2023-08-31 21:39:13,201 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:39:13,204 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:39:13,210 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:39:14,088 p=71926 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use ansible.utils.display.Display.verbosity instead. This feature will be removed in version 2.18. Deprecation warnings can be disabled
+ by setting deprecation_warnings=False in ansible.cfg.
+2023-08-31 21:39:44,102 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | Exception (client): Error reading SSH protocol banner
+2023-08-31 21:39:44,107 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | Traceback (most recent call last):
+2023-08-31 21:39:44,107 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
+2023-08-31 21:39:44,107 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | buf = self.packetizer.readline(timeout)
+2023-08-31 21:39:44,107 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
+2023-08-31 21:39:44,108 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | buf += self._read_timeout(timeout)
+2023-08-31 21:39:44,108 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
+2023-08-31 21:39:44,108 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | raise socket.timeout()
+2023-08-31 21:39:44,108 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | socket.timeout
+2023-08-31 21:39:44,108 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] |
+2023-08-31 21:39:44,108 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | During handling of the above exception, another exception occurred:
+2023-08-31 21:39:44,109 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] |
+2023-08-31 21:39:44,109 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | Traceback (most recent call last):
+2023-08-31 21:39:44,109 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
+2023-08-31 21:39:44,109 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | self._check_banner()
+2023-08-31 21:39:44,109 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
+2023-08-31 21:39:44,109 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | raise SSHException(
+2023-08-31 21:39:44,110 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
+2023-08-31 21:39:44,110 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] |
+2023-08-31 21:40:15,137 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | Exception (client): Error reading SSH protocol banner
+2023-08-31 21:40:15,138 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | Traceback (most recent call last):
+2023-08-31 21:40:15,138 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
+2023-08-31 21:40:15,139 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | buf = self.packetizer.readline(timeout)
+2023-08-31 21:40:15,139 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
+2023-08-31 21:40:15,139 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | buf += self._read_timeout(timeout)
+2023-08-31 21:40:15,139 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
+2023-08-31 21:40:15,139 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | raise socket.timeout()
+2023-08-31 21:40:15,139 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | socket.timeout
+2023-08-31 21:40:15,140 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] |
+2023-08-31 21:40:15,140 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | During handling of the above exception, another exception occurred:
+2023-08-31 21:40:15,140 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] |
+2023-08-31 21:40:15,140 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | Traceback (most recent call last):
+2023-08-31 21:40:15,140 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
+2023-08-31 21:40:15,140 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | self._check_banner()
+2023-08-31 21:40:15,141 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
+2023-08-31 21:40:15,141 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | raise SSHException(
+2023-08-31 21:40:15,141 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
+2023-08-31 21:40:15,141 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] |
+2023-08-31 21:40:46,155 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | Exception (client): Error reading SSH protocol banner
+2023-08-31 21:40:46,156 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | Traceback (most recent call last):
+2023-08-31 21:40:46,157 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
+2023-08-31 21:40:46,157 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | buf = self.packetizer.readline(timeout)
+2023-08-31 21:40:46,157 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
+2023-08-31 21:40:46,157 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | buf += self._read_timeout(timeout)
+2023-08-31 21:40:46,157 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
+2023-08-31 21:40:46,158 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | raise socket.timeout()
+2023-08-31 21:40:46,158 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | socket.timeout
+2023-08-31 21:40:46,158 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] |
+2023-08-31 21:40:46,158 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | During handling of the above exception, another exception occurred:
+2023-08-31 21:40:46,158 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] |
+2023-08-31 21:40:46,158 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | Traceback (most recent call last):
+2023-08-31 21:40:46,159 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
+2023-08-31 21:40:46,159 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | self._check_banner()
+2023-08-31 21:40:46,159 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
+2023-08-31 21:40:46,159 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | raise SSHException(
+2023-08-31 21:40:46,159 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
+2023-08-31 21:40:46,159 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] |
+2023-08-31 21:40:47,928 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | Connected (version 2.0, client OpenSSH_9.2p1)
+2023-08-31 21:40:48,182 p=72425 u=rob n=p=72425 u=rob | paramiko [vyos-oobm] | Authentication (publickey) successful!
+2023-08-31 21:40:49,243 p=71926 u=rob n=ansible | ok: [vyos-oobm]
+2023-08-31 21:40:49,246 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Login to EVE-NG and get Cookie] *********************************************************************************************************************************
+2023-08-31 21:40:49,266 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:40:49,269 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:40:49,275 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:40:50,220 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:40:50,224 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: get lab status] *************************************************************************************************************************************************
+2023-08-31 21:40:50,252 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:40:50,255 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:40:50,261 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:40:50,772 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:40:50,776 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: start all nodes] ************************************************************************************************************************************************
+2023-08-31 21:40:50,795 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:40:50,799 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:40:50,803 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:40:51,376 p=71926 u=rob n=ansible | ok: [eveng] => (item=1)
+2023-08-31 21:40:52,420 p=71926 u=rob n=ansible | ok: [eveng] => (item=4)
+2023-08-31 21:40:53,681 p=71926 u=rob n=ansible | ok: [eveng] => (item=6)
+2023-08-31 21:40:54,642 p=71926 u=rob n=ansible | ok: [eveng] => (item=2)
+2023-08-31 21:40:55,580 p=71926 u=rob n=ansible | ok: [eveng] => (item=3)
+2023-08-31 21:40:55,598 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Wait for vyos nodes] ********************************************************************************************************************************************
+2023-08-31 21:40:55,628 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:40:55,628 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:40:56,551 p=71926 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use ansible.utils.display.Display.verbosity instead. This feature will be removed in version 2.18. Deprecation warnings can be disabled
+ by setting deprecation_warnings=False in ansible.cfg.
+2023-08-31 21:40:56,552 p=71926 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use ansible.utils.display.Display.verbosity instead. This feature will be removed in version 2.18. Deprecation warnings can be disabled
+ by setting deprecation_warnings=False in ansible.cfg.
+2023-08-31 21:41:13,459 p=72315 u=rob n=ansible | persistent connection idle timeout triggered, timeout value is 120 secs.
See the timeout setting options in the Network Debug and Troubleshooting Guide.
-2023-02-24 13:23:00,422 p=31942 u=rob n=ansible | shutdown complete
-2023-02-24 13:23:00,428 p=31941 u=rob n=ansible | shutdown complete
-2023-02-24 13:23:32,976 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:23:32,979 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:23:32,979 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:23:32,979 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:23:32,979 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:23:32,980 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf += self._read_timeout(timeout)
-2023-02-24 13:23:32,980 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:23:32,980 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise socket.timeout()
-2023-02-24 13:23:32,980 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | socket.timeout
-2023-02-24 13:23:32,980 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:23:32,981 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | During handling of the above exception, another exception occurred:
-2023-02-24 13:23:32,981 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:23:32,981 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:23:32,981 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:23:32,981 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | self._check_banner()
-2023-02-24 13:23:32,981 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:23:32,982 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise SSHException(
-2023-02-24 13:23:32,982 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:23:32,982 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:23:32,989 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:23:32,992 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:23:32,992 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:23:32,992 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:23:32,992 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:23:32,992 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf += self._read_timeout(timeout)
-2023-02-24 13:23:32,992 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:23:32,993 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise socket.timeout()
-2023-02-24 13:23:32,993 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | socket.timeout
-2023-02-24 13:23:32,993 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:23:32,993 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | During handling of the above exception, another exception occurred:
-2023-02-24 13:23:32,993 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:23:32,993 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:23:32,994 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:23:32,994 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | self._check_banner()
-2023-02-24 13:23:32,994 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:23:32,994 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise SSHException(
-2023-02-24 13:23:32,994 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:23:32,994 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:24:03,993 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:24:03,994 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:24:03,994 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:24:03,995 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:24:03,995 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:24:03,995 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf += self._read_timeout(timeout)
-2023-02-24 13:24:03,995 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:24:03,995 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise socket.timeout()
-2023-02-24 13:24:03,995 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | socket.timeout
-2023-02-24 13:24:03,996 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:24:03,996 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | During handling of the above exception, another exception occurred:
-2023-02-24 13:24:03,996 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:24:03,996 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:24:03,996 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:24:03,996 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | self._check_banner()
-2023-02-24 13:24:03,997 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:24:03,997 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise SSHException(
-2023-02-24 13:24:03,997 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:24:03,997 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:24:04,007 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:24:04,007 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:24:04,008 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:24:04,008 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:24:04,008 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:24:04,008 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf += self._read_timeout(timeout)
-2023-02-24 13:24:04,008 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:24:04,008 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise socket.timeout()
-2023-02-24 13:24:04,008 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | socket.timeout
-2023-02-24 13:24:04,009 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:24:04,009 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | During handling of the above exception, another exception occurred:
-2023-02-24 13:24:04,009 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:24:04,009 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:24:04,009 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:24:04,009 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | self._check_banner()
-2023-02-24 13:24:04,010 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:24:04,010 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise SSHException(
-2023-02-24 13:24:04,010 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:24:04,010 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:24:35,009 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:24:35,010 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:24:35,010 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:24:35,010 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:24:35,010 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:24:35,011 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf += self._read_timeout(timeout)
-2023-02-24 13:24:35,011 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:24:35,011 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise socket.timeout()
-2023-02-24 13:24:35,011 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | socket.timeout
-2023-02-24 13:24:35,011 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:24:35,011 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | During handling of the above exception, another exception occurred:
-2023-02-24 13:24:35,012 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:24:35,012 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:24:35,012 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:24:35,012 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | self._check_banner()
-2023-02-24 13:24:35,012 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:24:35,012 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise SSHException(
-2023-02-24 13:24:35,013 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:24:35,013 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:24:35,022 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:24:35,023 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:24:35,023 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:24:35,023 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:24:35,023 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:24:35,024 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf += self._read_timeout(timeout)
-2023-02-24 13:24:35,024 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:24:35,024 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise socket.timeout()
-2023-02-24 13:24:35,024 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | socket.timeout
-2023-02-24 13:24:35,024 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:24:35,024 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | During handling of the above exception, another exception occurred:
-2023-02-24 13:24:35,024 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:24:35,025 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:24:35,025 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:24:35,025 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | self._check_banner()
-2023-02-24 13:24:35,025 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:24:35,026 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise SSHException(
-2023-02-24 13:24:35,026 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:24:35,026 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:25:06,031 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:25:06,032 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:25:06,032 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:25:06,032 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:25:06,033 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:25:06,033 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf += self._read_timeout(timeout)
-2023-02-24 13:25:06,033 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:25:06,033 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise socket.timeout()
-2023-02-24 13:25:06,033 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | socket.timeout
-2023-02-24 13:25:06,033 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:25:06,034 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | During handling of the above exception, another exception occurred:
-2023-02-24 13:25:06,034 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:25:06,034 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:25:06,034 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:25:06,034 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | self._check_banner()
-2023-02-24 13:25:06,035 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:25:06,035 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise SSHException(
-2023-02-24 13:25:06,035 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:25:06,035 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:25:06,039 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:25:06,040 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:25:06,040 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:25:06,040 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:25:06,040 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:25:06,040 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf += self._read_timeout(timeout)
-2023-02-24 13:25:06,041 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:25:06,041 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise socket.timeout()
-2023-02-24 13:25:06,041 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | socket.timeout
-2023-02-24 13:25:06,041 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:25:06,041 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | During handling of the above exception, another exception occurred:
-2023-02-24 13:25:06,042 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:25:06,042 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:25:06,042 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:25:06,042 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | self._check_banner()
-2023-02-24 13:25:06,042 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:25:06,043 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise SSHException(
-2023-02-24 13:25:06,043 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:25:06,043 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:25:37,047 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:25:37,048 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:25:37,048 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:25:37,048 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:25:37,048 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:25:37,048 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf += self._read_timeout(timeout)
-2023-02-24 13:25:37,049 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:25:37,049 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise socket.timeout()
-2023-02-24 13:25:37,049 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | socket.timeout
-2023-02-24 13:25:37,049 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:25:37,049 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | During handling of the above exception, another exception occurred:
-2023-02-24 13:25:37,050 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:25:37,050 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:25:37,050 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:25:37,050 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | self._check_banner()
-2023-02-24 13:25:37,050 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:25:37,050 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise SSHException(
-2023-02-24 13:25:37,050 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:25:37,051 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:25:37,054 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:25:37,054 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:25:37,054 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:25:37,055 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:25:37,055 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:25:37,055 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf += self._read_timeout(timeout)
-2023-02-24 13:25:37,055 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:25:37,055 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise socket.timeout()
-2023-02-24 13:25:37,055 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | socket.timeout
-2023-02-24 13:25:37,056 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:25:37,056 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | During handling of the above exception, another exception occurred:
-2023-02-24 13:25:37,056 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:25:37,056 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:25:37,056 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:25:37,056 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | self._check_banner()
-2023-02-24 13:25:37,057 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:25:37,057 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise SSHException(
-2023-02-24 13:25:37,057 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:25:37,057 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:26:08,063 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:26:08,064 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:26:08,064 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:26:08,064 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:26:08,064 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:26:08,064 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf += self._read_timeout(timeout)
-2023-02-24 13:26:08,065 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:26:08,065 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise socket.timeout()
-2023-02-24 13:26:08,065 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | socket.timeout
-2023-02-24 13:26:08,065 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:26:08,065 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | During handling of the above exception, another exception occurred:
-2023-02-24 13:26:08,065 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:26:08,066 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:26:08,066 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:26:08,066 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | self._check_banner()
-2023-02-24 13:26:08,066 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:26:08,066 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise SSHException(
-2023-02-24 13:26:08,066 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:26:08,067 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:26:08,073 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:26:08,074 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:26:08,074 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:26:08,074 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:26:08,074 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:26:08,074 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf += self._read_timeout(timeout)
-2023-02-24 13:26:08,075 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:26:08,075 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise socket.timeout()
-2023-02-24 13:26:08,075 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | socket.timeout
-2023-02-24 13:26:08,075 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:26:08,075 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | During handling of the above exception, another exception occurred:
-2023-02-24 13:26:08,075 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:26:08,075 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:26:08,076 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:26:08,076 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | self._check_banner()
-2023-02-24 13:26:08,076 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:26:08,076 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise SSHException(
-2023-02-24 13:26:08,076 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:26:08,076 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:26:39,083 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:26:39,084 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:26:39,084 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:26:39,084 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:26:39,084 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:26:39,085 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf += self._read_timeout(timeout)
-2023-02-24 13:26:39,085 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:26:39,085 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise socket.timeout()
-2023-02-24 13:26:39,085 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | socket.timeout
-2023-02-24 13:26:39,085 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:26:39,085 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | During handling of the above exception, another exception occurred:
-2023-02-24 13:26:39,086 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:26:39,086 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:26:39,086 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:26:39,086 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | self._check_banner()
-2023-02-24 13:26:39,086 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:26:39,086 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise SSHException(
-2023-02-24 13:26:39,087 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:26:39,087 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:26:39,091 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:26:39,092 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:26:39,092 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:26:39,092 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:26:39,092 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:26:39,092 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf += self._read_timeout(timeout)
-2023-02-24 13:26:39,093 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:26:39,093 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise socket.timeout()
-2023-02-24 13:26:39,093 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | socket.timeout
-2023-02-24 13:26:39,093 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:26:39,093 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | During handling of the above exception, another exception occurred:
-2023-02-24 13:26:39,093 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:26:39,093 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:26:39,094 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:26:39,094 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | self._check_banner()
-2023-02-24 13:26:39,094 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:26:39,094 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise SSHException(
-2023-02-24 13:26:39,094 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:26:39,094 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:27:10,100 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:27:10,101 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:27:10,101 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:27:10,102 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:27:10,102 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:27:10,102 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf += self._read_timeout(timeout)
-2023-02-24 13:27:10,102 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:27:10,102 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise socket.timeout()
-2023-02-24 13:27:10,102 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | socket.timeout
-2023-02-24 13:27:10,103 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:27:10,103 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | During handling of the above exception, another exception occurred:
-2023-02-24 13:27:10,103 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:27:10,103 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:27:10,103 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:27:10,103 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | self._check_banner()
-2023-02-24 13:27:10,103 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:27:10,104 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise SSHException(
-2023-02-24 13:27:10,104 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:27:10,104 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:27:10,111 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:27:10,112 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:27:10,112 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:27:10,112 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:27:10,112 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:27:10,113 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf += self._read_timeout(timeout)
-2023-02-24 13:27:10,113 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:27:10,113 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise socket.timeout()
-2023-02-24 13:27:10,113 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | socket.timeout
-2023-02-24 13:27:10,113 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:27:10,114 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | During handling of the above exception, another exception occurred:
-2023-02-24 13:27:10,114 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:27:10,114 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:27:10,114 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:27:10,114 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | self._check_banner()
-2023-02-24 13:27:10,114 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:27:10,114 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise SSHException(
-2023-02-24 13:27:10,115 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:27:10,115 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:27:41,118 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:27:41,118 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:27:41,119 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:27:41,119 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:27:41,119 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:27:41,119 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf += self._read_timeout(timeout)
-2023-02-24 13:27:41,119 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:27:41,120 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise socket.timeout()
-2023-02-24 13:27:41,120 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | socket.timeout
-2023-02-24 13:27:41,120 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:27:41,120 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | During handling of the above exception, another exception occurred:
-2023-02-24 13:27:41,120 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:27:41,121 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:27:41,121 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:27:41,121 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | self._check_banner()
-2023-02-24 13:27:41,121 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:27:41,121 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise SSHException(
-2023-02-24 13:27:41,121 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:27:41,121 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:27:41,126 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:27:41,126 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:27:41,127 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:27:41,127 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:27:41,127 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:27:41,127 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf += self._read_timeout(timeout)
-2023-02-24 13:27:41,127 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:27:41,128 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise socket.timeout()
-2023-02-24 13:27:41,128 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | socket.timeout
-2023-02-24 13:27:41,128 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:27:41,128 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | During handling of the above exception, another exception occurred:
-2023-02-24 13:27:41,128 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:27:41,128 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:27:41,128 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:27:41,129 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | self._check_banner()
-2023-02-24 13:27:41,129 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:27:41,129 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise SSHException(
-2023-02-24 13:27:41,129 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:27:41,129 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:28:12,138 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:28:12,138 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:28:12,139 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:28:12,139 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:28:12,139 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:28:12,139 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf += self._read_timeout(timeout)
-2023-02-24 13:28:12,139 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:28:12,140 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise socket.timeout()
-2023-02-24 13:28:12,140 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | socket.timeout
-2023-02-24 13:28:12,140 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:28:12,140 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | During handling of the above exception, another exception occurred:
-2023-02-24 13:28:12,140 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:28:12,140 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:28:12,141 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:28:12,141 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:28:12,141 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:28:12,141 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | self._check_banner()
-2023-02-24 13:28:12,141 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:28:12,141 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:28:12,141 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:28:12,141 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise SSHException(
-2023-02-24 13:28:12,141 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:28:12,141 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:28:12,141 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf += self._read_timeout(timeout)
-2023-02-24 13:28:12,141 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:28:12,142 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:28:12,142 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise socket.timeout()
-2023-02-24 13:28:12,142 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | socket.timeout
-2023-02-24 13:28:12,142 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:28:12,142 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | During handling of the above exception, another exception occurred:
-2023-02-24 13:28:12,142 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:28:12,143 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:28:12,143 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:28:12,143 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | self._check_banner()
-2023-02-24 13:28:12,143 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:28:12,143 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise SSHException(
-2023-02-24 13:28:12,143 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:28:12,143 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:28:43,152 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:28:43,153 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:28:43,153 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:28:43,153 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:28:43,154 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:28:43,154 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf += self._read_timeout(timeout)
-2023-02-24 13:28:43,154 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:28:43,154 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise socket.timeout()
-2023-02-24 13:28:43,154 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | socket.timeout
-2023-02-24 13:28:43,154 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:28:43,155 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | During handling of the above exception, another exception occurred:
-2023-02-24 13:28:43,155 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:28:43,155 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:28:43,155 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:28:43,155 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:28:43,155 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:28:43,155 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | self._check_banner()
-2023-02-24 13:28:43,155 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:28:43,155 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:28:43,156 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:28:43,156 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise SSHException(
-2023-02-24 13:28:43,156 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:28:43,156 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:28:43,156 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf += self._read_timeout(timeout)
-2023-02-24 13:28:43,156 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:28:43,156 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:28:43,156 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise socket.timeout()
-2023-02-24 13:28:43,156 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | socket.timeout
-2023-02-24 13:28:43,157 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:28:43,157 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | During handling of the above exception, another exception occurred:
-2023-02-24 13:28:43,157 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:28:43,157 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:28:43,157 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:28:43,157 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | self._check_banner()
-2023-02-24 13:28:43,157 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:28:43,158 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise SSHException(
-2023-02-24 13:28:43,158 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:28:43,158 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:29:14,168 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:29:14,168 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:29:14,169 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:29:14,169 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:29:14,169 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:29:14,169 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf += self._read_timeout(timeout)
-2023-02-24 13:29:14,169 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:29:14,169 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:29:14,169 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise socket.timeout()
-2023-02-24 13:29:14,170 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | socket.timeout
-2023-02-24 13:29:14,170 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:29:14,170 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:29:14,170 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:29:14,170 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | During handling of the above exception, another exception occurred:
-2023-02-24 13:29:14,170 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:29:14,170 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:29:14,170 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:29:14,170 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:29:14,170 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf += self._read_timeout(timeout)
-2023-02-24 13:29:14,171 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:29:14,171 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:29:14,171 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | self._check_banner()
-2023-02-24 13:29:14,171 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise socket.timeout()
-2023-02-24 13:29:14,171 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:29:14,171 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | socket.timeout
-2023-02-24 13:29:14,171 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise SSHException(
-2023-02-24 13:29:14,171 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:29:14,171 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:29:14,171 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | During handling of the above exception, another exception occurred:
-2023-02-24 13:29:14,171 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:29:14,171 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:29:14,172 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:29:14,172 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:29:14,172 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | self._check_banner()
-2023-02-24 13:29:14,172 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:29:14,172 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise SSHException(
-2023-02-24 13:29:14,172 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:29:14,173 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:29:45,208 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:29:45,209 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:29:45,210 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:29:45,210 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:29:45,210 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:29:45,210 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf += self._read_timeout(timeout)
-2023-02-24 13:29:45,210 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:29:45,211 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise socket.timeout()
-2023-02-24 13:29:45,211 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | socket.timeout
-2023-02-24 13:29:45,211 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:29:45,211 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | During handling of the above exception, another exception occurred:
-2023-02-24 13:29:45,211 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:29:45,212 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:29:45,212 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:29:45,212 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | self._check_banner()
-2023-02-24 13:29:45,212 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:29:45,212 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise SSHException(
-2023-02-24 13:29:45,212 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:29:45,212 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:29:45,243 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:29:45,243 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:29:45,243 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:29:45,244 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:29:45,244 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:29:45,244 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf += self._read_timeout(timeout)
-2023-02-24 13:29:45,244 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:29:45,244 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise socket.timeout()
-2023-02-24 13:29:45,244 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | socket.timeout
-2023-02-24 13:29:45,245 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:29:45,245 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | During handling of the above exception, another exception occurred:
-2023-02-24 13:29:45,245 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:29:45,245 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:29:45,245 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:29:45,245 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | self._check_banner()
-2023-02-24 13:29:45,246 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:29:45,246 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise SSHException(
-2023-02-24 13:29:45,246 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:29:45,246 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:30:16,299 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:30:16,300 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:30:16,300 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:30:16,300 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:30:16,300 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:30:16,301 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf += self._read_timeout(timeout)
-2023-02-24 13:30:16,301 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:30:16,301 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise socket.timeout()
-2023-02-24 13:30:16,301 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | socket.timeout
-2023-02-24 13:30:16,301 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:30:16,302 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | During handling of the above exception, another exception occurred:
-2023-02-24 13:30:16,302 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:30:16,302 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:30:16,302 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:30:16,302 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | self._check_banner()
-2023-02-24 13:30:16,302 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:30:16,303 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise SSHException(
-2023-02-24 13:30:16,303 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:30:16,303 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:30:16,338 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:30:16,339 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:30:16,339 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:30:16,339 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:30:16,339 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:30:16,339 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf += self._read_timeout(timeout)
-2023-02-24 13:30:16,340 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:30:16,340 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise socket.timeout()
-2023-02-24 13:30:16,340 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | socket.timeout
-2023-02-24 13:30:16,340 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:30:16,340 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | During handling of the above exception, another exception occurred:
-2023-02-24 13:30:16,340 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:30:16,341 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:30:16,341 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:30:16,341 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | self._check_banner()
-2023-02-24 13:30:16,341 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:30:16,341 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise SSHException(
-2023-02-24 13:30:16,341 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:30:16,341 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:30:47,333 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:30:47,334 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:30:47,334 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:30:47,334 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:30:47,334 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:30:47,334 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | buf += self._read_timeout(timeout)
-2023-02-24 13:30:47,335 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:30:47,335 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise socket.timeout()
-2023-02-24 13:30:47,335 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | socket.timeout
-2023-02-24 13:30:47,335 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:30:47,335 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | During handling of the above exception, another exception occurred:
-2023-02-24 13:30:47,335 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:30:47,336 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Traceback (most recent call last):
-2023-02-24 13:30:47,336 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:30:47,336 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | self._check_banner()
-2023-02-24 13:30:47,336 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:30:47,336 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | raise SSHException(
-2023-02-24 13:30:47,337 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:30:47,337 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] |
-2023-02-24 13:30:47,368 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Exception (client): Error reading SSH protocol banner
-2023-02-24 13:30:47,368 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:30:47,368 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2268, in _check_banner
-2023-02-24 13:30:47,368 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf = self.packetizer.readline(timeout)
-2023-02-24 13:30:47,369 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-02-24 13:30:47,369 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | buf += self._read_timeout(timeout)
-2023-02-24 13:30:47,369 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-02-24 13:30:47,369 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise socket.timeout()
-2023-02-24 13:30:47,369 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | socket.timeout
-2023-02-24 13:30:47,369 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:30:47,369 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | During handling of the above exception, another exception occurred:
-2023-02-24 13:30:47,370 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:30:47,370 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Traceback (most recent call last):
-2023-02-24 13:30:47,370 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2091, in run
-2023-02-24 13:30:47,370 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | self._check_banner()
-2023-02-24 13:30:47,370 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2272, in _check_banner
-2023-02-24 13:30:47,371 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | raise SSHException(
-2023-02-24 13:30:47,371 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-02-24 13:30:47,371 p=32309 u=rob n=p=32309 u=rob | paramiko [central] |
-2023-02-24 13:30:48,995 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Connected (version 2.0, client OpenSSH_8.4p1)
-2023-02-24 13:30:49,002 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Connected (version 2.0, client OpenSSH_8.4p1)
-2023-02-24 13:30:49,227 p=32310 u=rob n=p=32310 u=rob | paramiko [branch] | Authentication (publickey) successful!
-2023-02-24 13:30:49,230 p=32309 u=rob n=p=32309 u=rob | paramiko [central] | Authentication (publickey) successful!
-2023-02-24 13:30:50,406 p=31720 u=rob n=ansible | ok: [branch]
-2023-02-24 13:30:50,410 p=31720 u=rob n=ansible | ok: [central]
-2023-02-24 13:30:50,413 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Login to EVE-NG and get Cookie] **********************************************************************************************
-2023-02-24 13:30:50,435 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:30:50,437 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:30:50,443 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:30:51,555 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:30:51,560 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: stop nodes id] ***************************************************************************************************************
-2023-02-24 13:30:51,585 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:30:51,588 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:30:51,594 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:30:51,600 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:30:51,604 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait after stop] *************************************************************************************************************
-2023-02-24 13:30:51,618 p=31720 u=rob n=ansible | Pausing for 5 seconds
-2023-02-24 13:30:51,619 p=31720 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
-2023-02-24 13:30:56,626 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:30:56,631 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: start nodes id] **************************************************************************************************************
-2023-02-24 13:30:56,656 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:30:56,661 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:30:56,665 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:30:56,672 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:30:56,676 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait after start] ************************************************************************************************************
-2023-02-24 13:30:56,690 p=31720 u=rob n=ansible | Pausing for 5 seconds
-2023-02-24 13:30:56,690 p=31720 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
-2023-02-24 13:31:01,703 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:31:01,708 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait, b/c the ping often failed without a short break] ***********************************************************************
-2023-02-24 13:31:01,732 p=31720 u=rob n=ansible | Pausing for 30 seconds
-2023-02-24 13:31:01,732 p=31720 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
-2023-02-24 13:31:31,744 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:31:31,750 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: do ping test] ****************************************************************************************************************
-2023-02-24 13:31:31,776 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:31,779 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:32,777 p=31720 u=rob n=ansible | network_os is set to vyos
-2023-02-24 13:31:32,778 p=31720 u=rob n=ansible | network_os is set to vyos
-2023-02-24 13:31:32,778 p=31720 u=rob n=ansible | [WARNING]: ansible-pylibssh not installed, falling back to paramiko
-
-2023-02-24 13:31:32,778 p=31720 u=rob n=ansible | [WARNING]: ansible-pylibssh not installed, falling back to paramiko
-
-2023-02-24 13:31:32,787 p=32652 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use
+2023-08-31 21:41:13,567 p=72315 u=rob n=ansible | shutdown complete
+2023-08-31 21:41:26,577 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | Exception (client): Error reading SSH protocol banner
+2023-08-31 21:41:26,583 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | Traceback (most recent call last):
+2023-08-31 21:41:26,583 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
+2023-08-31 21:41:26,583 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | buf = self.packetizer.readline(timeout)
+2023-08-31 21:41:26,584 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
+2023-08-31 21:41:26,584 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | buf += self._read_timeout(timeout)
+2023-08-31 21:41:26,584 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
+2023-08-31 21:41:26,584 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | raise socket.timeout()
+2023-08-31 21:41:26,584 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | socket.timeout
+2023-08-31 21:41:26,584 p=72616 u=rob n=p=72616 u=rob | paramiko [central] |
+2023-08-31 21:41:26,585 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | During handling of the above exception, another exception occurred:
+2023-08-31 21:41:26,584 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | Exception (client): Error reading SSH protocol banner
+2023-08-31 21:41:26,585 p=72616 u=rob n=p=72616 u=rob | paramiko [central] |
+2023-08-31 21:41:26,585 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | Traceback (most recent call last):
+2023-08-31 21:41:26,585 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
+2023-08-31 21:41:26,585 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | self._check_banner()
+2023-08-31 21:41:26,586 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
+2023-08-31 21:41:26,586 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | raise SSHException(
+2023-08-31 21:41:26,586 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
+2023-08-31 21:41:26,586 p=72616 u=rob n=p=72616 u=rob | paramiko [central] |
+2023-08-31 21:41:26,588 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | Traceback (most recent call last):
+2023-08-31 21:41:26,588 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
+2023-08-31 21:41:26,588 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | buf = self.packetizer.readline(timeout)
+2023-08-31 21:41:26,589 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
+2023-08-31 21:41:26,589 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | buf += self._read_timeout(timeout)
+2023-08-31 21:41:26,589 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
+2023-08-31 21:41:26,589 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | raise socket.timeout()
+2023-08-31 21:41:26,589 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | socket.timeout
+2023-08-31 21:41:26,589 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] |
+2023-08-31 21:41:26,590 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | During handling of the above exception, another exception occurred:
+2023-08-31 21:41:26,590 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] |
+2023-08-31 21:41:26,590 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | Traceback (most recent call last):
+2023-08-31 21:41:26,590 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
+2023-08-31 21:41:26,590 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | self._check_banner()
+2023-08-31 21:41:26,590 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
+2023-08-31 21:41:26,591 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | raise SSHException(
+2023-08-31 21:41:26,591 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
+2023-08-31 21:41:26,591 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] |
+2023-08-31 21:41:57,640 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | Exception (client): Error reading SSH protocol banner
+2023-08-31 21:41:57,641 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | Traceback (most recent call last):
+2023-08-31 21:41:57,641 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
+2023-08-31 21:41:57,642 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | buf = self.packetizer.readline(timeout)
+2023-08-31 21:41:57,642 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
+2023-08-31 21:41:57,642 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | buf += self._read_timeout(timeout)
+2023-08-31 21:41:57,642 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
+2023-08-31 21:41:57,642 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | raise socket.timeout()
+2023-08-31 21:41:57,642 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | Exception (client): Error reading SSH protocol banner
+2023-08-31 21:41:57,642 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | socket.timeout
+2023-08-31 21:41:57,643 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] |
+2023-08-31 21:41:57,643 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | Traceback (most recent call last):
+2023-08-31 21:41:57,643 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | During handling of the above exception, another exception occurred:
+2023-08-31 21:41:57,643 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
+2023-08-31 21:41:57,643 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] |
+2023-08-31 21:41:57,643 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | buf = self.packetizer.readline(timeout)
+2023-08-31 21:41:57,643 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | Traceback (most recent call last):
+2023-08-31 21:41:57,643 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
+2023-08-31 21:41:57,643 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
+2023-08-31 21:41:57,643 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | buf += self._read_timeout(timeout)
+2023-08-31 21:41:57,644 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | self._check_banner()
+2023-08-31 21:41:57,644 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
+2023-08-31 21:41:57,644 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
+2023-08-31 21:41:57,644 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | raise socket.timeout()
+2023-08-31 21:41:57,644 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | raise SSHException(
+2023-08-31 21:41:57,644 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | socket.timeout
+2023-08-31 21:41:57,644 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
+2023-08-31 21:41:57,644 p=72616 u=rob n=p=72616 u=rob | paramiko [central] |
+2023-08-31 21:41:57,644 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] |
+2023-08-31 21:41:57,644 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | During handling of the above exception, another exception occurred:
+2023-08-31 21:41:57,644 p=72616 u=rob n=p=72616 u=rob | paramiko [central] |
+2023-08-31 21:41:57,645 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | Traceback (most recent call last):
+2023-08-31 21:41:57,645 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
+2023-08-31 21:41:57,645 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | self._check_banner()
+2023-08-31 21:41:57,645 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
+2023-08-31 21:41:57,645 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | raise SSHException(
+2023-08-31 21:41:57,645 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
+2023-08-31 21:41:57,646 p=72616 u=rob n=p=72616 u=rob | paramiko [central] |
+2023-08-31 21:42:28,697 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | Exception (client): Error reading SSH protocol banner
+2023-08-31 21:42:28,697 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | Exception (client): Error reading SSH protocol banner
+2023-08-31 21:42:28,698 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | Traceback (most recent call last):
+2023-08-31 21:42:28,698 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | Traceback (most recent call last):
+2023-08-31 21:42:28,699 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
+2023-08-31 21:42:28,699 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
+2023-08-31 21:42:28,699 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | buf = self.packetizer.readline(timeout)
+2023-08-31 21:42:28,699 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | buf = self.packetizer.readline(timeout)
+2023-08-31 21:42:28,699 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
+2023-08-31 21:42:28,699 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
+2023-08-31 21:42:28,699 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | buf += self._read_timeout(timeout)
+2023-08-31 21:42:28,699 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | buf += self._read_timeout(timeout)
+2023-08-31 21:42:28,699 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
+2023-08-31 21:42:28,699 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
+2023-08-31 21:42:28,699 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | raise socket.timeout()
+2023-08-31 21:42:28,700 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | raise socket.timeout()
+2023-08-31 21:42:28,700 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | socket.timeout
+2023-08-31 21:42:28,700 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | socket.timeout
+2023-08-31 21:42:28,700 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] |
+2023-08-31 21:42:28,700 p=72616 u=rob n=p=72616 u=rob | paramiko [central] |
+2023-08-31 21:42:28,700 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | During handling of the above exception, another exception occurred:
+2023-08-31 21:42:28,700 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | During handling of the above exception, another exception occurred:
+2023-08-31 21:42:28,700 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] |
+2023-08-31 21:42:28,700 p=72616 u=rob n=p=72616 u=rob | paramiko [central] |
+2023-08-31 21:42:28,700 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | Traceback (most recent call last):
+2023-08-31 21:42:28,700 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | Traceback (most recent call last):
+2023-08-31 21:42:28,701 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
+2023-08-31 21:42:28,701 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
+2023-08-31 21:42:28,701 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | self._check_banner()
+2023-08-31 21:42:28,701 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | self._check_banner()
+2023-08-31 21:42:28,701 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
+2023-08-31 21:42:28,701 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
+2023-08-31 21:42:28,701 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | raise SSHException(
+2023-08-31 21:42:28,701 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | raise SSHException(
+2023-08-31 21:42:28,701 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
+2023-08-31 21:42:28,701 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
+2023-08-31 21:42:28,702 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] |
+2023-08-31 21:42:28,702 p=72616 u=rob n=p=72616 u=rob | paramiko [central] |
+2023-08-31 21:42:30,750 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | Connected (version 2.0, client OpenSSH_9.2p1)
+2023-08-31 21:42:30,753 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | Connected (version 2.0, client OpenSSH_9.2p1)
+2023-08-31 21:42:31,019 p=72617 u=rob n=p=72617 u=rob | paramiko [branch] | Authentication (publickey) successful!
+2023-08-31 21:42:31,024 p=72616 u=rob n=p=72616 u=rob | paramiko [central] | Authentication (publickey) successful!
+2023-08-31 21:42:32,367 p=71926 u=rob n=ansible | ok: [branch]
+2023-08-31 21:42:32,367 p=71926 u=rob n=ansible | ok: [central]
+2023-08-31 21:42:32,369 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : generate pki wireguard key-pair] *******************************************************************************************************************************************
+2023-08-31 21:42:32,386 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:42:32,393 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:42:33,327 p=72314 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use
ansible.utils.display.Display.verbosity instead. This feature will be removed
in version 2.18. Deprecation warnings can be disabled by setting
deprecation_warnings=False in ansible.cfg.
-2023-02-24 13:31:32,788 p=32653 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use
+2023-08-31 21:42:33,328 p=72313 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use
ansible.utils.display.Display.verbosity instead. This feature will be removed
in version 2.18. Deprecation warnings can be disabled by setting
deprecation_warnings=False in ansible.cfg.
-2023-02-24 13:31:33,425 p=32653 u=rob n=p=32653 u=rob | paramiko [central] | Connected (version 2.0, client OpenSSH_8.4p1)
-2023-02-24 13:31:33,432 p=32652 u=rob n=p=32652 u=rob | paramiko [branch] | Connected (version 2.0, client OpenSSH_8.4p1)
-2023-02-24 13:31:33,660 p=32653 u=rob n=p=32653 u=rob | paramiko [central] | Authentication (publickey) successful!
-2023-02-24 13:31:33,671 p=32652 u=rob n=p=32652 u=rob | paramiko [branch] | Authentication (publickey) successful!
-2023-02-24 13:31:39,870 p=31720 u=rob n=ansible | ok: [central] => (item=10.0.2.100)
-2023-02-24 13:31:39,887 p=31720 u=rob n=ansible | ok: [branch] => (item=10.0.1.100)
-2023-02-24 13:31:39,892 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: execute test commands] *******************************************************************************************************
-2023-02-24 13:31:39,920 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:39,920 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:41,022 p=31720 u=rob n=ansible | ok: [central] => (item={'desc': 'Test if IP is set to interface', 'command': "ip -4 addr show dev eth2 | grep inet | tr -s ' ' | cut -d' ' -f3 | head -n 1", 'wait_for': ['result[0] contains "10.0.1.254/24"']})
-2023-02-24 13:31:41,332 p=31720 u=rob n=ansible | ok: [branch] => (item={'desc': 'show interfaces wireguard', 'command': 'show interfaces wireguard', 'wait_for': ['result[0] contains "S - State, L - Link, u - Up, D - Down, A - Admin Down"', 'result[0] contains "Interface IP Address S/L Description"', 'result[0] contains "--------- ---------- --- -----------"', 'result[0] contains "wg01 192.168.0.2/24 u/u VPN-to-central"']})
-2023-02-24 13:31:42,400 p=31720 u=rob n=ansible | ok: [central] => (item={'desc': 'show interfaces wireguard', 'command': 'show interfaces wireguard', 'wait_for': ['result[0] contains "S - State, L - Link, u - Up, D - Down, A - Admin Down"', 'result[0] contains "Interface IP Address S/L Description"', 'result[0] contains "--------- ---------- --- -----------"', 'result[0] contains "wg01 192.168.0.1/24 u/u VPN-to-Branch"']})
-2023-02-24 13:31:42,407 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: register stdout commands] ****************************************************************************************************
-2023-02-24 13:31:42,434 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:42,438 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:42,447 p=31720 u=rob n=ansible | skipping: [central] => (item={'name': 'show_interfaces_wireguard', 'command': 'show interfaces wireguard'})
-2023-02-24 13:31:42,451 p=31720 u=rob n=ansible | skipping: [branch] => (item={'name': 'show_interfaces_wireguard', 'command': 'show interfaces wireguard'})
-2023-02-24 13:31:42,454 p=31720 u=rob n=ansible | skipping: [central] => (item={'name': 'ping_branch_pc', 'command': 'ping 10.0.2.100 count 4'})
-2023-02-24 13:31:42,456 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:42,456 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:42,460 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Set variables] ***************************************************************************************************************
-2023-02-24 13:31:42,481 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:42,484 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:42,488 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:42,495 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:42,500 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: ake sure tmp dir exist] ******************************************************************************************************
-2023-02-24 13:31:42,519 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:42,528 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:42,530 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:42,535 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:42,539 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: register status of tmp/] *****************************************************************************************************
-2023-02-24 13:31:42,555 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:42,563 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:42,565 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:42,570 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:42,574 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: ownload upgrade_iso] *********************************************************************************************************
-2023-02-24 13:31:42,593 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:42,601 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:42,603 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:42,609 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:42,614 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Copy iso to host] ************************************************************************************************************
-2023-02-24 13:31:42,630 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:42,638 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:42,640 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:42,646 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:42,649 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: upgrade vyos] ****************************************************************************************************************
-2023-02-24 13:31:42,666 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:42,674 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:42,676 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:42,682 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:42,685 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Reboot vyos] *****************************************************************************************************************
-2023-02-24 13:31:42,702 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:42,710 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:42,712 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:42,717 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:42,721 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait while shutdown] *********************************************************************************************************
-2023-02-24 13:31:42,732 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:42,735 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Wait for vyos nodes] *********************************************************************************************************
-2023-02-24 13:31:42,750 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:42,757 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:42,760 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:42,765 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:42,770 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: clear tmp dir] ***************************************************************************************************************
-2023-02-24 13:31:42,781 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:42,784 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Login to EVE-NG and get Cookie] **********************************************************************************************
-2023-02-24 13:31:42,799 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:42,809 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:42,809 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:42,815 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:42,818 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: stop nodes id] ***************************************************************************************************************
-2023-02-24 13:31:42,840 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:42,843 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:42,848 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:42,853 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:42,856 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait after stop] *************************************************************************************************************
-2023-02-24 13:31:42,867 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:42,870 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: start nodes id] **************************************************************************************************************
-2023-02-24 13:31:42,892 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:42,894 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:42,900 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:42,906 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:42,910 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait after start] ************************************************************************************************************
-2023-02-24 13:31:42,921 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:42,924 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait, b/c the ping often failed without a short break] ***********************************************************************
-2023-02-24 13:31:42,934 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:42,937 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: do ping test] ****************************************************************************************************************
-2023-02-24 13:31:42,952 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:42,960 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:42,965 p=31720 u=rob n=ansible | skipping: [central] => (item=10.0.2.100)
-2023-02-24 13:31:42,966 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:42,972 p=31720 u=rob n=ansible | skipping: [branch] => (item=10.0.1.100)
-2023-02-24 13:31:42,973 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:42,976 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: execute test commands] *******************************************************************************************************
-2023-02-24 13:31:42,993 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:43,001 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:43,008 p=31720 u=rob n=ansible | skipping: [central] => (item={'desc': 'Test if IP is set to interface', 'command': "ip -4 addr show dev eth2 | grep inet | tr -s ' ' | cut -d' ' -f3 | head -n 1", 'wait_for': ['result[0] contains "10.0.1.254/24"']})
-2023-02-24 13:31:43,009 p=31720 u=rob n=ansible | skipping: [central] => (item={'desc': 'show interfaces wireguard', 'command': 'show interfaces wireguard', 'wait_for': ['result[0] contains "S - State, L - Link, u - Up, D - Down, A - Admin Down"', 'result[0] contains "Interface IP Address S/L Description"', 'result[0] contains "--------- ---------- --- -----------"', 'result[0] contains "wg01 192.168.0.1/24 u/u VPN-to-Branch"']})
-2023-02-24 13:31:43,011 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:43,012 p=31720 u=rob n=ansible | skipping: [branch] => (item={'desc': 'show interfaces wireguard', 'command': 'show interfaces wireguard', 'wait_for': ['result[0] contains "S - State, L - Link, u - Up, D - Down, A - Admin Down"', 'result[0] contains "Interface IP Address S/L Description"', 'result[0] contains "--------- ---------- --- -----------"', 'result[0] contains "wg01 192.168.0.2/24 u/u VPN-to-central"']})
-2023-02-24 13:31:43,014 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:43,017 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: register stdout commands] ****************************************************************************************************
-2023-02-24 13:31:43,040 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:43,040 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:43,046 p=31720 u=rob n=ansible | skipping: [central] => (item={'name': 'show_interfaces_wireguard', 'command': 'show interfaces wireguard'})
-2023-02-24 13:31:43,047 p=31720 u=rob n=ansible | skipping: [central] => (item={'name': 'ping_branch_pc', 'command': 'ping 10.0.2.100 count 4'})
-2023-02-24 13:31:43,049 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:43,051 p=31720 u=rob n=ansible | skipping: [branch] => (item={'name': 'show_interfaces_wireguard', 'command': 'show interfaces wireguard'})
-2023-02-24 13:31:43,052 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:43,056 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Set variables] ***************************************************************************************************************
-2023-02-24 13:31:43,071 p=31720 u=rob n=ansible | skipping: [eveng]
-2023-02-24 13:31:43,078 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:43,080 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:43,086 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:43,091 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: make sure output dir exist] **************************************************************************************************
-2023-02-24 13:31:43,118 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:43,119 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:43,127 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:43,250 p=31720 u=rob n=ansible | ok: [eveng -> localhost]
-2023-02-24 13:31:43,255 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: make sure output include dir exist] ******************************************************************************************
-2023-02-24 13:31:43,280 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:43,283 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:43,288 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:43,409 p=31720 u=rob n=ansible | ok: [eveng -> localhost]
-2023-02-24 13:31:43,413 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Get timestamp from the system] ***********************************************************************************************
-2023-02-24 13:31:43,434 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:43,436 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:43,443 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:43,626 p=31720 u=rob n=ansible | changed: [eveng]
-2023-02-24 13:31:43,631 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Set variables] ***************************************************************************************************************
-2023-02-24 13:31:43,657 p=31720 u=rob n=ansible | ok: [eveng]
-2023-02-24 13:31:43,657 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:43,659 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:43,664 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:43,669 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: generate lab rst file] *******************************************************************************************************
-2023-02-24 13:31:43,694 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:43,696 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:43,702 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:43,960 p=31720 u=rob n=ansible | changed: [eveng -> localhost]
-2023-02-24 13:31:43,964 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: find all *.conf files in Lab] ************************************************************************************************
-2023-02-24 13:31:43,989 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:43,991 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:43,997 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:44,179 p=31720 u=rob n=ansible | ok: [eveng -> localhost]
-2023-02-24 13:31:44,185 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: copy all *.conf files] *******************************************************************************************************
-2023-02-24 13:31:44,214 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:44,216 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:44,222 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:44,491 p=31720 u=rob n=ansible | changed: [eveng -> localhost] => (item={'path': 'labs/Wireguard/branch.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 501, 'gid': 20, 'size': 736, 'inode': 2787119, 'dev': 16777233, 'nlink': 1, 'atime': 1676578675.4242957, 'mtime': 1676578673.5863633, 'ctime': 1676578673.5863633, 'gr_name': 'staff', 'pw_name': 'rob', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False})
-2023-02-24 13:31:44,751 p=31720 u=rob n=ansible | changed: [eveng -> localhost] => (item={'path': 'labs/Wireguard/central.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 501, 'gid': 20, 'size': 730, 'inode': 2787120, 'dev': 16777233, 'nlink': 1, 'atime': 1676578675.403089, 'mtime': 1676578673.58662, 'ctime': 1676578673.58662, 'gr_name': 'staff', 'pw_name': 'rob', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False})
-2023-02-24 13:31:44,757 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: find all *.png files in Lab] *************************************************************************************************
-2023-02-24 13:31:44,782 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:44,784 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:44,790 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:44,910 p=31720 u=rob n=ansible | ok: [eveng -> localhost]
-2023-02-24 13:31:44,916 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: copy all *.png files] ********************************************************************************************************
-2023-02-24 13:31:44,945 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:44,945 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:44,955 p=31720 u=rob n=ansible | skipping: [branch]
-2023-02-24 13:31:45,183 p=31720 u=rob n=ansible | ok: [eveng -> localhost] => (item={'path': 'labs/Wireguard/topology.png', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 501, 'gid': 20, 'size': 158227, 'inode': 362576, 'dev': 16777233, 'nlink': 1, 'atime': 1676403697.132659, 'mtime': 1648155110.0, 'ctime': 1675368464.81138, 'gr_name': 'staff', 'pw_name': 'rob', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False})
-2023-02-24 13:31:45,188 p=31720 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: copy ansible log files] ******************************************************************************************************
-2023-02-24 13:31:45,213 p=31720 u=rob n=ansible | skipping: [vyos-oobm]
-2023-02-24 13:31:45,216 p=31720 u=rob n=ansible | skipping: [central]
-2023-02-24 13:31:45,222 p=31720 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:42:33,985 p=72314 u=rob n=p=72314 u=rob | paramiko [central] | Connected (version 2.0, client OpenSSH_9.2p1)
+2023-08-31 21:42:33,991 p=72313 u=rob n=p=72313 u=rob | paramiko [branch] | Connected (version 2.0, client OpenSSH_9.2p1)
+2023-08-31 21:42:34,239 p=72313 u=rob n=p=72313 u=rob | paramiko [branch] | Authentication (publickey) successful!
+2023-08-31 21:42:34,241 p=72314 u=rob n=p=72314 u=rob | paramiko [central] | Authentication (publickey) successful!
+2023-08-31 21:42:36,595 p=71926 u=rob n=ansible | ok: [central]
+2023-08-31 21:42:36,596 p=71926 u=rob n=ansible | ok: [branch]
+2023-08-31 21:42:36,603 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : set pub and private key] ***************************************************************************************************************************************************
+2023-08-31 21:42:36,638 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:42:36,639 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:42:37,566 p=71926 u=rob n=ansible | ok: [branch]
+2023-08-31 21:42:37,567 p=71926 u=rob n=ansible | ok: [central]
+2023-08-31 21:42:37,575 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : setup nodes] ***************************************************************************************************************************************************************
+2023-08-31 21:42:37,609 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:42:37,610 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:42:47,693 p=71926 u=rob n=ansible | [WARNING]: To ensure idempotency and correct diff the input configuration lines should be similar to how they appear if present in the running configuration on device including the indentation
+
+2023-08-31 21:42:47,693 p=71926 u=rob n=ansible | changed: [central]
+2023-08-31 21:42:47,694 p=71926 u=rob n=ansible | changed: [branch]
+2023-08-31 21:42:47,704 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Login to EVE-NG and get Cookie] *********************************************************************************************************************************
+2023-08-31 21:42:47,736 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:42:47,739 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:42:47,746 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:42:48,806 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:42:48,816 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: stop nodes id] **************************************************************************************************************************************************
+2023-08-31 21:42:48,848 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:42:48,852 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:42:48,857 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:42:48,863 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:42:48,866 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait after stop] ************************************************************************************************************************************************
+2023-08-31 21:42:48,880 p=71926 u=rob n=ansible | Pausing for 5 seconds
+2023-08-31 21:42:48,880 p=71926 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
+2023-08-31 21:42:53,894 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:42:53,910 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: start nodes id] *************************************************************************************************************************************************
+2023-08-31 21:42:53,948 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:42:53,950 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:42:53,957 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:42:53,959 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:42:53,963 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait after start] ***********************************************************************************************************************************************
+2023-08-31 21:42:53,974 p=71926 u=rob n=ansible | Pausing for 5 seconds
+2023-08-31 21:42:53,975 p=71926 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
+2023-08-31 21:42:58,992 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:42:59,006 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait, b/c the ping often failed without a short break] **********************************************************************************************************
+2023-08-31 21:42:59,028 p=71926 u=rob n=ansible | Pausing for 30 seconds
+2023-08-31 21:42:59,029 p=71926 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
+2023-08-31 21:43:29,046 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:43:29,060 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: do ping test] ***************************************************************************************************************************************************
+2023-08-31 21:43:29,094 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:43:29,094 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:43:34,654 p=71926 u=rob n=ansible | ok: [central] => (item=10.0.2.100)
+2023-08-31 21:43:34,672 p=71926 u=rob n=ansible | ok: [branch] => (item=10.0.1.100)
+2023-08-31 21:43:34,679 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: execute test commands] ******************************************************************************************************************************************
+2023-08-31 21:43:34,700 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:43:34,711 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:43:35,790 p=71926 u=rob n=ansible | ok: [central] => (item={'desc': 'Test if IP is set to interface', 'command': "ip -4 addr show dev eth2 | grep inet | tr -s ' ' | cut -d' ' -f3 | head -n 1", 'wait_for': ['result[0] contains "10.0.1.254/24"']})
+2023-08-31 21:43:36,170 p=71926 u=rob n=ansible | ok: [branch] => (item={'desc': 'show interfaces wireguard', 'command': 'show interfaces wireguard', 'wait_for': ['result[0] contains "S - State, L - Link, u - Up, D - Down, A - Admin Down"', 'result[0] contains "Interface IP Address S/L Description"', 'result[0] contains "--------- ---------- --- -----------"', 'result[0] contains "wg01 192.168.0.2/24 u/u VPN-to-central"']})
+2023-08-31 21:43:37,255 p=71926 u=rob n=ansible | ok: [central] => (item={'desc': 'show interfaces wireguard', 'command': 'show interfaces wireguard', 'wait_for': ['result[0] contains "S - State, L - Link, u - Up, D - Down, A - Admin Down"', 'result[0] contains "Interface IP Address S/L Description"', 'result[0] contains "--------- ---------- --- -----------"', 'result[0] contains "wg01 192.168.0.1/24 u/u VPN-to-Branch"']})
+2023-08-31 21:43:37,274 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: register stdout commands] ***************************************************************************************************************************************
+2023-08-31 21:43:37,310 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:43:37,315 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:43:38,670 p=71926 u=rob n=ansible | ok: [branch] => (item={'name': 'show_interfaces_wireguard', 'command': 'show interfaces wireguard'})
+2023-08-31 21:43:38,677 p=71926 u=rob n=ansible | ok: [central] => (item={'name': 'show_interfaces_wireguard', 'command': 'show interfaces wireguard'})
+2023-08-31 21:43:42,942 p=71926 u=rob n=ansible | ok: [central] => (item={'name': 'ping_branch_pc', 'command': 'ping 10.0.2.100 count 4'})
+2023-08-31 21:43:42,963 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Set variables] **************************************************************************************************************************************************
+2023-08-31 21:43:42,994 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:43:42,997 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:43:43,921 p=71926 u=rob n=ansible | ok: [central]
+2023-08-31 21:43:43,922 p=71926 u=rob n=ansible | ok: [branch]
+2023-08-31 21:43:43,931 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Reboot vyos] ****************************************************************************************************************************************************
+2023-08-31 21:43:43,965 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:43:43,966 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:43:45,100 p=71926 u=rob n=ansible | ok: [branch]
+2023-08-31 21:43:45,100 p=71926 u=rob n=ansible | ok: [central]
+2023-08-31 21:43:45,105 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait while shutdown] ********************************************************************************************************************************************
+2023-08-31 21:43:45,120 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:43:45,123 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Wait for vyos nodes] ********************************************************************************************************************************************
+2023-08-31 21:43:45,141 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:43:45,151 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:43:46,074 p=71926 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use ansible.utils.display.Display.verbosity instead. This feature will be removed in version 2.18. Deprecation warnings can be disabled
+ by setting deprecation_warnings=False in ansible.cfg.
+2023-08-31 21:43:46,076 p=71926 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use ansible.utils.display.Display.verbosity instead. This feature will be removed in version 2.18. Deprecation warnings can be disabled
+ by setting deprecation_warnings=False in ansible.cfg.
+2023-08-31 21:43:46,892 p=72849 u=rob n=p=72849 u=rob | paramiko [branch] | Connected (version 2.0, client OpenSSH_9.2p1)
+2023-08-31 21:43:46,895 p=72848 u=rob n=p=72848 u=rob | paramiko [central] | Connected (version 2.0, client OpenSSH_9.2p1)
+2023-08-31 21:43:47,166 p=72848 u=rob n=p=72848 u=rob | paramiko [central] | Authentication (publickey) successful!
+2023-08-31 21:43:47,173 p=72849 u=rob n=p=72849 u=rob | paramiko [branch] | Authentication (publickey) successful!
+2023-08-31 21:43:48,250 p=71926 u=rob n=ansible | ok: [branch]
+2023-08-31 21:43:48,250 p=71926 u=rob n=ansible | ok: [central]
+2023-08-31 21:43:48,254 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Login to EVE-NG and get Cookie] *********************************************************************************************************************************
+2023-08-31 21:43:48,277 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:43:48,277 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:43:48,282 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:43:50,659 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:43:50,668 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: stop nodes id] **************************************************************************************************************************************************
+2023-08-31 21:43:50,700 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:43:50,705 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:43:50,709 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:43:50,715 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:43:50,718 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait after stop] ************************************************************************************************************************************************
+2023-08-31 21:43:50,732 p=71926 u=rob n=ansible | Pausing for 5 seconds
+2023-08-31 21:43:50,732 p=71926 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
+2023-08-31 21:43:55,754 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:43:55,764 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: start nodes id] *************************************************************************************************************************************************
+2023-08-31 21:43:55,807 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:43:55,811 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:43:55,817 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:43:55,822 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:43:55,826 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait after start] ***********************************************************************************************************************************************
+2023-08-31 21:43:55,839 p=71926 u=rob n=ansible | Pausing for 5 seconds
+2023-08-31 21:43:55,839 p=71926 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
+2023-08-31 21:44:00,859 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:44:00,872 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait, b/c the ping often failed without a short break] **********************************************************************************************************
+2023-08-31 21:44:00,894 p=71926 u=rob n=ansible | Pausing for 30 seconds
+2023-08-31 21:44:00,894 p=71926 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
+2023-08-31 21:44:30,910 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:44:30,924 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: do ping test] ***************************************************************************************************************************************************
+2023-08-31 21:44:30,961 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:30,962 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:36,294 p=71926 u=rob n=ansible | ok: [central] => (item=10.0.2.100)
+2023-08-31 21:44:36,301 p=71926 u=rob n=ansible | ok: [branch] => (item=10.0.1.100)
+2023-08-31 21:44:36,310 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: execute test commands] ******************************************************************************************************************************************
+2023-08-31 21:44:36,339 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:36,343 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:37,426 p=71926 u=rob n=ansible | ok: [central] => (item={'desc': 'Test if IP is set to interface', 'command': "ip -4 addr show dev eth2 | grep inet | tr -s ' ' | cut -d' ' -f3 | head -n 1", 'wait_for': ['result[0] contains "10.0.1.254/24"']})
+2023-08-31 21:44:37,644 p=71926 u=rob n=ansible | ok: [branch] => (item={'desc': 'show interfaces wireguard', 'command': 'show interfaces wireguard', 'wait_for': ['result[0] contains "S - State, L - Link, u - Up, D - Down, A - Admin Down"', 'result[0] contains "Interface IP Address S/L Description"', 'result[0] contains "--------- ---------- --- -----------"', 'result[0] contains "wg01 192.168.0.2/24 u/u VPN-to-central"']})
+2023-08-31 21:44:38,706 p=71926 u=rob n=ansible | ok: [central] => (item={'desc': 'show interfaces wireguard', 'command': 'show interfaces wireguard', 'wait_for': ['result[0] contains "S - State, L - Link, u - Up, D - Down, A - Admin Down"', 'result[0] contains "Interface IP Address S/L Description"', 'result[0] contains "--------- ---------- --- -----------"', 'result[0] contains "wg01 192.168.0.1/24 u/u VPN-to-Branch"']})
+2023-08-31 21:44:38,731 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: register stdout commands] ***************************************************************************************************************************************
+2023-08-31 21:44:38,771 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:38,775 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:38,783 p=71926 u=rob n=ansible | skipping: [central] => (item={'name': 'show_interfaces_wireguard', 'command': 'show interfaces wireguard'})
+2023-08-31 21:44:38,788 p=71926 u=rob n=ansible | skipping: [branch] => (item={'name': 'show_interfaces_wireguard', 'command': 'show interfaces wireguard'})
+2023-08-31 21:44:38,791 p=71926 u=rob n=ansible | skipping: [central] => (item={'name': 'ping_branch_pc', 'command': 'ping 10.0.2.100 count 4'})
+2023-08-31 21:44:38,792 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:38,792 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:38,796 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Set variables] **************************************************************************************************************************************************
+2023-08-31 21:44:38,817 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:38,819 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:38,824 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:38,828 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:38,833 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: ake sure tmp dir exist] *****************************************************************************************************************************************
+2023-08-31 21:44:38,849 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:38,857 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:38,859 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:38,864 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:38,867 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: register status of tmp/] ****************************************************************************************************************************************
+2023-08-31 21:44:38,881 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:38,889 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:38,891 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:38,896 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:38,900 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: ownload upgrade_iso] ********************************************************************************************************************************************
+2023-08-31 21:44:38,916 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:38,925 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:38,925 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:38,932 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:38,937 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Copy iso to host] ***********************************************************************************************************************************************
+2023-08-31 21:44:38,959 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:38,960 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:38,961 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:38,966 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:38,969 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: upgrade vyos] ***************************************************************************************************************************************************
+2023-08-31 21:44:38,983 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:38,991 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:38,993 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:38,998 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:39,001 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Reboot vyos] ****************************************************************************************************************************************************
+2023-08-31 21:44:39,014 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:39,021 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:39,024 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:39,028 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:39,031 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait while shutdown] ********************************************************************************************************************************************
+2023-08-31 21:44:39,043 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:39,046 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Wait for vyos nodes] ********************************************************************************************************************************************
+2023-08-31 21:44:39,067 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:39,067 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:39,069 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:39,074 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:39,079 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: clear tmp dir] **************************************************************************************************************************************************
+2023-08-31 21:44:39,090 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:39,094 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Login to EVE-NG and get Cookie] *********************************************************************************************************************************
+2023-08-31 21:44:39,114 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:39,115 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:39,117 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:39,121 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:39,124 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: stop nodes id] **************************************************************************************************************************************************
+2023-08-31 21:44:39,145 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:39,148 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:39,153 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:39,158 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:39,161 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait after stop] ************************************************************************************************************************************************
+2023-08-31 21:44:39,173 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:39,175 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: start nodes id] *************************************************************************************************************************************************
+2023-08-31 21:44:39,195 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:39,199 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:39,203 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:39,209 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:39,212 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait after start] ***********************************************************************************************************************************************
+2023-08-31 21:44:39,224 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:39,227 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: wait, b/c the ping often failed without a short break] **********************************************************************************************************
+2023-08-31 21:44:39,237 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:39,239 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: do ping test] ***************************************************************************************************************************************************
+2023-08-31 21:44:39,259 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:39,259 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:39,262 p=71926 u=rob n=ansible | skipping: [central] => (item=10.0.2.100)
+2023-08-31 21:44:39,264 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:39,269 p=71926 u=rob n=ansible | skipping: [branch] => (item=10.0.1.100)
+2023-08-31 21:44:39,270 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:39,273 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: execute test commands] ******************************************************************************************************************************************
+2023-08-31 21:44:39,287 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:39,295 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:39,301 p=71926 u=rob n=ansible | skipping: [central] => (item={'desc': 'Test if IP is set to interface', 'command': "ip -4 addr show dev eth2 | grep inet | tr -s ' ' | cut -d' ' -f3 | head -n 1", 'wait_for': ['result[0] contains "10.0.1.254/24"']})
+2023-08-31 21:44:39,303 p=71926 u=rob n=ansible | skipping: [central] => (item={'desc': 'show interfaces wireguard', 'command': 'show interfaces wireguard', 'wait_for': ['result[0] contains "S - State, L - Link, u - Up, D - Down, A - Admin Down"', 'result[0] contains "Interface IP Address S/L Description"', 'result[0] contains "--------- ---------- --- -----------"', 'result[0] contains "wg01 192.168.0.1/24 u/u VPN-to-Branch"']})
+2023-08-31 21:44:39,304 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:39,305 p=71926 u=rob n=ansible | skipping: [branch] => (item={'desc': 'show interfaces wireguard', 'command': 'show interfaces wireguard', 'wait_for': ['result[0] contains "S - State, L - Link, u - Up, D - Down, A - Admin Down"', 'result[0] contains "Interface IP Address S/L Description"', 'result[0] contains "--------- ---------- --- -----------"', 'result[0] contains "wg01 192.168.0.2/24 u/u VPN-to-central"']})
+2023-08-31 21:44:39,307 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:39,310 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: register stdout commands] ***************************************************************************************************************************************
+2023-08-31 21:44:39,324 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:39,332 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:39,338 p=71926 u=rob n=ansible | skipping: [central] => (item={'name': 'show_interfaces_wireguard', 'command': 'show interfaces wireguard'})
+2023-08-31 21:44:39,340 p=71926 u=rob n=ansible | skipping: [central] => (item={'name': 'ping_branch_pc', 'command': 'ping 10.0.2.100 count 4'})
+2023-08-31 21:44:39,341 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:39,343 p=71926 u=rob n=ansible | skipping: [branch] => (item={'name': 'show_interfaces_wireguard', 'command': 'show interfaces wireguard'})
+2023-08-31 21:44:39,344 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:39,347 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Set variables] **************************************************************************************************************************************************
+2023-08-31 21:44:39,361 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:39,369 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:39,372 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:39,377 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:39,381 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: make sure output dir exist] *************************************************************************************************************************************
+2023-08-31 21:44:39,404 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:39,406 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:39,411 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:39,531 p=71926 u=rob n=ansible | ok: [eveng -> localhost]
+2023-08-31 21:44:39,535 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: make sure output include dir exist] *****************************************************************************************************************************
+2023-08-31 21:44:39,558 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:39,561 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:39,567 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:39,688 p=71926 u=rob n=ansible | ok: [eveng -> localhost]
+2023-08-31 21:44:39,691 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Get timestamp from the system] **********************************************************************************************************************************
+2023-08-31 21:44:39,710 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:39,712 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:39,717 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:39,855 p=71926 u=rob n=ansible | changed: [eveng]
+2023-08-31 21:44:39,862 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: Set variables] **************************************************************************************************************************************************
+2023-08-31 21:44:39,889 p=71926 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:44:39,892 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:39,892 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:39,897 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:39,901 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: generate lab rst file] ******************************************************************************************************************************************
+2023-08-31 21:44:39,925 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:39,927 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:39,933 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:40,186 p=71926 u=rob n=ansible | changed: [eveng -> localhost]
+2023-08-31 21:44:40,190 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: find all *.conf files in Lab] ***********************************************************************************************************************************
+2023-08-31 21:44:40,213 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:40,216 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:40,221 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:40,413 p=71926 u=rob n=ansible | ok: [eveng -> localhost]
+2023-08-31 21:44:40,420 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: copy all *.conf files] ******************************************************************************************************************************************
+2023-08-31 21:44:40,445 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:40,447 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:40,455 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:40,700 p=71926 u=rob n=ansible | changed: [eveng -> localhost] => (item={'path': 'labs/Wireguard/branch.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 501, 'gid': 20, 'size': 736, 'inode': 11076329, 'dev': 16777229, 'nlink': 1, 'atime': 1686132323.93998, 'mtime': 1686132322.6753035, 'ctime': 1686132322.6753035, 'gr_name': 'staff', 'pw_name': 'rob', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False})
+2023-08-31 21:44:40,952 p=71926 u=rob n=ansible | changed: [eveng -> localhost] => (item={'path': 'labs/Wireguard/central.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 501, 'gid': 20, 'size': 730, 'inode': 11076330, 'dev': 16777229, 'nlink': 1, 'atime': 1686132323.972668, 'mtime': 1686132322.6754813, 'ctime': 1686132322.6754813, 'gr_name': 'staff', 'pw_name': 'rob', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False})
+2023-08-31 21:44:40,957 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: find all *.config files in Lab] *********************************************************************************************************************************
+2023-08-31 21:44:40,980 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:40,982 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:40,988 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:41,104 p=71926 u=rob n=ansible | ok: [eveng -> localhost]
+2023-08-31 21:44:41,108 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: copy all *.config files] ****************************************************************************************************************************************
+2023-08-31 21:44:41,126 p=71926 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:44:41,135 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:41,137 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:41,142 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:41,146 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: find all *.png files in Lab] ************************************************************************************************************************************
+2023-08-31 21:44:41,169 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:41,172 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:41,178 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:41,296 p=71926 u=rob n=ansible | ok: [eveng -> localhost]
+2023-08-31 21:44:41,301 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: copy all *.png files] *******************************************************************************************************************************************
+2023-08-31 21:44:41,326 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:41,329 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:41,336 p=71926 u=rob n=ansible | skipping: [branch]
+2023-08-31 21:44:41,560 p=71926 u=rob n=ansible | ok: [eveng -> localhost] => (item={'path': 'labs/Wireguard/topology.png', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 501, 'gid': 20, 'size': 158227, 'inode': 362576, 'dev': 16777229, 'nlink': 1, 'atime': 1676403697.132659, 'mtime': 1648155110.0, 'ctime': 1675368464.81138, 'gr_name': 'staff', 'pw_name': 'rob', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False})
+2023-08-31 21:44:41,566 p=71926 u=rob n=ansible | TASK [eve-ng-lab-test : Wireguard: copy ansible log files] *****************************************************************************************************************************************
+2023-08-31 21:44:41,588 p=71926 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:44:41,590 p=71926 u=rob n=ansible | skipping: [central]
+2023-08-31 21:44:41,595 p=71926 u=rob n=ansible | skipping: [branch]
diff --git a/docs/configexamples/autotest/Wireguard/Wireguard.rst b/docs/configexamples/autotest/Wireguard/Wireguard.rst
index e259ebfe..93092afe 100644
--- a/docs/configexamples/autotest/Wireguard/Wireguard.rst
+++ b/docs/configexamples/autotest/Wireguard/Wireguard.rst
@@ -3,8 +3,8 @@ Wireguard
#########
-| Testdate: 2023-02-24
-| Version: vyos-1.4-rolling-202302150317
+| Testdate: 2023-08-31
+| Version: 1.4-rolling-202308240020
This simple structure show how to connect two offices. One remote branch and the
@@ -45,8 +45,8 @@ After this, the public key can be displayed, to save for later.
.. code-block:: none
vyos@central:~$ generate pki wireguard
- Private key: oLycRx83P2BZ7eMqi4ysay2AETX318JJ9wE9rPIn/VI=
- Public key: iuXAfobnPkFq60hQbBn13OX6xi7VymSzV1up/XmW8WI=
+ Private key: cMNGHtb5dW92ORG3HS8JJlvQF8pmVGt2Ydny8hTBLnY=
+ Public key: WyfLCTXi31gL+YbYOwoAHCl2RgS+y56cYHEK6pQsTQ8=
After you have each public key. The wireguard interfaces can be setup.
@@ -102,11 +102,11 @@ And ping the Branch PC from your central router to check the response.
vyos@central:~$ ping 10.0.2.100 count 4
PING 10.0.2.100 (10.0.2.100) 56(84) bytes of data.
- 64 bytes from 10.0.2.100: icmp_seq=1 ttl=63 time=0.865 ms
- 64 bytes from 10.0.2.100: icmp_seq=2 ttl=63 time=0.769 ms
- 64 bytes from 10.0.2.100: icmp_seq=3 ttl=63 time=0.705 ms
- 64 bytes from 10.0.2.100: icmp_seq=4 ttl=63 time=0.791 ms
+ 64 bytes from 10.0.2.100: icmp_seq=1 ttl=63 time=0.641 ms
+ 64 bytes from 10.0.2.100: icmp_seq=2 ttl=63 time=0.836 ms
+ 64 bytes from 10.0.2.100: icmp_seq=3 ttl=63 time=0.792 ms
+ 64 bytes from 10.0.2.100: icmp_seq=4 ttl=63 time=1.09 ms
--- 10.0.2.100 ping statistics ---
- 4 packets transmitted, 4 received, 0% packet loss, time 3074ms
- rtt min/avg/max/mdev = 0.705/0.782/0.865/0.057 ms
+ 4 packets transmitted, 4 received, 0% packet loss, time 3013ms
+ rtt min/avg/max/mdev = 0.641/0.838/1.086/0.160 ms
diff --git a/docs/configexamples/autotest/Wireguard/_include/branch.conf b/docs/configexamples/autotest/Wireguard/_include/branch.conf
index 4f76e115..b995ad04 100644
--- a/docs/configexamples/autotest/Wireguard/_include/branch.conf
+++ b/docs/configexamples/autotest/Wireguard/_include/branch.conf
@@ -1,14 +1,14 @@
set interface ethernet eth2 address 10.0.2.254/24
set interface ethernet eth1 address 198.51.100.2/24
-set interfaces wireguard wg01 private-key 'KNJLycAZ5UT7grd7UDB3gfAvPfqnlOW/3cV6I+Vrwls='
+set interfaces wireguard wg01 private-key 'oDZ2S/4S6UEuhOyk0MvNSQTebugihX5RKCrI3exmHV8='
set interfaces wireguard wg01 address 192.168.0.2/24
set interfaces wireguard wg01 description 'VPN-to-central'
set interfaces wireguard wg01 peer central allowed-ips 10.0.1.0/24
set interfaces wireguard wg01 peer central allowed-ips 192.168.0.0/24
set interfaces wireguard wg01 peer central address 198.51.100.1
set interfaces wireguard wg01 peer central port 51820
-set interfaces wireguard wg01 peer central public-key 'iuXAfobnPkFq60hQbBn13OX6xi7VymSzV1up/XmW8WI='
+set interfaces wireguard wg01 peer central public-key 'WyfLCTXi31gL+YbYOwoAHCl2RgS+y56cYHEK6pQsTQ8='
set interfaces wireguard wg01 port 51820
set protocols static route 10.0.1.0/24 interface wg01 \ No newline at end of file
diff --git a/docs/configexamples/autotest/Wireguard/_include/central.conf b/docs/configexamples/autotest/Wireguard/_include/central.conf
index a22bb056..7bfd9fb0 100644
--- a/docs/configexamples/autotest/Wireguard/_include/central.conf
+++ b/docs/configexamples/autotest/Wireguard/_include/central.conf
@@ -1,14 +1,14 @@
set interface ethernet eth2 address 10.0.1.254/24
set interface ethernet eth1 address 198.51.100.1/24
-set interfaces wireguard wg01 private-key 'oLycRx83P2BZ7eMqi4ysay2AETX318JJ9wE9rPIn/VI='
+set interfaces wireguard wg01 private-key 'cMNGHtb5dW92ORG3HS8JJlvQF8pmVGt2Ydny8hTBLnY='
set interfaces wireguard wg01 address 192.168.0.1/24
set interfaces wireguard wg01 description 'VPN-to-Branch'
set interfaces wireguard wg01 peer branch allowed-ips 10.0.2.0/24
set interfaces wireguard wg01 peer branch allowed-ips 192.168.0.0/24
set interfaces wireguard wg01 peer branch address 198.51.100.2
set interfaces wireguard wg01 peer branch port 51820
-set interfaces wireguard wg01 peer branch public-key '3a7p6bSMD/x5LvgGGFUT9oqXbsuK9Prp3R0090Fy41E='
+set interfaces wireguard wg01 peer branch public-key '9ySVcjER2cY1tG/L7598zHg8g1xyggjxALqzeCxLgw4='
set interfaces wireguard wg01 port 51820
set protocols static route 10.0.2.0/24 interface wg01 \ No newline at end of file
diff --git a/docs/configexamples/autotest/tunnelbroker/tunnelbroker.log b/docs/configexamples/autotest/tunnelbroker/tunnelbroker.log
index b492ed76..e67e82cb 100644
--- a/docs/configexamples/autotest/tunnelbroker/tunnelbroker.log
+++ b/docs/configexamples/autotest/tunnelbroker/tunnelbroker.log
@@ -1,716 +1,728 @@
-2023-05-11 15:53:52,165 p=77453 u=rob n=ansible | PLAY [Automatic VyOS Lab test] **************************************************************************************************************************************************************************************************
-2023-05-11 15:53:52,207 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: fail if node_template_iso is empty] ****************************************************************************************************************************************************
-2023-05-11 15:53:52,227 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 15:53:52,227 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:53:52,229 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:53:52,233 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:53:52,237 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: fail if node_template_version is empty] ************************************************************************************************************************************************
-2023-05-11 15:53:52,256 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 15:53:52,258 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:53:52,258 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:53:52,263 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:53:52,265 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: install requirements] ******************************************************************************************************************************************************************
-2023-05-11 15:53:52,283 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:53:52,285 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:53:52,290 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:53:56,754 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:53:56,761 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: Login to EVE-NG and get Cookie] ********************************************************************************************************************************************************
-2023-05-11 15:53:56,792 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:53:56,796 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:53:56,801 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:53:57,971 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:53:57,977 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: get template facts] ********************************************************************************************************************************************************************
-2023-05-11 15:53:58,002 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:53:58,004 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:53:58,010 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:53:58,434 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:53:58,440 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: Register path status] ******************************************************************************************************************************************************************
-2023-05-11 15:53:58,461 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:53:58,464 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:53:58,469 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:53:58,672 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:53:58,677 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: create path] ***************************************************************************************************************************************************************************
-2023-05-11 15:53:58,696 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:53:58,699 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:53:58,704 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:53:58,899 p=77453 u=rob n=ansible | changed: [eveng]
-2023-05-11 15:53:58,904 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: Upload iso to eve-ng] ******************************************************************************************************************************************************************
-2023-05-11 15:53:58,924 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:53:58,927 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:53:58,932 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:54:43,447 p=77453 u=rob n=ansible | changed: [eveng]
-2023-05-11 15:54:43,454 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: create virtioa.qcow2 file] *************************************************************************************************************************************************************
-2023-05-11 15:54:43,477 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:54:43,479 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:54:43,485 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:54:43,695 p=77453 u=rob n=ansible | changed: [eveng]
-2023-05-11 15:54:43,700 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: Login to EVE-NG and get Cookie] ********************************************************************************************************************************************************
-2023-05-11 15:54:43,721 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:54:43,723 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:54:43,729 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:54:44,368 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:54:44,374 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: create lab for node install] ***********************************************************************************************************************************************************
-2023-05-11 15:54:44,397 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:54:44,400 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:54:44,405 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:54:45,077 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:54:45,083 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: open lab] ******************************************************************************************************************************************************************************
-2023-05-11 15:54:45,106 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:54:45,109 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:54:45,114 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:54:45,500 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:54:45,505 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : set_fact] ********************************************************************************************************************************************************************************************
-2023-05-11 15:54:45,530 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:54:45,533 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:54:45,533 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:54:45,538 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:54:45,542 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: add node to lab] ***********************************************************************************************************************************************************************
-2023-05-11 15:54:45,560 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:54:45,563 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:54:45,568 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:54:46,109 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:54:46,115 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: start node] ****************************************************************************************************************************************************************************
-2023-05-11 15:54:46,137 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:54:46,140 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:54:46,146 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:54:47,299 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:54:47,304 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : debug] ***********************************************************************************************************************************************************************************************
-2023-05-11 15:54:47,332 p=77453 u=rob n=ansible | ok: [eveng] => {
- "msg": {
- "cache_control": "no-store, no-cache, must-revalidate, post-check=0, pre-check=0",
- "changed": false,
- "connection": "close",
- "content": "{\"code\":200,\"status\":\"success\",\"message\":\"Node started (80049).\"}",
- "content_length": "65",
- "content_type": "application/json",
- "cookies": {},
- "cookies_string": "",
- "date": "Thu, 11 May 2023 13:54:46 GMT",
- "elapsed": 0,
- "expires": "Thu, 19 Nov 1981 08:52:00 GMT",
- "failed": false,
- "json": {
- "code": 200,
- "message": "Node started (80049).",
- "status": "success"
- },
- "msg": "OK (65 bytes)",
- "pragma": "no-cache, no-cache",
- "redirected": false,
- "server": "Apache/2.4.41 (Ubuntu)",
- "status": 200,
- "url": "https://127.0.0.1/api/labs/node_create_lab_name.unl/nodes/1/start",
- "x_powered_by": "Unified Networking Lab API"
- }
-}
-2023-05-11 15:54:47,332 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:54:47,332 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:54:47,336 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:54:47,340 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: get node infos] ************************************************************************************************************************************************************************
-2023-05-11 15:54:47,358 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:54:47,360 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:54:47,366 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:54:47,786 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:54:47,791 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : set_fact] ********************************************************************************************************************************************************************************************
-2023-05-11 15:54:47,816 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:54:47,818 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:54:47,818 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:54:47,823 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:54:47,827 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: copy file] *****************************************************************************************************************************************************************************
-2023-05-11 15:54:47,845 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:54:47,847 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:54:47,853 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:54:48,308 p=77453 u=rob n=ansible | changed: [eveng]
-2023-05-11 15:54:48,312 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: run expect script] *********************************************************************************************************************************************************************
-2023-05-11 15:54:48,332 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:54:48,335 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:54:48,340 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:55:48,446 p=77453 u=rob n=ansible | changed: [eveng]
-2023-05-11 15:55:48,451 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: Login to EVE-NG and get Cookie (due timeout)] ******************************************************************************************************************************************
-2023-05-11 15:55:48,476 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:55:48,478 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:55:48,484 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:55:49,186 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:55:49,194 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: stop node] *****************************************************************************************************************************************************************************
-2023-05-11 15:55:49,221 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:55:49,224 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:55:49,229 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:55:50,224 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:55:50,234 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: Pause to wait node is shutdown] ********************************************************************************************************************************************************
-2023-05-11 15:55:50,256 p=77453 u=rob n=ansible | Pausing for 10 seconds
-2023-05-11 15:55:50,256 p=77453 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
-2023-05-11 15:56:00,274 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:56:00,288 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: delete iso] ****************************************************************************************************************************************************************************
-2023-05-11 15:56:00,325 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:56:00,328 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:56:00,334 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:56:00,514 p=77453 u=rob n=ansible | changed: [eveng]
-2023-05-11 15:56:00,525 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: commit virtioa.qcow2] ******************************************************************************************************************************************************************
-2023-05-11 15:56:00,559 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:56:00,562 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:56:00,568 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:56:01,537 p=77453 u=rob n=ansible | changed: [eveng]
-2023-05-11 15:56:01,550 p=77453 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: delete lab for node install] ***********************************************************************************************************************************************************
-2023-05-11 15:56:01,583 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:56:01,586 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:56:01,593 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:56:02,226 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:56:02,246 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : Get env file content] ***********************************************************************************************************************************************************************************
-2023-05-11 15:56:02,570 p=77453 u=rob n=ansible | ok: [client -> localhost]
-2023-05-11 15:56:02,570 p=77453 u=rob n=ansible | ok: [vyos-wan -> localhost]
-2023-05-11 15:56:02,570 p=77453 u=rob n=ansible | ok: [vyos-oobm -> localhost]
-2023-05-11 15:56:02,570 p=77453 u=rob n=ansible | ok: [eveng -> localhost]
-2023-05-11 15:56:02,573 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Load facts] *******************************************************************************************************************************************************************************
-2023-05-11 15:56:02,593 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:56:03,692 p=77453 u=rob n=ansible | network_os is set to vyos
-2023-05-11 15:56:03,699 p=77453 u=rob n=ansible | [WARNING]: ansible-pylibssh not installed, falling back to paramiko
+2023-08-31 21:48:26,936 p=73753 u=rob n=ansible | PLAY [Automatic VyOS Lab test] *********************************************************************************************************************************************************************
+2023-08-31 21:48:26,975 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: fail if node_template_iso is empty] ***********************************************************************************************************************
+2023-08-31 21:48:26,993 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:26,994 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:26,995 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:26,999 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:27,002 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: fail if node_template_version is empty] *******************************************************************************************************************
+2023-08-31 21:48:27,015 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:27,023 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:27,025 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:27,030 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:27,033 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: install requirements] *************************************************************************************************************************************
+2023-08-31 21:48:27,052 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:27,055 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:27,060 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:28,942 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:48:28,960 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: Login to EVE-NG and get Cookie] ***************************************************************************************************************************
+2023-08-31 21:48:28,994 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:28,996 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:29,000 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:29,700 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:48:29,704 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: get template facts] ***************************************************************************************************************************************
+2023-08-31 21:48:29,722 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:29,725 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:29,734 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:30,220 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:48:30,225 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: Register path status] *************************************************************************************************************************************
+2023-08-31 21:48:30,250 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:30,253 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:30,260 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:30,472 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:48:30,477 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: create path] **********************************************************************************************************************************************
+2023-08-31 21:48:30,498 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:30,500 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:30,501 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:30,505 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:30,508 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: Upload iso to eve-ng] *************************************************************************************************************************************
+2023-08-31 21:48:30,520 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:30,527 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:30,530 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:30,535 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:30,538 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: create virtioa.qcow2 file] ********************************************************************************************************************************
+2023-08-31 21:48:30,557 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:30,557 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:30,559 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:30,563 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:30,566 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: Login to EVE-NG and get Cookie] ***************************************************************************************************************************
+2023-08-31 21:48:30,579 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:30,585 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:30,587 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:30,591 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:30,594 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: create lab for node install] ******************************************************************************************************************************
+2023-08-31 21:48:30,612 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:30,613 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:30,615 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:30,619 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:30,622 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: open lab] *************************************************************************************************************************************************
+2023-08-31 21:48:30,636 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:30,642 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:30,645 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:30,649 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:30,652 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : set_fact] ***************************************************************************************************************************************************************
+2023-08-31 21:48:30,664 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:30,671 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:30,673 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:30,678 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:30,681 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: add node to lab] ******************************************************************************************************************************************
+2023-08-31 21:48:30,694 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:30,701 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:30,703 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:30,707 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:30,710 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: start node] ***********************************************************************************************************************************************
+2023-08-31 21:48:30,728 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:30,728 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:30,730 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:30,734 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:30,737 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : debug] ******************************************************************************************************************************************************************
+2023-08-31 21:48:30,755 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:30,756 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:30,758 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:30,761 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:30,764 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: get node infos] *******************************************************************************************************************************************
+2023-08-31 21:48:30,777 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:30,783 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:30,785 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:30,789 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:30,791 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : set_fact] ***************************************************************************************************************************************************************
+2023-08-31 21:48:30,809 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:30,811 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:30,811 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:30,815 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:30,818 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: copy file] ************************************************************************************************************************************************
+2023-08-31 21:48:30,836 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:30,837 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:30,838 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:30,842 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:30,846 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: run expect script] ****************************************************************************************************************************************
+2023-08-31 21:48:30,866 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:30,866 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:30,868 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:30,872 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:30,875 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: Login to EVE-NG and get Cookie (due timeout)] *************************************************************************************************************
+2023-08-31 21:48:30,893 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:30,893 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:30,895 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:30,899 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:30,902 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: stop node] ************************************************************************************************************************************************
+2023-08-31 21:48:30,915 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:30,921 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:30,923 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:30,927 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:30,930 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: Pause to wait node is shutdown] ***************************************************************************************************************************
+2023-08-31 21:48:30,940 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:30,943 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: delete iso] ***********************************************************************************************************************************************
+2023-08-31 21:48:30,962 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:30,962 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:30,964 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:30,968 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:30,971 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: commit virtioa.qcow2] *************************************************************************************************************************************
+2023-08-31 21:48:30,990 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:30,991 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:30,992 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:30,996 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:30,999 p=73753 u=rob n=ansible | TASK [eve-ng-create-node : tunnelbroker: delete lab for node install] ******************************************************************************************************************************
+2023-08-31 21:48:31,017 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:31,018 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:31,019 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:31,023 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:31,031 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : Get env file content] ******************************************************************************************************************************************************
+2023-08-31 21:48:31,258 p=73753 u=rob n=ansible | ok: [eveng -> localhost]
+2023-08-31 21:48:31,259 p=73753 u=rob n=ansible | ok: [vyos-oobm -> localhost]
+2023-08-31 21:48:31,259 p=73753 u=rob n=ansible | ok: [vyos-wan -> localhost]
+2023-08-31 21:48:31,259 p=73753 u=rob n=ansible | ok: [client -> localhost]
+2023-08-31 21:48:31,262 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Load facts] **************************************************************************************************************************************************
+2023-08-31 21:48:31,281 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:48:32,232 p=73753 u=rob n=ansible | network_os is set to vyos
+2023-08-31 21:48:32,233 p=73753 u=rob n=ansible | network_os is set to vyos
+2023-08-31 21:48:32,234 p=73753 u=rob n=ansible | [WARNING]: ansible-pylibssh not installed, falling back to paramiko
-2023-05-11 15:56:03,711 p=77453 u=rob n=ansible | ok: [vyos-wan]
-2023-05-11 15:56:03,711 p=77453 u=rob n=ansible | network_os is set to vyos
-2023-05-11 15:56:03,711 p=77453 u=rob n=ansible | network_os is set to vyos
-2023-05-11 15:56:03,711 p=77453 u=rob n=ansible | [WARNING]: ansible-pylibssh not installed, falling back to paramiko
+2023-08-31 21:48:32,234 p=73753 u=rob n=ansible | [WARNING]: ansible-pylibssh not installed, falling back to paramiko
-2023-05-11 15:56:03,714 p=77453 u=rob n=ansible | [WARNING]: ansible-pylibssh not installed, falling back to paramiko
+2023-08-31 21:48:32,244 p=73753 u=rob n=ansible | network_os is set to vyos
+2023-08-31 21:48:32,248 p=73753 u=rob n=ansible | [WARNING]: ansible-pylibssh not installed, falling back to paramiko
-2023-05-11 15:56:03,715 p=77453 u=rob n=ansible | ok: [client]
-2023-05-11 15:56:03,718 p=77453 u=rob n=ansible | ok: [vyos-oobm]
-2023-05-11 15:56:03,724 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : debug] **************************************************************************************************************************************************************************************************
-2023-05-11 15:56:03,751 p=77453 u=rob n=ansible | ok: [eveng] => {
- "msg": "vyos-1.4-rolling-202305100734-amd64"
+2023-08-31 21:48:32,254 p=73753 u=rob n=ansible | ok: [vyos-oobm]
+2023-08-31 21:48:32,255 p=73753 u=rob n=ansible | ok: [client]
+2023-08-31 21:48:32,257 p=73753 u=rob n=ansible | ok: [vyos-wan]
+2023-08-31 21:48:32,265 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : debug] *********************************************************************************************************************************************************************
+2023-08-31 21:48:32,295 p=73753 u=rob n=ansible | ok: [eveng] => {
+ "msg": "vyos-1.4-rolling-202308240020-amd64"
}
-2023-05-11 15:56:04,839 p=77453 u=rob n=ansible | ok: [vyos-wan] => {
- "msg": "vyos-1.4-rolling-202305100734-amd64"
+2023-08-31 21:48:33,243 p=73753 u=rob n=ansible | ok: [vyos-wan] => {
+ "msg": "vyos-1.4-rolling-202308240020-amd64"
}
-2023-05-11 15:56:04,839 p=77453 u=rob n=ansible | ok: [vyos-oobm] => {
- "msg": "vyos-1.4-rolling-202305100734-amd64"
+2023-08-31 21:48:33,243 p=73753 u=rob n=ansible | ok: [client] => {
+ "msg": "vyos-1.4-rolling-202308240020-amd64"
}
-2023-05-11 15:56:04,840 p=77453 u=rob n=ansible | ok: [client] => {
- "msg": "vyos-1.4-rolling-202305100734-amd64"
+2023-08-31 21:48:33,244 p=73753 u=rob n=ansible | ok: [vyos-oobm] => {
+ "msg": "vyos-1.4-rolling-202308240020-amd64"
}
-2023-05-11 15:56:04,848 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: fail if node_template_version is empty] ***************************************************************************************************************************************************
-2023-05-11 15:56:04,873 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 15:56:04,882 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:56:04,885 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:56:04,890 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:56:04,894 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Login to EVE-NG and get Cookie] ***********************************************************************************************************************************************************
-2023-05-11 15:56:04,913 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:56:04,916 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:56:04,922 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:56:05,511 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:56:05,516 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: get running lab list] *********************************************************************************************************************************************************************
-2023-05-11 15:56:05,543 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:56:05,546 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:56:05,554 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:56:05,958 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:56:05,966 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: kill running lab] *************************************************************************************************************************************************************************
-2023-05-11 15:56:05,992 p=77453 u=rob n=ansible | [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: item.labname == "{{ eve_ng_folder_name }}/{{ lab }}"
+2023-08-31 21:48:33,252 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: fail if node_template_version is empty] **********************************************************************************************************************
+2023-08-31 21:48:33,276 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:33,284 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:33,287 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:33,293 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:33,297 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Login to EVE-NG and get Cookie] ******************************************************************************************************************************
+2023-08-31 21:48:33,317 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:33,319 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:33,326 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:33,956 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:48:33,966 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: get running lab list] ****************************************************************************************************************************************
+2023-08-31 21:48:34,000 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:34,001 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:34,005 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:34,447 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:48:34,455 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: kill running lab] ********************************************************************************************************************************************
+2023-08-31 21:48:34,481 p=73753 u=rob n=ansible | [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: item.labname == "{{ eve_ng_folder_name }}/{{ lab }}"
-2023-05-11 15:56:05,998 p=77453 u=rob n=ansible | skipping: [eveng] => (item={'podid': '0', 'username': 'admin', 'online': '1', 'uuid': '0addf0f5-8476-4696-8f9a-05ac0bc44c46', 'size': 0.0057, 'sat': '0', 'sat_name': 'master', 'labid': 1001, 'labname': None, 'cpu': 0, 'mem': 0})
-2023-05-11 15:56:06,005 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 15:56:06,005 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:56:06,005 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:56:06,008 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:56:06,012 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: delete existing lab] **********************************************************************************************************************************************************************
-2023-05-11 15:56:06,031 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:56:06,033 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:56:06,039 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:56:06,438 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:56:06,448 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Ensure labtest is present] ****************************************************************************************************************************************************************
-2023-05-11 15:56:06,479 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:56:06,482 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:56:06,489 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:56:06,624 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:56:06,633 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Create tunnelbroker Lab] ******************************************************************************************************************************************************************
-2023-05-11 15:56:06,659 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:56:06,662 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:56:06,668 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:56:07,097 p=77453 u=rob n=ansible | changed: [eveng]
-2023-05-11 15:56:07,105 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Login to EVE-NG and get Cookie] ***********************************************************************************************************************************************************
-2023-05-11 15:56:07,135 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:56:07,137 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:56:07,144 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:56:07,739 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:56:07,749 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: start vyos-oobm] **************************************************************************************************************************************************************************
-2023-05-11 15:56:07,779 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:56:07,781 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:56:07,785 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:56:08,791 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:56:08,801 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Wait for vyos-oobm] ***********************************************************************************************************************************************************************
-2023-05-11 15:56:08,823 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 15:56:08,834 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:56:08,839 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:56:09,863 p=77453 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use ansible.utils.display.Display.verbosity instead. This feature will be removed in version 2.18. Deprecation warnings can be disabled by setting
-deprecation_warnings=False in ansible.cfg.
-2023-05-11 15:56:39,886 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | Exception (client): Error reading SSH protocol banner
-2023-05-11 15:56:39,908 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | Traceback (most recent call last):
-2023-05-11 15:56:39,909 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
-2023-05-11 15:56:39,910 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | buf = self.packetizer.readline(timeout)
-2023-05-11 15:56:39,911 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-05-11 15:56:39,911 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | buf += self._read_timeout(timeout)
-2023-05-11 15:56:39,912 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-05-11 15:56:39,912 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | raise socket.timeout()
-2023-05-11 15:56:39,913 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | socket.timeout
-2023-05-11 15:56:39,913 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] |
-2023-05-11 15:56:39,914 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | During handling of the above exception, another exception occurred:
-2023-05-11 15:56:39,914 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] |
-2023-05-11 15:56:39,915 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | Traceback (most recent call last):
-2023-05-11 15:56:39,915 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
-2023-05-11 15:56:39,916 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | self._check_banner()
-2023-05-11 15:56:39,916 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
-2023-05-11 15:56:39,917 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | raise SSHException(
-2023-05-11 15:56:39,917 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-05-11 15:56:39,917 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] |
-2023-05-11 15:57:11,000 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | Exception (client): Error reading SSH protocol banner
-2023-05-11 15:57:11,005 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | Traceback (most recent call last):
-2023-05-11 15:57:11,006 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
-2023-05-11 15:57:11,007 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | buf = self.packetizer.readline(timeout)
-2023-05-11 15:57:11,008 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-05-11 15:57:11,009 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | buf += self._read_timeout(timeout)
-2023-05-11 15:57:11,010 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-05-11 15:57:11,011 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | raise socket.timeout()
-2023-05-11 15:57:11,011 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | socket.timeout
-2023-05-11 15:57:11,012 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] |
-2023-05-11 15:57:11,013 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | During handling of the above exception, another exception occurred:
-2023-05-11 15:57:11,013 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] |
-2023-05-11 15:57:11,014 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | Traceback (most recent call last):
-2023-05-11 15:57:11,015 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
-2023-05-11 15:57:11,015 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | self._check_banner()
-2023-05-11 15:57:11,016 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
-2023-05-11 15:57:11,016 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | raise SSHException(
-2023-05-11 15:57:11,017 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-05-11 15:57:11,018 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] |
-2023-05-11 15:57:12,608 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | Connected (version 2.0, client OpenSSH_9.2p1)
-2023-05-11 15:57:12,878 p=77953 u=rob n=p=77953 u=rob | paramiko [vyos-oobm] | Authentication (publickey) successful!
-2023-05-11 15:57:13,941 p=77453 u=rob n=ansible | ok: [vyos-oobm]
-2023-05-11 15:57:13,945 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Login to EVE-NG and get Cookie] ***********************************************************************************************************************************************************
-2023-05-11 15:57:13,964 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:57:13,967 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:57:13,972 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:57:14,961 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:57:14,971 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: get lab status] ***************************************************************************************************************************************************************************
-2023-05-11 15:57:15,000 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:57:15,003 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:57:15,009 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:57:15,521 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:57:15,531 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: start all nodes] **************************************************************************************************************************************************************************
-2023-05-11 15:57:15,560 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:57:15,563 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:57:15,569 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:57:16,483 p=77453 u=rob n=ansible | ok: [eveng] => (item=4)
-2023-05-11 15:57:17,065 p=77453 u=rob n=ansible | ok: [eveng] => (item=1)
-2023-05-11 15:57:18,205 p=77453 u=rob n=ansible | ok: [eveng] => (item=2)
-2023-05-11 15:57:18,220 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Wait for vyos nodes] **********************************************************************************************************************************************************************
-2023-05-11 15:57:18,249 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 15:57:18,249 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:57:19,330 p=77453 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use ansible.utils.display.Display.verbosity instead. This feature will be removed in version 2.18. Deprecation warnings can be disabled by setting
-deprecation_warnings=False in ansible.cfg.
-2023-05-11 15:57:19,330 p=77453 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use ansible.utils.display.Display.verbosity instead. This feature will be removed in version 2.18. Deprecation warnings can be disabled by setting
-deprecation_warnings=False in ansible.cfg.
-2023-05-11 15:57:49,358 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | Exception (client): Error reading SSH protocol banner
-2023-05-11 15:57:49,362 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | Exception (client): Error reading SSH protocol banner
-2023-05-11 15:57:49,363 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | Traceback (most recent call last):
-2023-05-11 15:57:49,363 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
-2023-05-11 15:57:49,363 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | buf = self.packetizer.readline(timeout)
-2023-05-11 15:57:49,363 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-05-11 15:57:49,364 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | buf += self._read_timeout(timeout)
-2023-05-11 15:57:49,364 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-05-11 15:57:49,364 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | raise socket.timeout()
-2023-05-11 15:57:49,364 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | socket.timeout
-2023-05-11 15:57:49,364 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] |
-2023-05-11 15:57:49,364 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | During handling of the above exception, another exception occurred:
-2023-05-11 15:57:49,365 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] |
-2023-05-11 15:57:49,365 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | Traceback (most recent call last):
-2023-05-11 15:57:49,365 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | Traceback (most recent call last):
-2023-05-11 15:57:49,365 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
-2023-05-11 15:57:49,365 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
-2023-05-11 15:57:49,365 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | buf = self.packetizer.readline(timeout)
-2023-05-11 15:57:49,365 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | self._check_banner()
-2023-05-11 15:57:49,365 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-05-11 15:57:49,365 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
-2023-05-11 15:57:49,365 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | buf += self._read_timeout(timeout)
-2023-05-11 15:57:49,365 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | raise SSHException(
-2023-05-11 15:57:49,366 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-05-11 15:57:49,366 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-05-11 15:57:49,366 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | raise socket.timeout()
-2023-05-11 15:57:49,366 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] |
-2023-05-11 15:57:49,366 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | socket.timeout
-2023-05-11 15:57:49,366 p=78059 u=rob n=p=78059 u=rob | paramiko [client] |
-2023-05-11 15:57:49,366 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | During handling of the above exception, another exception occurred:
-2023-05-11 15:57:49,366 p=78059 u=rob n=p=78059 u=rob | paramiko [client] |
-2023-05-11 15:57:49,367 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | Traceback (most recent call last):
-2023-05-11 15:57:49,367 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
-2023-05-11 15:57:49,367 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | self._check_banner()
-2023-05-11 15:57:49,367 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
-2023-05-11 15:57:49,367 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | raise SSHException(
-2023-05-11 15:57:49,367 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-05-11 15:57:49,368 p=78059 u=rob n=p=78059 u=rob | paramiko [client] |
-2023-05-11 15:58:09,236 p=77843 u=rob n=ansible | persistent connection idle timeout triggered, timeout value is 120 secs.
+2023-08-31 21:48:34,482 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:34,486 p=73753 u=rob n=ansible | skipping: [eveng] => (item={'podid': '0', 'username': 'admin', 'online': '1', 'uuid': '0fc5edef-8cf2-4400-9a1c-0c4c41a1a881', 'size': 0.1996, 'sat': '0', 'sat_name': 'master', 'labid': 1001, 'labname': '/ecmp wireguard\n', 'cpu': 0, 'mem': 0})
+2023-08-31 21:48:34,487 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:34,489 p=73753 u=rob n=ansible | skipping: [eveng] => (item={'podid': '0', 'username': 'admin', 'online': '1', 'uuid': '588b9164-a3b7-4522-8058-0f6ff6286564', 'size': 1.0595, 'sat': '0', 'sat_name': 'master', 'labid': 1002, 'labname': '/Common\n', 'cpu': 0, 'mem': 0})
+2023-08-31 21:48:34,491 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:34,494 p=73753 u=rob n=ansible | skipping: [eveng] => (item={'podid': '0', 'username': 'admin', 'online': '1', 'uuid': '9785926c-63ec-42c0-a1ca-a386b9013151', 'size': 0.4469, 'sat': '0', 'sat_name': 'master', 'labid': 1003, 'labname': '/layer2 via IPSec\n', 'cpu': 0, 'mem': 0})
+2023-08-31 21:48:34,496 p=73753 u=rob n=ansible | skipping: [eveng] => (item={'podid': '0', 'username': 'admin', 'online': '1', 'uuid': 'aa98095e-3b64-45aa-b883-e2b7fdfac08c', 'size': 0.5229, 'sat': '0', 'sat_name': 'master', 'labid': 1004, 'labname': '/ospf\n', 'cpu': 0, 'mem': 0})
+2023-08-31 21:48:34,498 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:34,501 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: delete existing lab] *****************************************************************************************************************************************
+2023-08-31 21:48:34,519 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:34,522 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:34,527 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:34,959 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:48:34,970 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Ensure labtest is present] ***********************************************************************************************************************************
+2023-08-31 21:48:35,001 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:35,002 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:35,006 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:35,208 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:48:35,213 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Create tunnelbroker Lab] *************************************************************************************************************************************
+2023-08-31 21:48:35,234 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:35,236 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:35,243 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:35,753 p=73753 u=rob n=ansible | changed: [eveng]
+2023-08-31 21:48:35,758 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Login to EVE-NG and get Cookie] ******************************************************************************************************************************
+2023-08-31 21:48:35,778 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:35,781 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:35,785 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:36,447 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:48:36,456 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: start vyos-oobm] *********************************************************************************************************************************************
+2023-08-31 21:48:36,486 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:48:36,487 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:36,491 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:37,502 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:48:37,513 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Wait for vyos-oobm] ******************************************************************************************************************************************
+2023-08-31 21:48:37,536 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:48:37,547 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:48:37,553 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:48:38,430 p=73753 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use ansible.utils.display.Display.verbosity instead. This feature will be removed in version 2.18. Deprecation warnings can be disabled
+ by setting deprecation_warnings=False in ansible.cfg.
+2023-08-31 21:49:08,523 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | Exception (client): Error reading SSH protocol banner
+2023-08-31 21:49:08,539 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | Traceback (most recent call last):
+2023-08-31 21:49:08,540 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
+2023-08-31 21:49:08,541 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | buf = self.packetizer.readline(timeout)
+2023-08-31 21:49:08,541 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
+2023-08-31 21:49:08,542 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | buf += self._read_timeout(timeout)
+2023-08-31 21:49:08,543 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
+2023-08-31 21:49:08,543 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | raise socket.timeout()
+2023-08-31 21:49:08,544 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | socket.timeout
+2023-08-31 21:49:08,545 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] |
+2023-08-31 21:49:08,545 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | During handling of the above exception, another exception occurred:
+2023-08-31 21:49:08,546 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] |
+2023-08-31 21:49:08,547 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | Traceback (most recent call last):
+2023-08-31 21:49:08,547 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
+2023-08-31 21:49:08,548 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | self._check_banner()
+2023-08-31 21:49:08,548 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
+2023-08-31 21:49:08,549 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | raise SSHException(
+2023-08-31 21:49:08,549 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
+2023-08-31 21:49:08,550 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] |
+2023-08-31 21:49:39,569 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | Exception (client): Error reading SSH protocol banner
+2023-08-31 21:49:39,571 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | Traceback (most recent call last):
+2023-08-31 21:49:39,571 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
+2023-08-31 21:49:39,572 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | buf = self.packetizer.readline(timeout)
+2023-08-31 21:49:39,572 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
+2023-08-31 21:49:39,572 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | buf += self._read_timeout(timeout)
+2023-08-31 21:49:39,572 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
+2023-08-31 21:49:39,572 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | raise socket.timeout()
+2023-08-31 21:49:39,572 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | socket.timeout
+2023-08-31 21:49:39,573 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] |
+2023-08-31 21:49:39,573 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | During handling of the above exception, another exception occurred:
+2023-08-31 21:49:39,573 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] |
+2023-08-31 21:49:39,573 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | Traceback (most recent call last):
+2023-08-31 21:49:39,573 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
+2023-08-31 21:49:39,573 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | self._check_banner()
+2023-08-31 21:49:39,574 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
+2023-08-31 21:49:39,574 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | raise SSHException(
+2023-08-31 21:49:39,574 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
+2023-08-31 21:49:39,574 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] |
+2023-08-31 21:50:10,677 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | Exception (client): Error reading SSH protocol banner
+2023-08-31 21:50:10,681 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | Traceback (most recent call last):
+2023-08-31 21:50:10,682 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
+2023-08-31 21:50:10,684 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | buf = self.packetizer.readline(timeout)
+2023-08-31 21:50:10,685 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
+2023-08-31 21:50:10,686 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | buf += self._read_timeout(timeout)
+2023-08-31 21:50:10,687 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
+2023-08-31 21:50:10,688 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | raise socket.timeout()
+2023-08-31 21:50:10,688 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | socket.timeout
+2023-08-31 21:50:10,689 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] |
+2023-08-31 21:50:10,690 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | During handling of the above exception, another exception occurred:
+2023-08-31 21:50:10,691 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] |
+2023-08-31 21:50:10,691 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | Traceback (most recent call last):
+2023-08-31 21:50:10,692 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
+2023-08-31 21:50:10,692 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | self._check_banner()
+2023-08-31 21:50:10,693 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
+2023-08-31 21:50:10,694 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | raise SSHException(
+2023-08-31 21:50:10,694 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
+2023-08-31 21:50:10,695 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] |
+2023-08-31 21:50:12,568 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | Connected (version 2.0, client OpenSSH_9.2p1)
+2023-08-31 21:50:12,825 p=74113 u=rob n=p=74113 u=rob | paramiko [vyos-oobm] | Authentication (publickey) successful!
+2023-08-31 21:50:13,908 p=73753 u=rob n=ansible | ok: [vyos-oobm]
+2023-08-31 21:50:13,910 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Login to EVE-NG and get Cookie] ******************************************************************************************************************************
+2023-08-31 21:50:13,929 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:50:13,932 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:50:13,939 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:50:14,868 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:50:14,877 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: get lab status] **********************************************************************************************************************************************
+2023-08-31 21:50:14,908 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:50:14,910 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:50:14,916 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:50:15,380 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:50:15,389 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: start all nodes] *********************************************************************************************************************************************
+2023-08-31 21:50:15,417 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:50:15,420 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:50:15,427 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:50:16,519 p=73753 u=rob n=ansible | ok: [eveng] => (item=4)
+2023-08-31 21:50:17,120 p=73753 u=rob n=ansible | ok: [eveng] => (item=1)
+2023-08-31 21:50:18,354 p=73753 u=rob n=ansible | ok: [eveng] => (item=2)
+2023-08-31 21:50:18,367 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Wait for vyos nodes] *****************************************************************************************************************************************
+2023-08-31 21:50:18,390 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:50:18,399 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:50:19,313 p=73753 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use ansible.utils.display.Display.verbosity instead. This feature will be removed in version 2.18. Deprecation warnings can be disabled
+ by setting deprecation_warnings=False in ansible.cfg.
+2023-08-31 21:50:19,317 p=73753 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use ansible.utils.display.Display.verbosity instead. This feature will be removed in version 2.18. Deprecation warnings can be disabled
+ by setting deprecation_warnings=False in ansible.cfg.
+2023-08-31 21:50:37,800 p=73997 u=rob n=ansible | persistent connection idle timeout triggered, timeout value is 120 secs.
See the timeout setting options in the Network Debug and Troubleshooting Guide.
-2023-05-11 15:58:09,342 p=77843 u=rob n=ansible | shutdown complete
-2023-05-11 15:58:20,414 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | Exception (client): Error reading SSH protocol banner
-2023-05-11 15:58:20,414 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | Exception (client): Error reading SSH protocol banner
-2023-05-11 15:58:20,415 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | Traceback (most recent call last):
-2023-05-11 15:58:20,415 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | Traceback (most recent call last):
-2023-05-11 15:58:20,415 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
-2023-05-11 15:58:20,415 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
-2023-05-11 15:58:20,415 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | buf = self.packetizer.readline(timeout)
-2023-05-11 15:58:20,415 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | buf = self.packetizer.readline(timeout)
-2023-05-11 15:58:20,416 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-05-11 15:58:20,416 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-05-11 15:58:20,416 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | buf += self._read_timeout(timeout)
-2023-05-11 15:58:20,416 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | buf += self._read_timeout(timeout)
-2023-05-11 15:58:20,416 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-05-11 15:58:20,416 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-05-11 15:58:20,416 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | raise socket.timeout()
-2023-05-11 15:58:20,416 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | raise socket.timeout()
-2023-05-11 15:58:20,416 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | socket.timeout
-2023-05-11 15:58:20,416 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | socket.timeout
-2023-05-11 15:58:20,416 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] |
-2023-05-11 15:58:20,417 p=78059 u=rob n=p=78059 u=rob | paramiko [client] |
-2023-05-11 15:58:20,417 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | During handling of the above exception, another exception occurred:
-2023-05-11 15:58:20,417 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | During handling of the above exception, another exception occurred:
-2023-05-11 15:58:20,417 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] |
-2023-05-11 15:58:20,417 p=78059 u=rob n=p=78059 u=rob | paramiko [client] |
-2023-05-11 15:58:20,417 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | Traceback (most recent call last):
-2023-05-11 15:58:20,417 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | Traceback (most recent call last):
-2023-05-11 15:58:20,417 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
-2023-05-11 15:58:20,417 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
-2023-05-11 15:58:20,417 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | self._check_banner()
-2023-05-11 15:58:20,417 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | self._check_banner()
-2023-05-11 15:58:20,418 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
-2023-05-11 15:58:20,418 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
-2023-05-11 15:58:20,418 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | raise SSHException(
-2023-05-11 15:58:20,418 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | raise SSHException(
-2023-05-11 15:58:20,418 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-05-11 15:58:20,418 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-05-11 15:58:20,418 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] |
-2023-05-11 15:58:20,418 p=78059 u=rob n=p=78059 u=rob | paramiko [client] |
-2023-05-11 15:58:22,277 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | Connected (version 2.0, client OpenSSH_9.2p1)
-2023-05-11 15:58:22,529 p=78058 u=rob n=p=78058 u=rob | paramiko [vyos-wan] | Authentication (publickey) successful!
-2023-05-11 15:58:23,539 p=77453 u=rob n=ansible | ok: [vyos-wan]
-2023-05-11 15:58:51,466 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | Exception (client): Error reading SSH protocol banner
-2023-05-11 15:58:51,467 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | Traceback (most recent call last):
-2023-05-11 15:58:51,467 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
-2023-05-11 15:58:51,467 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | buf = self.packetizer.readline(timeout)
-2023-05-11 15:58:51,467 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
-2023-05-11 15:58:51,467 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | buf += self._read_timeout(timeout)
-2023-05-11 15:58:51,468 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
-2023-05-11 15:58:51,468 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | raise socket.timeout()
-2023-05-11 15:58:51,468 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | socket.timeout
-2023-05-11 15:58:51,468 p=78059 u=rob n=p=78059 u=rob | paramiko [client] |
-2023-05-11 15:58:51,468 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | During handling of the above exception, another exception occurred:
-2023-05-11 15:58:51,469 p=78059 u=rob n=p=78059 u=rob | paramiko [client] |
-2023-05-11 15:58:51,469 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | Traceback (most recent call last):
-2023-05-11 15:58:51,469 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
-2023-05-11 15:58:51,469 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | self._check_banner()
-2023-05-11 15:58:51,469 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
-2023-05-11 15:58:51,469 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | raise SSHException(
-2023-05-11 15:58:51,470 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
-2023-05-11 15:58:51,470 p=78059 u=rob n=p=78059 u=rob | paramiko [client] |
-2023-05-11 15:58:53,292 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | Connected (version 2.0, client OpenSSH_9.2p1)
-2023-05-11 15:58:53,591 p=78059 u=rob n=p=78059 u=rob | paramiko [client] | Authentication (publickey) successful!
-2023-05-11 15:58:54,874 p=77453 u=rob n=ansible | ok: [client]
-2023-05-11 15:58:54,877 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : setup nodes] ********************************************************************************************************************************************************************************************
-2023-05-11 15:58:54,891 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 15:58:54,898 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:58:55,982 p=77839 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use
+2023-08-31 21:50:37,906 p=73997 u=rob n=ansible | shutdown complete
+2023-08-31 21:50:49,351 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | Exception (client): Error reading SSH protocol banner
+2023-08-31 21:50:49,353 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | Exception (client): Error reading SSH protocol banner
+2023-08-31 21:50:49,357 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | Traceback (most recent call last):
+2023-08-31 21:50:49,357 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
+2023-08-31 21:50:49,358 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | buf = self.packetizer.readline(timeout)
+2023-08-31 21:50:49,358 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
+2023-08-31 21:50:49,358 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | Traceback (most recent call last):
+2023-08-31 21:50:49,358 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | buf += self._read_timeout(timeout)
+2023-08-31 21:50:49,358 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
+2023-08-31 21:50:49,358 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
+2023-08-31 21:50:49,358 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | buf = self.packetizer.readline(timeout)
+2023-08-31 21:50:49,358 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | raise socket.timeout()
+2023-08-31 21:50:49,359 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
+2023-08-31 21:50:49,359 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | socket.timeout
+2023-08-31 21:50:49,359 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | buf += self._read_timeout(timeout)
+2023-08-31 21:50:49,359 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] |
+2023-08-31 21:50:49,359 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
+2023-08-31 21:50:49,359 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | During handling of the above exception, another exception occurred:
+2023-08-31 21:50:49,359 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | raise socket.timeout()
+2023-08-31 21:50:49,359 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] |
+2023-08-31 21:50:49,359 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | socket.timeout
+2023-08-31 21:50:49,359 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | Traceback (most recent call last):
+2023-08-31 21:50:49,360 p=74223 u=rob n=p=74223 u=rob | paramiko [client] |
+2023-08-31 21:50:49,360 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
+2023-08-31 21:50:49,360 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | During handling of the above exception, another exception occurred:
+2023-08-31 21:50:49,360 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | self._check_banner()
+2023-08-31 21:50:49,360 p=74223 u=rob n=p=74223 u=rob | paramiko [client] |
+2023-08-31 21:50:49,360 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
+2023-08-31 21:50:49,360 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | Traceback (most recent call last):
+2023-08-31 21:50:49,360 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | raise SSHException(
+2023-08-31 21:50:49,360 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
+2023-08-31 21:50:49,360 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
+2023-08-31 21:50:49,361 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | self._check_banner()
+2023-08-31 21:50:49,361 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] |
+2023-08-31 21:50:49,361 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
+2023-08-31 21:50:49,361 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | raise SSHException(
+2023-08-31 21:50:49,361 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
+2023-08-31 21:50:49,361 p=74223 u=rob n=p=74223 u=rob | paramiko [client] |
+2023-08-31 21:51:20,413 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | Exception (client): Error reading SSH protocol banner
+2023-08-31 21:51:20,414 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | Traceback (most recent call last):
+2023-08-31 21:51:20,414 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
+2023-08-31 21:51:20,414 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | buf = self.packetizer.readline(timeout)
+2023-08-31 21:51:20,414 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
+2023-08-31 21:51:20,414 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | buf += self._read_timeout(timeout)
+2023-08-31 21:51:20,415 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
+2023-08-31 21:51:20,415 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | raise socket.timeout()
+2023-08-31 21:51:20,415 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | socket.timeout
+2023-08-31 21:51:20,415 p=74223 u=rob n=p=74223 u=rob | paramiko [client] |
+2023-08-31 21:51:20,415 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | During handling of the above exception, another exception occurred:
+2023-08-31 21:51:20,416 p=74223 u=rob n=p=74223 u=rob | paramiko [client] |
+2023-08-31 21:51:20,416 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | Traceback (most recent call last):
+2023-08-31 21:51:20,416 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
+2023-08-31 21:51:20,416 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | self._check_banner()
+2023-08-31 21:51:20,416 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
+2023-08-31 21:51:20,416 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | raise SSHException(
+2023-08-31 21:51:20,417 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
+2023-08-31 21:51:20,417 p=74223 u=rob n=p=74223 u=rob | paramiko [client] |
+2023-08-31 21:51:20,420 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | Exception (client): Error reading SSH protocol banner
+2023-08-31 21:51:20,421 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | Traceback (most recent call last):
+2023-08-31 21:51:20,421 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
+2023-08-31 21:51:20,421 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | buf = self.packetizer.readline(timeout)
+2023-08-31 21:51:20,421 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
+2023-08-31 21:51:20,422 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | buf += self._read_timeout(timeout)
+2023-08-31 21:51:20,422 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
+2023-08-31 21:51:20,422 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | raise socket.timeout()
+2023-08-31 21:51:20,422 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | socket.timeout
+2023-08-31 21:51:20,422 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] |
+2023-08-31 21:51:20,422 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | During handling of the above exception, another exception occurred:
+2023-08-31 21:51:20,423 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] |
+2023-08-31 21:51:20,423 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | Traceback (most recent call last):
+2023-08-31 21:51:20,423 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
+2023-08-31 21:51:20,423 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | self._check_banner()
+2023-08-31 21:51:20,423 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
+2023-08-31 21:51:20,423 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | raise SSHException(
+2023-08-31 21:51:20,424 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
+2023-08-31 21:51:20,424 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] |
+2023-08-31 21:51:51,470 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | Exception (client): Error reading SSH protocol banner
+2023-08-31 21:51:51,471 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | Traceback (most recent call last):
+2023-08-31 21:51:51,471 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
+2023-08-31 21:51:51,471 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | buf = self.packetizer.readline(timeout)
+2023-08-31 21:51:51,471 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | Exception (client): Error reading SSH protocol banner
+2023-08-31 21:51:51,471 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
+2023-08-31 21:51:51,471 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | buf += self._read_timeout(timeout)
+2023-08-31 21:51:51,471 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | Traceback (most recent call last):
+2023-08-31 21:51:51,472 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
+2023-08-31 21:51:51,472 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2270, in _check_banner
+2023-08-31 21:51:51,472 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | raise socket.timeout()
+2023-08-31 21:51:51,472 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | buf = self.packetizer.readline(timeout)
+2023-08-31 21:51:51,472 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | socket.timeout
+2023-08-31 21:51:51,472 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 374, in readline
+2023-08-31 21:51:51,472 p=74223 u=rob n=p=74223 u=rob | paramiko [client] |
+2023-08-31 21:51:51,472 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | buf += self._read_timeout(timeout)
+2023-08-31 21:51:51,472 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | During handling of the above exception, another exception occurred:
+2023-08-31 21:51:51,472 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/packet.py", line 611, in _read_timeout
+2023-08-31 21:51:51,472 p=74223 u=rob n=p=74223 u=rob | paramiko [client] |
+2023-08-31 21:51:51,473 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | raise socket.timeout()
+2023-08-31 21:51:51,473 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | Traceback (most recent call last):
+2023-08-31 21:51:51,473 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | socket.timeout
+2023-08-31 21:51:51,473 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
+2023-08-31 21:51:51,473 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] |
+2023-08-31 21:51:51,473 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | self._check_banner()
+2023-08-31 21:51:51,473 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | During handling of the above exception, another exception occurred:
+2023-08-31 21:51:51,473 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
+2023-08-31 21:51:51,473 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] |
+2023-08-31 21:51:51,473 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | raise SSHException(
+2023-08-31 21:51:51,473 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | Traceback (most recent call last):
+2023-08-31 21:51:51,474 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
+2023-08-31 21:51:51,474 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2093, in run
+2023-08-31 21:51:51,474 p=74223 u=rob n=p=74223 u=rob | paramiko [client] |
+2023-08-31 21:51:51,474 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | self._check_banner()
+2023-08-31 21:51:51,474 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | File "/Users/rob/.local/share/virtualenvs/vyos-eveng-b9X2mBdh/lib/python3.9/site-packages/paramiko/transport.py", line 2274, in _check_banner
+2023-08-31 21:51:51,474 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | raise SSHException(
+2023-08-31 21:51:51,474 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
+2023-08-31 21:51:51,475 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] |
+2023-08-31 21:51:53,546 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | Connected (version 2.0, client OpenSSH_9.2p1)
+2023-08-31 21:51:53,564 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | Connected (version 2.0, client OpenSSH_9.2p1)
+2023-08-31 21:51:53,817 p=74223 u=rob n=p=74223 u=rob | paramiko [client] | Authentication (publickey) successful!
+2023-08-31 21:51:53,836 p=74222 u=rob n=p=74222 u=rob | paramiko [vyos-wan] | Authentication (publickey) successful!
+2023-08-31 21:51:55,165 p=73753 u=rob n=ansible | ok: [vyos-wan]
+2023-08-31 21:51:55,165 p=73753 u=rob n=ansible | ok: [client]
+2023-08-31 21:51:55,168 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : setup nodes] ***************************************************************************************************************************************************************
+2023-08-31 21:51:55,190 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:51:55,190 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:51:56,125 p=74000 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use
ansible.utils.display.Display.verbosity instead. This feature will be removed
in version 2.18. Deprecation warnings can be disabled by setting
deprecation_warnings=False in ansible.cfg.
-2023-05-11 15:58:55,983 p=77842 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use
+2023-08-31 21:51:56,125 p=74001 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use
ansible.utils.display.Display.verbosity instead. This feature will be removed
in version 2.18. Deprecation warnings can be disabled by setting
deprecation_warnings=False in ansible.cfg.
-2023-05-11 15:58:56,791 p=77842 u=rob n=p=77842 u=rob | paramiko [client] | Connected (version 2.0, client OpenSSH_9.2p1)
-2023-05-11 15:58:56,795 p=77839 u=rob n=p=77839 u=rob | paramiko [vyos-wan] | Connected (version 2.0, client OpenSSH_9.2p1)
-2023-05-11 15:58:57,074 p=77839 u=rob n=p=77839 u=rob | paramiko [vyos-wan] | Authentication (publickey) successful!
-2023-05-11 15:58:57,074 p=77842 u=rob n=p=77842 u=rob | paramiko [client] | Authentication (publickey) successful!
-2023-05-11 15:59:03,614 p=77453 u=rob n=ansible | [WARNING]: To ensure idempotency and correct diff the input configuration lines should be similar to how they appear if present in the running configuration on device including the indentation
+2023-08-31 21:51:57,018 p=74000 u=rob n=p=74000 u=rob | paramiko [client] | Connected (version 2.0, client OpenSSH_9.2p1)
+2023-08-31 21:51:57,025 p=74001 u=rob n=p=74001 u=rob | paramiko [vyos-wan] | Connected (version 2.0, client OpenSSH_9.2p1)
+2023-08-31 21:51:57,267 p=74000 u=rob n=p=74000 u=rob | paramiko [client] | Authentication (publickey) successful!
+2023-08-31 21:51:57,271 p=74001 u=rob n=p=74001 u=rob | paramiko [vyos-wan] | Authentication (publickey) successful!
+2023-08-31 21:52:03,730 p=73753 u=rob n=ansible | [WARNING]: To ensure idempotency and correct diff the input configuration lines should be similar to how they appear if present in the running configuration on device including the indentation
-2023-05-11 15:59:03,615 p=77453 u=rob n=ansible | changed: [client]
-2023-05-11 15:59:05,510 p=77453 u=rob n=ansible | changed: [vyos-wan]
-2023-05-11 15:59:05,517 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : Register external IP in Tunnelbroker] *******************************************************************************************************************************************************************
-2023-05-11 15:59:05,546 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 15:59:05,556 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:59:05,568 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:59:07,816 p=77453 u=rob n=ansible | ok: [vyos-wan -> eveng(eve-ng)]
-2023-05-11 15:59:07,823 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : get ipv4 address of vyos-wan (eth1)] ********************************************************************************************************************************************************************
-2023-05-11 15:59:07,849 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 15:59:07,858 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:59:07,868 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:59:09,088 p=77453 u=rob n=ansible | ok: [vyos-wan]
-2023-05-11 15:59:09,103 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : Set variables] ******************************************************************************************************************************************************************************************
-2023-05-11 15:59:09,134 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 15:59:09,143 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:59:09,154 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:59:10,191 p=77453 u=rob n=ansible | ok: [vyos-wan]
-2023-05-11 15:59:10,205 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : setup vyos-wan] *****************************************************************************************************************************************************************************************
-2023-05-11 15:59:10,231 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 15:59:10,242 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:59:10,252 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:59:18,756 p=77453 u=rob n=ansible | changed: [vyos-wan]
-2023-05-11 15:59:18,768 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Login to EVE-NG and get Cookie] ***********************************************************************************************************************************************************
-2023-05-11 15:59:18,803 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:59:18,806 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:59:18,813 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:59:19,507 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:59:19,515 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: stop nodes id] ****************************************************************************************************************************************************************************
-2023-05-11 15:59:19,550 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 15:59:19,554 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:59:19,559 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:59:19,564 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:59:19,568 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait after stop] **************************************************************************************************************************************************************************
-2023-05-11 15:59:19,581 p=77453 u=rob n=ansible | Pausing for 5 seconds
-2023-05-11 15:59:19,581 p=77453 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
-2023-05-11 15:59:24,599 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:59:24,612 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: start nodes id] ***************************************************************************************************************************************************************************
-2023-05-11 15:59:24,649 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 15:59:24,652 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 15:59:24,659 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 15:59:24,664 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 15:59:24,668 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait after start] *************************************************************************************************************************************************************************
-2023-05-11 15:59:24,682 p=77453 u=rob n=ansible | Pausing for 5 seconds
-2023-05-11 15:59:24,682 p=77453 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
-2023-05-11 15:59:29,703 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:59:29,712 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait, b/c the ping often failed without a short break] ************************************************************************************************************************************
-2023-05-11 15:59:29,738 p=77453 u=rob n=ansible | Pausing for 30 seconds
-2023-05-11 15:59:29,739 p=77453 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
-2023-05-11 15:59:59,750 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 15:59:59,765 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: do ping test] *****************************************************************************************************************************************************************************
-2023-05-11 15:59:59,800 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 15:59:59,803 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:00:05,301 p=77453 u=rob n=ansible | ok: [client] => (item=2001:470:20::2)
-2023-05-11 16:00:05,557 p=77453 u=rob n=ansible | ok: [vyos-wan] => (item=tunnelbroker.net)
-2023-05-11 16:00:05,572 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: execute test commands] ********************************************************************************************************************************************************************
-2023-05-11 16:00:05,607 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:00:05,609 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:00:05,614 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:00:05,620 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:00:05,624 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: register stdout commands] *****************************************************************************************************************************************************************
-2023-05-11 16:00:05,645 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:00:05,648 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:00:10,122 p=77453 u=rob n=ansible | ok: [client] => (item={'name': 'ping_ip', 'command': 'ping 2001:470:20::2 count 4'})
-2023-05-11 16:00:10,168 p=77453 u=rob n=ansible | ok: [vyos-wan] => (item={'name': 'ping_ip', 'command': 'ping 2001:470:20::2 count 4'})
-2023-05-11 16:00:14,812 p=77453 u=rob n=ansible | ok: [vyos-wan] => (item={'name': 'ping_name', 'command': 'ping tunnelbroker.net count 4'})
-2023-05-11 16:00:14,827 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Set variables] ****************************************************************************************************************************************************************************
-2023-05-11 16:00:14,862 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:00:14,866 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:00:15,951 p=77453 u=rob n=ansible | ok: [client]
-2023-05-11 16:00:15,952 p=77453 u=rob n=ansible | ok: [vyos-wan]
-2023-05-11 16:00:15,962 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Reboot vyos] ******************************************************************************************************************************************************************************
-2023-05-11 16:00:15,988 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:00:15,997 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:00:17,289 p=77453 u=rob n=ansible | ok: [client]
-2023-05-11 16:00:17,290 p=77453 u=rob n=ansible | ok: [vyos-wan]
-2023-05-11 16:00:17,298 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait while shutdown] **********************************************************************************************************************************************************************
-2023-05-11 16:00:17,321 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:00:17,325 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Wait for vyos nodes] **********************************************************************************************************************************************************************
-2023-05-11 16:00:17,348 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:00:17,349 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:00:18,423 p=77453 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use ansible.utils.display.Display.verbosity instead. This feature will be removed in version 2.18. Deprecation warnings can be disabled by setting
-deprecation_warnings=False in ansible.cfg.
-2023-05-11 16:00:18,423 p=77453 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use ansible.utils.display.Display.verbosity instead. This feature will be removed in version 2.18. Deprecation warnings can be disabled by setting
-deprecation_warnings=False in ansible.cfg.
-2023-05-11 16:00:19,248 p=78245 u=rob n=p=78245 u=rob | paramiko [client] | Connected (version 2.0, client OpenSSH_9.2p1)
-2023-05-11 16:00:19,256 p=78244 u=rob n=p=78244 u=rob | paramiko [vyos-wan] | Connected (version 2.0, client OpenSSH_9.2p1)
-2023-05-11 16:00:19,526 p=78245 u=rob n=p=78245 u=rob | paramiko [client] | Authentication (publickey) successful!
-2023-05-11 16:00:19,718 p=78244 u=rob n=p=78244 u=rob | paramiko [vyos-wan] | Authentication (publickey) successful!
-2023-05-11 16:00:20,637 p=77453 u=rob n=ansible | ok: [client]
-2023-05-11 16:00:20,775 p=77453 u=rob n=ansible | ok: [vyos-wan]
-2023-05-11 16:00:20,778 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Login to EVE-NG and get Cookie] ***********************************************************************************************************************************************************
-2023-05-11 16:00:20,798 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:00:20,799 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:00:20,803 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:00:21,647 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 16:00:21,658 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: stop nodes id] ****************************************************************************************************************************************************************************
-2023-05-11 16:00:21,691 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:00:21,696 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:00:21,701 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:00:21,707 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:00:21,710 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait after stop] **************************************************************************************************************************************************************************
-2023-05-11 16:00:21,723 p=77453 u=rob n=ansible | Pausing for 5 seconds
-2023-05-11 16:00:21,724 p=77453 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
-2023-05-11 16:00:26,742 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 16:00:26,755 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: start nodes id] ***************************************************************************************************************************************************************************
-2023-05-11 16:00:26,792 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:00:26,795 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:00:26,802 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:00:26,808 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:00:26,812 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait after start] *************************************************************************************************************************************************************************
-2023-05-11 16:00:26,825 p=77453 u=rob n=ansible | Pausing for 5 seconds
-2023-05-11 16:00:26,825 p=77453 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
-2023-05-11 16:00:31,842 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 16:00:31,856 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait, b/c the ping often failed without a short break] ************************************************************************************************************************************
-2023-05-11 16:00:31,878 p=77453 u=rob n=ansible | Pausing for 30 seconds
-2023-05-11 16:00:31,879 p=77453 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
-2023-05-11 16:01:01,896 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 16:01:01,910 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: do ping test] *****************************************************************************************************************************************************************************
-2023-05-11 16:01:01,943 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:01,945 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:07,931 p=77453 u=rob n=ansible | ok: [vyos-wan] => (item=tunnelbroker.net)
-2023-05-11 16:01:08,654 p=77453 u=rob n=ansible | ok: [client] => (item=2001:470:20::2)
-2023-05-11 16:01:08,664 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: execute test commands] ********************************************************************************************************************************************************************
-2023-05-11 16:01:08,688 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:08,691 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:08,696 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:08,701 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:08,705 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: register stdout commands] *****************************************************************************************************************************************************************
-2023-05-11 16:01:08,727 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:08,730 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:08,736 p=77453 u=rob n=ansible | skipping: [vyos-wan] => (item={'name': 'ping_ip', 'command': 'ping 2001:470:20::2 count 4'})
-2023-05-11 16:01:08,739 p=77453 u=rob n=ansible | skipping: [client] => (item={'name': 'ping_ip', 'command': 'ping 2001:470:20::2 count 4'})
-2023-05-11 16:01:08,741 p=77453 u=rob n=ansible | skipping: [vyos-wan] => (item={'name': 'ping_name', 'command': 'ping tunnelbroker.net count 4'})
-2023-05-11 16:01:08,743 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:08,743 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:08,747 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Set variables] ****************************************************************************************************************************************************************************
-2023-05-11 16:01:08,766 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:08,768 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:08,773 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:08,778 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:08,782 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: ake sure tmp dir exist] *******************************************************************************************************************************************************************
-2023-05-11 16:01:08,798 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:08,806 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:08,809 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:08,813 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:08,817 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: register status of tmp/] ******************************************************************************************************************************************************************
-2023-05-11 16:01:08,832 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:08,839 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:08,841 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:08,845 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:08,849 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: ownload upgrade_iso] **********************************************************************************************************************************************************************
-2023-05-11 16:01:08,866 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:08,875 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:08,877 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:08,881 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:08,886 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Copy iso to host] *************************************************************************************************************************************************************************
-2023-05-11 16:01:08,900 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:08,907 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:08,910 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:08,915 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:08,918 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: upgrade vyos] *****************************************************************************************************************************************************************************
-2023-05-11 16:01:08,931 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:08,939 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:08,942 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:08,947 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:08,950 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Reboot vyos] ******************************************************************************************************************************************************************************
-2023-05-11 16:01:08,965 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:08,972 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:08,976 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:08,981 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:08,984 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait while shutdown] **********************************************************************************************************************************************************************
-2023-05-11 16:01:08,996 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:08,998 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Wait for vyos nodes] **********************************************************************************************************************************************************************
-2023-05-11 16:01:09,020 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:09,022 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:09,022 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:09,027 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:09,032 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: clear tmp dir] ****************************************************************************************************************************************************************************
-2023-05-11 16:01:09,044 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:09,046 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Login to EVE-NG and get Cookie] ***********************************************************************************************************************************************************
-2023-05-11 16:01:09,061 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:09,069 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:09,071 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:09,076 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:09,079 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: stop nodes id] ****************************************************************************************************************************************************************************
-2023-05-11 16:01:09,099 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:09,102 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:09,107 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:09,111 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:09,115 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait after stop] **************************************************************************************************************************************************************************
-2023-05-11 16:01:09,125 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:09,128 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: start nodes id] ***************************************************************************************************************************************************************************
-2023-05-11 16:01:09,148 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:09,151 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:09,156 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:09,161 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:09,165 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait after start] *************************************************************************************************************************************************************************
-2023-05-11 16:01:09,176 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:09,179 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait, b/c the ping often failed without a short break] ************************************************************************************************************************************
-2023-05-11 16:01:09,189 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:09,192 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: do ping test] *****************************************************************************************************************************************************************************
-2023-05-11 16:01:09,205 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:09,212 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:09,217 p=77453 u=rob n=ansible | skipping: [vyos-wan] => (item=tunnelbroker.net)
-2023-05-11 16:01:09,218 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:09,222 p=77453 u=rob n=ansible | skipping: [client] => (item=2001:470:20::2)
-2023-05-11 16:01:09,224 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:09,227 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: execute test commands] ********************************************************************************************************************************************************************
-2023-05-11 16:01:09,240 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:09,248 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:09,250 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:09,255 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:09,258 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: register stdout commands] *****************************************************************************************************************************************************************
-2023-05-11 16:01:09,272 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:09,279 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:09,285 p=77453 u=rob n=ansible | skipping: [vyos-wan] => (item={'name': 'ping_ip', 'command': 'ping 2001:470:20::2 count 4'})
-2023-05-11 16:01:09,286 p=77453 u=rob n=ansible | skipping: [vyos-wan] => (item={'name': 'ping_name', 'command': 'ping tunnelbroker.net count 4'})
-2023-05-11 16:01:09,289 p=77453 u=rob n=ansible | skipping: [client] => (item={'name': 'ping_ip', 'command': 'ping 2001:470:20::2 count 4'})
-2023-05-11 16:01:09,290 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:09,290 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:09,293 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Set variables] ****************************************************************************************************************************************************************************
-2023-05-11 16:01:09,307 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:09,314 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:09,316 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:09,322 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:09,326 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: make sure output dir exist] ***************************************************************************************************************************************************************
-2023-05-11 16:01:09,348 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:09,350 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:09,356 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:09,549 p=77453 u=rob n=ansible | ok: [eveng -> localhost]
-2023-05-11 16:01:09,553 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: make sure output include dir exist] *******************************************************************************************************************************************************
-2023-05-11 16:01:09,576 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:09,578 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:09,584 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:09,776 p=77453 u=rob n=ansible | ok: [eveng -> localhost]
-2023-05-11 16:01:09,779 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Get timestamp from the system] ************************************************************************************************************************************************************
-2023-05-11 16:01:09,798 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:09,800 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:09,806 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:09,990 p=77453 u=rob n=ansible | changed: [eveng]
-2023-05-11 16:01:09,996 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Set variables] ****************************************************************************************************************************************************************************
-2023-05-11 16:01:10,022 p=77453 u=rob n=ansible | ok: [eveng]
-2023-05-11 16:01:10,024 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:10,024 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:10,030 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:10,035 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: generate lab rst file] ********************************************************************************************************************************************************************
-2023-05-11 16:01:10,057 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:10,060 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:10,065 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:10,461 p=77453 u=rob n=ansible | changed: [eveng -> localhost]
-2023-05-11 16:01:10,466 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: find all *.conf files in Lab] *************************************************************************************************************************************************************
-2023-05-11 16:01:10,489 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:10,491 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:10,497 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:10,755 p=77453 u=rob n=ansible | ok: [eveng -> localhost]
-2023-05-11 16:01:10,762 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: copy all *.conf files] ********************************************************************************************************************************************************************
-2023-05-11 16:01:10,787 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:10,790 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:10,796 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:11,181 p=77453 u=rob n=ansible | ok: [eveng -> localhost] => (item={'path': 'labs/tunnelbroker/vyos-wan_tun0.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 501, 'gid': 20, 'size': 931, 'inode': 7231435, 'dev': 16777229, 'nlink': 1, 'atime': 1682417234.7947927, 'mtime': 1682417232.7545345, 'ctime': 1682417232.7545345, 'gr_name': 'staff', 'pw_name': 'rob', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False})
-2023-05-11 16:01:11,577 p=77453 u=rob n=ansible | ok: [eveng -> localhost] => (item={'path': 'labs/tunnelbroker/client.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 501, 'gid': 20, 'size': 50, 'inode': 362570, 'dev': 16777229, 'nlink': 1, 'atime': 1675370047.0673313, 'mtime': 1648155110.0, 'ctime': 1675368464.8110585, 'gr_name': 'staff', 'pw_name': 'rob', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False})
-2023-05-11 16:01:11,968 p=77453 u=rob n=ansible | ok: [eveng -> localhost] => (item={'path': 'labs/tunnelbroker/vyos-wan.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 501, 'gid': 20, 'size': 42, 'inode': 362571, 'dev': 16777229, 'nlink': 1, 'atime': 1675370047.0698297, 'mtime': 1648155110.0, 'ctime': 1675368464.8110874, 'gr_name': 'staff', 'pw_name': 'rob', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False})
-2023-05-11 16:01:12,361 p=77453 u=rob n=ansible | ok: [eveng -> localhost] => (item={'path': 'labs/tunnelbroker/transport.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 501, 'gid': 20, 'size': 107, 'inode': 362574, 'dev': 16777229, 'nlink': 1, 'atime': 1675370047.104907, 'mtime': 1648155110.0, 'ctime': 1675368464.8111699, 'gr_name': 'staff', 'pw_name': 'rob', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False})
-2023-05-11 16:01:12,367 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: find all *.config files in Lab] ***********************************************************************************************************************************************************
-2023-05-11 16:01:12,389 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:12,391 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:12,397 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:12,584 p=77453 u=rob n=ansible | ok: [eveng -> localhost]
-2023-05-11 16:01:12,589 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: copy all *.config files] ******************************************************************************************************************************************************************
-2023-05-11 16:01:12,606 p=77453 u=rob n=ansible | skipping: [eveng]
-2023-05-11 16:01:12,616 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:12,618 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:12,623 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:12,628 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: find all *.png files in Lab] **************************************************************************************************************************************************************
-2023-05-11 16:01:12,653 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:12,653 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:12,658 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:12,847 p=77453 u=rob n=ansible | ok: [eveng -> localhost]
-2023-05-11 16:01:12,853 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: copy all *.png files] *********************************************************************************************************************************************************************
-2023-05-11 16:01:12,878 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:12,881 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:12,887 p=77453 u=rob n=ansible | skipping: [client]
-2023-05-11 16:01:13,273 p=77453 u=rob n=ansible | ok: [eveng -> localhost] => (item={'path': 'labs/tunnelbroker/topology.png', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 501, 'gid': 20, 'size': 34614, 'inode': 362567, 'dev': 16777229, 'nlink': 1, 'atime': 1676403697.1329076, 'mtime': 1648155110.0, 'ctime': 1675368464.8109767, 'gr_name': 'staff', 'pw_name': 'rob', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False})
-2023-05-11 16:01:13,278 p=77453 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: copy ansible log files] *******************************************************************************************************************************************************************
-2023-05-11 16:01:13,299 p=77453 u=rob n=ansible | skipping: [vyos-oobm]
-2023-05-11 16:01:13,301 p=77453 u=rob n=ansible | skipping: [vyos-wan]
-2023-05-11 16:01:13,306 p=77453 u=rob n=ansible | skipping: [client]
+2023-08-31 21:52:03,731 p=73753 u=rob n=ansible | changed: [client]
+2023-08-31 21:52:04,862 p=73753 u=rob n=ansible | changed: [vyos-wan]
+2023-08-31 21:52:04,879 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : Register external IP in Tunnelbroker] **************************************************************************************************************************************
+2023-08-31 21:52:04,905 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:52:04,913 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:52:04,923 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:52:17,562 p=73753 u=rob n=ansible | ok: [vyos-wan -> eveng(eve-ng)]
+2023-08-31 21:52:17,569 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : get ipv4 address of vyos-wan (eth1)] ***************************************************************************************************************************************
+2023-08-31 21:52:17,597 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:52:17,606 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:52:17,617 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:52:18,676 p=73753 u=rob n=ansible | ok: [vyos-wan]
+2023-08-31 21:52:18,688 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : Set variables] *************************************************************************************************************************************************************
+2023-08-31 21:52:18,717 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:52:18,727 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:52:18,738 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:52:19,628 p=73753 u=rob n=ansible | ok: [vyos-wan]
+2023-08-31 21:52:19,641 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : setup vyos-wan] ************************************************************************************************************************************************************
+2023-08-31 21:52:19,671 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:52:19,682 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:52:19,691 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:52:27,796 p=73753 u=rob n=ansible | changed: [vyos-wan]
+2023-08-31 21:52:27,813 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Login to EVE-NG and get Cookie] ******************************************************************************************************************************
+2023-08-31 21:52:27,842 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:52:27,845 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:52:27,851 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:52:28,511 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:52:28,521 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: stop nodes id] ***********************************************************************************************************************************************
+2023-08-31 21:52:28,553 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:52:28,556 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:52:28,560 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:52:28,566 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:52:28,570 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait after stop] *********************************************************************************************************************************************
+2023-08-31 21:52:28,583 p=73753 u=rob n=ansible | Pausing for 5 seconds
+2023-08-31 21:52:28,584 p=73753 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
+2023-08-31 21:52:33,601 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:52:33,618 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: start nodes id] **********************************************************************************************************************************************
+2023-08-31 21:52:33,650 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:52:33,652 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:52:33,659 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:52:33,666 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:52:33,670 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait after start] ********************************************************************************************************************************************
+2023-08-31 21:52:33,682 p=73753 u=rob n=ansible | Pausing for 5 seconds
+2023-08-31 21:52:33,683 p=73753 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
+2023-08-31 21:52:38,701 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:52:38,719 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait, b/c the ping often failed without a short break] *******************************************************************************************************
+2023-08-31 21:52:38,736 p=73753 u=rob n=ansible | Pausing for 30 seconds
+2023-08-31 21:52:38,736 p=73753 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
+2023-08-31 21:53:08,754 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:53:08,768 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: do ping test] ************************************************************************************************************************************************
+2023-08-31 21:53:08,802 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:53:08,805 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:53:14,549 p=73753 u=rob n=ansible | ok: [vyos-wan] => (item=tunnelbroker.net)
+2023-08-31 21:53:15,162 p=73753 u=rob n=ansible | ok: [client] => (item=2001:470:20::2)
+2023-08-31 21:53:15,177 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: execute test commands] ***************************************************************************************************************************************
+2023-08-31 21:53:15,210 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:53:15,211 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:53:15,216 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:53:15,222 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:53:15,226 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: register stdout commands] ************************************************************************************************************************************
+2023-08-31 21:53:15,248 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:53:15,251 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:53:19,509 p=73753 u=rob n=ansible | ok: [client] => (item={'name': 'ping_ip', 'command': 'ping 2001:470:20::2 count 4'})
+2023-08-31 21:53:19,515 p=73753 u=rob n=ansible | ok: [vyos-wan] => (item={'name': 'ping_ip', 'command': 'ping 2001:470:20::2 count 4'})
+2023-08-31 21:53:24,065 p=73753 u=rob n=ansible | ok: [vyos-wan] => (item={'name': 'ping_name', 'command': 'ping tunnelbroker.net count 4'})
+2023-08-31 21:53:24,080 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Set variables] ***********************************************************************************************************************************************
+2023-08-31 21:53:24,110 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:53:24,113 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:53:25,039 p=73753 u=rob n=ansible | ok: [vyos-wan]
+2023-08-31 21:53:25,040 p=73753 u=rob n=ansible | ok: [client]
+2023-08-31 21:53:25,049 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Reboot vyos] *************************************************************************************************************************************************
+2023-08-31 21:53:25,079 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:53:25,080 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:53:26,212 p=73753 u=rob n=ansible | ok: [client]
+2023-08-31 21:53:26,212 p=73753 u=rob n=ansible | ok: [vyos-wan]
+2023-08-31 21:53:26,223 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait while shutdown] *****************************************************************************************************************************************
+2023-08-31 21:53:26,246 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:53:26,251 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Wait for vyos nodes] *****************************************************************************************************************************************
+2023-08-31 21:53:26,268 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:53:26,277 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:53:27,200 p=73753 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use ansible.utils.display.Display.verbosity instead. This feature will be removed in version 2.18. Deprecation warnings can be disabled
+ by setting deprecation_warnings=False in ansible.cfg.
+2023-08-31 21:53:27,200 p=73753 u=rob n=ansible | [DEPRECATION WARNING]: PlayContext.verbosity is deprecated, use ansible.utils.display.Display.verbosity instead. This feature will be removed in version 2.18. Deprecation warnings can be disabled
+ by setting deprecation_warnings=False in ansible.cfg.
+2023-08-31 21:53:28,164 p=74415 u=rob n=p=74415 u=rob | paramiko [client] | Connected (version 2.0, client OpenSSH_9.2p1)
+2023-08-31 21:53:28,164 p=74414 u=rob n=p=74414 u=rob | paramiko [vyos-wan] | Connected (version 2.0, client OpenSSH_9.2p1)
+2023-08-31 21:53:28,454 p=74415 u=rob n=p=74415 u=rob | paramiko [client] | Authentication (publickey) successful!
+2023-08-31 21:53:28,489 p=74414 u=rob n=p=74414 u=rob | paramiko [vyos-wan] | Authentication (publickey) successful!
+2023-08-31 21:53:29,492 p=73753 u=rob n=ansible | ok: [client]
+2023-08-31 21:53:29,493 p=73753 u=rob n=ansible | ok: [vyos-wan]
+2023-08-31 21:53:29,496 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Login to EVE-NG and get Cookie] ******************************************************************************************************************************
+2023-08-31 21:53:29,516 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:53:29,519 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:53:29,525 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:53:30,437 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:53:30,443 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: stop nodes id] ***********************************************************************************************************************************************
+2023-08-31 21:53:30,474 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:53:30,479 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:53:30,485 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:53:30,491 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:53:30,495 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait after stop] *********************************************************************************************************************************************
+2023-08-31 21:53:30,510 p=73753 u=rob n=ansible | Pausing for 5 seconds
+2023-08-31 21:53:30,510 p=73753 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
+2023-08-31 21:53:35,527 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:53:35,546 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: start nodes id] **********************************************************************************************************************************************
+2023-08-31 21:53:35,573 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:53:35,577 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:53:35,584 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:53:35,590 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:53:35,594 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait after start] ********************************************************************************************************************************************
+2023-08-31 21:53:35,608 p=73753 u=rob n=ansible | Pausing for 5 seconds
+2023-08-31 21:53:35,609 p=73753 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
+2023-08-31 21:53:40,634 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:53:40,643 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait, b/c the ping often failed without a short break] *******************************************************************************************************
+2023-08-31 21:53:40,664 p=73753 u=rob n=ansible | Pausing for 30 seconds
+2023-08-31 21:53:40,665 p=73753 u=rob n=ansible | (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
+2023-08-31 21:54:10,684 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:54:10,700 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: do ping test] ************************************************************************************************************************************************
+2023-08-31 21:54:10,738 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:10,741 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:16,091 p=73753 u=rob n=ansible | ok: [client] => (item=2001:470:20::2)
+2023-08-31 21:54:16,273 p=73753 u=rob n=ansible | ok: [vyos-wan] => (item=tunnelbroker.net)
+2023-08-31 21:54:16,283 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: execute test commands] ***************************************************************************************************************************************
+2023-08-31 21:54:16,316 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,318 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:16,325 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:16,330 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:16,335 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: register stdout commands] ************************************************************************************************************************************
+2023-08-31 21:54:16,358 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,361 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:16,367 p=73753 u=rob n=ansible | skipping: [vyos-wan] => (item={'name': 'ping_ip', 'command': 'ping 2001:470:20::2 count 4'})
+2023-08-31 21:54:16,370 p=73753 u=rob n=ansible | skipping: [client] => (item={'name': 'ping_ip', 'command': 'ping 2001:470:20::2 count 4'})
+2023-08-31 21:54:16,373 p=73753 u=rob n=ansible | skipping: [vyos-wan] => (item={'name': 'ping_name', 'command': 'ping tunnelbroker.net count 4'})
+2023-08-31 21:54:16,374 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:16,374 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:16,378 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Set variables] ***********************************************************************************************************************************************
+2023-08-31 21:54:16,398 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,401 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:16,405 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:16,409 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:16,413 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: ake sure tmp dir exist] **************************************************************************************************************************************
+2023-08-31 21:54:16,430 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,439 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:16,439 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:16,446 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:16,449 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: register status of tmp/] *************************************************************************************************************************************
+2023-08-31 21:54:16,463 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,472 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:16,474 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:16,479 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:16,483 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: ownload upgrade_iso] *****************************************************************************************************************************************
+2023-08-31 21:54:16,500 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,508 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:16,510 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:16,515 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:16,519 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Copy iso to host] ********************************************************************************************************************************************
+2023-08-31 21:54:16,533 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,541 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:16,544 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:16,549 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:16,553 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: upgrade vyos] ************************************************************************************************************************************************
+2023-08-31 21:54:16,574 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,575 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:16,577 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:16,582 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:16,585 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Reboot vyos] *************************************************************************************************************************************************
+2023-08-31 21:54:16,607 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,607 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:16,609 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:16,613 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:16,616 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait while shutdown] *****************************************************************************************************************************************
+2023-08-31 21:54:16,627 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,630 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Wait for vyos nodes] *****************************************************************************************************************************************
+2023-08-31 21:54:16,652 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,652 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:16,654 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:16,659 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:16,663 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: clear tmp dir] ***********************************************************************************************************************************************
+2023-08-31 21:54:16,673 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,676 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Login to EVE-NG and get Cookie] ******************************************************************************************************************************
+2023-08-31 21:54:16,696 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,697 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:16,699 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:16,704 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:16,707 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: stop nodes id] ***********************************************************************************************************************************************
+2023-08-31 21:54:16,727 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,730 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:16,735 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:16,740 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:16,744 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait after stop] *********************************************************************************************************************************************
+2023-08-31 21:54:16,754 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,757 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: start nodes id] **********************************************************************************************************************************************
+2023-08-31 21:54:16,777 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,780 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:16,785 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:16,790 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:16,793 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait after start] ********************************************************************************************************************************************
+2023-08-31 21:54:16,806 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,809 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: wait, b/c the ping often failed without a short break] *******************************************************************************************************
+2023-08-31 21:54:16,819 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,822 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: do ping test] ************************************************************************************************************************************************
+2023-08-31 21:54:16,842 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,842 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:16,845 p=73753 u=rob n=ansible | skipping: [vyos-wan] => (item=tunnelbroker.net)
+2023-08-31 21:54:16,847 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:16,852 p=73753 u=rob n=ansible | skipping: [client] => (item=2001:470:20::2)
+2023-08-31 21:54:16,854 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:16,857 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: execute test commands] ***************************************************************************************************************************************
+2023-08-31 21:54:16,878 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,880 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:16,880 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:16,885 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:16,888 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: register stdout commands] ************************************************************************************************************************************
+2023-08-31 21:54:16,908 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,908 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:16,915 p=73753 u=rob n=ansible | skipping: [vyos-wan] => (item={'name': 'ping_ip', 'command': 'ping 2001:470:20::2 count 4'})
+2023-08-31 21:54:16,917 p=73753 u=rob n=ansible | skipping: [vyos-wan] => (item={'name': 'ping_name', 'command': 'ping tunnelbroker.net count 4'})
+2023-08-31 21:54:16,919 p=73753 u=rob n=ansible | skipping: [client] => (item={'name': 'ping_ip', 'command': 'ping 2001:470:20::2 count 4'})
+2023-08-31 21:54:16,920 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:16,920 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:16,924 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Set variables] ***********************************************************************************************************************************************
+2023-08-31 21:54:16,943 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:16,944 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:16,946 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:16,952 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:16,956 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: make sure output dir exist] **********************************************************************************************************************************
+2023-08-31 21:54:16,979 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:16,981 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:16,987 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:17,109 p=73753 u=rob n=ansible | ok: [eveng -> localhost]
+2023-08-31 21:54:17,114 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: make sure output include dir exist] **************************************************************************************************************************
+2023-08-31 21:54:17,136 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:17,139 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:17,145 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:17,270 p=73753 u=rob n=ansible | ok: [eveng -> localhost]
+2023-08-31 21:54:17,272 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Get timestamp from the system] *******************************************************************************************************************************
+2023-08-31 21:54:17,291 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:17,294 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:17,300 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:17,489 p=73753 u=rob n=ansible | changed: [eveng]
+2023-08-31 21:54:17,495 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: Set variables] ***********************************************************************************************************************************************
+2023-08-31 21:54:17,520 p=73753 u=rob n=ansible | ok: [eveng]
+2023-08-31 21:54:17,523 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:17,523 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:17,529 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:17,533 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: generate lab rst file] ***************************************************************************************************************************************
+2023-08-31 21:54:17,555 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:17,557 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:17,563 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:17,814 p=73753 u=rob n=ansible | changed: [eveng -> localhost]
+2023-08-31 21:54:17,819 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: find all *.conf files in Lab] ********************************************************************************************************************************
+2023-08-31 21:54:17,841 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:17,843 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:17,849 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:18,021 p=73753 u=rob n=ansible | ok: [eveng -> localhost]
+2023-08-31 21:54:18,027 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: copy all *.conf files] ***************************************************************************************************************************************
+2023-08-31 21:54:18,055 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:18,055 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:18,062 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:18,307 p=73753 u=rob n=ansible | ok: [eveng -> localhost] => (item={'path': 'labs/tunnelbroker/vyos-wan_tun0.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 501, 'gid': 20, 'size': 931, 'inode': 11076333, 'dev': 16777229, 'nlink': 1, 'atime': 1686132323.9467034, 'mtime': 1686132322.67604, 'ctime': 1686132322.67604, 'gr_name': 'staff', 'pw_name': 'rob', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False})
+2023-08-31 21:54:18,553 p=73753 u=rob n=ansible | ok: [eveng -> localhost] => (item={'path': 'labs/tunnelbroker/client.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 501, 'gid': 20, 'size': 50, 'inode': 362570, 'dev': 16777229, 'nlink': 1, 'atime': 1675370047.0673313, 'mtime': 1648155110.0, 'ctime': 1675368464.8110585, 'gr_name': 'staff', 'pw_name': 'rob', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False})
+2023-08-31 21:54:18,810 p=73753 u=rob n=ansible | ok: [eveng -> localhost] => (item={'path': 'labs/tunnelbroker/vyos-wan.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 501, 'gid': 20, 'size': 42, 'inode': 362571, 'dev': 16777229, 'nlink': 1, 'atime': 1675370047.0698297, 'mtime': 1648155110.0, 'ctime': 1675368464.8110874, 'gr_name': 'staff', 'pw_name': 'rob', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False})
+2023-08-31 21:54:19,050 p=73753 u=rob n=ansible | ok: [eveng -> localhost] => (item={'path': 'labs/tunnelbroker/transport.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 501, 'gid': 20, 'size': 107, 'inode': 362574, 'dev': 16777229, 'nlink': 1, 'atime': 1675370047.104907, 'mtime': 1648155110.0, 'ctime': 1675368464.8111699, 'gr_name': 'staff', 'pw_name': 'rob', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False})
+2023-08-31 21:54:19,056 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: find all *.config files in Lab] ******************************************************************************************************************************
+2023-08-31 21:54:19,079 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:19,081 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:19,087 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:19,204 p=73753 u=rob n=ansible | ok: [eveng -> localhost]
+2023-08-31 21:54:19,207 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: copy all *.config files] *************************************************************************************************************************************
+2023-08-31 21:54:19,226 p=73753 u=rob n=ansible | skipping: [eveng]
+2023-08-31 21:54:19,235 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:19,237 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:19,243 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:19,247 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: find all *.png files in Lab] *********************************************************************************************************************************
+2023-08-31 21:54:19,270 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:19,272 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:19,279 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:19,400 p=73753 u=rob n=ansible | ok: [eveng -> localhost]
+2023-08-31 21:54:19,406 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: copy all *.png files] ****************************************************************************************************************************************
+2023-08-31 21:54:19,431 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:19,434 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:19,440 p=73753 u=rob n=ansible | skipping: [client]
+2023-08-31 21:54:19,671 p=73753 u=rob n=ansible | ok: [eveng -> localhost] => (item={'path': 'labs/tunnelbroker/topology.png', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 501, 'gid': 20, 'size': 34614, 'inode': 362567, 'dev': 16777229, 'nlink': 1, 'atime': 1676403697.1329076, 'mtime': 1648155110.0, 'ctime': 1675368464.8109767, 'gr_name': 'staff', 'pw_name': 'rob', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False})
+2023-08-31 21:54:19,676 p=73753 u=rob n=ansible | TASK [eve-ng-lab-test : tunnelbroker: copy ansible log files] **************************************************************************************************************************************
+2023-08-31 21:54:19,698 p=73753 u=rob n=ansible | skipping: [vyos-oobm]
+2023-08-31 21:54:19,701 p=73753 u=rob n=ansible | skipping: [vyos-wan]
+2023-08-31 21:54:19,708 p=73753 u=rob n=ansible | skipping: [client]
diff --git a/docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst b/docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst
index d432fde3..4a822b04 100644
--- a/docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst
+++ b/docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst
@@ -4,8 +4,8 @@
Tunnelbroker.net (IPv6)
#######################
-| Testdate: 2023-05-11
-| Version: 1.4-rolling-202305100734
+| Testdate: 2023-08-31
+| Version: 1.4-rolling-202308240020
This guide walks through the setup of https://www.tunnelbroker.net/ for an
IPv6 Tunnel.
@@ -61,14 +61,14 @@ Now you should be able to ping a public IPv6 Address
vyos@vyos-wan:~$ ping 2001:470:20::2 count 4
PING 2001:470:20::2(2001:470:20::2) 56 data bytes
- 64 bytes from 2001:470:20::2: icmp_seq=1 ttl=64 time=30.7 ms
- 64 bytes from 2001:470:20::2: icmp_seq=2 ttl=64 time=30.3 ms
- 64 bytes from 2001:470:20::2: icmp_seq=3 ttl=64 time=29.8 ms
- 64 bytes from 2001:470:20::2: icmp_seq=4 ttl=64 time=153 ms
+ 64 bytes from 2001:470:20::2: icmp_seq=1 ttl=64 time=39.4 ms
+ 64 bytes from 2001:470:20::2: icmp_seq=2 ttl=64 time=29.9 ms
+ 64 bytes from 2001:470:20::2: icmp_seq=3 ttl=64 time=30.0 ms
+ 64 bytes from 2001:470:20::2: icmp_seq=4 ttl=64 time=29.9 ms
--- 2001:470:20::2 ping statistics ---
- 4 packets transmitted, 4 received, 0% packet loss, time 3001ms
- rtt min/avg/max/mdev = 29.843/61.032/153.298/53.270 ms
+ 4 packets transmitted, 4 received, 0% packet loss, time 3005ms
+ rtt min/avg/max/mdev = 29.885/32.293/39.371/4.086 ms
Assuming the pings are successful, you need to add some DNS servers.
@@ -85,14 +85,14 @@ You should now be able to ping something by IPv6 DNS name:
vyos@vyos-wan:~$ ping tunnelbroker.net count 4
PING tunnelbroker.net(tunnelbroker.net (2001:470:0:63::2)) 56 data bytes
- 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=1 ttl=46 time=176 ms
- 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=2 ttl=46 time=179 ms
- 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=3 ttl=46 time=176 ms
- 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=4 ttl=46 time=193 ms
+ 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=1 ttl=46 time=200 ms
+ 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=2 ttl=46 time=176 ms
+ 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=3 ttl=46 time=244 ms
+ 64 bytes from tunnelbroker.net (2001:470:0:63::2): icmp_seq=4 ttl=46 time=176 ms
--- tunnelbroker.net ping statistics ---
- 4 packets transmitted, 4 received, 0% packet loss, time 3004ms
- rtt min/avg/max/mdev = 175.558/180.981/193.109/7.153 ms
+ 4 packets transmitted, 4 received, 0% packet loss, time 3002ms
+ rtt min/avg/max/mdev = 175.737/198.653/243.621/27.714 ms
*****************
@@ -148,14 +148,14 @@ Now the Client is able to ping a public IPv6 address
vyos@client:~$ ping 2001:470:20::2 count 4
PING 2001:470:20::2(2001:470:20::2) 56 data bytes
- 64 bytes from 2001:470:20::2: icmp_seq=1 ttl=63 time=30.9 ms
- 64 bytes from 2001:470:20::2: icmp_seq=2 ttl=63 time=30.5 ms
- 64 bytes from 2001:470:20::2: icmp_seq=3 ttl=63 time=30.8 ms
- 64 bytes from 2001:470:20::2: icmp_seq=4 ttl=63 time=94.9 ms
+ 64 bytes from 2001:470:20::2: icmp_seq=1 ttl=63 time=30.5 ms
+ 64 bytes from 2001:470:20::2: icmp_seq=2 ttl=63 time=29.6 ms
+ 64 bytes from 2001:470:20::2: icmp_seq=3 ttl=63 time=29.9 ms
+ 64 bytes from 2001:470:20::2: icmp_seq=4 ttl=63 time=29.8 ms
--- 2001:470:20::2 ping statistics ---
- 4 packets transmitted, 4 received, 0% packet loss, time 3004ms
- rtt min/avg/max/mdev = 30.455/46.775/94.917/27.795 ms
+ 4 packets transmitted, 4 received, 0% packet loss, time 3005ms
+ rtt min/avg/max/mdev = 29.578/29.959/30.490/0.333 ms
Multiple LAN/DMZ Setup
diff --git a/docs/installation/virtual/docker.rst b/docs/installation/virtual/docker.rst
index c4ff2c15..0abb4f26 100644
--- a/docs/installation/virtual/docker.rst
+++ b/docs/installation/virtual/docker.rst
@@ -57,8 +57,7 @@ will require that this network be included as the ``--net`` parameter to
.. code-block:: none
$ mkdir vyos && cd vyos
- $ curl -o vyos-1.4-rolling-202308240020-amd64.iso https://github.com/vyos/vyos-rolling-night
-ly-builds/releases/download/1.4-rolling-202308240020/vyos-1.4-rolling-202308240020-amd64.iso
+ $ curl -o vyos-1.4-rolling-202308240020-amd64.iso https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.4-rolling-202308240020/vyos-1.4-rolling-202308240020-amd64.iso
$ mkdir rootfs
$ sudo mount -o loop vyos-1.4-rolling-202308240020-amd64.iso rootfs
$ sudo apt-get install -y squashfs-tools
diff --git a/docs/introducing/history.rst b/docs/introducing/history.rst
index af4afe4f..daf3e2a1 100644
--- a/docs/introducing/history.rst
+++ b/docs/introducing/history.rst
@@ -41,8 +41,9 @@ Major releases
VyOS major versions used to be named after elements in order of atomic
numbers. With 1.2, this naming scheme was replaced with the much
-cooler scheme of Latin names of IAU designated constellations by solid
-angle area, starting from the smallest.
+cooler scheme of Latin names of `IAU
+<https://en.wikipedia.org/wiki/IAU_designated_constellations_by_area>`_
+designated constellations by solid angle area, starting from the smallest.
Hydrogen (1.0)
--------------
@@ -108,6 +109,12 @@ Sagitta (1.4)
Sagitta (the Arrow) is the codename of the current development
branch, so there's no VyOS 1.4 yet.
+Circinus (1.5)
+-------------
+
+Circinus (the Compass) is the codename of the upcoming development
+branch, so there's no VyOS 1.5 yet.
+
A note on copyright
===================