From 31d1fe637dd4ed3e556f81fddd2018fbc50f3304 Mon Sep 17 00:00:00 2001 From: rebortg Date: Fri, 14 Oct 2022 20:22:29 +0200 Subject: refresh vyos commands for coverage page --- .../20221013-1.4-rolling-202210090955.json | 124747 ++++++++++++++++++ 1 file changed, 124747 insertions(+) create mode 100644 docs/_include/coverage/20221013-1.4-rolling-202210090955.json (limited to 'docs/_include/coverage/20221013-1.4-rolling-202210090955.json') diff --git a/docs/_include/coverage/20221013-1.4-rolling-202210090955.json b/docs/_include/coverage/20221013-1.4-rolling-202210090955.json new file mode 100644 index 00000000..bc6ece95 --- /dev/null +++ b/docs/_include/coverage/20221013-1.4-rolling-202210090955.json @@ -0,0 +1,124747 @@ +{ + "cfgcmd": [ + { + "cmd": [ + "cluster", + "dead-interval", + "" + ], + "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", + "", + "auto-failback", + "" + ], + "help": "Fail back to primary node if it recovers from failure", + "run": null, + "type": "bool", + "val_help": null + }, + { + "cmd": [ + "cluster", + "group", + "", + "monitor", + "" + ], + "help": "IP address(es) for monitoring connectivity", + "run": null, + "type": "ipv4", + "val_help": null + }, + { + "cmd": [ + "cluster", + "group", + "", + "primary", + "" + ], + "help": "Host name of the primary node [REQUIRED]", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "cluster", + "group", + "", + "secondary", + "" + ], + "help": "Host name(s) of the secondary node(s) [REQUIRED]", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "cluster", + "group", + "", + "service", + "" + ], + "help": "lp: //; IP address (with subnet mask length and interface) to be clustered", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "cluster", + "interface", + "" + ], + "help": "Interface(s) for sending/receiving heartbeat packets [REQUIRED]", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "cluster", + "keepalive-interval", + "" + ], + "help": "Time interval between heartbeat packets (milliseconds)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "cluster", + "mcast-group", + "" + ], + "help": "Multicast group for sending/receiving heartbeat packets", + "run": null, + "type": "ipv4", + "val_help": null + }, + { + "cmd": [ + "cluster", + "monitor-dead-interval", + "" + ], + "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", + "" + ], + "help": "Pre-shared secret for authentication between cluster nodes [REQUIRED]", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "container", + "name", + "", + "allow-host-networks" + ], + "help": "Allow host networks in container", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "container", + "name", + "", + "cap-add", + "" + ], + "help": "lp: sys-time; Permission to set system clock", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "container", + "name", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "container", + "name", + "", + "device", + "", + "destination", + "" + ], + "help": "lp: txt; Destination container device", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "container", + "name", + "", + "device", + "", + "source", + "" + ], + "help": "lp: txt; Source device", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "container", + "name", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "container", + "name", + "", + "environment", + "", + "value", + "" + ], + "help": "lp: txt; Set environment option value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "container", + "name", + "", + "image", + "" + ], + "help": "Image name in the hub-registry", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "container", + "name", + "", + "memory", + "" + ], + "help": "lp: u32:1-16384; Container memory in megabytes (MB)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "container", + "name", + "", + "network", + "", + "address", + "" + ], + "help": "lp: ipv4; IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "container", + "name", + "", + "port", + "", + "destination", + "" + ], + "help": "lp: start-end; Destination container port range (e.g. 10025-10030)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "container", + "name", + "", + "port", + "", + "protocol", + "" + ], + "help": "Protocol tcp/udp", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "container", + "name", + "", + "port", + "", + "source", + "" + ], + "help": "lp: start-end; Source host port range (e.g. 10025-10030)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "container", + "name", + "", + "restart", + "" + ], + "help": "lp: always; Restart containers when they exit, regardless of status, retrying indefinitely", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "container", + "name", + "", + "volume", + "", + "destination", + "" + ], + "help": "lp: txt; Destination container directory", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "container", + "name", + "", + "volume", + "", + "source", + "" + ], + "help": "lp: txt; Source host directory", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "container", + "network", + "", + "description", + "" + ], + "help": "Network description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "container", + "network", + "", + "prefix", + "" + ], + "help": "lp: ipv6net; IPv6 network prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "container", + "registry", + "" + ], + "help": "Registry Name (default: docker.io, quay.io)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "all-ping", + "" + ], + "help": "lp: disable; Disable processing of all IPv4 ICMP echo requests", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "broadcast-ping", + "" + ], + "help": "lp: disable; Disable processing of broadcast IPv4 ICMP echo/timestamp requests (default)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "config-trap", + "" + ], + "help": "lp: disable; Disable sending SNMP trap on firewall configuration change (default)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "group", + "address-group", + "", + "address", + "" + ], + "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", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "group", + "address-group", + "", + "include", + "" + ], + "help": "Include another address-group", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "group", + "domain-group", + "", + "address", + "" + ], + "help": "lp: txt; Domain address to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "group", + "domain-group", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "group", + "ipv6-address-group", + "", + "address", + "" + ], + "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", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "group", + "ipv6-address-group", + "", + "include", + "" + ], + "help": "Include another ipv6-address-group", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "group", + "ipv6-network-group", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "group", + "ipv6-network-group", + "", + "include", + "" + ], + "help": "Include another ipv6-network-group", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "group", + "ipv6-network-group", + "", + "network", + "" + ], + "help": "lp: ipv6net; IPv6 address to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "group", + "mac-group", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "group", + "mac-group", + "", + "include", + "" + ], + "help": "Include another mac-group", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "group", + "mac-group", + "", + "mac-address", + "" + ], + "help": "lp: ; MAC address to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "group", + "network-group", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "group", + "network-group", + "", + "include", + "" + ], + "help": "Include another network-group", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "group", + "network-group", + "", + "network", + "" + ], + "help": "lp: ipv4net; IPv4 Subnet to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "group", + "port-group", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "group", + "port-group", + "", + "include", + "" + ], + "help": "Include another port-group", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "group", + "port-group", + "", + "port", + "" + ], + "help": "lp: start-end; Numbered port range (e.g. 1001-1050)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "interface", + "", + "in", + "ipv6-name", + "" + ], + "help": "Local IPv6 firewall ruleset name for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "interface", + "", + "in", + "name", + "" + ], + "help": "Local IPv4 firewall ruleset name for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "interface", + "", + "local", + "ipv6-name", + "" + ], + "help": "Local IPv6 firewall ruleset name for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "interface", + "", + "local", + "name", + "" + ], + "help": "Local IPv4 firewall ruleset name for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "interface", + "", + "out", + "ipv6-name", + "" + ], + "help": "Local IPv6 firewall ruleset name for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "interface", + "", + "out", + "name", + "" + ], + "help": "Local IPv4 firewall ruleset name for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ip-src-route", + "" + ], + "help": "lp: disable; Disable processing of IPv4 packets with source route option (default)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "default-action", + "" + ], + "help": "lp: accept; Accept if no prior rules are hit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "default-jump-target", + "" + ], + "help": "Set jump target. Action jump must be defined in default-action", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "enable-default-log" + ], + "help": "Log packets hitting default-action", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "action", + "" + ], + "help": "lp: drop; Drop matching entries", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "connection-status", + "nat", + "" + ], + "help": "lp: source; Match connections that are subject to source NAT", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "destination", + "address", + "" + ], + "help": "lp: !ipv6range; Match everything except the specified range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "destination", + "geoip", + "country-code", + "" + ], + "help": "lp: ; Country code (2 characters)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "destination", + "geoip", + "inverse-match" + ], + "help": "Inverse match of country-codes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "destination", + "group", + "address-group", + "" + ], + "help": "Group of addresses", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "destination", + "group", + "mac-group", + "" + ], + "help": "Group of MAC addresses", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "destination", + "group", + "network-group", + "" + ], + "help": "Group of networks", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "destination", + "group", + "port-group", + "" + ], + "help": "Group of ports", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "destination", + "port", + "" + ], + "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", + "", + "rule", + "", + "disable" + ], + "help": "Option to disable firewall rule", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "dscp", + "" + ], + "help": "lp: ; DSCP range to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "dscp-exclude", + "" + ], + "help": "lp: ; DSCP range not to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "fragment", + "match-frag" + ], + "help": "Second and further fragments of fragmented packets", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "fragment", + "match-non-frag" + ], + "help": "Head fragments or unfragmented packets", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "hop-limit", + "eq", + "" + ], + "help": "lp: u32:0-255; Equal to value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "hop-limit", + "gt", + "" + ], + "help": "lp: u32:0-255; Greater then value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "hop-limit", + "lt", + "" + ], + "help": "lp: u32:0-255; Less then value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "icmpv6", + "code", + "" + ], + "help": "lp: u32:0-255; ICMPv6 code (0-255)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "icmpv6", + "type", + "" + ], + "help": "lp: u32:0-255; ICMPv6 type (0-255)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "icmpv6", + "type-name", + "" + ], + "help": "lp: router-renumbering; ICMPv6 type 138: router-renumbering", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "inbound-interface", + "" + ], + "help": "Match inbound-interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "ipsec", + "match-ipsec" + ], + "help": "Inbound IPsec packets", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "ipsec", + "match-none" + ], + "help": "Inbound non-IPsec packets", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "jump-target", + "" + ], + "help": "Set jump target. Action jump must be defined to use this setting", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "limit", + "burst", + "" + ], + "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", + "", + "rule", + "", + "limit", + "rate", + "" + ], + "help": "lp: txt; integer/unit (Example: 5/minute)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "log", + "" + ], + "help": "lp: disable; Disable log", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "log-level", + "" + ], + "help": "lp: debug; Debug log level", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "outbound-interface", + "" + ], + "help": "Match outbound-interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "packet-length", + "" + ], + "help": "lp: ; Packet length range to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "packet-length-exclude", + "" + ], + "help": "lp: ; Packet length range not to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "protocol", + "" + ], + "help": "lp: !; IP protocol name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "recent", + "count", + "" + ], + "help": "lp: u32:1-255; Source addresses seen more than N times", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "recent", + "time", + "" + ], + "help": "lp: hour; Source addresses seen COUNT times in the last hour", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "source", + "address", + "" + ], + "help": "lp: !ipv6range; Match everything except the specified range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "source", + "geoip", + "country-code", + "" + ], + "help": "lp: ; Country code (2 characters)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "source", + "geoip", + "inverse-match" + ], + "help": "Inverse match of country-codes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "source", + "group", + "address-group", + "" + ], + "help": "Group of addresses", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "source", + "group", + "domain-group", + "" + ], + "help": "Group of domains", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "source", + "group", + "mac-group", + "" + ], + "help": "Group of MAC addresses", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "source", + "group", + "network-group", + "" + ], + "help": "Group of networks", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "source", + "group", + "port-group", + "" + ], + "help": "Group of ports", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "source", + "mac-address", + "" + ], + "help": "lp: !; Match everything except the specified MAC address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "source", + "port", + "" + ], + "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", + "", + "rule", + "", + "state", + "established", + "" + ], + "help": "lp: disable; Disable", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "state", + "invalid", + "" + ], + "help": "lp: disable; Disable", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "state", + "new", + "" + ], + "help": "lp: disable; Disable", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "state", + "related", + "" + ], + "help": "lp: disable; Disable", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "tcp", + "flags", + "ack" + ], + "help": "Acknowledge flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "tcp", + "flags", + "cwr" + ], + "help": "Congestion Window Reduced flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "tcp", + "flags", + "ecn" + ], + "help": "Explicit Congestion Notification flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "tcp", + "flags", + "fin" + ], + "help": "Finish flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "tcp", + "flags", + "not", + "ack" + ], + "help": "Acknowledge flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "tcp", + "flags", + "not", + "cwr" + ], + "help": "Congestion Window Reduced flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "tcp", + "flags", + "not", + "ecn" + ], + "help": "Explicit Congestion Notification flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "tcp", + "flags", + "not", + "fin" + ], + "help": "Finish flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "tcp", + "flags", + "not", + "psh" + ], + "help": "Push flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "tcp", + "flags", + "not", + "rst" + ], + "help": "Reset flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "tcp", + "flags", + "not", + "syn" + ], + "help": "Synchronise flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "tcp", + "flags", + "not", + "urg" + ], + "help": "Urgent flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "tcp", + "flags", + "psh" + ], + "help": "Push flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "tcp", + "flags", + "rst" + ], + "help": "Reset flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "tcp", + "flags", + "syn" + ], + "help": "Synchronise flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "tcp", + "flags", + "urg" + ], + "help": "Urgent flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "tcp", + "mss", + "" + ], + "help": "lp: -; TCP MSS range (use '-' as delimiter)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "time", + "startdate", + "" + ], + "help": "lp: txt; Enter date using following notation - YYYY-MM-DD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "time", + "starttime", + "" + ], + "help": "lp: txt; Enter time using using 24 hour notation - hh:mm:ss", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "time", + "stopdate", + "" + ], + "help": "lp: txt; Enter date using following notation - YYYY-MM-DD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "time", + "stoptime", + "" + ], + "help": "lp: txt; Enter time using using 24 hour notation - hh:mm:ss", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-name", + "", + "rule", + "", + "time", + "weekdays", + "" + ], + "help": "lp: u32:0-6; Day number (0 = Sunday ... 6 = Saturday)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-receive-redirects", + "" + ], + "help": "lp: disable; Disable processing of received ICMPv6 redirect messages (default)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "ipv6-src-route", + "" + ], + "help": "lp: disable; Disable processing of IPv6 packets with routing header (default)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "log-martians", + "" + ], + "help": "lp: disable; Disable logging of Ipv4 packets with invalid addresses", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "default-action", + "" + ], + "help": "lp: accept; Accept if no prior rules are hit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "default-jump-target", + "" + ], + "help": "Set jump target. Action jump must be defined in default-action", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "enable-default-log" + ], + "help": "Log packets hitting default-action", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "action", + "" + ], + "help": "lp: drop; Drop matching entries", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "connection-status", + "nat", + "" + ], + "help": "lp: source; Match connections that are subject to source NAT", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "destination", + "address", + "" + ], + "help": "lp: !ipv4range; Match everything except the specified range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "destination", + "geoip", + "country-code", + "" + ], + "help": "lp: ; Country code (2 characters)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "destination", + "geoip", + "inverse-match" + ], + "help": "Inverse match of country-codes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "destination", + "group", + "address-group", + "" + ], + "help": "Group of addresses", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "destination", + "group", + "domain-group", + "" + ], + "help": "Group of domains", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "destination", + "group", + "mac-group", + "" + ], + "help": "Group of MAC addresses", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "destination", + "group", + "network-group", + "" + ], + "help": "Group of networks", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "destination", + "group", + "port-group", + "" + ], + "help": "Group of ports", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "destination", + "port", + "" + ], + "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", + "name", + "", + "rule", + "", + "disable" + ], + "help": "Option to disable firewall rule", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "dscp", + "" + ], + "help": "lp: ; DSCP range to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "dscp-exclude", + "" + ], + "help": "lp: ; DSCP range not to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "fragment", + "match-frag" + ], + "help": "Second and further fragments of fragmented packets", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "fragment", + "match-non-frag" + ], + "help": "Head fragments or unfragmented packets", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "icmp", + "code", + "" + ], + "help": "lp: u32:0-255; ICMP code (0-255)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "icmp", + "type", + "" + ], + "help": "lp: u32:0-255; ICMP type (0-255)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "icmp", + "type-name", + "" + ], + "help": "lp: address-mask-reply; ICMP type 18: address-mask-reply", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "inbound-interface", + "" + ], + "help": "Match inbound-interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "ipsec", + "match-ipsec" + ], + "help": "Inbound IPsec packets", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "ipsec", + "match-none" + ], + "help": "Inbound non-IPsec packets", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "jump-target", + "" + ], + "help": "Set jump target. Action jump must be defined to use this setting", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "limit", + "burst", + "" + ], + "help": "lp: u32:0-4294967295; Maximum number of packets to allow in excess of rate", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "limit", + "rate", + "" + ], + "help": "lp: txt; integer/unit (Example: 5/minute)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "log", + "" + ], + "help": "lp: disable; Disable log", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "log-level", + "" + ], + "help": "lp: debug; Debug log level", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "outbound-interface", + "" + ], + "help": "Match outbound-interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "packet-length", + "" + ], + "help": "lp: ; Packet length range to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "packet-length-exclude", + "" + ], + "help": "lp: ; Packet length range not to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "protocol", + "" + ], + "help": "lp: !; IP protocol name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "recent", + "count", + "" + ], + "help": "lp: u32:1-255; Source addresses seen more than N times", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "recent", + "time", + "" + ], + "help": "lp: hour; Source addresses seen COUNT times in the last hour", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "source", + "address", + "" + ], + "help": "lp: !ipv4range; Match everything except the specified range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "source", + "geoip", + "country-code", + "" + ], + "help": "lp: ; Country code (2 characters)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "source", + "geoip", + "inverse-match" + ], + "help": "Inverse match of country-codes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "source", + "group", + "address-group", + "" + ], + "help": "Group of addresses", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "source", + "group", + "domain-group", + "" + ], + "help": "Group of domains", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "source", + "group", + "mac-group", + "" + ], + "help": "Group of MAC addresses", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "source", + "group", + "network-group", + "" + ], + "help": "Group of networks", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "source", + "group", + "port-group", + "" + ], + "help": "Group of ports", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "source", + "mac-address", + "" + ], + "help": "lp: !; Match everything except the specified MAC address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "source", + "port", + "" + ], + "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", + "name", + "", + "rule", + "", + "state", + "established", + "" + ], + "help": "lp: disable; Disable", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "state", + "invalid", + "" + ], + "help": "lp: disable; Disable", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "state", + "new", + "" + ], + "help": "lp: disable; Disable", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "state", + "related", + "" + ], + "help": "lp: disable; Disable", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "tcp", + "flags", + "ack" + ], + "help": "Acknowledge flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "tcp", + "flags", + "cwr" + ], + "help": "Congestion Window Reduced flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "tcp", + "flags", + "ecn" + ], + "help": "Explicit Congestion Notification flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "tcp", + "flags", + "fin" + ], + "help": "Finish flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "tcp", + "flags", + "not", + "ack" + ], + "help": "Acknowledge flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "tcp", + "flags", + "not", + "cwr" + ], + "help": "Congestion Window Reduced flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "tcp", + "flags", + "not", + "ecn" + ], + "help": "Explicit Congestion Notification flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "tcp", + "flags", + "not", + "fin" + ], + "help": "Finish flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "tcp", + "flags", + "not", + "psh" + ], + "help": "Push flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "tcp", + "flags", + "not", + "rst" + ], + "help": "Reset flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "tcp", + "flags", + "not", + "syn" + ], + "help": "Synchronise flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "tcp", + "flags", + "not", + "urg" + ], + "help": "Urgent flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "tcp", + "flags", + "psh" + ], + "help": "Push flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "tcp", + "flags", + "rst" + ], + "help": "Reset flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "tcp", + "flags", + "syn" + ], + "help": "Synchronise flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "tcp", + "flags", + "urg" + ], + "help": "Urgent flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "tcp", + "mss", + "" + ], + "help": "lp: -; TCP MSS range (use '-' as delimiter)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "time", + "startdate", + "" + ], + "help": "lp: txt; Enter date using following notation - YYYY-MM-DD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "time", + "starttime", + "" + ], + "help": "lp: txt; Enter time using using 24 hour notation - hh:mm:ss", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "time", + "stopdate", + "" + ], + "help": "lp: txt; Enter date using following notation - YYYY-MM-DD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "time", + "stoptime", + "" + ], + "help": "lp: txt; Enter time using using 24 hour notation - hh:mm:ss", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "time", + "weekdays", + "" + ], + "help": "lp: u32:0-6; Day number (0 = Sunday ... 6 = Saturday)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "ttl", + "eq", + "" + ], + "help": "lp: u32:0-255; Equal to value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "ttl", + "gt", + "" + ], + "help": "lp: u32:0-255; Greater then value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "name", + "", + "rule", + "", + "ttl", + "lt", + "" + ], + "help": "lp: u32:0-255; Less then value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "receive-redirects", + "" + ], + "help": "lp: disable; Disable processing of received IPv4 ICMP redirect messages (default)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "send-redirects", + "" + ], + "help": "lp: disable; Disable sending IPv4 ICMP redirect messages", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "source-validation", + "" + ], + "help": "lp: disable; No source validation (default)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "state-policy", + "established", + "action", + "" + ], + "help": "lp: reject; Action to reject", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "state-policy", + "established", + "log-level", + "" + ], + "help": "lp: debug; Debug log level", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "state-policy", + "invalid", + "action", + "" + ], + "help": "lp: reject; Action to reject", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "state-policy", + "invalid", + "log-level", + "" + ], + "help": "lp: debug; Debug log level", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "state-policy", + "related", + "action", + "" + ], + "help": "lp: reject; Action to reject", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "state-policy", + "related", + "log-level", + "" + ], + "help": "lp: debug; Debug log level", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "syn-cookies", + "" + ], + "help": "lp: disable; Disable use of TCP SYN cookies with IPv4", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "twa-hazards-protection", + "" + ], + "help": "lp: disable; Disable RFC1337 TIME-WAIT hazards protection (default)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "zone", + "", + "default-action", + "" + ], + "help": "lp: reject; Drop and notify source", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "zone", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "zone", + "", + "enable-default-log" + ], + "help": "Log packets hitting default-action", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "firewall", + "zone", + "", + "from", + "", + "firewall", + "ipv6-name", + "" + ], + "help": "IPv6 firewall ruleset", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "zone", + "", + "from", + "", + "firewall", + "name", + "" + ], + "help": "IPv4 firewall ruleset", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "zone", + "", + "interface", + "" + ], + "help": "lp: txt; Interface associated with zone", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "zone", + "", + "intra-zone-filtering", + "action", + "" + ], + "help": "lp: drop; Drop silently", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "zone", + "", + "intra-zone-filtering", + "firewall", + "ipv6-name", + "" + ], + "help": "IPv6 firewall ruleset", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "zone", + "", + "intra-zone-filtering", + "firewall", + "name", + "" + ], + "help": "IPv4 firewall ruleset", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "firewall", + "zone", + "", + "local-zone" + ], + "help": "Zone to be local-zone", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "high-availability", + "virtual-server", + "", + "algorithm", + "" + ], + "help": "lp: locality-based-least-connection; Locality-Based least connection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "virtual-server", + "", + "delay-loop", + "" + ], + "help": "lp: u32:1-600; Interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "virtual-server", + "", + "forward-method", + "" + ], + "help": "lp: tunnel; Tunneling", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "virtual-server", + "", + "persistence-timeout", + "" + ], + "help": "lp: u32:1-86400; Timeout for persistent connections", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "virtual-server", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "virtual-server", + "", + "protocol", + "" + ], + "help": "lp: udp; UDP", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "virtual-server", + "", + "real-server", + "", + "connection-timeout", + "" + ], + "help": "lp: u32:1-86400; Connection timeout to remote server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "virtual-server", + "", + "real-server", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "address", + "", + "interface", + "" + ], + "help": "lp: txt; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "advertise-interval", + "" + ], + "help": "lp: u32:1-255; Advertise interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "authentication", + "password", + "" + ], + "help": "lp: txt; Password string (up to 8 characters)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "authentication", + "type", + "" + ], + "help": "lp: ah; AH - IPSEC (not recommended)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "excluded-address", + "" + ], + "help": "lp: ipv6; IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "health-check", + "failure-count", + "" + ], + "help": "Health check failure count required for transition to fault", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "health-check", + "interval", + "" + ], + "help": "Health check execution interval in seconds (default: 60)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "health-check", + "script", + "" + ], + "help": "Health check script file", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "hello-source-address", + "" + ], + "help": "lp: ipv6; IPv6 hello source address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "interface", + "" + ], + "help": "lp: txt; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "no-preempt" + ], + "help": "Disable master preemption", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "peer-address", + "" + ], + "help": "lp: ipv6; IPv6 unicast peer address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "preempt-delay", + "" + ], + "help": "lp: u32:0-1000; preempt delay", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "priority", + "" + ], + "help": "lp: u32:1-255; Router priority", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "rfc3768-compatibility" + ], + "help": "Use VRRP virtual MAC address as per RFC3768", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "track", + "exclude-vrrp-interface" + ], + "help": "Disable track state of main interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "track", + "interface", + "" + ], + "help": "lp: txt; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "transition-script", + "backup", + "" + ], + "help": "Script to run on VRRP state transition to backup", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "transition-script", + "fault", + "" + ], + "help": "Script to run on VRRP state transition to fault", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "transition-script", + "master", + "" + ], + "help": "Script to run on VRRP state transition to master", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "transition-script", + "stop", + "" + ], + "help": "Script to run on VRRP state transition to stop", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "group", + "", + "vrid", + "" + ], + "help": "lp: u32:1-255; Virtual router identifier", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "sync-group", + "", + "member", + "" + ], + "help": "lp: txt; VRRP group name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "sync-group", + "", + "transition-script", + "backup", + "" + ], + "help": "Script to run on VRRP state transition to backup", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "sync-group", + "", + "transition-script", + "fault", + "" + ], + "help": "Script to run on VRRP state transition to fault", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "sync-group", + "", + "transition-script", + "master", + "" + ], + "help": "Script to run on VRRP state transition to master", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "high-availability", + "vrrp", + "sync-group", + "", + "transition-script", + "stop", + "" + ], + "help": "Script to run on VRRP state transition to stop", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "address", + "" + ], + "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "arp-monitor", + "interval", + "" + ], + "help": "lp: u32; Specifies the ARP link monitoring frequency in milliseconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "arp-monitor", + "target", + "" + ], + "help": "lp: ipv4; Specify IPv4 address of ARP requests when interval is enabled", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "dhcp-options", + "client-id", + "" + ], + "help": "Identifier used by client to identify itself to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "dhcp-options", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "dhcp-options", + "host-name", + "" + ], + "help": "Override system host-name sent to DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "dhcp-options", + "mtu" + ], + "help": "Use MTU value from DHCP server - ignore interface setting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "dhcp-options", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "dhcp-options", + "reject", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "dhcp-options", + "vendor-class-id", + "" + ], + "help": "Identify the vendor client type to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "disable-link-detect" + ], + "help": "Ignore link state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "hash-policy", + "" + ], + "help": "lp: encap3+4; combine encapsulated IP address and port to make hash", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "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", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "lacp-rate", + "" + ], + "help": "lp: fast; Request partner to transmit LACPDUs every 1 second", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "member", + "interface", + "" + ], + "help": "lp: txt; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "mii-mon-interval", + "" + ], + "help": "lp: u32:50-1000; MII link monitoring frequency in milliseconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "min-links", + "" + ], + "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", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "mode", + "" + ], + "help": "lp: xor-hash; Distribute based on MAC address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "primary", + "" + ], + "help": "lp: txt; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "address", + "" + ], + "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "dhcp-options", + "client-id", + "" + ], + "help": "Identifier used by client to identify itself to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "dhcp-options", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "dhcp-options", + "host-name", + "" + ], + "help": "Override system host-name sent to DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "dhcp-options", + "mtu" + ], + "help": "Use MTU value from DHCP server - ignore interface setting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "dhcp-options", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "dhcp-options", + "reject", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "dhcp-options", + "vendor-class-id", + "" + ], + "help": "Identify the vendor client type to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "vif", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "disable-link-detect" + ], + "help": "Ignore link state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "egress-qos", + "" + ], + "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", + "", + "vif", + "", + "ingress-qos", + "" + ], + "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", + "", + "vif", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "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", + "", + "vif", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "address", + "" + ], + "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "dhcp-options", + "client-id", + "" + ], + "help": "Identifier used by client to identify itself to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "dhcp-options", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "dhcp-options", + "host-name", + "" + ], + "help": "Override system host-name sent to DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "dhcp-options", + "mtu" + ], + "help": "Use MTU value from DHCP server - ignore interface setting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "dhcp-options", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "dhcp-options", + "reject", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "dhcp-options", + "vendor-class-id", + "" + ], + "help": "Identify the vendor client type to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "vif-s", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "disable-link-detect" + ], + "help": "Ignore link state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "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", + "", + "vif-s", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "protocol", + "" + ], + "help": "lp: 802.1q; VLAN-tagged frame (IEEE 802.1q), ethertype 0x8100", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "address", + "" + ], + "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "client-id", + "" + ], + "help": "Identifier used by client to identify itself to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "host-name", + "" + ], + "help": "Override system host-name sent to DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "mtu" + ], + "help": "Use MTU value from DHCP server - ignore interface setting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "reject", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "vendor-class-id", + "" + ], + "help": "Identify the vendor client type to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "disable-link-detect" + ], + "help": "Ignore link state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "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", + "", + "vif-s", + "", + "vif-c", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vif-c", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vif-s", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bonding", + "", + "xdp" + ], + "help": "Enable eXpress Data Path", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "address", + "" + ], + "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "aging", + "" + ], + "help": "lp: u32:10-1000000; MAC address aging time in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "dhcp-options", + "client-id", + "" + ], + "help": "Identifier used by client to identify itself to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "dhcp-options", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "dhcp-options", + "host-name", + "" + ], + "help": "Override system host-name sent to DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "dhcp-options", + "mtu" + ], + "help": "Use MTU value from DHCP server - ignore interface setting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "dhcp-options", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "dhcp-options", + "reject", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "dhcp-options", + "vendor-class-id", + "" + ], + "help": "Identify the vendor client type to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "disable-link-detect" + ], + "help": "Ignore link state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "enable-vlan" + ], + "help": "Enable VLAN aware bridge", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "forwarding-delay", + "" + ], + "help": "lp: u32:0-200; Spanning Tree Protocol forwarding delay in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "hello-time", + "" + ], + "help": "lp: u32:1-10; Spanning Tree Protocol hello advertisement interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "igmp", + "querier" + ], + "help": "Enable IGMP/MLD querier", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "igmp", + "snooping" + ], + "help": "Enable IGMP/MLD snooping", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "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", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "max-age", + "" + ], + "help": "lp: u32:1-40; Bridge maximum aging time in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "member", + "interface", + "", + "allowed-vlan", + "" + ], + "help": "lp: -; VLAN id range allowed on this interface (use '-' as delimiter)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "member", + "interface", + "", + "cost", + "" + ], + "help": "lp: u32:1-65535; Path cost value for Spanning Tree Protocol", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "member", + "interface", + "", + "isolated" + ], + "help": "Port is isolated (also known as Private-VLAN)", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "member", + "interface", + "", + "native-vlan", + "" + ], + "help": "lp: u32:1-4094; Virtual Local Area Network (VLAN) ID", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "member", + "interface", + "", + "priority", + "" + ], + "help": "lp: u32:0-63; Bridge port priority", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "priority", + "" + ], + "help": "lp: u32:0-65535; Bridge priority", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "stp" + ], + "help": "Enable spanning tree protocol", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "address", + "" + ], + "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "dhcp-options", + "client-id", + "" + ], + "help": "Identifier used by client to identify itself to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "dhcp-options", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "dhcp-options", + "host-name", + "" + ], + "help": "Override system host-name sent to DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "dhcp-options", + "mtu" + ], + "help": "Use MTU value from DHCP server - ignore interface setting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "dhcp-options", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "dhcp-options", + "reject", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "dhcp-options", + "vendor-class-id", + "" + ], + "help": "Identify the vendor client type to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "vif", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "disable-link-detect" + ], + "help": "Ignore link state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "egress-qos", + "" + ], + "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", + "", + "vif", + "", + "ingress-qos", + "" + ], + "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", + "", + "vif", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "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", + "", + "vif", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vif", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "bridge", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "dummy", + "", + "address", + "" + ], + "help": "lp: ipv6net; IPv6 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "dummy", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "dummy", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "dummy", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "dummy", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "dummy", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "dummy", + "", + "netns", + "" + ], + "help": "lp: text; Network namespace name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "dummy", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "dummy", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "dummy", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "dummy", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "dummy", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "dummy", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "address", + "" + ], + "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "dhcp-options", + "client-id", + "" + ], + "help": "Identifier used by client to identify itself to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "dhcp-options", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "dhcp-options", + "host-name", + "" + ], + "help": "Override system host-name sent to DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "dhcp-options", + "mtu" + ], + "help": "Use MTU value from DHCP server - ignore interface setting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "dhcp-options", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "dhcp-options", + "reject", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "dhcp-options", + "vendor-class-id", + "" + ], + "help": "Identify the vendor client type to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "disable-flow-control" + ], + "help": "Disable Ethernet flow control (pause frames)", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "disable-link-detect" + ], + "help": "Ignore link state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "duplex", + "" + ], + "help": "lp: full; Full duplex", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "eapol", + "ca-certificate", + "" + ], + "help": "lp: txt; Name of CA in PKI configuration", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "eapol", + "certificate", + "" + ], + "help": "lp: txt; Name of certificate in PKI configuration", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "eapol", + "passphrase", + "" + ], + "help": "lp: txt; Passphrase to decrypt the private key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "hw-id", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "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", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "offload", + "gro" + ], + "help": "Enable Generic Receive Offload", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "offload", + "gso" + ], + "help": "Enable Generic Segmentation Offload", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "offload", + "lro" + ], + "help": "Enable Large Receive Offload", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "offload", + "rfs" + ], + "help": "Enable Receive Flow Steering", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "offload", + "rps" + ], + "help": "Enable Receive Packet Steering", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "offload", + "sg" + ], + "help": "Enable Scatter-Gather", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "offload", + "tso" + ], + "help": "Enable TCP Segmentation Offloading", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "ring-buffer", + "rx", + "" + ], + "help": "lp: u32:80-16384; ring buffer size", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "ring-buffer", + "tx", + "" + ], + "help": "lp: u32:80-16384; ring buffer size", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "speed", + "" + ], + "help": "lp: 100000; 100 Gbit/sec", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "address", + "" + ], + "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "dhcp-options", + "client-id", + "" + ], + "help": "Identifier used by client to identify itself to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "dhcp-options", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "dhcp-options", + "host-name", + "" + ], + "help": "Override system host-name sent to DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "dhcp-options", + "mtu" + ], + "help": "Use MTU value from DHCP server - ignore interface setting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "dhcp-options", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "dhcp-options", + "reject", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "dhcp-options", + "vendor-class-id", + "" + ], + "help": "Identify the vendor client type to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "vif", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "disable-link-detect" + ], + "help": "Ignore link state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "egress-qos", + "" + ], + "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", + "", + "vif", + "", + "ingress-qos", + "" + ], + "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", + "", + "vif", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "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", + "", + "vif", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "address", + "" + ], + "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "dhcp-options", + "client-id", + "" + ], + "help": "Identifier used by client to identify itself to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "dhcp-options", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "dhcp-options", + "host-name", + "" + ], + "help": "Override system host-name sent to DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "dhcp-options", + "mtu" + ], + "help": "Use MTU value from DHCP server - ignore interface setting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "dhcp-options", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "dhcp-options", + "reject", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "dhcp-options", + "vendor-class-id", + "" + ], + "help": "Identify the vendor client type to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "vif-s", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "disable-link-detect" + ], + "help": "Ignore link state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "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", + "", + "vif-s", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "protocol", + "" + ], + "help": "lp: 802.1q; VLAN-tagged frame (IEEE 802.1q), ethertype 0x8100", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "address", + "" + ], + "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "client-id", + "" + ], + "help": "Identifier used by client to identify itself to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "host-name", + "" + ], + "help": "Override system host-name sent to DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "mtu" + ], + "help": "Use MTU value from DHCP server - ignore interface setting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "reject", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "vendor-class-id", + "" + ], + "help": "Identify the vendor client type to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "disable-link-detect" + ], + "help": "Ignore link state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "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", + "", + "vif-s", + "", + "vif-c", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vif-s", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "ethernet", + "", + "xdp" + ], + "help": "Enable eXpress Data Path", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "address", + "" + ], + "help": "lp: ipv6net; IPv6 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "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", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "mtu", + "" + ], + "help": "lp: u32:1450-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "parameters", + "ip", + "df", + "" + ], + "help": "lp: inherit; Copy from the original IP header", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "parameters", + "ip", + "tos", + "" + ], + "help": "lp: u32:0-99; Type of Service (TOS)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "parameters", + "ip", + "ttl", + "" + ], + "help": "lp: u32:1-255; Time to Live", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "parameters", + "ipv6", + "flowlabel", + "" + ], + "help": "lp: 0x0-0x0fffff; Tunnel key, or hex value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "remote", + "" + ], + "help": "lp: ipv6; Tunnel remote IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "geneve", + "", + "vni", + "" + ], + "help": "lp: u32:0-16777214; VXLAN virtual network identifier", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "input", + "", + "description", + "" + ], + "help": "Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "input", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "input", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "input", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "address", + "" + ], + "help": "lp: ipv6net; IPv6 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "destination-port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "encapsulation", + "" + ], + "help": "lp: ip; IP encapsulation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "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", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "peer-session-id", + "" + ], + "help": "lp: u32:1-429496729; L2TPv3 peer session identifier", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "peer-tunnel-id", + "" + ], + "help": "lp: u32:1-429496729; L2TPv3 peer tunnel identifier", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "remote", + "" + ], + "help": "lp: ipv6; Tunnel remote IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "session-id", + "" + ], + "help": "lp: u32:1-429496729; L2TPv3 session identifier", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "source-address", + "" + ], + "help": "lp: ipv6; IPv6 source address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "source-port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "tunnel-id", + "" + ], + "help": "lp: u32:1-429496729; L2TPv3 local tunnel identifier", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "l2tpv3", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "loopback", + "", + "address", + "" + ], + "help": "lp: ipv6net; IPv6 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "loopback", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "loopback", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "loopback", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "loopback", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "loopback", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "loopback", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "loopback", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "address", + "" + ], + "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "dhcp-options", + "client-id", + "" + ], + "help": "Identifier used by client to identify itself to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "dhcp-options", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "dhcp-options", + "host-name", + "" + ], + "help": "Override system host-name sent to DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "dhcp-options", + "mtu" + ], + "help": "Use MTU value from DHCP server - ignore interface setting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "dhcp-options", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "dhcp-options", + "reject", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "dhcp-options", + "vendor-class-id", + "" + ], + "help": "Identify the vendor client type to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "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", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "security", + "cipher", + "" + ], + "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", + "", + "security", + "encrypt" + ], + "help": "Enable optional MACsec encryption", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "security", + "mka", + "cak", + "" + ], + "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", + "", + "security", + "mka", + "ckn", + "" + ], + "help": "lp: txt; 32-byte (256-bit) hex-string (64 hex-digits)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "security", + "mka", + "priority", + "" + ], + "help": "lp: u32:0-255; MACsec Key Agreement protocol (MKA) priority", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "security", + "replay-window", + "" + ], + "help": "lp: u32:1-4294967295; Number of packets that could be misordered", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "source-interface", + "" + ], + "help": "lp: interface; Physical interface used for traffic forwarding", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "macsec", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "authentication", + "password", + "" + ], + "help": "OpenVPN password used for authentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "authentication", + "username", + "" + ], + "help": "OpenVPN username used for authentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "device-type", + "" + ], + "help": "lp: tap; TAP device, required for OSI layer 2", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "encryption", + "cipher", + "" + ], + "help": "lp: aes256gcm; AES algorithm with 256-bit key GCM", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "encryption", + "ncp-ciphers", + "" + ], + "help": "lp: aes256gcm; AES algorithm with 256-bit key GCM", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "hash", + "" + ], + "help": "lp: sha512; SHA-512 algorithm", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "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", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "keep-alive", + "failure-count", + "" + ], + "help": "lp: u32:0-1000; Maximum number of keepalive packet failures", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "keep-alive", + "interval", + "" + ], + "help": "lp: u32:0-600; Keepalive packet interval (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "local-address", + "", + "subnet-mask", + "" + ], + "help": "Subnet-mask for local IP address of tunnel (IPv4 only)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "local-host", + "" + ], + "help": "lp: ipv6; Local IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "local-port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "mode", + "" + ], + "help": "lp: server; Server in client-server mode", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "openvpn-option", + "" + ], + "help": "Additional OpenVPN options. You must use the syntax of", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "persistent-tunnel" + ], + "help": "Do not close and reopen interface (TUN/TAP device) on client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "protocol", + "" + ], + "help": "lp: tcp-active; TCP and initiates connections actively", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "remote-address", + "" + ], + "help": "lp: ipv6; Remote end IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "remote-host", + "" + ], + "help": "lp: txt; Hostname of remote host", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "remote-port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "replace-default-route", + "local", + "" + ], + "help": "Tunnel endpoints are on the same subnet", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "client", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "client", + "", + "ip", + "" + ], + "help": "lp: ipv6; Client IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "client", + "", + "push-route", + "" + ], + "help": "lp: ipv6net; IPv6 network and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "client", + "", + "subnet", + "" + ], + "help": "lp: ipv6net; IPv6 network and prefix length belonging to the client", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "client-ip-pool", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "client-ip-pool", + "start", + "" + ], + "help": "lp: ipv4; IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "client-ip-pool", + "stop", + "" + ], + "help": "lp: ipv4; IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "client-ip-pool", + "subnet-mask", + "" + ], + "help": "lp: ipv4; IPv4 subnet mask", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "client-ipv6-pool", + "base", + "" + ], + "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", + "", + "server", + "client-ipv6-pool", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "domain-name", + "" + ], + "help": "lp: txt; Domain Name Server suffix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "max-connections", + "" + ], + "help": "lp: u32:1-4096; Number of concurrent clients", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "mfa", + "totp", + "challenge", + "" + ], + "help": "lp: enable; Enable chalenge-response (default)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "mfa", + "totp", + "digits", + "" + ], + "help": "lp: 1-65535; Seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "mfa", + "totp", + "drift", + "" + ], + "help": "lp: 1-65535; Seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "mfa", + "totp", + "slop", + "" + ], + "help": "lp: 1-65535; Seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "mfa", + "totp", + "step", + "" + ], + "help": "lp: 1-65535; Seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "name-server", + "" + ], + "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "push-route", + "", + "metric", + "" + ], + "help": "lp: u32:0-4294967295; Metric for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "reject-unconfigured-clients" + ], + "help": "Reject connections from clients that are not explicitly", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "subnet", + "" + ], + "help": "lp: ipv6net; IPv6 network and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "server", + "topology", + "" + ], + "help": "lp: subnet; Subnet topology", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "shared-secret-key", + "" + ], + "help": "Secret key shared with remote end of tunnel", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "tls", + "auth-key", + "" + ], + "help": "TLS shared secret key for tls-auth", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "tls", + "ca-certificate", + "" + ], + "help": "lp: txt; Name of CA in PKI configuration", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "tls", + "certificate", + "" + ], + "help": "lp: txt; Name of certificate in PKI configuration", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "tls", + "crypt-key", + "" + ], + "help": "Static key to use to authenticate control channel", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "tls", + "dh-params", + "" + ], + "help": "Diffie Hellman parameters (server only)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "tls", + "role", + "" + ], + "help": "lp: passive; Wait for incoming TLS connection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "tls", + "tls-version-min", + "" + ], + "help": "lp: 1.3; TLS v1.3", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "use-lzo-compression" + ], + "help": "Use fast LZO compression on this TUN/TAP interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "openvpn", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "access-concentrator", + "" + ], + "help": "Access concentrator name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "authentication", + "password", + "" + ], + "help": "lp: txt; Password used for connection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "authentication", + "user", + "" + ], + "help": "lp: txt; Username used for connection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "connect-on-demand" + ], + "help": "Establishment connection automatically when traffic is sent", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "idle-timeout", + "" + ], + "help": "lp: u32:0-86400; Idle timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "local-address", + "" + ], + "help": "lp: ipv4; Address of local end of the PPPoE link", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "mtu", + "" + ], + "help": "lp: u32:68-1500; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "no-peer-dns" + ], + "help": "Do not use DNS servers provided by the peer", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "remote-address", + "" + ], + "help": "lp: ipv4; Address of remote end of the PPPoE link", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "service-name", + "" + ], + "help": "Service name, only connect to access concentrators advertising", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "source-interface", + "" + ], + "help": "lp: interface; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pppoe", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "address", + "" + ], + "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "dhcp-options", + "client-id", + "" + ], + "help": "Identifier used by client to identify itself to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "dhcp-options", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "dhcp-options", + "host-name", + "" + ], + "help": "Override system host-name sent to DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "dhcp-options", + "mtu" + ], + "help": "Use MTU value from DHCP server - ignore interface setting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "dhcp-options", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "dhcp-options", + "reject", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "dhcp-options", + "vendor-class-id", + "" + ], + "help": "Identify the vendor client type to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "disable-link-detect" + ], + "help": "Ignore link state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "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", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "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", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "mode", + "" + ], + "help": "lp: passthru; Promicious mode passthrough of underlying device", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "source-interface", + "" + ], + "help": "lp: interface; Physical interface used for traffic forwarding", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "address", + "" + ], + "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "dhcp-options", + "client-id", + "" + ], + "help": "Identifier used by client to identify itself to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "dhcp-options", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "dhcp-options", + "host-name", + "" + ], + "help": "Override system host-name sent to DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "dhcp-options", + "mtu" + ], + "help": "Use MTU value from DHCP server - ignore interface setting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "dhcp-options", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "dhcp-options", + "reject", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "dhcp-options", + "vendor-class-id", + "" + ], + "help": "Identify the vendor client type to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "vif", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "disable-link-detect" + ], + "help": "Ignore link state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "egress-qos", + "" + ], + "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", + "", + "vif", + "", + "ingress-qos", + "" + ], + "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", + "", + "vif", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "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", + "", + "vif", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "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", + "", + "vif", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "address", + "" + ], + "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "dhcp-options", + "client-id", + "" + ], + "help": "Identifier used by client to identify itself to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "dhcp-options", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "dhcp-options", + "host-name", + "" + ], + "help": "Override system host-name sent to DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "dhcp-options", + "mtu" + ], + "help": "Use MTU value from DHCP server - ignore interface setting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "dhcp-options", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "dhcp-options", + "reject", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "dhcp-options", + "vendor-class-id", + "" + ], + "help": "Identify the vendor client type to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "vif-s", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "disable-link-detect" + ], + "help": "Ignore link state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "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", + "", + "vif-s", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "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", + "", + "vif-s", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "protocol", + "" + ], + "help": "lp: 802.1q; VLAN-tagged frame (IEEE 802.1q), ethertype 0x8100", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "address", + "" + ], + "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "client-id", + "" + ], + "help": "Identifier used by client to identify itself to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "host-name", + "" + ], + "help": "Override system host-name sent to DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "mtu" + ], + "help": "Use MTU value from DHCP server - ignore interface setting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "reject", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "vendor-class-id", + "" + ], + "help": "Identify the vendor client type to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "disable-link-detect" + ], + "help": "Ignore link state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "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", + "", + "vif-s", + "", + "vif-c", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "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", + "", + "vif-s", + "", + "vif-c", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vif-c", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vif-s", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "pseudo-ethernet", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "6rd-prefix", + "" + ], + "help": "lp: ipv6; IPv6 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "6rd-relay-prefix", + "" + ], + "help": "lp: ipv4net; IPv4 prefix of interface for 6rd", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "address", + "" + ], + "help": "lp: ipv6net; IPv6 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "disable-link-detect" + ], + "help": "Ignore link state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "encapsulation", + "" + ], + "help": "lp: sit; Simple Internet Transition (IPv6 in IPv4)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "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", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "mtu", + "" + ], + "help": "lp: u32:64-8024; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "multicast", + "" + ], + "help": "lp: disable; Disable multicast (default)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "parameters", + "erspan", + "direction", + "" + ], + "help": "lp: egress; Mirror egress traffic", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "parameters", + "erspan", + "hw-id", + "" + ], + "help": "lp: u32:0-1048575; Unique identifier of an ERSPAN engine", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "parameters", + "erspan", + "index", + "" + ], + "help": "lp: u32:0-63; Platform-depedent field for specifying port number and direction", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "parameters", + "erspan", + "version", + "" + ], + "help": "lp: 2; ERSPAN Type III", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "parameters", + "ip", + "ignore-df" + ], + "help": "Ignore the DF (don't fragment) bit", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "parameters", + "ip", + "key", + "" + ], + "help": "lp: u32; Tunnel key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "parameters", + "ip", + "no-pmtu-discovery" + ], + "help": "Disable path MTU discovery", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "parameters", + "ip", + "tos", + "" + ], + "help": "lp: u32:0-99; Type of Service (TOS)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "parameters", + "ip", + "ttl", + "" + ], + "help": "lp: u32:1-255; Time to Live", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "parameters", + "ipv6", + "encaplimit", + "" + ], + "help": "lp: none; Disable encapsulation limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "parameters", + "ipv6", + "flowlabel", + "" + ], + "help": "lp: 0x0-0x0fffff; Tunnel key, or hex value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "parameters", + "ipv6", + "hoplimit", + "" + ], + "help": "lp: u32:0-255; Hop limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "parameters", + "ipv6", + "tclass", + "" + ], + "help": "lp: 0x0-0x0fffff; Traffic class, 'inherit' or hex value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "remote", + "" + ], + "help": "lp: ipv6; Tunnel remote IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "source-address", + "" + ], + "help": "lp: ipv6; IPv6 source address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "source-interface", + "" + ], + "help": "lp: interface; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "tunnel", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "address", + "" + ], + "help": "lp: ipv6net; IPv6 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "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", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vti", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "address", + "" + ], + "help": "lp: ipv6net; IPv6 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "external" + ], + "help": "Use external control plane", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "gpe" + ], + "help": "Enable Generic Protocol extension (VXLAN-GPE)", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "group", + "" + ], + "help": "lp: ipv6; Multicast IPv6 group address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "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", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "mtu", + "" + ], + "help": "lp: u32:1200-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "parameters", + "ip", + "df", + "" + ], + "help": "lp: inherit; Copy from the original IP header", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "parameters", + "ip", + "tos", + "" + ], + "help": "lp: u32:0-99; Type of Service (TOS)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "parameters", + "ip", + "ttl", + "" + ], + "help": "lp: u32:1-255; Time to Live", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "parameters", + "ipv6", + "flowlabel", + "" + ], + "help": "lp: 0x0-0x0fffff; Tunnel key, or hex value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "parameters", + "nolearning" + ], + "help": "Do not add unknown addresses into forwarding database", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "remote", + "" + ], + "help": "lp: ipv6; Tunnel remote IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "source-address", + "" + ], + "help": "lp: ipv6; IPv6 source address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "source-interface", + "" + ], + "help": "lp: interface; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "vni", + "" + ], + "help": "lp: u32:0-16777214; VXLAN virtual network identifier", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "vxlan", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "address", + "" + ], + "help": "lp: ipv6net; IPv6 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "fwmark", + "" + ], + "help": "lp: number; value which marks the packet for QoS/shaper", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "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", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "peer", + "", + "address", + "" + ], + "help": "lp: ipv6; IPv6 address of remote tunnel endpoint", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "peer", + "", + "allowed-ips", + "" + ], + "help": "IP addresses allowed to traverse the peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "peer", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "peer", + "", + "persistent-keepalive", + "" + ], + "help": "lp: u32:1-65535; Interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "peer", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "peer", + "", + "preshared-key", + "" + ], + "help": "base64 encoded preshared key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "peer", + "", + "public-key", + "" + ], + "help": "base64 encoded public key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "private-key", + "" + ], + "help": "Base64 encoded private key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireguard", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "address", + "" + ], + "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "ht", + "40mhz-incapable" + ], + "help": "40MHz intolerance, use 20MHz only!", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "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", + "", + "capabilities", + "ht", + "channel-set-width", + "" + ], + "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", + "", + "capabilities", + "ht", + "delayed-block-ack" + ], + "help": "Enable HT-delayed block ack", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "ht", + "dsss-cck-40" + ], + "help": "Enable DSSS_CCK-40", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "ht", + "greenfield" + ], + "help": "Enable HT-greenfield", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "ht", + "ldpc" + ], + "help": "Enable LDPC coding capability", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "ht", + "lsig-protection" + ], + "help": "Enable L-SIG TXOP protection capability", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "ht", + "max-amsdu", + "" + ], + "help": "lp: 7935; Set maximum A-MSDU length to 7935 octets", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "ht", + "short-gi", + "" + ], + "help": "lp: 40; Short GI for 40 MHz", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "ht", + "smps", + "" + ], + "help": "lp: dynamic; DYNAMIC Spatial Multiplexing (SM) Power Save", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "ht", + "stbc", + "rx", + "" + ], + "help": "lp: [1-3]+; Number of spacial streams that can use RX STBC", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "ht", + "stbc", + "tx" + ], + "help": "Enable sending PPDU using STBC (Space Time Block Coding)", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "require-ht" + ], + "help": "Require stations to support HT PHY (reject association if they", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "require-vht" + ], + "help": "Require stations to support VHT PHY (reject association if they", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "vht", + "antenna-count", + "" + ], + "help": "lp: u32:1-8; Number of antennas for this card", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "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", + "", + "capabilities", + "vht", + "beamform", + "" + ], + "help": "lp: multi-user-beamformee; Support for operation as multi user beamformee", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "vht", + "center-channel-freq", + "freq-1", + "" + ], + "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", + "", + "capabilities", + "vht", + "center-channel-freq", + "freq-2", + "" + ], + "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", + "", + "capabilities", + "vht", + "channel-set-width", + "" + ], + "help": "lp: 3; 80+80 MHz channel width", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "vht", + "ldpc" + ], + "help": "Enable LDPC (Low Density Parity Check) coding capability", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "vht", + "link-adaptation", + "" + ], + "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", + "", + "capabilities", + "vht", + "max-mpdu", + "" + ], + "help": "lp: 11454; ncrease Maximum MPDU length to 11454 octets", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "vht", + "max-mpdu-exp", + "" + ], + "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", + "", + "capabilities", + "vht", + "short-gi", + "" + ], + "help": "lp: 160; Short GI for 160 MHz", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "vht", + "stbc", + "rx", + "" + ], + "help": "lp: [1-4]+; Number of spacial streams that can use RX STBC", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "vht", + "stbc", + "tx" + ], + "help": "Enable sending PPDU using STBC (Space Time Block Coding)", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "vht", + "tx-powersave" + ], + "help": "Enable VHT TXOP Power Save Mode", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "capabilities", + "vht", + "vht-cf" + ], + "help": "Station supports receiving VHT variant HT Control field", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "channel", + "" + ], + "help": "lp: u32:34-173; 5Ghz (802.11 a/h/j/n/ac) Channel", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "country-code", + "" + ], + "help": "lp: txt; ISO/IEC 3166-1 Country Code", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "dhcp-options", + "client-id", + "" + ], + "help": "Identifier used by client to identify itself to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "dhcp-options", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "dhcp-options", + "host-name", + "" + ], + "help": "Override system host-name sent to DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "dhcp-options", + "mtu" + ], + "help": "Use MTU value from DHCP server - ignore interface setting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "dhcp-options", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "dhcp-options", + "reject", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "dhcp-options", + "vendor-class-id", + "" + ], + "help": "Identify the vendor client type to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "disable-broadcast-ssid" + ], + "help": "Disable broadcast of SSID from access-point", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "disable-link-detect" + ], + "help": "Ignore link state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "expunge-failing-stations" + ], + "help": "Disassociate stations based on excessive transmission failures", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "hw-id", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "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", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "isolate-stations" + ], + "help": "Isolate stations on the AP so they cannot see each other", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "max-stations", + "" + ], + "help": "lp: u32:1-2007; Number of allowed stations", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "mgmt-frame-protection", + "" + ], + "help": "lp: required; MFP enforced", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "mode", + "" + ], + "help": "lp: ac; 802.11ac - 1300 Mbits/sec", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "physical-device", + "" + ], + "help": "Wireless physical device (default: phy0)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "reduce-transmit-power", + "" + ], + "help": "lp: u32:0-255; TX power reduction in dBm", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "security", + "wep", + "key", + "" + ], + "help": "lp: txt; Wired Equivalent Privacy key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "security", + "wpa", + "cipher", + "" + ], + "help": "lp: TKIP; Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "security", + "wpa", + "group-cipher", + "" + ], + "help": "lp: TKIP; Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "security", + "wpa", + "mode", + "" + ], + "help": "lp: wpa+wpa2; Allow both WPA and WPA2 (default)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "security", + "wpa", + "passphrase", + "" + ], + "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", + "", + "security", + "wpa", + "radius", + "server", + "", + "accounting" + ], + "help": "Enable RADIUS server to receive accounting info", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "security", + "wpa", + "radius", + "server", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "security", + "wpa", + "radius", + "server", + "", + "key", + "" + ], + "help": "Shared secret key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "security", + "wpa", + "radius", + "server", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "security", + "wpa", + "radius", + "source-address", + "" + ], + "help": "lp: ipv4; IPv4 source address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "ssid", + "" + ], + "help": "Wireless access-point service set identifier (SSID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "type", + "" + ], + "help": "lp: monitor; Passively monitor all packets on the frequency/channel (default)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "address", + "" + ], + "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "dhcp-options", + "client-id", + "" + ], + "help": "Identifier used by client to identify itself to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "dhcp-options", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "dhcp-options", + "host-name", + "" + ], + "help": "Override system host-name sent to DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "dhcp-options", + "mtu" + ], + "help": "Use MTU value from DHCP server - ignore interface setting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "dhcp-options", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "dhcp-options", + "reject", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "dhcp-options", + "vendor-class-id", + "" + ], + "help": "Identify the vendor client type to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "vif", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "disable-link-detect" + ], + "help": "Ignore link state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "egress-qos", + "" + ], + "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", + "", + "vif", + "", + "ingress-qos", + "" + ], + "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", + "", + "vif", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "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", + "", + "vif", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "address", + "" + ], + "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "dhcp-options", + "client-id", + "" + ], + "help": "Identifier used by client to identify itself to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "dhcp-options", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "dhcp-options", + "host-name", + "" + ], + "help": "Override system host-name sent to DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "dhcp-options", + "mtu" + ], + "help": "Use MTU value from DHCP server - ignore interface setting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "dhcp-options", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "dhcp-options", + "reject", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "dhcp-options", + "vendor-class-id", + "" + ], + "help": "Identify the vendor client type to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "vif-s", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "disable-link-detect" + ], + "help": "Ignore link state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "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", + "", + "vif-s", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "protocol", + "" + ], + "help": "lp: 802.1q; VLAN-tagged frame (IEEE 802.1q), ethertype 0x8100", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "address", + "" + ], + "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "client-id", + "" + ], + "help": "Identifier used by client to identify itself to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "host-name", + "" + ], + "help": "Override system host-name sent to DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "mtu" + ], + "help": "Use MTU value from DHCP server - ignore interface setting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "reject", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "dhcp-options", + "vendor-class-id", + "" + ], + "help": "Identify the vendor client type to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "disable-link-detect" + ], + "help": "Ignore link state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "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", + "", + "vif-s", + "", + "vif-c", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "mtu", + "" + ], + "help": "lp: u32:68-16000; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vif-c", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vif-s", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wireless", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "address", + "" + ], + "help": "lp: dhcpv6; Dynamic Host Configuration Protocol for IPv6", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "apn", + "" + ], + "help": "Access Point Name (APN)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "authentication", + "password", + "" + ], + "help": "lp: txt; Password used for connection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "authentication", + "user", + "" + ], + "help": "lp: txt; Username used for connection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "connect-on-demand" + ], + "help": "Establishment connection automatically when traffic is sent", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "dhcp-options", + "client-id", + "" + ], + "help": "Identifier used by client to identify itself to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "dhcp-options", + "default-route-distance", + "" + ], + "help": "lp: u32:1-255; Distance for the default route from DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "dhcp-options", + "host-name", + "" + ], + "help": "Override system host-name sent to DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "dhcp-options", + "mtu" + ], + "help": "Use MTU value from DHCP server - ignore interface setting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "dhcp-options", + "no-default-route" + ], + "help": "Do not install default route to system", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "dhcp-options", + "reject", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "dhcp-options", + "vendor-class-id", + "" + ], + "help": "Identify the vendor client type to the DHCP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "dhcpv6-options", + "duid", + "" + ], + "help": "lp: duid; DHCP unique identifier (DUID)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "dhcpv6-options", + "parameters-only" + ], + "help": "Acquire only config parameters, no address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "address", + "" + ], + "help": "lp: >0; Used to form IPv6 interface address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "dhcpv6-options", + "pd", + "", + "interface", + "", + "sla-id", + "" + ], + "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", + "", + "dhcpv6-options", + "pd", + "", + "length", + "" + ], + "help": "lp: u32:32-64; Length of delegated prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "dhcpv6-options", + "rapid-commit" + ], + "help": "Wait for immediate reply instead of advertisements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "dhcpv6-options", + "temporary" + ], + "help": "IPv6 temporary address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "disable-link-detect" + ], + "help": "Ignore link state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "ip", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "ip", + "arp-cache-timeout", + "" + ], + "help": "lp: u32:1-86400; ARP cache entry timout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "ip", + "disable-arp-filter" + ], + "help": "Disable ARP filter on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "ip", + "enable-arp-accept" + ], + "help": "Enable ARP accept on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "ip", + "enable-arp-announce" + ], + "help": "Enable ARP announce on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "ip", + "enable-arp-ignore" + ], + "help": "Enable ARP ignore on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "ip", + "enable-directed-broadcast" + ], + "help": "Enable directed broadcast forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "ip", + "enable-proxy-arp" + ], + "help": "Enable proxy-arp on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "ip", + "proxy-arp-pvlan" + ], + "help": "Enable private VLAN proxy ARP on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "ip", + "source-validation", + "" + ], + "help": "lp: disable; No source validation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "ipv6", + "address", + "autoconf" + ], + "help": "Enable acquisition of IPv6 address using stateless autoconfig", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "ipv6", + "address", + "eui64", + "" + ], + "help": "lp: ; IPv6 /64 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "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", + "", + "ipv6", + "adjust-mss", + "" + ], + "help": "lp: u32:536-65535; TCP Maximum segment size in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "ipv6", + "dup-addr-detect-transmits", + "" + ], + "help": "lp: u32:1-n; Number of NS messages to send while performing DAD", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "mirror", + "egress", + "" + ], + "help": "Mirror the egress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "mirror", + "ingress", + "" + ], + "help": "Mirror the ingress traffic of the interface to the destination", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "mtu", + "" + ], + "help": "lp: u32:68-1500; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "policy", + "route", + "" + ], + "help": "IPv4 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "policy", + "route6", + "" + ], + "help": "IPv6 policy route ruleset for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "redirect", + "" + ], + "help": "lp: Interface for packet redirection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "traffic-policy", + "in", + "" + ], + "help": "Ingress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "traffic-policy", + "out", + "" + ], + "help": "Egress traffic policy for interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "interfaces", + "wwan", + "", + "vrf", + "" + ], + "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 balancing", + "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", + "" + ], + "help": "lp: Script in /config/scripts", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "interface-health", + "", + "failure-count", + "" + ], + "help": "lp: u32:1-10; Failure count", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "interface-health", + "", + "nexthop", + "" + ], + "help": "lp: dhcp; Set the nexthop via DHCP", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "interface-health", + "", + "success-count", + "" + ], + "help": "lp: u32:1-10; Success count", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "interface-health", + "", + "test", + "", + "resp-time", + "" + ], + "help": "lp: u32:1-30; Response time (seconds)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "interface-health", + "", + "test", + "", + "target", + "" + ], + "help": "Health target address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "interface-health", + "", + "test", + "", + "test-script", + "" + ], + "help": "lp: Script in /config/scripts", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "interface-health", + "", + "test", + "", + "ttl-limit", + "" + ], + "help": "lp: u32:1-254; Number of hops", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "interface-health", + "", + "test", + "", + "type", + "" + ], + "help": "lp: user-defined; User defined test script", + "run": null, + "type": " txt", + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "rule", + "", + "description", + "" + ], + "help": "Description for this rule", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "rule", + "", + "destination", + "address", + "" + ], + "help": "lp: !ipv4range; Match everything except the specified range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "rule", + "", + "destination", + "port", + "" + ], + "help": "elp: Multiple destination ports can be specified as a comma-separated list.", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "rule", + "", + "exclude" + ], + "help": "Exclude packets matching this rule from wan load balance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "rule", + "", + "failover" + ], + "help": "Enable failover for packets matching this rule from wan load balance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "rule", + "", + "inbound-interface", + "" + ], + "help": "Inbound interface name (e.g., \"eth0\") [REQUIRED]", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "rule", + "", + "interface", + "", + "weight", + "" + ], + "help": "lp: u32:1-255; Interface weight", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "rule", + "", + "limit", + "burst", + "" + ], + "help": "Burst limit for matching packets", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "rule", + "", + "limit", + "period", + "" + ], + "help": "Time window for rate calculation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "rule", + "", + "limit", + "rate", + "" + ], + "help": "Number of packets used for rate limit", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "rule", + "", + "limit", + "threshold", + "" + ], + "help": "Threshold behavior for limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "rule", + "", + "per-packet-balancing" + ], + "help": "Option to match traffic per-packet instead of the default, per-flow", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "rule", + "", + "protocol", + "" + ], + "help": "lp: !; All IP protocols except for the specified name or number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "rule", + "", + "source", + "address", + "" + ], + "help": "lp: !ipv4range; Match everything except the specified range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "load-balancing", + "wan", + "rule", + "", + "source", + "port", + "" + ], + "help": "elp: Multiple source ports can be specified as a comma-separated list.", + "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", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "destination", + "rule", + "", + "destination", + "address", + "" + ], + "help": "lp: !ipv4range; Match everything except the specified range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "destination", + "rule", + "", + "destination", + "port", + "" + ], + "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", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "nat", + "destination", + "rule", + "", + "exclude" + ], + "help": "Exclude packets matching this rule from NAT", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "nat", + "destination", + "rule", + "", + "inbound-interface", + "" + ], + "help": "Inbound interface of NAT traffic", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "destination", + "rule", + "", + "log" + ], + "help": "NAT rule logging", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "nat", + "destination", + "rule", + "", + "protocol", + "" + ], + "help": "lp: u32:0-255; IP protocol number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "destination", + "rule", + "", + "source", + "address", + "" + ], + "help": "lp: !ipv4range; Match everything except the specified range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "destination", + "rule", + "", + "source", + "port", + "" + ], + "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", + "", + "translation", + "address", + "" + ], + "help": "lp: ipv4range; IPv4 address range to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "destination", + "rule", + "", + "translation", + "options", + "address-mapping", + "" + ], + "help": "lp: random; Random source or destination address allocation for each connection (default)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "destination", + "rule", + "", + "translation", + "options", + "port-mapping", + "" + ], + "help": "lp: none; Do not apply port randomization (default)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "destination", + "rule", + "", + "translation", + "port", + "" + ], + "help": "lp: range; Numbered port range (e.g., 1001-1005)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "source", + "rule", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "source", + "rule", + "", + "destination", + "address", + "" + ], + "help": "lp: !ipv4range; Match everything except the specified range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "source", + "rule", + "", + "destination", + "port", + "" + ], + "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", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "nat", + "source", + "rule", + "", + "exclude" + ], + "help": "Exclude packets matching this rule from NAT", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "nat", + "source", + "rule", + "", + "log" + ], + "help": "NAT rule logging", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "nat", + "source", + "rule", + "", + "outbound-interface", + "" + ], + "help": "Outbound interface of NAT traffic", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "source", + "rule", + "", + "protocol", + "" + ], + "help": "lp: u32:0-255; IP protocol number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "source", + "rule", + "", + "source", + "address", + "" + ], + "help": "lp: !ipv4range; Match everything except the specified range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "source", + "rule", + "", + "source", + "port", + "" + ], + "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", + "", + "translation", + "address", + "" + ], + "help": "lp: masquerade; NAT to the primary address of outbound-interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "source", + "rule", + "", + "translation", + "options", + "address-mapping", + "" + ], + "help": "lp: random; Random source or destination address allocation for each connection (default)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "source", + "rule", + "", + "translation", + "options", + "port-mapping", + "" + ], + "help": "lp: none; Do not apply port randomization (default)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "source", + "rule", + "", + "translation", + "port", + "" + ], + "help": "lp: range; Numbered port range (e.g., 1001-1005)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "static", + "rule", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "static", + "rule", + "", + "destination", + "address", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "static", + "rule", + "", + "inbound-interface", + "" + ], + "help": "Inbound interface of NAT traffic", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat", + "static", + "rule", + "", + "translation", + "address", + "" + ], + "help": "lp: ipv4net; IPv4 prefix to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat66", + "destination", + "rule", + "", + "description", + "" + ], + "help": "Rule description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat66", + "destination", + "rule", + "", + "destination", + "address", + "" + ], + "help": "lp: !ipv6net; Match everything except the specified IPv6 prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat66", + "destination", + "rule", + "", + "destination", + "port", + "" + ], + "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", + "", + "disable" + ], + "help": "Disable NAT66 rule", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "nat66", + "destination", + "rule", + "", + "exclude" + ], + "help": "Exclude packets matching this rule from NAT", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "nat66", + "destination", + "rule", + "", + "inbound-interface", + "" + ], + "help": "Inbound interface of NAT66 traffic", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat66", + "destination", + "rule", + "", + "log" + ], + "help": "NAT66 rule logging", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "nat66", + "destination", + "rule", + "", + "protocol", + "" + ], + "help": "lp: !; IP protocol name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat66", + "destination", + "rule", + "", + "source", + "address", + "" + ], + "help": "lp: !ipv6net; Match everything except the specified IPv6 prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat66", + "destination", + "rule", + "", + "source", + "port", + "" + ], + "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", + "", + "translation", + "address", + "" + ], + "help": "lp: ipv6net; IPv6 prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat66", + "destination", + "rule", + "", + "translation", + "port", + "" + ], + "help": "lp: range; Numbered port range (e.g., 1001-1005)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat66", + "source", + "rule", + "", + "description", + "" + ], + "help": "Rule description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat66", + "source", + "rule", + "", + "destination", + "port", + "" + ], + "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", + "", + "destination", + "prefix", + "" + ], + "help": "lp: !ipv6net; Match everything except the specified IPv6 prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat66", + "source", + "rule", + "", + "disable" + ], + "help": "Disable NAT66 rule", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "nat66", + "source", + "rule", + "", + "exclude" + ], + "help": "Exclude packets matching this rule from NAT", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "nat66", + "source", + "rule", + "", + "log" + ], + "help": "NAT66 rule logging", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "nat66", + "source", + "rule", + "", + "outbound-interface", + "" + ], + "help": "Outbound interface of NAT66 traffic", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat66", + "source", + "rule", + "", + "protocol", + "" + ], + "help": "lp: !; IP protocol name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat66", + "source", + "rule", + "", + "source", + "port", + "" + ], + "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", + "", + "source", + "prefix", + "" + ], + "help": "lp: !ipv6net; Match everything except the specified IPv6 prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat66", + "source", + "rule", + "", + "translation", + "address", + "" + ], + "help": "lp: masquerade; NAT to the primary address of outbound-interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "nat66", + "source", + "rule", + "", + "translation", + "port", + "" + ], + "help": "lp: range; Numbered port range (e.g., 1001-1005)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "netns", + "name", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "pki", + "ca", + "", + "certificate", + "" + ], + "help": "CA certificate in PEM format", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "pki", + "ca", + "", + "crl", + "" + ], + "help": "Certificate revocation list in PEM format", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "pki", + "ca", + "", + "description", + "" + ], + "help": "Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "pki", + "ca", + "", + "private", + "key", + "" + ], + "help": "CA private key in PEM format", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "pki", + "ca", + "", + "private", + "password-protected" + ], + "help": "CA private key is password protected", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "pki", + "ca", + "", + "revoke" + ], + "help": "If parent CA is present, this CA certificate will be included in", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "pki", + "certificate", + "", + "certificate", + "" + ], + "help": "Certificate in PEM format", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "pki", + "certificate", + "", + "description", + "" + ], + "help": "Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "pki", + "certificate", + "", + "private", + "key", + "" + ], + "help": "Certificate private key in PEM format", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "pki", + "certificate", + "", + "private", + "password-protected" + ], + "help": "Certificate private key is password protected", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "pki", + "certificate", + "", + "revoke" + ], + "help": "If CA is present, this certificate will be included in generated", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "pki", + "dh", + "", + "parameters", + "" + ], + "help": "DH parameters in PEM format", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "pki", + "key-pair", + "", + "private", + "key", + "" + ], + "help": "Private key in PEM format", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "pki", + "key-pair", + "", + "private", + "password-protected" + ], + "help": "Private key is password protected", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "pki", + "key-pair", + "", + "public", + "key", + "" + ], + "help": "Public key in PEM format", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "pki", + "openvpn", + "shared-secret", + "", + "key", + "" + ], + "help": "OpenVPN shared secret key data", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "pki", + "openvpn", + "shared-secret", + "", + "version", + "" + ], + "help": "OpenVPN shared secret key version", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "pki", + "x509", + "default", + "country", + "" + ], + "help": "Default country (default: GB)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "pki", + "x509", + "default", + "locality", + "" + ], + "help": "Default locality (default: Some-City)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "pki", + "x509", + "default", + "organization", + "" + ], + "help": "Default organization (default: VyOS)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "pki", + "x509", + "default", + "state", + "" + ], + "help": "Default state (default: Some-State)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "access-list", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "access-list", + "", + "rule", + "", + "action", + "" + ], + "help": "lp: deny; Deny matching entries", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "access-list", + "", + "rule", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "access-list", + "", + "rule", + "", + "destination", + "any" + ], + "help": "Any IP address to match", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "access-list", + "", + "rule", + "", + "destination", + "host", + "" + ], + "help": "lp: ipv4; Host address to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "access-list", + "", + "rule", + "", + "destination", + "inverse-mask", + "" + ], + "help": "lp: ipv4; Inverse-mask to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "access-list", + "", + "rule", + "", + "destination", + "network", + "" + ], + "help": "lp: ipv4net; Inverse-mask to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "access-list", + "", + "rule", + "", + "source", + "any" + ], + "help": "Any IP address to match", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "access-list", + "", + "rule", + "", + "source", + "host", + "" + ], + "help": "lp: ipv4; Host address to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "access-list", + "", + "rule", + "", + "source", + "inverse-mask", + "" + ], + "help": "lp: ipv4; Inverse-mask to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "access-list", + "", + "rule", + "", + "source", + "network", + "" + ], + "help": "lp: ipv4net; Inverse-mask to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "access-list6", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "access-list6", + "", + "rule", + "", + "action", + "" + ], + "help": "lp: deny; Deny matching entries", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "access-list6", + "", + "rule", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "access-list6", + "", + "rule", + "", + "source", + "any" + ], + "help": "Any IP address to match", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "access-list6", + "", + "rule", + "", + "source", + "exact-match" + ], + "help": "Exact match of the network prefixes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "access-list6", + "", + "rule", + "", + "source", + "network", + "" + ], + "help": "lp: ipv6net; IPv6 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "as-path-list", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "as-path-list", + "", + "rule", + "", + "action", + "" + ], + "help": "lp: deny; Deny matching entries", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "as-path-list", + "", + "rule", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "as-path-list", + "", + "rule", + "", + "regex", + "" + ], + "help": "lp: txt; AS path regular expression (ex: \"64501 64502\")", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "community-list", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "community-list", + "", + "rule", + "", + "action", + "" + ], + "help": "lp: deny; Deny matching entries", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "community-list", + "", + "rule", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "community-list", + "", + "rule", + "", + "regex", + "" + ], + "help": "lp: additive; New value is appended to the existing value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "extcommunity-list", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "extcommunity-list", + "", + "rule", + "", + "action", + "" + ], + "help": "lp: deny; Deny matching entries", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "extcommunity-list", + "", + "rule", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "extcommunity-list", + "", + "rule", + "", + "regex", + "" + ], + "help": "lp: ; Site of Origin regular expression", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "large-community-list", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "large-community-list", + "", + "rule", + "", + "action", + "" + ], + "help": "lp: deny; Deny matching entries", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "large-community-list", + "", + "rule", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "large-community-list", + "", + "rule", + "", + "regex", + "" + ], + "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", + "", + "destination", + "" + ], + "help": "lp: ipv4net; Prefix to match against", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "local-route", + "rule", + "", + "fwmark", + "" + ], + "help": "lp: u32:1-2147483647; Address to match against", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "local-route", + "rule", + "", + "inbound-interface", + "" + ], + "help": "Inbound Interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "local-route", + "rule", + "", + "set", + "table", + "" + ], + "help": "lp: u32:1-200; Table number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "local-route", + "rule", + "", + "source", + "" + ], + "help": "lp: ipv4net; Prefix to match against", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "local-route6", + "rule", + "", + "destination", + "" + ], + "help": "lp: ipv6net; Prefix to match against", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "local-route6", + "rule", + "", + "fwmark", + "" + ], + "help": "lp: u32:1-2147483647; Address to match against", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "local-route6", + "rule", + "", + "inbound-interface", + "" + ], + "help": "Inbound Interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "local-route6", + "rule", + "", + "set", + "table", + "" + ], + "help": "lp: u32:1-200; Table number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "local-route6", + "rule", + "", + "source", + "" + ], + "help": "lp: ipv6net; Prefix to match against", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "prefix-list", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "prefix-list", + "", + "rule", + "", + "action", + "" + ], + "help": "lp: deny; Deny matching entries", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "prefix-list", + "", + "rule", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "prefix-list", + "", + "rule", + "", + "ge", + "" + ], + "help": "lp: u32:0-32; Netmask greater than length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "prefix-list", + "", + "rule", + "", + "le", + "" + ], + "help": "lp: u32:0-32; Netmask less than length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "prefix-list", + "", + "rule", + "", + "prefix", + "" + ], + "help": "lp: ipv4net; Prefix to match against", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "prefix-list6", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "prefix-list6", + "", + "rule", + "", + "action", + "" + ], + "help": "lp: deny; Deny matching entries", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "prefix-list6", + "", + "rule", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "prefix-list6", + "", + "rule", + "", + "ge", + "" + ], + "help": "lp: u32:0-128; Netmask greater than length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "prefix-list6", + "", + "rule", + "", + "le", + "" + ], + "help": "lp: u32:0-128; Netmask less than length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "prefix-list6", + "", + "rule", + "", + "prefix", + "" + ], + "help": "lp: ipv6net; IPv6 prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "enable-default-log" + ], + "help": "Log packets hitting default-action", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "action", + "" + ], + "help": "lp: drop; Drop matching entries", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "destination", + "address", + "" + ], + "help": "lp: !ipv4range; Match everything except the specified range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "destination", + "group", + "address-group", + "" + ], + "help": "Group of addresses", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "destination", + "group", + "domain-group", + "" + ], + "help": "Group of domains", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "destination", + "group", + "mac-group", + "" + ], + "help": "Group of MAC addresses", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "destination", + "group", + "network-group", + "" + ], + "help": "Group of networks", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "destination", + "group", + "port-group", + "" + ], + "help": "Group of ports", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "destination", + "port", + "" + ], + "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", + "", + "rule", + "", + "disable" + ], + "help": "Option to disable firewall rule", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "dscp", + "" + ], + "help": "lp: ; DSCP range to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "dscp-exclude", + "" + ], + "help": "lp: ; DSCP range not to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "fragment", + "match-frag" + ], + "help": "Second and further fragments of fragmented packets", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "fragment", + "match-non-frag" + ], + "help": "Head fragments or unfragmented packets", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "icmp", + "code", + "" + ], + "help": "lp: u32:0-255; ICMP code (0-255)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "icmp", + "type", + "" + ], + "help": "lp: u32:0-255; ICMP type (0-255)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "icmp", + "type-name", + "" + ], + "help": "lp: address-mask-reply; ICMP type 18: address-mask-reply", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "ipsec", + "match-ipsec" + ], + "help": "Inbound IPsec packets", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "ipsec", + "match-none" + ], + "help": "Inbound non-IPsec packets", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "limit", + "burst", + "" + ], + "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", + "", + "rule", + "", + "limit", + "rate", + "" + ], + "help": "lp: u32:0-4294967295; Maximum average matching rate", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "log", + "" + ], + "help": "lp: disable; Disable log", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "packet-length", + "" + ], + "help": "lp: ; Packet length range to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "packet-length-exclude", + "" + ], + "help": "lp: ; Packet length range not to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "protocol", + "" + ], + "help": "lp: !; IP protocol number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "recent", + "count", + "" + ], + "help": "lp: u32:1-255; Source addresses seen more than N times", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "recent", + "time", + "" + ], + "help": "lp: u32:0-4294967295; Source addresses seen in the last N seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "set", + "dscp", + "" + ], + "help": "lp: u32:0-63; DSCP number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "set", + "mark", + "" + ], + "help": "lp: u32:1-2147483647; Packet marking", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "set", + "table", + "" + ], + "help": "lp: main; Main table", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "set", + "tcp-mss", + "" + ], + "help": "lp: u32:500-1460; Explicitly set TCP MSS value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "source", + "address", + "" + ], + "help": "lp: !ipv4range; Match everything except the specified range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "source", + "group", + "address-group", + "" + ], + "help": "Group of addresses", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "source", + "group", + "domain-group", + "" + ], + "help": "Group of domains", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "source", + "group", + "mac-group", + "" + ], + "help": "Group of MAC addresses", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "source", + "group", + "network-group", + "" + ], + "help": "Group of networks", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "source", + "group", + "port-group", + "" + ], + "help": "Group of ports", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "source", + "mac-address", + "" + ], + "help": "lp: !; Match everything except the specified MAC address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "source", + "port", + "" + ], + "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", + "", + "rule", + "", + "state", + "established", + "" + ], + "help": "lp: disable; Disable", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "state", + "invalid", + "" + ], + "help": "lp: disable; Disable", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "state", + "new", + "" + ], + "help": "lp: disable; Disable", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "state", + "related", + "" + ], + "help": "lp: disable; Disable", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "tcp", + "flags", + "ack" + ], + "help": "Acknowledge flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "tcp", + "flags", + "cwr" + ], + "help": "Congestion Window Reduced flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "tcp", + "flags", + "ecn" + ], + "help": "Explicit Congestion Notification flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "tcp", + "flags", + "fin" + ], + "help": "Finish flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "tcp", + "flags", + "not", + "ack" + ], + "help": "Acknowledge flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "tcp", + "flags", + "not", + "cwr" + ], + "help": "Congestion Window Reduced flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "tcp", + "flags", + "not", + "ecn" + ], + "help": "Explicit Congestion Notification flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "tcp", + "flags", + "not", + "fin" + ], + "help": "Finish flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "tcp", + "flags", + "not", + "psh" + ], + "help": "Push flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "tcp", + "flags", + "not", + "rst" + ], + "help": "Reset flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "tcp", + "flags", + "not", + "syn" + ], + "help": "Synchronise flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "tcp", + "flags", + "not", + "urg" + ], + "help": "Urgent flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "tcp", + "flags", + "psh" + ], + "help": "Push flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "tcp", + "flags", + "rst" + ], + "help": "Reset flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "tcp", + "flags", + "syn" + ], + "help": "Synchronise flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "tcp", + "flags", + "urg" + ], + "help": "Urgent flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "tcp", + "mss", + "" + ], + "help": "lp: -; TCP MSS range (use '-' as delimiter)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "time", + "monthdays", + "" + ], + "help": "Monthdays to match rule on", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "time", + "startdate", + "" + ], + "help": "Date to start matching rule", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "time", + "starttime", + "" + ], + "help": "Time of day to start matching rule", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "time", + "stopdate", + "" + ], + "help": "Date to stop matching rule", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "time", + "stoptime", + "" + ], + "help": "Time of day to stop matching rule", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "time", + "utc" + ], + "help": "Interpret times for startdate, stopdate, starttime and stoptime", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "time", + "weekdays", + "" + ], + "help": "Weekdays to match rule on", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "ttl", + "eq", + "" + ], + "help": "lp: u32:0-255; Equal to value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "ttl", + "gt", + "" + ], + "help": "lp: u32:0-255; Greater then value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route", + "", + "rule", + "", + "ttl", + "lt", + "" + ], + "help": "lp: u32:0-255; Less then value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "action", + "" + ], + "help": "lp: deny; Deny matching entries", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "call", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "continue", + "" + ], + "help": "lp: u32:1-65535; Rule number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "as-path", + "" + ], + "help": "BGP as-path-list to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "community", + "community-list", + "" + ], + "help": "BGP community-list to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "community", + "exact-match" + ], + "help": "Community-list to exactly match", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "evpn", + "default-route" + ], + "help": "Default EVPN type-5 route", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "evpn", + "rd", + "" + ], + "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", + "", + "rule", + "", + "match", + "evpn", + "route-type", + "" + ], + "help": "lp: prefix; Prefix route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "evpn", + "vni", + "" + ], + "help": "lp: u32:0-16777214; VXLAN virtual network identifier", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "extcommunity", + "" + ], + "help": "BGP extended community to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "interface", + "" + ], + "help": "lp: txt; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "ip", + "address", + "access-list", + "" + ], + "help": "lp: u32:2000-2699; IP extended access list (expanded range)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "ip", + "address", + "prefix-len", + "" + ], + "help": "lp: u32:0-32; Prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "ip", + "address", + "prefix-list", + "" + ], + "help": "IP prefix-list to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "ip", + "nexthop", + "access-list", + "" + ], + "help": "lp: u32:2000-2699; IP extended access list (expanded range)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "ip", + "nexthop", + "address", + "" + ], + "help": "lp: ipv4; Nexthop IP address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "ip", + "nexthop", + "prefix-len", + "" + ], + "help": "lp: u32:0-32; Prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "ip", + "nexthop", + "prefix-list", + "" + ], + "help": "IP prefix-list to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "ip", + "nexthop", + "type", + "" + ], + "help": "lp: blackhole; Blackhole", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "ip", + "route-source", + "access-list", + "" + ], + "help": "lp: u32:2000-2699; IP extended access list (expanded range)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "ip", + "route-source", + "prefix-list", + "" + ], + "help": "IP prefix-list to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "ipv6", + "address", + "access-list", + "" + ], + "help": "lp: txt; IPV6 access list name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "ipv6", + "address", + "prefix-len", + "" + ], + "help": "lp: u32:0-128; Prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "ipv6", + "address", + "prefix-list", + "" + ], + "help": "IPv6 prefix-list to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "ipv6", + "nexthop", + "access-list", + "" + ], + "help": "lp: txt; IPV6 access list name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "ipv6", + "nexthop", + "address", + "" + ], + "help": "lp: ipv6; Nexthop IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "ipv6", + "nexthop", + "prefix-list", + "" + ], + "help": "IPv6 prefix-list to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "ipv6", + "nexthop", + "type", + "" + ], + "help": "lp: blackhole; Blackhole", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "large-community", + "large-community-list", + "" + ], + "help": "BGP large-community-list to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "local-preference", + "" + ], + "help": "lp: u32:0-4294967295; Local Preference", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "metric", + "" + ], + "help": "lp: u32:1-65535; Route metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "origin", + "" + ], + "help": "lp: incomplete; Incomplete origin", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "peer", + "" + ], + "help": "lp: ipv6; Peer IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "rpki", + "" + ], + "help": "lp: valid; Match valid entries", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "match", + "tag", + "" + ], + "help": "lp: u32:1-65535; Route tag", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "on-match", + "goto", + "" + ], + "help": "lp: u32:1-65535; Rule number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "on-match", + "next" + ], + "help": "Next sequence number to goto on match", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "aggregator", + "as", + "" + ], + "help": "lp: u32:1-4294967295; Rule number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "aggregator", + "ip", + "" + ], + "help": "lp: ipv4; IP address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "as-path", + "exclude", + "" + ], + "help": "lp: u32; AS number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "as-path", + "prepend", + "" + ], + "help": "lp: u32; AS number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "as-path", + "prepend-last-as", + "" + ], + "help": "lp: u32:1-10; Number of times to insert", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "atomic-aggregate" + ], + "help": "BGP atomic aggregate attribute", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "community", + "add", + "" + ], + "help": "lp: no-peer; Well-known communities value NOPEER 0xFFFFFF04", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "community", + "delete", + "" + ], + "help": "lp: txt; Community-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "community", + "none" + ], + "help": "Completely remove communities attribute from a prefix", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "community", + "replace", + "" + ], + "help": "lp: no-peer; Well-known communities value NOPEER 0xFFFFFF04", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "distance", + "" + ], + "help": "lp: u32:0-255; Distance value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "evpn", + "gateway", + "ipv4", + "" + ], + "help": "lp: ipv4; Gateway IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "evpn", + "gateway", + "ipv6", + "" + ], + "help": "lp: ipv6; Gateway IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "extcommunity", + "bandwidth", + "" + ], + "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", + "", + "rule", + "", + "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", + "", + "rule", + "", + "set", + "extcommunity", + "none" + ], + "help": "Completely remove communities attribute from a prefix", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "extcommunity", + "rt", + "" + ], + "help": "lp: IP:NN; Based on a router-id IP address in format ", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "extcommunity", + "soo", + "" + ], + "help": "lp: IP:NN; Based on a router-id IP address in format ", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "ip-next-hop", + "" + ], + "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", + "", + "rule", + "", + "set", + "ipv6-next-hop", + "global", + "" + ], + "help": "lp: ipv6; IPv6 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "ipv6-next-hop", + "local", + "" + ], + "help": "lp: ipv6; IPv6 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "ipv6-next-hop", + "peer-address" + ], + "help": "Use peer address (for BGP only)", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "ipv6-next-hop", + "prefer-global" + ], + "help": "Prefer global address as the nexthop", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "large-community", + "add", + "" + ], + "help": "lp: ; Community in format <0-4294967295:0-4294967295:0-4294967295>", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "large-community", + "delete", + "" + ], + "help": "lp: txt; Community-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "large-community", + "none" + ], + "help": "Completely remove communities attribute from a prefix", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "large-community", + "replace", + "" + ], + "help": "lp: ; Community in format <0-4294967295:0-4294967295:0-4294967295>", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "local-preference", + "" + ], + "help": "lp: u32:0-4294967295; Local preference value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "metric", + "" + ], + "help": "lp: u32:0-4294967295; Metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "metric-type", + "" + ], + "help": "lp: type-2; OSPF external type 2 metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "origin", + "" + ], + "help": "lp: incomplete; Incomplete origin", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "originator-id", + "" + ], + "help": "lp: ipv4; Orignator IP address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "src", + "" + ], + "help": "lp: ipv6; IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "table", + "" + ], + "help": "lp: u32:1-200; Table value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "tag", + "" + ], + "help": "lp: u32:1-65535; Tag value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route-map", + "", + "rule", + "", + "set", + "weight", + "" + ], + "help": "lp: u32:0-4294967295; BGP weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "enable-default-log" + ], + "help": "Log packets hitting default-action", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "action", + "" + ], + "help": "lp: drop; Drop matching entries", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "destination", + "address", + "" + ], + "help": "lp: !ipv6range; Match everything except the specified range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "destination", + "group", + "address-group", + "" + ], + "help": "Group of addresses", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "destination", + "group", + "mac-group", + "" + ], + "help": "Group of MAC addresses", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "destination", + "group", + "network-group", + "" + ], + "help": "Group of networks", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "destination", + "group", + "port-group", + "" + ], + "help": "Group of ports", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "destination", + "port", + "" + ], + "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", + "", + "rule", + "", + "disable" + ], + "help": "Option to disable firewall rule", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "dscp", + "" + ], + "help": "lp: ; DSCP range to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "dscp-exclude", + "" + ], + "help": "lp: ; DSCP range not to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "fragment", + "match-frag" + ], + "help": "Second and further fragments of fragmented packets", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "fragment", + "match-non-frag" + ], + "help": "Head fragments or unfragmented packets", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "hop-limit", + "eq", + "" + ], + "help": "lp: u32:0-255; Equal to value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "hop-limit", + "gt", + "" + ], + "help": "lp: u32:0-255; Greater then value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "hop-limit", + "lt", + "" + ], + "help": "lp: u32:0-255; Less then value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "icmpv6", + "type", + "" + ], + "help": "lp: packet-too-big; ICMP type/code name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "ipsec", + "match-ipsec" + ], + "help": "Inbound IPsec packets", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "ipsec", + "match-none" + ], + "help": "Inbound non-IPsec packets", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "limit", + "burst", + "" + ], + "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", + "", + "rule", + "", + "limit", + "rate", + "" + ], + "help": "lp: u32:0-4294967295; Maximum average matching rate", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "log", + "" + ], + "help": "lp: disable; Disable log", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "packet-length", + "" + ], + "help": "lp: ; Packet length range to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "packet-length-exclude", + "" + ], + "help": "lp: ; Packet length range not to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "protocol", + "" + ], + "help": "lp: !; IP protocol number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "recent", + "count", + "" + ], + "help": "lp: u32:1-255; Source addresses seen more than N times", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "recent", + "time", + "" + ], + "help": "lp: u32:0-4294967295; Source addresses seen in the last N seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "set", + "dscp", + "" + ], + "help": "lp: u32:0-63; DSCP number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "set", + "mark", + "" + ], + "help": "lp: u32:1-2147483647; Packet marking", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "set", + "table", + "" + ], + "help": "lp: main; Main table", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "set", + "tcp-mss", + "" + ], + "help": "lp: u32:500-1460; Explicitly set TCP MSS value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "source", + "address", + "" + ], + "help": "lp: !ipv6range; Match everything except the specified range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "source", + "group", + "address-group", + "" + ], + "help": "Group of addresses", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "source", + "group", + "domain-group", + "" + ], + "help": "Group of domains", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "source", + "group", + "mac-group", + "" + ], + "help": "Group of MAC addresses", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "source", + "group", + "network-group", + "" + ], + "help": "Group of networks", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "source", + "group", + "port-group", + "" + ], + "help": "Group of ports", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "source", + "mac-address", + "" + ], + "help": "lp: !; Match everything except the specified MAC address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "source", + "port", + "" + ], + "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", + "", + "rule", + "", + "state", + "established", + "" + ], + "help": "lp: disable; Disable", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "state", + "invalid", + "" + ], + "help": "lp: disable; Disable", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "state", + "new", + "" + ], + "help": "lp: disable; Disable", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "state", + "related", + "" + ], + "help": "lp: disable; Disable", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "tcp", + "flags", + "ack" + ], + "help": "Acknowledge flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "tcp", + "flags", + "cwr" + ], + "help": "Congestion Window Reduced flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "tcp", + "flags", + "ecn" + ], + "help": "Explicit Congestion Notification flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "tcp", + "flags", + "fin" + ], + "help": "Finish flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "tcp", + "flags", + "not", + "ack" + ], + "help": "Acknowledge flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "tcp", + "flags", + "not", + "cwr" + ], + "help": "Congestion Window Reduced flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "tcp", + "flags", + "not", + "ecn" + ], + "help": "Explicit Congestion Notification flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "tcp", + "flags", + "not", + "fin" + ], + "help": "Finish flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "tcp", + "flags", + "not", + "psh" + ], + "help": "Push flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "tcp", + "flags", + "not", + "rst" + ], + "help": "Reset flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "tcp", + "flags", + "not", + "syn" + ], + "help": "Synchronise flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "tcp", + "flags", + "not", + "urg" + ], + "help": "Urgent flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "tcp", + "flags", + "psh" + ], + "help": "Push flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "tcp", + "flags", + "rst" + ], + "help": "Reset flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "tcp", + "flags", + "syn" + ], + "help": "Synchronise flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "tcp", + "flags", + "urg" + ], + "help": "Urgent flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "tcp", + "mss", + "" + ], + "help": "lp: -; TCP MSS range (use '-' as delimiter)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "time", + "monthdays", + "" + ], + "help": "Monthdays to match rule on", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "time", + "startdate", + "" + ], + "help": "Date to start matching rule", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "time", + "starttime", + "" + ], + "help": "Time of day to start matching rule", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "time", + "stopdate", + "" + ], + "help": "Date to stop matching rule", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "time", + "stoptime", + "" + ], + "help": "Time of day to stop matching rule", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "time", + "utc" + ], + "help": "Interpret times for startdate, stopdate, starttime and stoptime", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "policy", + "route6", + "", + "rule", + "", + "time", + "weekdays", + "" + ], + "help": "Weekdays to match rule on", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bfd", + "peer", + "", + "echo-mode" + ], + "help": "Enables the echo transmission mode", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bfd", + "peer", + "", + "interval", + "echo-interval", + "" + ], + "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", + "", + "interval", + "multiplier", + "" + ], + "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", + "", + "interval", + "receive", + "" + ], + "help": "lp: u32:10-60000; Interval in milliseconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bfd", + "peer", + "", + "interval", + "transmit", + "" + ], + "help": "lp: u32:10-60000; Interval in milliseconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bfd", + "peer", + "", + "multihop" + ], + "help": "Allow this BFD peer to not be directly connected", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bfd", + "peer", + "", + "passive" + ], + "help": "Do not attempt to start sessions", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bfd", + "peer", + "", + "profile", + "" + ], + "help": "lp: txt; BFD profile name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bfd", + "peer", + "", + "shutdown" + ], + "help": "Disable this peer", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bfd", + "peer", + "", + "source", + "address", + "" + ], + "help": "lp: ipv6; Local IPv6 address used to connect to the peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bfd", + "peer", + "", + "source", + "interface", + "" + ], + "help": "lp: txt; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bfd", + "peer", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bfd", + "profile", + "", + "echo-mode" + ], + "help": "Enables the echo transmission mode", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bfd", + "profile", + "", + "interval", + "echo-interval", + "" + ], + "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", + "", + "interval", + "multiplier", + "" + ], + "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", + "", + "interval", + "receive", + "" + ], + "help": "lp: u32:10-60000; Interval in milliseconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bfd", + "profile", + "", + "interval", + "transmit", + "" + ], + "help": "lp: u32:10-60000; Interval in milliseconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bfd", + "profile", + "", + "passive" + ], + "help": "Do not attempt to start sessions", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bfd", + "profile", + "", + "shutdown" + ], + "help": "Disable this peer", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv4-flowspec", + "local-install", + "interface", + "" + ], + "help": "Interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv4-labeled-unicast", + "aggregate-address", + "", + "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", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv4-labeled-unicast", + "aggregate-address", + "", + "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", + "", + "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", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv4-multicast", + "aggregate-address", + "", + "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", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv4-multicast", + "aggregate-address", + "", + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "distance", + "" + ], + "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", + "", + "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", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "aggregate-address", + "", + "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", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "aggregate-address", + "", + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "distance", + "" + ], + "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", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "label", + "vpn", + "export", + "" + ], + "help": "lp: u32:0-1048575; Label Value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "maximum-paths", + "ebgp", + "" + ], + "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", + "" + ], + "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", + "", + "backdoor" + ], + "help": "Network as a backdoor route", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "network", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "rd", + "vpn", + "export", + "" + ], + "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", + "connected", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "redistribute", + "isis", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "redistribute", + "kernel", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "redistribute", + "ospf", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "redistribute", + "rip", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "redistribute", + "static", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "redistribute", + "table", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "route-map", + "vpn", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "route-target", + "vpn", + "both", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "label", + "" + ], + "help": "lp: u32:0-1048575; MPLS label value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv4-vpn", + "network", + "", + "rd", + "" + ], + "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", + "" + ], + "help": "Interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv6-labeled-unicast", + "aggregate-address", + "", + "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", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv6-labeled-unicast", + "aggregate-address", + "", + "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", + "", + "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", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv6-multicast", + "aggregate-address", + "", + "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", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv6-multicast", + "aggregate-address", + "", + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "distance", + "" + ], + "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", + "", + "path-limit", + "" + ], + "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", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "aggregate-address", + "", + "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", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "aggregate-address", + "", + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "distance", + "" + ], + "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", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "label", + "vpn", + "export", + "" + ], + "help": "lp: u32:0-1048575; Label Value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "maximum-paths", + "ebgp", + "" + ], + "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", + "" + ], + "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", + "", + "path-limit", + "" + ], + "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", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "rd", + "vpn", + "export", + "" + ], + "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", + "connected", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "redistribute", + "kernel", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "redistribute", + "ospfv3", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "redistribute", + "ripng", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "redistribute", + "static", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "redistribute", + "table", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "route-map", + "vpn", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "route-target", + "vpn", + "both", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "label", + "" + ], + "help": "lp: u32:0-1048575; MPLS label value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "address-family", + "ipv6-vpn", + "network", + "", + "rd", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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": "Do not flood any BUM packets", + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "rd", + "" + ], + "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", + "", + "route-target", + "both", + "" + ], + "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", + "", + "route-target", + "export", + "" + ], + "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", + "", + "route-target", + "import", + "" + ], + "help": "lp: txt; Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "listen", + "limit", + "" + ], + "help": "lp: u32:1-5000; BGP neighbor limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "listen", + "range", + "", + "peer-group", + "" + ], + "help": "lp: txt; Peer-group name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-flowspec", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-flowspec", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-flowspec", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-flowspec", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-flowspec", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-flowspec", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-flowspec", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-labeled-unicast", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-labeled-unicast", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-labeled-unicast", + "conditionally-advertise", + "advertise-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "conditionally-advertise", + "exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "conditionally-advertise", + "non-exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "default-originate", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-labeled-unicast", + "distribute-list", + "export", + "" + ], + "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", + "", + "address-family", + "ipv4-labeled-unicast", + "distribute-list", + "import", + "" + ], + "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", + "", + "address-family", + "ipv4-labeled-unicast", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "maximum-prefix", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "maximum-prefix-out", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "address-family", + "ipv4-labeled-unicast", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "address-family", + "ipv4-labeled-unicast", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-labeled-unicast", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "unsuppress-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "weight", + "" + ], + "help": "lp: u32:1-65535; Default weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-multicast", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "address-family", + "ipv4-multicast", + "attribute-unchanged", + "as-path" + ], + "help": "Send AS path unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "attribute-unchanged", + "med" + ], + "help": "Send multi-exit discriminator unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-multicast", + "conditionally-advertise", + "advertise-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "conditionally-advertise", + "exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "conditionally-advertise", + "non-exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "default-originate", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-multicast", + "distribute-list", + "export", + "" + ], + "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", + "", + "address-family", + "ipv4-multicast", + "distribute-list", + "import", + "" + ], + "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", + "", + "address-family", + "ipv4-multicast", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "maximum-prefix", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "maximum-prefix-out", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "address-family", + "ipv4-multicast", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "address-family", + "ipv4-multicast", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-multicast", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "unsuppress-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "weight", + "" + ], + "help": "lp: u32:1-65535; Default weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-unicast", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "address-family", + "ipv4-unicast", + "attribute-unchanged", + "as-path" + ], + "help": "Send AS path unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "attribute-unchanged", + "med" + ], + "help": "Send multi-exit discriminator unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-unicast", + "conditionally-advertise", + "advertise-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "conditionally-advertise", + "exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "conditionally-advertise", + "non-exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "default-originate", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-unicast", + "distribute-list", + "export", + "" + ], + "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", + "", + "address-family", + "ipv4-unicast", + "distribute-list", + "import", + "" + ], + "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", + "", + "address-family", + "ipv4-unicast", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "maximum-prefix", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "maximum-prefix-out", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "address-family", + "ipv4-unicast", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "address-family", + "ipv4-unicast", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-unicast", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "unsuppress-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "weight", + "" + ], + "help": "lp: u32:1-65535; Default weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-vpn", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "address-family", + "ipv4-vpn", + "attribute-unchanged", + "as-path" + ], + "help": "Send AS path unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "attribute-unchanged", + "med" + ], + "help": "Send multi-exit discriminator unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "conditionally-advertise", + "advertise-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "conditionally-advertise", + "exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "conditionally-advertise", + "non-exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-vpn", + "distribute-list", + "export", + "" + ], + "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", + "", + "address-family", + "ipv4-vpn", + "distribute-list", + "import", + "" + ], + "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", + "", + "address-family", + "ipv4-vpn", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "maximum-prefix", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "maximum-prefix-out", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "address-family", + "ipv4-vpn", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "address-family", + "ipv4-vpn", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-vpn", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "unsuppress-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "weight", + "" + ], + "help": "lp: u32:1-65535; Default weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-flowspec", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-flowspec", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-flowspec", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-flowspec", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-flowspec", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-flowspec", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-flowspec", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-labeled-unicast", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-labeled-unicast", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-labeled-unicast", + "conditionally-advertise", + "advertise-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "conditionally-advertise", + "exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "conditionally-advertise", + "non-exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "default-originate", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-labeled-unicast", + "distribute-list", + "export", + "" + ], + "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", + "", + "address-family", + "ipv6-labeled-unicast", + "distribute-list", + "import", + "" + ], + "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", + "", + "address-family", + "ipv6-labeled-unicast", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "maximum-prefix", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "maximum-prefix-out", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-labeled-unicast", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "address-family", + "ipv6-labeled-unicast", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-labeled-unicast", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "unsuppress-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "weight", + "" + ], + "help": "lp: u32:1-65535; Default weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-multicast", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "address-family", + "ipv6-multicast", + "attribute-unchanged", + "as-path" + ], + "help": "Send AS path unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "attribute-unchanged", + "med" + ], + "help": "Send multi-exit discriminator unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "conditionally-advertise", + "advertise-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "conditionally-advertise", + "exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "conditionally-advertise", + "non-exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "default-originate", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-multicast", + "distribute-list", + "export", + "" + ], + "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", + "", + "address-family", + "ipv6-multicast", + "distribute-list", + "import", + "" + ], + "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", + "", + "address-family", + "ipv6-multicast", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "maximum-prefix", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "maximum-prefix-out", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-multicast", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "address-family", + "ipv6-multicast", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-multicast", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "unsuppress-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "weight", + "" + ], + "help": "lp: u32:1-65535; Default weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-unicast", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "address-family", + "ipv6-unicast", + "attribute-unchanged", + "as-path" + ], + "help": "Send AS path unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "attribute-unchanged", + "med" + ], + "help": "Send multi-exit discriminator unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-unicast", + "conditionally-advertise", + "advertise-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "conditionally-advertise", + "exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "conditionally-advertise", + "non-exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "default-originate", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-unicast", + "distribute-list", + "export", + "" + ], + "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", + "", + "address-family", + "ipv6-unicast", + "distribute-list", + "import", + "" + ], + "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", + "", + "address-family", + "ipv6-unicast", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "maximum-prefix", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "maximum-prefix-out", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-unicast", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "address-family", + "ipv6-unicast", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-unicast", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "unsuppress-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "weight", + "" + ], + "help": "lp: u32:1-65535; Default weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-vpn", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "address-family", + "ipv6-vpn", + "attribute-unchanged", + "as-path" + ], + "help": "Send AS path unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "attribute-unchanged", + "med" + ], + "help": "Send multi-exit discriminator unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "conditionally-advertise", + "advertise-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "conditionally-advertise", + "exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "conditionally-advertise", + "non-exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-vpn", + "distribute-list", + "export", + "" + ], + "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", + "", + "address-family", + "ipv6-vpn", + "distribute-list", + "import", + "" + ], + "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", + "", + "address-family", + "ipv6-vpn", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "maximum-prefix", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "maximum-prefix-out", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-vpn", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "address-family", + "ipv6-vpn", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-vpn", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "unsuppress-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "weight", + "" + ], + "help": "lp: u32:1-65535; Default weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "l2vpn-evpn", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "l2vpn-evpn", + "attribute-unchanged", + "as-path" + ], + "help": "Send AS path unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "l2vpn-evpn", + "attribute-unchanged", + "med" + ], + "help": "Send multi-exit discriminator unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "l2vpn-evpn", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "address-family", + "l2vpn-evpn", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "l2vpn-evpn", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "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", + "", + "address-family", + "l2vpn-evpn", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "advertisement-interval", + "" + ], + "help": "lp: u32:0-600; Advertisement interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "bfd", + "profile", + "" + ], + "help": "lp: txt; BFD profile name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "capability", + "dynamic" + ], + "help": "Advertise dynamic capability to this neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "capability", + "extended-nexthop" + ], + "help": "Advertise extended-nexthop capability to this neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "disable-capability-negotiation" + ], + "help": "Disable capability negotiation with this neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "ebgp-multihop", + "" + ], + "help": "lp: u32:1-255; Number of hops", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "graceful-restart", + "" + ], + "help": "lp: restart-helper; Enable BGP graceful restart helper only functionality", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "interface", + "peer-group", + "" + ], + "help": "lp: txt; Peer-group name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "interface", + "remote-as", + "" + ], + "help": "lp: internal; Neighbor AS number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "interface", + "source-interface", + "" + ], + "help": "lp: interface; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "interface", + "v6only", + "peer-group", + "" + ], + "help": "lp: txt; Peer-group name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "interface", + "v6only", + "remote-as", + "" + ], + "help": "lp: internal; Neighbor AS number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "local-as", + "", + "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", + "", + "override-capability" + ], + "help": "Ignore capability negotiation with specified neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "passive" + ], + "help": "Do not initiate a session with this neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "password", + "" + ], + "help": "BGP MD5 password", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "peer-group", + "" + ], + "help": "lp: txt; Peer-group name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Neighbor BGP port number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "remote-as", + "" + ], + "help": "lp: internal; Neighbor AS number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "shutdown" + ], + "help": "Administratively shutdown this neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "solo" + ], + "help": "Do not send back prefixes learned from the neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "strict-capability-match" + ], + "help": "Enable strict capability negotiation", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "timers", + "connect", + "" + ], + "help": "lp: 0; Disable connect timer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "timers", + "holdtime", + "" + ], + "help": "lp: 0; Hold timer disabled", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "timers", + "keepalive", + "" + ], + "help": "lp: u32:1-65535; Keepalive interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "ttl-security", + "hops", + "" + ], + "help": "lp: u32:1-254; Number of hops", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "neighbor", + "", + "update-source", + "" + ], + "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", + "" + ], + "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", + "confed" + ], + "help": "Compare MEDs among confederation paths", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "parameters", + "bestpath", + "med", + "missing-as-worst" + ], + "help": "Treat missing route as a MED as the least preferred one", + "run": null, + "type": null, + "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", + "" + ], + "help": "lp: ipv4; Route-reflector cluster-id", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "parameters", + "conditional-advertisement", + "timer", + "" + ], + "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", + "" + ], + "help": "lp: u32:1-4294967294; Confederation AS id", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "parameters", + "confederation", + "peers", + "" + ], + "help": "lp: u32:1-4294967294; Peer AS number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "parameters", + "dampening", + "half-life", + "" + ], + "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", + "" + ], + "help": "lp: u32:1-255; Maximum suppress duration in minutes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "parameters", + "dampening", + "re-use", + "" + ], + "help": "lp: u32:1-20000; Re-use penalty points", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "parameters", + "dampening", + "start-suppress-time", + "" + ], + "help": "lp: u32:1-20000; Start-suppress penalty points", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "parameters", + "default", + "local-pref", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "lp: u32:1-255; Administrative distance for internal BGP routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "parameters", + "distance", + "prefix", + "", + "distance", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "router-id", + "" + ], + "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", + "peer-group", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-unicast", + "allowas-in", + "number", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-unicast", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-unicast", + "conditionally-advertise", + "advertise-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "conditionally-advertise", + "exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "conditionally-advertise", + "non-exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "default-originate", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-unicast", + "distribute-list", + "export", + "" + ], + "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", + "", + "address-family", + "ipv4-unicast", + "distribute-list", + "import", + "" + ], + "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", + "", + "address-family", + "ipv4-unicast", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "maximum-prefix", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "maximum-prefix-out", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "address-family", + "ipv4-unicast", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "address-family", + "ipv4-unicast", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "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", + "", + "address-family", + "ipv4-unicast", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "unsuppress-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "weight", + "" + ], + "help": "lp: u32:1-65535; Default weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-unicast", + "allowas-in", + "number", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-unicast", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-unicast", + "conditionally-advertise", + "advertise-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "conditionally-advertise", + "exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "conditionally-advertise", + "non-exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "default-originate", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-unicast", + "distribute-list", + "export", + "" + ], + "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", + "", + "address-family", + "ipv6-unicast", + "distribute-list", + "import", + "" + ], + "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", + "", + "address-family", + "ipv6-unicast", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "maximum-prefix", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "maximum-prefix-out", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-unicast", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "address-family", + "ipv6-unicast", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "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", + "", + "address-family", + "ipv6-unicast", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "unsuppress-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "weight", + "" + ], + "help": "lp: u32:1-65535; Default weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "l2vpn-evpn", + "allowas-in", + "number", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "address-family", + "l2vpn-evpn", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "address-family", + "l2vpn-evpn", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "l2vpn-evpn", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "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", + "", + "address-family", + "l2vpn-evpn", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "bfd", + "profile", + "" + ], + "help": "lp: txt; BFD profile name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "capability", + "dynamic" + ], + "help": "Advertise dynamic capability to this neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "capability", + "extended-nexthop" + ], + "help": "Advertise extended-nexthop capability to this neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "disable-capability-negotiation" + ], + "help": "Disable capability negotiation with this neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "ebgp-multihop", + "" + ], + "help": "lp: u32:1-255; Number of hops", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "graceful-restart", + "" + ], + "help": "lp: restart-helper; Enable BGP graceful restart helper only functionality", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "local-as", + "", + "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", + "", + "override-capability" + ], + "help": "Ignore capability negotiation with specified neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "passive" + ], + "help": "Do not initiate a session with this neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "password", + "" + ], + "help": "BGP MD5 password", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "remote-as", + "" + ], + "help": "lp: internal; Neighbor AS number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "shutdown" + ], + "help": "Administratively shutdown this neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "ttl-security", + "hops", + "" + ], + "help": "lp: u32:1-254; Number of hops", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "peer-group", + "", + "update-source", + "" + ], + "help": "lp: txt; Interface as route source", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "system-as", + "" + ], + "help": "lp: u32:1-4294967294; Autonomous System Number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "timers", + "holdtime", + "" + ], + "help": "lp: 0; Hold timer disabled", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "bgp", + "timers", + "keepalive", + "" + ], + "help": "lp: u32:1-65535; Keepalive interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "igmp", + "interface", + "", + "join", + "", + "source", + "" + ], + "help": "lp: ipv4; Source address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "igmp", + "interface", + "", + "query-interval", + "" + ], + "help": "lp: u32:1-1800; Query interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "igmp", + "interface", + "", + "query-max-response-time", + "" + ], + "help": "lp: u32:10-250; Query response value in deci-seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "igmp", + "interface", + "", + "version", + "" + ], + "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", + "", + "alt-subnet", + "" + ], + "help": "lp: ipv4net; IPv4 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "igmp-proxy", + "interface", + "", + "role", + "" + ], + "help": "lp: disabled; Disabled interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "igmp-proxy", + "interface", + "", + "threshold", + "" + ], + "help": "lp: u32:1-255; TTL threshold for the interfaces", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "igmp-proxy", + "interface", + "", + "whitelist", + "" + ], + "help": "lp: ipv4net; IPv4 network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "area-password", + "md5", + "" + ], + "help": "lp: txt; Level-wide password", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "area-password", + "plaintext-password", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "domain-password", + "md5", + "" + ], + "help": "lp: txt; Level-wide password", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "domain-password", + "plaintext-password", + "" + ], + "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", + "", + "bfd", + "profile", + "" + ], + "help": "lp: txt; BFD profile name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "interface", + "", + "circuit-type", + "" + ], + "help": "lp: level-2-only; Level-2 only adjacencies are formed", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "interface", + "", + "hello-interval", + "" + ], + "help": "lp: u32:1-600; Set Hello interval", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "interface", + "", + "hello-multiplier", + "" + ], + "help": "lp: u32:2-100; Set multiplier for Hello holding time", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "interface", + "", + "hello-padding" + ], + "help": "Add padding to IS-IS hello packets", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "interface", + "", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "interface", + "", + "network", + "point-to-point" + ], + "help": "point-to-point network type", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "interface", + "", + "no-three-way-handshake" + ], + "help": "Disable three-way handshake", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "interface", + "", + "passive" + ], + "help": "Configure passive mode for interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "interface", + "", + "password", + "md5", + "" + ], + "help": "lp: txt; Level-wide password", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "interface", + "", + "password", + "plaintext-password", + "" + ], + "help": "lp: txt; Circuit password", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "interface", + "", + "priority", + "" + ], + "help": "lp: u32:0-127; Priority value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "interface", + "", + "psnp-interval", + "" + ], + "help": "lp: u32:0-127; PSNP interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "level", + "" + ], + "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", + "" + ], + "help": "lp: u32:1-120; Minimum interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "lsp-mtu", + "" + ], + "help": "lp: u32:128-4352; Maximum size of generated LSPs", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "lsp-refresh-interval", + "" + ], + "help": "lp: u32:1-65235; LSP refresh interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "max-lsp-lifetime", + "" + ], + "help": "lp: u32:350-65535; LSP lifetime in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "metric-style", + "" + ], + "help": "lp: wide; Use new style of TLVs to carry wider metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "net", + "" + ], + "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", + "bgp", + "level-1", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv4", + "bgp", + "level-2", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv4", + "connected", + "level-1", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv4", + "connected", + "level-2", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv4", + "kernel", + "level-1", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv4", + "kernel", + "level-2", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv4", + "ospf", + "level-1", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv4", + "ospf", + "level-2", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv4", + "rip", + "level-1", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv4", + "rip", + "level-2", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv4", + "static", + "level-1", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv4", + "static", + "level-2", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv6", + "bgp", + "level-1", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv6", + "bgp", + "level-2", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv6", + "connected", + "level-1", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv6", + "connected", + "level-2", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv6", + "kernel", + "level-1", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv6", + "kernel", + "level-2", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv6", + "ospf6", + "level-1", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv6", + "ospf6", + "level-2", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv6", + "ripng", + "level-1", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv6", + "ripng", + "level-2", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv6", + "static", + "level-1", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "redistribute", + "ipv6", + "static", + "level-2", + "metric", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "segment-routing", + "enable" + ], + "help": "Enable segment-routing functionality", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "segment-routing", + "global-block", + "high-label-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", + "" + ], + "help": "lp: u32:16-1048575; Label value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "segment-routing", + "local-block", + "high-label-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", + "" + ], + "help": "lp: u32:16-1048575; Label value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "segment-routing", + "maximum-label-depth", + "" + ], + "help": "lp: u32:1-16; MPLS label depth", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "segment-routing", + "prefix", + "", + "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", + "", + "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", + "", + "absolute", + "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", + "", + "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", + "", + "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", + "", + "index", + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "lp: u32:1-120; Interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "isis", + "traffic-engineering", + "address", + "" + ], + "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", + "" + ], + "help": "lp: txt; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "mpls", + "ldp", + "allocation", + "ipv4", + "access-list", + "" + ], + "help": "lp: u32:1-2699; Access list number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "mpls", + "ldp", + "allocation", + "ipv6", + "access-list6", + "" + ], + "help": "lp: u32:1-2699; Access list number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "mpls", + "ldp", + "discovery", + "hello-ipv4-holdtime", + "" + ], + "help": "lp: u32:1-65535; Time in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "mpls", + "ldp", + "discovery", + "hello-ipv4-interval", + "" + ], + "help": "lp: u32:1-65535; Time in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "mpls", + "ldp", + "discovery", + "hello-ipv6-holdtime", + "" + ], + "help": "lp: u32:1-65535; Time in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "mpls", + "ldp", + "discovery", + "hello-ipv6-interval", + "" + ], + "help": "lp: u32:1-65535; Time in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "mpls", + "ldp", + "discovery", + "session-ipv4-holdtime", + "" + ], + "help": "lp: u32:15-65535; Time in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "mpls", + "ldp", + "discovery", + "session-ipv6-holdtime", + "" + ], + "help": "lp: u32:15-65535; Time in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "mpls", + "ldp", + "discovery", + "transport-ipv4-address", + "" + ], + "help": "lp: ipv4; IPv4 bind as transport", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "mpls", + "ldp", + "discovery", + "transport-ipv6-address", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "lp: u32:1-2699; Access list number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "mpls", + "ldp", + "interface", + "" + ], + "help": "lp: txt; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "mpls", + "ldp", + "neighbor", + "", + "password", + "" + ], + "help": "Neighbor password", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "mpls", + "ldp", + "neighbor", + "", + "session-holdtime", + "" + ], + "help": "lp: u32:15-65535; Time in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "mpls", + "ldp", + "neighbor", + "", + "ttl-security", + "" + ], + "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", + "" + ], + "help": "lp: ipv4; Router-ID in IP address format", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "mpls", + "ldp", + "targeted-neighbor", + "ipv4", + "address", + "" + ], + "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", + "" + ], + "help": "lp: u32:1-65535; Time in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "mpls", + "ldp", + "targeted-neighbor", + "ipv4", + "hello-interval", + "" + ], + "help": "lp: u32:1-65535; Time in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "mpls", + "ldp", + "targeted-neighbor", + "ipv6", + "address", + "" + ], + "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", + "" + ], + "help": "lp: u32:1-65535; Time in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "mpls", + "ldp", + "targeted-neighbor", + "ipv6", + "hello-interval", + "" + ], + "help": "lp: u32:1-65535; Time in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "mpls", + "parameters", + "maximum-ttl", + "" + ], + "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", + "", + "cisco-authentication", + "" + ], + "help": "lp: txt; Pass phrase for cisco authentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "nhrp", + "tunnel", + "", + "dynamic-map", + "", + "nbma-domain-name", + "" + ], + "help": "lp: ; Set the external HUB fqdn", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "nhrp", + "tunnel", + "", + "holding-time", + "" + ], + "help": "Holding time in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "nhrp", + "tunnel", + "", + "map", + "", + "cisco" + ], + "help": "If the statically mapped peer is running Cisco IOS, specify this", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "nhrp", + "tunnel", + "", + "map", + "", + "nbma-address", + "" + ], + "help": "Set HUB address (nbma-address - external hub address or fqdn)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "nhrp", + "tunnel", + "", + "map", + "", + "register" + ], + "help": "Specifies that Registration Request should be sent to this peer", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "nhrp", + "tunnel", + "", + "multicast", + "" + ], + "help": "Set multicast for NHRP", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "nhrp", + "tunnel", + "", + "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", + "", + "redirect" + ], + "help": "Enable sending of Cisco style NHRP Traffic Indication packets", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "nhrp", + "tunnel", + "", + "shortcut" + ], + "help": "Enable creation of shortcut routes. A received NHRP Traffic", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "nhrp", + "tunnel", + "", + "shortcut-destination" + ], + "help": "This instructs opennhrp to reply with authorative answers on", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "nhrp", + "tunnel", + "", + "shortcut-target", + "", + "holding-time", + "" + ], + "help": "Holding time in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "access-list", + "", + "export", + "" + ], + "help": "lp: static; Filter static routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "area", + "", + "area-type", + "normal" + ], + "help": "Normal OSPF area", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "area", + "", + "area-type", + "nssa", + "default-cost", + "" + ], + "help": "lp: u32:0-16777215; Summary default cost", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "area", + "", + "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", + "", + "area-type", + "nssa", + "translate", + "" + ], + "help": "lp: never; Never translate LSA types", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "area", + "", + "area-type", + "stub", + "default-cost", + "" + ], + "help": "lp: u32:0-16777215; Summary default cost", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "area", + "", + "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", + "", + "authentication", + "" + ], + "help": "lp: md5; Use MD5 authentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "area", + "", + "export-list", + "" + ], + "help": "lp: u32; Access-list number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "area", + "", + "import-list", + "" + ], + "help": "lp: u32; Access-list number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "area", + "", + "network", + "" + ], + "help": "lp: ipv4net; OSPF network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "area", + "", + "range", + "", + "cost", + "" + ], + "help": "lp: u32:0-16777215; Metric for this range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "area", + "", + "range", + "", + "not-advertise" + ], + "help": "Do not advertise this range", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "area", + "", + "range", + "", + "substitute", + "" + ], + "help": "lp: ipv4net; Advertise area range as another prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "area", + "", + "shortcut", + "" + ], + "help": "lp: enable; Enable shortcutting mode", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "area", + "", + "virtual-link", + "", + "authentication", + "md5", + "key-id", + "", + "md5-key", + "" + ], + "help": "lp: txt; MD5 Key (16 characters or less)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "area", + "", + "virtual-link", + "", + "authentication", + "plaintext-password", + "" + ], + "help": "lp: txt; Plain text password (8 characters or less)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "area", + "", + "virtual-link", + "", + "dead-interval", + "" + ], + "help": "lp: u32:1-65535; Neighbor dead interval (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "area", + "", + "virtual-link", + "", + "hello-interval", + "" + ], + "help": "lp: u32:1-65535; Hello interval (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "area", + "", + "virtual-link", + "", + "retransmit-interval", + "" + ], + "help": "lp: u32:1-65535; Retransmit interval (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "area", + "", + "virtual-link", + "", + "transmit-delay", + "" + ], + "help": "lp: u32:1-65535; Link state transmit delay (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "auto-cost", + "reference-bandwidth", + "" + ], + "help": "lp: u32:1-4294967; Reference bandwidth cost in Mbits/sec", + "run": null, + "type": "txt", + "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", + "" + ], + "help": "lp: u32:0-16777214; Default metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "default-information", + "originate", + "metric-type", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "default-metric", + "" + ], + "help": "lp: u32:0-16777214; Metric of redistributed routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "distance", + "global", + "" + ], + "help": "lp: u32:1-255; Administrative distance", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "distance", + "ospf", + "external", + "" + ], + "help": "lp: u32:1-255; Distance for external routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "distance", + "ospf", + "inter-area", + "" + ], + "help": "lp: u32:1-255; Distance for inter-area routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "distance", + "ospf", + "intra-area", + "" + ], + "help": "lp: u32:1-255; Distance for intra-area routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "interface", + "", + "area", + "" + ], + "help": "lp: ipv4; OSPF area ID in IP address notation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "interface", + "", + "authentication", + "md5", + "key-id", + "", + "md5-key", + "" + ], + "help": "lp: txt; MD5 Key (16 characters or less)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "interface", + "", + "authentication", + "plaintext-password", + "" + ], + "help": "lp: txt; Plain text password (8 characters or less)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "interface", + "", + "bandwidth", + "" + ], + "help": "lp: u32:1-100000; Bandwidth in Megabit/sec (for calculating OSPF cost)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "interface", + "", + "bfd", + "profile", + "" + ], + "help": "lp: txt; BFD profile name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "interface", + "", + "cost", + "" + ], + "help": "lp: u32:1-65535; OSPF interface cost", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "interface", + "", + "dead-interval", + "" + ], + "help": "lp: u32:1-65535; Neighbor dead interval (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "interface", + "", + "hello-interval", + "" + ], + "help": "lp: u32:1-65535; Hello interval (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "interface", + "", + "hello-multiplier", + "" + ], + "help": "lp: u32:1-10; Number of Hellos to send each second", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "interface", + "", + "mtu-ignore" + ], + "help": "Disable Maximum Transmission Unit (MTU) mismatch detection", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "interface", + "", + "network", + "" + ], + "help": "lp: point-to-point; Point-to-point network type", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "interface", + "", + "passive", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "interface", + "", + "priority", + "" + ], + "help": "lp: u32:0-255; OSPF router priority cost", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "interface", + "", + "retransmit-interval", + "" + ], + "help": "lp: u32:1-65535; Retransmit interval (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "interface", + "", + "transmit-delay", + "" + ], + "help": "lp: u32:1-65535; Link state transmit delay (seconds)", + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "lp: ipv4; Stable IP address of the advertising router", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "neighbor", + "", + "poll-interval", + "" + ], + "help": "lp: u32:1-65535; Seconds between dead neighbor polling interval", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "neighbor", + "", + "priority", + "" + ], + "help": "lp: u32:0-255; Neighbor priority", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "parameters", + "abr-type", + "" + ], + "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", + "" + ], + "help": "lp: ipv4; Router-ID in IP address format", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "passive-interface", + "" + ], + "help": "lp: default; Default to suppress routing updates on all interfaces", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "redistribute", + "bgp", + "metric", + "" + ], + "help": "lp: u32:0-16777214; Default metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "redistribute", + "bgp", + "metric-type", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "redistribute", + "connected", + "metric", + "" + ], + "help": "lp: u32:0-16777214; Default metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "redistribute", + "connected", + "metric-type", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "redistribute", + "isis", + "metric", + "" + ], + "help": "lp: u32:0-16777214; Default metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "redistribute", + "isis", + "metric-type", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "redistribute", + "kernel", + "metric", + "" + ], + "help": "lp: u32:0-16777214; Default metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "redistribute", + "kernel", + "metric-type", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "redistribute", + "rip", + "metric", + "" + ], + "help": "lp: u32:0-16777214; Default metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "redistribute", + "rip", + "metric-type", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "redistribute", + "static", + "metric", + "" + ], + "help": "lp: u32:0-16777214; Default metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "redistribute", + "static", + "metric-type", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "redistribute", + "table", + "", + "metric", + "" + ], + "help": "lp: u32:0-16777214; Default metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "redistribute", + "table", + "", + "metric-type", + "" + ], + "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "redistribute", + "table", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "refresh", + "timers", + "" + ], + "help": "lp: u32:10-1800; Timer value in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "segment-routing", + "global-block", + "high-label-value", + "" + ], + "help": "lp: u32:100-1048575; Label value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "segment-routing", + "global-block", + "low-label-value", + "" + ], + "help": "lp: u32:100-1048575; Label value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "segment-routing", + "local-block", + "high-label-value", + "" + ], + "help": "lp: u32:100-1048575; Label value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "segment-routing", + "local-block", + "low-label-value", + "" + ], + "help": "lp: u32:100-1048575; Label value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "segment-routing", + "maximum-label-depth", + "" + ], + "help": "lp: u32:1-16; MPLS label depth", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "segment-routing", + "prefix", + "", + "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", + "", + "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", + "", + "index", + "value", + "" + ], + "help": "lp: u32:0-65535; The index segment/label ID value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "timers", + "throttle", + "spf", + "delay", + "" + ], + "help": "lp: u32:0-600000; Delay in milliseconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospf", + "timers", + "throttle", + "spf", + "initial-holdtime", + "" + ], + "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", + "" + ], + "help": "lp: u32:0-600000; Max hold time in milliseconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "area", + "", + "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", + "", + "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", + "", + "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", + "", + "export-list", + "" + ], + "help": "Name of export-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "area", + "", + "import-list", + "" + ], + "help": "Name of import-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "area", + "", + "range", + "", + "advertise" + ], + "help": "Advertise this range", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "area", + "", + "range", + "", + "not-advertise" + ], + "help": "Do not advertise this range", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "auto-cost", + "reference-bandwidth", + "" + ], + "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", + "" + ], + "help": "lp: u32:0-16777214; Default metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "default-information", + "originate", + "metric-type", + "" + ], + "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", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "distance", + "global", + "" + ], + "help": "lp: u32:1-255; Administrative distance", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "distance", + "ospfv3", + "external", + "" + ], + "help": "lp: u32:1-255; Distance for external routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "distance", + "ospfv3", + "inter-area", + "" + ], + "help": "lp: u32:1-255; Distance for inter-area routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "distance", + "ospfv3", + "intra-area", + "" + ], + "help": "lp: u32:1-255; Distance for intra-area routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "interface", + "", + "area", + "" + ], + "help": "lp: ipv4; OSPF area ID in IP address notation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "interface", + "", + "bfd", + "profile", + "" + ], + "help": "lp: txt; BFD profile name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "interface", + "", + "cost", + "" + ], + "help": "lp: u32:1-65535; OSPF interface cost", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "interface", + "", + "dead-interval", + "" + ], + "help": "lp: u32:1-65535; Neighbor dead interval (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "interface", + "", + "hello-interval", + "" + ], + "help": "lp: u32:1-65535; Hello interval (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "interface", + "", + "ifmtu", + "" + ], + "help": "lp: u32:1-65535; Interface MTU", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "interface", + "", + "instance-id", + "" + ], + "help": "lp: u32:0-255; Instance Id", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "interface", + "", + "mtu-ignore" + ], + "help": "Disable Maximum Transmission Unit (MTU) mismatch detection", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "interface", + "", + "network", + "" + ], + "help": "lp: point-to-point; Point-to-point network type", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "interface", + "", + "passive" + ], + "help": "Configure passive mode for interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "interface", + "", + "priority", + "" + ], + "help": "lp: u32:0-255; OSPF router priority cost", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "interface", + "", + "retransmit-interval", + "" + ], + "help": "lp: u32:1-65535; Retransmit interval (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "interface", + "", + "transmit-delay", + "" + ], + "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", + "" + ], + "help": "lp: ipv4; Router-ID in IP address format", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "redistribute", + "bgp", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "redistribute", + "connected", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "redistribute", + "kernel", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "redistribute", + "ripng", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "redistribute", + "static", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ospfv3", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "pim", + "interface", + "", + "dr-priority", + "" + ], + "help": "lp: u32:1-4294967295; Value of the new DR Priority", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "pim", + "interface", + "", + "hello", + "" + ], + "help": "lp: u32:1-180; Hello Interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "pim", + "rp", + "address", + "", + "group", + "" + ], + "help": "lp: ipv4net; Group Address range RFC 3171", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "pim", + "rp", + "keep-alive-timer", + "" + ], + "help": "lp: u32:31-60000; Keep alive Timer in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "default-distance", + "" + ], + "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", + "" + ], + "help": "lp: u32:1-16; Default metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "distribute-list", + "access-list", + "in", + "" + ], + "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", + "" + ], + "help": "lp: u32; Access list to apply to output packets", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "distribute-list", + "interface", + "", + "access-list", + "in", + "" + ], + "help": "lp: u32; Access list to apply to input packets", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "distribute-list", + "interface", + "", + "access-list", + "out", + "" + ], + "help": "lp: u32; Access list to apply to output packets", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "distribute-list", + "interface", + "", + "prefix-list", + "in", + "" + ], + "help": "lp: txt; Prefix-list to apply to input packets", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "distribute-list", + "interface", + "", + "prefix-list", + "out", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "lp: txt; Prefix-list to apply to output packets", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "interface", + "", + "authentication", + "md5", + "", + "password", + "" + ], + "help": "lp: txt; MD5 Key (16 characters or less)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "interface", + "", + "authentication", + "plaintext-password", + "" + ], + "help": "lp: txt; Plain text password (16 characters or less)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "interface", + "", + "receive", + "version", + "" + ], + "help": "lp: 2; Allow RIPv2 only", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "interface", + "", + "send", + "version", + "" + ], + "help": "lp: 2; Allow RIPv2 only", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "interface", + "", + "split-horizon", + "disable" + ], + "help": "Disable split horizon on specified interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "interface", + "", + "split-horizon", + "poison-reverse" + ], + "help": "Disable split horizon on specified interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "neighbor", + "" + ], + "help": "lp: ipv4; Neighbor router", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "network", + "" + ], + "help": "lp: ipv4net; RIP network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "network-distance", + "", + "access-list", + "" + ], + "help": "lp: txt; Access list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "network-distance", + "", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "passive-interface", + "" + ], + "help": "lp: default; Default to suppress routing updates on all interfaces", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "redistribute", + "bgp", + "metric", + "" + ], + "help": "lp: u32:1-16; Redistribute route metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "redistribute", + "bgp", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "redistribute", + "connected", + "metric", + "" + ], + "help": "lp: u32:1-16; Redistribute route metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "redistribute", + "connected", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "redistribute", + "isis", + "metric", + "" + ], + "help": "lp: u32:1-16; Redistribute route metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "redistribute", + "isis", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "redistribute", + "kernel", + "metric", + "" + ], + "help": "lp: u32:1-16; Redistribute route metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "redistribute", + "kernel", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "redistribute", + "ospf", + "metric", + "" + ], + "help": "lp: u32:1-16; Redistribute route metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "redistribute", + "ospf", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "redistribute", + "static", + "metric", + "" + ], + "help": "lp: u32:1-16; Redistribute route metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "redistribute", + "static", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "route", + "" + ], + "help": "lp: ipv4net; RIP static route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "timers", + "garbage-collection", + "" + ], + "help": "lp: u32:5-2147483647; Garbage colletion time", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "timers", + "timeout", + "" + ], + "help": "lp: u32:5-2147483647; Routing information timeout timer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "timers", + "update", + "" + ], + "help": "lp: u32:5-2147483647; Routing table update timer in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rip", + "version", + "" + ], + "help": "lp: 2; Allow RIPv2 only", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "aggregate-address", + "" + ], + "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", + "" + ], + "help": "lp: u32:1-16; Default metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "distribute-list", + "access-list", + "in", + "" + ], + "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", + "" + ], + "help": "lp: u32; Access list to apply to output packets", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "distribute-list", + "interface", + "", + "access-list", + "in", + "" + ], + "help": "lp: u32; Access list to apply to input packets", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "distribute-list", + "interface", + "", + "access-list", + "out", + "" + ], + "help": "lp: u32; Access list to apply to output packets", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "distribute-list", + "interface", + "", + "prefix-list", + "in", + "" + ], + "help": "lp: txt; Prefix-list to apply to input packets", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "distribute-list", + "interface", + "", + "prefix-list", + "out", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "lp: txt; Prefix-list to apply to output packets", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "interface", + "", + "split-horizon", + "disable" + ], + "help": "Disable split horizon on specified interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "interface", + "", + "split-horizon", + "poison-reverse" + ], + "help": "Disable split horizon on specified interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "network", + "" + ], + "help": "lp: ipv6net; RIPng network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "passive-interface", + "" + ], + "help": "lp: txt; Suppress routing updates on interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "redistribute", + "bgp", + "metric", + "" + ], + "help": "lp: u32:1-16; Redistribute route metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "redistribute", + "bgp", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "redistribute", + "connected", + "metric", + "" + ], + "help": "lp: u32:1-16; Redistribute route metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "redistribute", + "connected", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "redistribute", + "kernel", + "metric", + "" + ], + "help": "lp: u32:1-16; Redistribute route metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "redistribute", + "kernel", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "redistribute", + "ospfv3", + "metric", + "" + ], + "help": "lp: u32:1-16; Redistribute route metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "redistribute", + "ospfv3", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "redistribute", + "static", + "metric", + "" + ], + "help": "lp: u32:1-16; Redistribute route metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "redistribute", + "static", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "route", + "" + ], + "help": "lp: ipv6net; RIPng static route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "timers", + "garbage-collection", + "" + ], + "help": "lp: u32:5-2147483647; Garbage colletion time", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "timers", + "timeout", + "" + ], + "help": "lp: u32:5-2147483647; Routing information timeout timer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "ripng", + "timers", + "update", + "" + ], + "help": "lp: u32:5-2147483647; Routing table update timer in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rpki", + "cache", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rpki", + "cache", + "", + "preference", + "" + ], + "help": "lp: u32:1-255; Preference of the cache server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rpki", + "cache", + "", + "ssh", + "known-hosts-file", + "" + ], + "help": "RPKI SSH known hosts file", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rpki", + "cache", + "", + "ssh", + "private-key-file", + "" + ], + "help": "RPKI SSH private key file", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rpki", + "cache", + "", + "ssh", + "public-key-file", + "" + ], + "help": "RPKI SSH public key file path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rpki", + "cache", + "", + "ssh", + "username", + "" + ], + "help": "RPKI SSH username", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "rpki", + "polling-period", + "" + ], + "help": "lp: u32:1-86400; Polling period in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "arp", + "interface", + "", + "address", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "arp", + "interface", + "", + "address", + "", + "mac", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "multicast", + "interface-route", + "", + "next-hop-interface", + "", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "multicast", + "route", + "", + "next-hop", + "", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route", + "", + "blackhole", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route", + "", + "blackhole", + "tag", + "" + ], + "help": "lp: u32:1-4294967295; Tag value for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route", + "", + "dhcp-interface", + "" + ], + "help": "lp: txt; DHCP interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route", + "", + "interface", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route", + "", + "interface", + "", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route", + "", + "interface", + "", + "vrf", + "" + ], + "help": "lp: txt; Name of VRF to leak to", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route", + "", + "next-hop", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route", + "", + "next-hop", + "", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route", + "", + "next-hop", + "", + "interface", + "" + ], + "help": "lp: txt; Gateway interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route", + "", + "next-hop", + "", + "vrf", + "" + ], + "help": "lp: txt; Name of VRF to leak to", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route", + "", + "reject", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route", + "", + "reject", + "tag", + "" + ], + "help": "lp: u32:1-4294967295; Tag value for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route6", + "", + "blackhole", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route6", + "", + "blackhole", + "tag", + "" + ], + "help": "lp: u32:1-4294967295; Tag value for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route6", + "", + "interface", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route6", + "", + "interface", + "", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route6", + "", + "interface", + "", + "vrf", + "" + ], + "help": "lp: txt; Name of VRF to leak to", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route6", + "", + "next-hop", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route6", + "", + "next-hop", + "", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route6", + "", + "next-hop", + "", + "interface", + "" + ], + "help": "lp: txt; Gateway interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route6", + "", + "next-hop", + "", + "vrf", + "" + ], + "help": "lp: txt; Name of VRF to leak to", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route6", + "", + "reject", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "route6", + "", + "reject", + "tag", + "" + ], + "help": "lp: u32:1-4294967295; Tag value for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route", + "", + "blackhole", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route", + "", + "blackhole", + "tag", + "" + ], + "help": "lp: u32:1-4294967295; Tag value for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route", + "", + "dhcp-interface", + "" + ], + "help": "lp: txt; DHCP interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route", + "", + "interface", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route", + "", + "interface", + "", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route", + "", + "interface", + "", + "vrf", + "" + ], + "help": "lp: txt; Name of VRF to leak to", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route", + "", + "next-hop", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route", + "", + "next-hop", + "", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route", + "", + "next-hop", + "", + "interface", + "" + ], + "help": "lp: txt; Gateway interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route", + "", + "next-hop", + "", + "vrf", + "" + ], + "help": "lp: txt; Name of VRF to leak to", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route", + "", + "reject", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route", + "", + "reject", + "tag", + "" + ], + "help": "lp: u32:1-4294967295; Tag value for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route6", + "", + "blackhole", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route6", + "", + "blackhole", + "tag", + "" + ], + "help": "lp: u32:1-4294967295; Tag value for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route6", + "", + "interface", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route6", + "", + "interface", + "", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route6", + "", + "interface", + "", + "vrf", + "" + ], + "help": "lp: txt; Name of VRF to leak to", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route6", + "", + "next-hop", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route6", + "", + "next-hop", + "", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route6", + "", + "next-hop", + "", + "interface", + "" + ], + "help": "lp: txt; Gateway interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route6", + "", + "next-hop", + "", + "vrf", + "" + ], + "help": "lp: txt; Name of VRF to leak to", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route6", + "", + "reject", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "protocols", + "static", + "table", + "", + "route6", + "", + "reject", + "tag", + "" + ], + "help": "lp: u32:1-4294967295; Tag value for this route", + "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", + "", + "address", + "" + ], + "help": "lp: ipv4; Optional source address for forwarded packets", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "broadcast-relay", + "id", + "", + "description", + "" + ], + "help": "Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "broadcast-relay", + "id", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "broadcast-relay", + "id", + "", + "interface", + "" + ], + "help": "lp: txt; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "broadcast-relay", + "id", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "conntrack-sync", + "accept-protocol", + "" + ], + "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", + "" + ], + "help": "lp: u32; Queue size in MB", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "conntrack-sync", + "expect-sync", + "" + ], + "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", + "" + ], + "help": "VRRP sync group", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "conntrack-sync", + "ignore-address", + "" + ], + "help": "lp: ipv6net; IPv6 prefix to ignore", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "conntrack-sync", + "interface", + "", + "peer", + "" + ], + "help": "lp: ipv4; IP address to listen for incoming connections", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "conntrack-sync", + "interface", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "conntrack-sync", + "listen-address", + "" + ], + "help": "lp: ipv4; IPv4 address to listen for incoming connections", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "conntrack-sync", + "mcast-group", + "" + ], + "help": "Multicast group to use for syncing conntrack entries (default:", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "conntrack-sync", + "sync-queue-size", + "" + ], + "help": "lp: u32; Queue size in MB", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "console-server", + "device", + "", + "alias", + "" + ], + "help": "Human-readable name for this console", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "console-server", + "device", + "", + "data-bits", + "" + ], + "help": "Serial port data bits (default: 8)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "console-server", + "device", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "console-server", + "device", + "", + "parity", + "" + ], + "help": "Parity setting (default: none)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "console-server", + "device", + "", + "speed", + "" + ], + "help": "Serial port baud rate", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "console-server", + "device", + "", + "ssh", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "console-server", + "device", + "", + "stop-bits", + "" + ], + "help": "Serial port stop bits (default: 1)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-relay", + "interface", + "" + ], + "help": "lp: txt; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-relay", + "relay-options", + "hop-count", + "" + ], + "help": "lp: u32:1-255; Hop count", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-relay", + "relay-options", + "max-size", + "" + ], + "help": "lp: u32:64-1400; Maximum packet size", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-relay", + "relay-options", + "relay-agents-packets", + "" + ], + "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", + "" + ], + "help": "lp: ipv4; DHCP server IPv4 address", + "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", + "" + ], + "help": "Peer name used to identify connection", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "failover", + "remote", + "" + ], + "help": "lp: ipv4; IPv4 address of failover peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "failover", + "source-address", + "" + ], + "help": "lp: ipv4; IPv4 source address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "failover", + "status", + "" + ], + "help": "lp: secondary; Configure this server to be the secondary node", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "global-parameters", + "" + ], + "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", + "" + ], + "help": "lp: ipv4; IPv4 address to listen for incoming connections", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "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", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "domain-name", + "" + ], + "help": "Client Domain Name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "domain-search", + "" + ], + "help": "Client Domain Name search list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "name-server", + "" + ], + "help": "lp: ipv4; Domain Name Server (DNS) IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "ntp-server", + "" + ], + "help": "lp: ipv4; NTP server IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "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", + "", + "shared-network-parameters", + "" + ], + "help": "Additional shared-network parameters for DHCP server. You must", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "bootfile-name", + "" + ], + "help": "Bootstrap file name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "bootfile-server", + "" + ], + "help": "lp: hostname; Bootfile server FQDN", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "bootfile-size", + "" + ], + "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", + "", + "subnet", + "", + "client-prefix-length", + "" + ], + "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", + "", + "subnet", + "", + "default-router", + "" + ], + "help": "lp: ipv4; Default router IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "domain-name", + "" + ], + "help": "Client Domain Name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "domain-search", + "" + ], + "help": "Client Domain Name search list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "enable-failover" + ], + "help": "Enable DHCP failover support for this subnet", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "exclude", + "" + ], + "help": "lp: ipv4; IPv4 address to exclude from lease range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "ip-forwarding" + ], + "help": "Enable IP forwarding on client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "lease", + "" + ], + "help": "lp: u32; DHCP lease time in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "name-server", + "" + ], + "help": "lp: ipv4; Domain Name Server (DNS) IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "ntp-server", + "" + ], + "help": "lp: ipv4; NTP server IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "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", + "", + "subnet", + "", + "pop-server", + "" + ], + "help": "lp: ipv4; POP3 server IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "range", + "", + "start", + "" + ], + "help": "lp: ipv4; IPv4 start address of pool", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "range", + "", + "stop", + "" + ], + "help": "lp: ipv4; IPv4 end address of pool", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "server-identifier", + "" + ], + "help": "lp: ipv4; DHCP server identifier IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "smtp-server", + "" + ], + "help": "lp: ipv4; SMTP server IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "static-mapping", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "static-mapping", + "", + "ip-address", + "" + ], + "help": "lp: ipv4; IPv4 address used in static mapping", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "static-mapping", + "", + "mac-address", + "" + ], + "help": "lp: macaddr; Hardware (MAC) address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "static-mapping", + "", + "static-mapping-parameters", + "" + ], + "help": "Additional static-mapping parameters for DHCP server. Will be", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "static-route", + "", + "next-hop", + "" + ], + "help": "lp: ipv4; IPv4 address of router", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "subnet-parameters", + "" + ], + "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", + "", + "subnet", + "", + "tftp-server-name", + "" + ], + "help": "lp: hostname; TFTP server FQDN", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "time-offset", + "" + ], + "help": "lp: [-]N; Time offset (number, may be negative)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "time-server", + "" + ], + "help": "lp: ipv4; Time server IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "vendor-option", + "ubiquiti", + "unifi-controller", + "" + ], + "help": "lp: ipv4; IP address of UniFi controller", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "wins-server", + "" + ], + "help": "lp: ipv4; WINS server IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcp-server", + "shared-network-name", + "", + "subnet", + "", + "wpad-url", + "" + ], + "help": "Web Proxy Autodiscovery (WPAD) URL", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-relay", + "listen-interface", + "", + "address", + "" + ], + "help": "lp: ipv6; IPv6 address on listen interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-relay", + "max-hop-count", + "" + ], + "help": "lp: u32:1-255; Hop count", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-relay", + "upstream-interface", + "", + "address", + "" + ], + "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", + "" + ], + "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "preference", + "" + ], + "help": "lp: u32:0-255; DHCPv6 server preference (0-255)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "common-options", + "domain-search", + "" + ], + "help": "Client Domain Name search list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "common-options", + "info-refresh-time", + "" + ], + "help": "lp: u32:1-4294967295; DHCPv6 information refresh time", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "common-options", + "name-server", + "" + ], + "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "subnet", + "", + "address-range", + "prefix", + "", + "temporary" + ], + "help": "Address range will be used for temporary addresses", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "subnet", + "", + "address-range", + "start", + "", + "stop", + "" + ], + "help": "lp: ipv6; IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "subnet", + "", + "domain-search", + "" + ], + "help": "Client Domain Name search list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "subnet", + "", + "lease-time", + "default", + "" + ], + "help": "lp: u32:1-4294967295; DHCPv6 valid lifetime", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "subnet", + "", + "lease-time", + "maximum", + "" + ], + "help": "lp: u32:1-4294967295; Maximum lease time in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "subnet", + "", + "lease-time", + "minimum", + "" + ], + "help": "lp: u32:1-4294967295; Minimum lease time in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "subnet", + "", + "name-server", + "" + ], + "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "subnet", + "", + "nis-domain", + "" + ], + "help": "NIS domain name for client to use", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "subnet", + "", + "nis-server", + "" + ], + "help": "lp: ipv6; IPv6 address of NIS server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "subnet", + "", + "nisplus-domain", + "" + ], + "help": "NIS+ domain name for client to use", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "subnet", + "", + "nisplus-server", + "" + ], + "help": "lp: ipv6; IPv6 address of NIS+ server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "subnet", + "", + "prefix-delegation", + "start", + "", + "prefix-length", + "" + ], + "help": "lp: u32:32-64; Delagated prefix length (32-64)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "subnet", + "", + "prefix-delegation", + "start", + "", + "stop", + "" + ], + "help": "lp: ipv6; IPv6 address used in prefix delegation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "subnet", + "", + "sip-server", + "" + ], + "help": "lp: hostname; FQDN of SIP server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "subnet", + "", + "sntp-server", + "" + ], + "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", + "", + "subnet", + "", + "static-mapping", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "subnet", + "", + "static-mapping", + "", + "identifier", + "" + ], + "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", + "", + "subnet", + "", + "static-mapping", + "", + "ipv6-address", + "" + ], + "help": "lp: ipv6; IPv6 address for this static mapping", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "subnet", + "", + "static-mapping", + "", + "ipv6-prefix", + "" + ], + "help": "lp: ipv6net; IPv6 prefix for this static mapping", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dhcpv6-server", + "shared-network-name", + "", + "subnet", + "", + "vendor-option", + "cisco", + "tftp-server", + "" + ], + "help": "lp: ipv6; TFTP server IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "dynamic", + "interface", + "", + "ipv6-enable" + ], + "help": "Allow explicit IPv6 addresses for Dynamic DNS for this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "dynamic", + "interface", + "", + "rfc2136", + "", + "key", + "" + ], + "help": "lp: filename; File in /config/auth directory", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "dynamic", + "interface", + "", + "rfc2136", + "", + "record", + "" + ], + "help": "Record to be updated", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "dynamic", + "interface", + "", + "rfc2136", + "", + "server", + "" + ], + "help": "Server to be updated", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "dynamic", + "interface", + "", + "rfc2136", + "", + "ttl", + "" + ], + "help": "lp: u32:1-86400; DNS forwarding cache size", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "dynamic", + "interface", + "", + "rfc2136", + "", + "zone", + "" + ], + "help": "Zone to be updated", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "dynamic", + "interface", + "", + "service", + "", + "host-name", + "" + ], + "help": "Hostname registered with DDNS service", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "dynamic", + "interface", + "", + "service", + "", + "login", + "" + ], + "help": "Login for DDNS service", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "dynamic", + "interface", + "", + "service", + "", + "password", + "" + ], + "help": "Password for DDNS service", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "dynamic", + "interface", + "", + "service", + "", + "protocol", + "" + ], + "help": "lp: zoneedit1; Zoneedit protocol", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "dynamic", + "interface", + "", + "service", + "", + "server", + "" + ], + "help": "lp: FQDN; Hostname of DDNS server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "dynamic", + "interface", + "", + "service", + "", + "zone", + "" + ], + "help": "DNS zone to update (only available with CloudFlare)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "dynamic", + "interface", + "", + "use-web", + "skip", + "" + ], + "help": "Skip everything before this on the given URL", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "dynamic", + "interface", + "", + "use-web", + "url", + "" + ], + "help": "URL to obtain the current external IP address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "allow-from", + "" + ], + "help": "lp: ipv6net; IPv6 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "a", + "", + "address", + "" + ], + "help": "lp: ipv4; IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "a", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "a", + "", + "ttl", + "" + ], + "help": "lp: u32:0-2147483647; TTL in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "aaaa", + "", + "address", + "" + ], + "help": "lp: ipv6; IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "aaaa", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "aaaa", + "", + "ttl", + "" + ], + "help": "lp: u32:0-2147483647; TTL in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "cname", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "cname", + "", + "target", + "" + ], + "help": "lp: name.example.com; An absolute DNS name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "cname", + "", + "ttl", + "" + ], + "help": "lp: u32:0-2147483647; TTL in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "mx", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "mx", + "", + "server", + "", + "priority", + "" + ], + "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", + "", + "records", + "mx", + "", + "ttl", + "" + ], + "help": "lp: u32:0-2147483647; TTL in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "naptr", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "naptr", + "", + "rule", + "", + "lookup-a" + ], + "help": "\"A\" flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "naptr", + "", + "rule", + "", + "lookup-srv" + ], + "help": "\"S\" flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "naptr", + "", + "rule", + "", + "order", + "" + ], + "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", + "", + "records", + "naptr", + "", + "rule", + "", + "preference", + "" + ], + "help": "lp: u32:0-65535; Rule preference", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "naptr", + "", + "rule", + "", + "protocol-specific" + ], + "help": "\"P\" flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "naptr", + "", + "rule", + "", + "regexp", + "" + ], + "help": "Regular expression", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "naptr", + "", + "rule", + "", + "replacement", + "" + ], + "help": "lp: name.example.com; An absolute DNS name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "naptr", + "", + "rule", + "", + "resolve-uri" + ], + "help": "\"U\" flag", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "naptr", + "", + "rule", + "", + "service", + "" + ], + "help": "Service type", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "naptr", + "", + "ttl", + "" + ], + "help": "lp: u32:0-2147483647; TTL in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "ptr", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "ptr", + "", + "target", + "" + ], + "help": "lp: name.example.com; An absolute DNS name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "ptr", + "", + "ttl", + "" + ], + "help": "lp: u32:0-2147483647; TTL in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "spf", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "spf", + "", + "ttl", + "" + ], + "help": "lp: u32:0-2147483647; TTL in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "spf", + "", + "value", + "" + ], + "help": "lp: text; Record contents", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "srv", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "srv", + "", + "entry", + "", + "hostname", + "" + ], + "help": "lp: name.example.com; An absolute DNS name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "srv", + "", + "entry", + "", + "port", + "" + ], + "help": "lp: u32:0-65535; TCP/UDP port number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "srv", + "", + "entry", + "", + "priority", + "" + ], + "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", + "", + "records", + "srv", + "", + "entry", + "", + "weight", + "" + ], + "help": "lp: u32:0-65535; Entry weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "srv", + "", + "ttl", + "" + ], + "help": "lp: u32:0-2147483647; TTL in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "txt", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "txt", + "", + "ttl", + "" + ], + "help": "lp: u32:0-2147483647; TTL in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "authoritative-domain", + "", + "records", + "txt", + "", + "value", + "" + ], + "help": "lp: text; Record contents", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "cache-size", + "" + ], + "help": "lp: u32:0-2147483647; DNS forwarding cache size", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "dhcp", + "" + ], + "help": "Interfaces whose DHCP client nameservers to forward requests to", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "dns64-prefix", + "" + ], + "help": "lp: ipv6net; IPv6 address and /96 only prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "dnssec", + "" + ], + "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", + "", + "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", + "", + "recursion-desired" + ], + "help": "Set the \"recursion desired\" bit in requests to the upstream", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "domain", + "", + "server", + "" + ], + "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address", + "run": null, + "type": "txt", + "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", + "" + ], + "help": "lp: ipv6; IPv6 address to listen for incoming connections", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "name-server", + "" + ], + "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "dns", + "forwarding", + "negative-ttl", + "" + ], + "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", + "source-address", + "" + ], + "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", + "" + ], + "help": "lp: u32:10-60000; Network timeout in milliseconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "event-handler", + "event", + "", + "filter", + "pattern", + "" + ], + "help": "Match pattern (regex)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "event-handler", + "event", + "", + "filter", + "syslog-identifier", + "" + ], + "help": "Identifier of a process in syslog (string)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "event-handler", + "event", + "", + "script", + "arguments", + "" + ], + "help": "Script arguments", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "event-handler", + "event", + "", + "script", + "environment", + "", + "value", + "" + ], + "help": "Environment value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "event-handler", + "event", + "", + "script", + "path", + "" + ], + "help": "Path to the script", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "https", + "api", + "cors", + "allow-origin", + "" + ], + "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", + "gql", + "introspection" + ], + "help": "Schema introspection", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "https", + "api", + "keys", + "id", + "", + "key", + "" + ], + "help": "HTTP API plaintext key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "https", + "api", + "port", + "" + ], + "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", + "" + ], + "help": "Restrict proxy to virtual host(s)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "https", + "certificates", + "ca-certificate", + "" + ], + "help": "lp: txt; Name of CA in PKI configuration", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "https", + "certificates", + "certbot", + "domain-name", + "" + ], + "help": "Domain name(s) for which to obtain certificate", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "https", + "certificates", + "certbot", + "email", + "" + ], + "help": "Email address to associate with certificate", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "https", + "certificates", + "certificate", + "" + ], + "help": "lp: txt; Name of certificate in PKI configuration", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "https", + "virtual-host", + "", + "listen-address", + "" + ], + "help": "lp: '*'; any", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "https", + "virtual-host", + "", + "listen-port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "https", + "virtual-host", + "", + "server-name", + "" + ], + "help": "Server names: exact, wildcard, or regex", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "https", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ids", + "ddos-protection", + "alert-script", + "" + ], + "help": "Path to fastnetmon alert script", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ids", + "ddos-protection", + "ban-time", + "" + ], + "help": "lp: u32:1-4294967294; Time in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ids", + "ddos-protection", + "direction", + "" + ], + "help": "Direction for processing traffic", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ids", + "ddos-protection", + "excluded-network", + "" + ], + "help": "lp: ipv6net; IPv6 prefix(es) to exclude", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ids", + "ddos-protection", + "listen-interface", + "" + ], + "help": "Listen interface for mirroring traffic", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ids", + "ddos-protection", + "mode", + "mirror" + ], + "help": "Listen mirrored traffic mode", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "ids", + "ddos-protection", + "network", + "" + ], + "help": "lp: ipv6net; Your IPv6 prefix(es)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ids", + "ddos-protection", + "threshold", + "general", + "fps", + "" + ], + "help": "lp: u32:0-4294967294; Flows per second", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ids", + "ddos-protection", + "threshold", + "general", + "mbps", + "" + ], + "help": "lp: u32:0-4294967294; Megabits per second", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ids", + "ddos-protection", + "threshold", + "general", + "pps", + "" + ], + "help": "lp: u32:0-4294967294; Packets per second", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ids", + "ddos-protection", + "threshold", + "icmp", + "fps", + "" + ], + "help": "lp: u32:0-4294967294; Flows per second", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ids", + "ddos-protection", + "threshold", + "icmp", + "mbps", + "" + ], + "help": "lp: u32:0-4294967294; Megabits per second", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ids", + "ddos-protection", + "threshold", + "icmp", + "pps", + "" + ], + "help": "lp: u32:0-4294967294; Packets per second", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ids", + "ddos-protection", + "threshold", + "tcp", + "fps", + "" + ], + "help": "lp: u32:0-4294967294; Flows per second", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ids", + "ddos-protection", + "threshold", + "tcp", + "mbps", + "" + ], + "help": "lp: u32:0-4294967294; Megabits per second", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ids", + "ddos-protection", + "threshold", + "tcp", + "pps", + "" + ], + "help": "lp: u32:0-4294967294; Packets per second", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ids", + "ddos-protection", + "threshold", + "udp", + "fps", + "" + ], + "help": "lp: u32:0-4294967294; Flows per second", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ids", + "ddos-protection", + "threshold", + "udp", + "mbps", + "" + ], + "help": "lp: u32:0-4294967294; Megabits per second", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ids", + "ddos-protection", + "threshold", + "udp", + "pps", + "" + ], + "help": "lp: u32:0-4294967294; Packets per second", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "authentication", + "interface", + "", + "mac", + "", + "rate-limit", + "download", + "" + ], + "help": "Download bandwidth limit in kbits/sec", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "authentication", + "interface", + "", + "mac", + "", + "rate-limit", + "upload", + "" + ], + "help": "Upload bandwidth limit in kbits/sec", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "authentication", + "interface", + "", + "mac", + "", + "vlan", + "" + ], + "help": "lp: u32:1-4094; Client VLAN id", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "authentication", + "mode", + "" + ], + "help": "lp: noauth; Authentication disabled", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "authentication", + "radius", + "acct-interim-jitter", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "Shared secret for Dynamic Authorization Extension server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "authentication", + "radius", + "dynamic-author", + "port", + "" + ], + "help": "lp: u32:1-65535; TCP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "authentication", + "radius", + "dynamic-author", + "server", + "" + ], + "help": "lp: ipv4; IPv4 address for aynamic authorization server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "authentication", + "radius", + "max-try", + "" + ], + "help": "lp: u32:1-20; Maximum tries", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "authentication", + "radius", + "nas-identifier", + "" + ], + "help": "NAS-Identifier attribute sent to RADIUS", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "authentication", + "radius", + "nas-ip-address", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "lp: <0.001-1000>; Shaper multiplier", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "authentication", + "radius", + "rate-limit", + "vendor", + "" + ], + "help": "Vendor dictionary", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "authentication", + "radius", + "server", + "", + "acct-port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "authentication", + "radius", + "server", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "authentication", + "radius", + "server", + "", + "disable-accounting" + ], + "help": "Disable accounting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "authentication", + "radius", + "server", + "", + "fail-time", + "" + ], + "help": "lp: u32:0-600; Fail time penalty", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "authentication", + "radius", + "server", + "", + "key", + "" + ], + "help": "Shared secret key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "authentication", + "radius", + "server", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "authentication", + "radius", + "source-address", + "" + ], + "help": "lp: ipv4; IPv4 source address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "authentication", + "radius", + "timeout", + "" + ], + "help": "lp: u32:1-60; Timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "client-ip-pool", + "name", + "", + "gateway-address", + "" + ], + "help": "lp: ipv4; Default Gateway send to the client", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "client-ip-pool", + "name", + "", + "subnet", + "" + ], + "help": "lp: ipv4net; IPv4 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "client-ipv6-pool", + "delegate", + "", + "delegation-prefix", + "" + ], + "help": "lp: u32:32-64; Delegated prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "client-ipv6-pool", + "prefix", + "", + "mask", + "" + ], + "help": "lp: u32:48-128; Client prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "interface", + "", + "client-subnet", + "" + ], + "help": "lp: ipv4net; IPv4 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "interface", + "", + "external-dhcp", + "dhcp-relay", + "" + ], + "help": "lp: ipv4; IPv4 address of the DHCP Server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "interface", + "", + "external-dhcp", + "giaddr", + "" + ], + "help": "lp: ipv4; Gateway IP address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "interface", + "", + "mode", + "" + ], + "help": "lp: l3; Client located behind a router", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "interface", + "", + "network", + "" + ], + "help": "lp: vlan; One VLAN per client", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ipoe-server", + "interface", + "", + "vlan", + "" + ], + "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", + "" + ], + "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "lldp", + "interface", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "lldp", + "interface", + "", + "location", + "coordinate-based", + "altitude", + "" + ], + "help": "lp: [+-]; Altitude in meters", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "lldp", + "interface", + "", + "location", + "coordinate-based", + "datum", + "" + ], + "help": "lp: MLLW; NAD83/MLLW", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "lldp", + "interface", + "", + "location", + "coordinate-based", + "latitude", + "" + ], + "help": "lp: ; Latitude (example \"37.524449N\")", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "lldp", + "interface", + "", + "location", + "coordinate-based", + "longitude", + "" + ], + "help": "lp: ; Longitude (example \"122.267255W\")", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "lldp", + "interface", + "", + "location", + "elin", + "" + ], + "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", + "" + ], + "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", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "mdns", + "repeater", + "interface", + "" + ], + "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", + "" + ], + "help": "Application client id", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "monitoring", + "telegraf", + "azure-data-explorer", + "authentication", + "client-secret", + "" + ], + "help": "Application client secret", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "monitoring", + "telegraf", + "azure-data-explorer", + "authentication", + "tenant-id", + "" + ], + "help": "Set tenant id", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "monitoring", + "telegraf", + "azure-data-explorer", + "database", + "" + ], + "help": "lp: txt; Remote database name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "monitoring", + "telegraf", + "azure-data-explorer", + "group-metrics", + "" + ], + "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", + "" + ], + "help": "lp: txt; Table name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "monitoring", + "telegraf", + "azure-data-explorer", + "url", + "" + ], + "help": "lp: url; Remote URL", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "monitoring", + "telegraf", + "influxdb", + "authentication", + "organization", + "" + ], + "help": "Authentication organization for InfluxDB v2", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "monitoring", + "telegraf", + "influxdb", + "authentication", + "token", + "" + ], + "help": "lp: txt; Authentication token", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "monitoring", + "telegraf", + "influxdb", + "bucket", + "" + ], + "help": "Remote bucket (default: main)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "monitoring", + "telegraf", + "influxdb", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "monitoring", + "telegraf", + "influxdb", + "url", + "" + ], + "help": "lp: url; Remote URL", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "monitoring", + "telegraf", + "prometheus-client", + "allow-from", + "" + ], + "help": "lp: ipv6net; IPv6 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "monitoring", + "telegraf", + "prometheus-client", + "authentication", + "password", + "" + ], + "help": "lp: txt; Authentication password", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "monitoring", + "telegraf", + "prometheus-client", + "authentication", + "username", + "" + ], + "help": "Authentication username", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "monitoring", + "telegraf", + "prometheus-client", + "listen-address", + "" + ], + "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", + "" + ], + "help": "lp: u32:1-2; Metric version (default: 2)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "monitoring", + "telegraf", + "prometheus-client", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "monitoring", + "telegraf", + "source", + "" + ], + "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", + "" + ], + "help": "Authorization token", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "monitoring", + "telegraf", + "splunk", + "url", + "" + ], + "help": "lp: url; Remote URL", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "monitoring", + "telegraf", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "access-concentrator", + "" + ], + "help": "Access concentrator name (default: vyos-ac)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "local-users", + "username", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "local-users", + "username", + "", + "password", + "" + ], + "help": "Password for authentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "local-users", + "username", + "", + "rate-limit", + "download", + "" + ], + "help": "Download bandwidth limit in kbits/sec", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "local-users", + "username", + "", + "rate-limit", + "upload", + "" + ], + "help": "Upload bandwidth limit in kbits/sec", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "local-users", + "username", + "", + "static-ip", + "" + ], + "help": "Static client IP address (default: *)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "mode", + "" + ], + "help": "lp: radius; Use RADIUS server for user autentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "protocols", + "" + ], + "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", + "acct-interim-jitter", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "Shared secret for Dynamic Authorization Extension server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "radius", + "dynamic-author", + "port", + "" + ], + "help": "lp: u32:1-65535; TCP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "radius", + "dynamic-author", + "server", + "" + ], + "help": "lp: ipv4; IPv4 address for aynamic authorization server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "radius", + "max-try", + "" + ], + "help": "lp: u32:1-20; Maximum tries", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "radius", + "nas-identifier", + "" + ], + "help": "NAS-Identifier attribute sent to RADIUS", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "radius", + "nas-ip-address", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "lp: <0.001-1000>; Shaper multiplier", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "radius", + "rate-limit", + "vendor", + "" + ], + "help": "Vendor dictionary", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "radius", + "server", + "", + "acct-port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "radius", + "server", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "radius", + "server", + "", + "disable-accounting" + ], + "help": "Disable accounting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "radius", + "server", + "", + "fail-time", + "" + ], + "help": "lp: u32:0-600; Fail time penalty", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "radius", + "server", + "", + "key", + "" + ], + "help": "Shared secret key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "radius", + "server", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "radius", + "source-address", + "" + ], + "help": "lp: ipv4; IPv4 source address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "authentication", + "radius", + "timeout", + "" + ], + "help": "lp: u32:1-60; Timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "client-ip-pool", + "start", + "" + ], + "help": "First IP address in the pool", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "client-ip-pool", + "stop", + "" + ], + "help": "Last IP address in the pool", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "client-ip-pool", + "subnet", + "" + ], + "help": "lp: ipv4net; IPv4 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "client-ipv6-pool", + "delegate", + "", + "delegation-prefix", + "" + ], + "help": "lp: u32:32-64; Delegated prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "client-ipv6-pool", + "prefix", + "", + "mask", + "" + ], + "help": "lp: u32:48-128; Client prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "extended-scripts", + "on-change", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "Script to run when PPPoE session interface is completely", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "gateway-address", + "" + ], + "help": "lp: ipv4; Default Gateway send to the client", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "interface", + "", + "vlan", + "" + ], + "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", + "" + ], + "help": "Burst count", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "limits", + "connection-limit", + "" + ], + "help": "Acceptable rate of connections (e.g. 1/min, 60/sec)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "limits", + "timeout", + "" + ], + "help": "Timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "mtu", + "" + ], + "help": "Maximum Transmission Unit (MTU) - default 1492 (default: 1492)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "name-server", + "" + ], + "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "pado-delay", + "", + "sessions", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "lp: require; Require IPv4 negotiation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "ppp-options", + "ipv6", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "LCP echo-requests/sec (default: 30)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "ppp-options", + "lcp-echo-timeout", + "" + ], + "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", + "" + ], + "help": "Minimum acceptable MTU (68-65535)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "ppp-options", + "mppe", + "" + ], + "help": "lp: deny; drop all mppe", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "ppp-options", + "mru", + "" + ], + "help": "Preferred MRU (68-65535)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "service-name", + "" + ], + "help": "Service name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "pppoe-server", + "session-control", + "" + ], + "help": "lp: replace; Terminate first session when second is authorized (default)", + "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", + "" + ], + "help": "lp: ipv4; Domain Name Server (DNS) IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "router-advert", + "interface", + "", + "default-lifetime", + "" + ], + "help": "lp: 0; Not a default router", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "router-advert", + "interface", + "", + "default-preference", + "" + ], + "help": "lp: high; Default router has high preference", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "router-advert", + "interface", + "", + "dnssl", + "" + ], + "help": "DNS search list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "router-advert", + "interface", + "", + "hop-limit", + "" + ], + "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", + "", + "interval", + "max", + "" + ], + "help": "lp: u32:4-1800; Maximum interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "router-advert", + "interface", + "", + "interval", + "min", + "" + ], + "help": "lp: u32:3-1350; Minimum interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "router-advert", + "interface", + "", + "link-mtu", + "" + ], + "help": "lp: u32:1280-9000; Link MTU value in RAs", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "router-advert", + "interface", + "", + "managed-flag" + ], + "help": "Hosts use the administered (stateful) protocol for address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "router-advert", + "interface", + "", + "name-server", + "" + ], + "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "router-advert", + "interface", + "", + "name-server-lifetime", + "" + ], + "help": "lp: u32:1-7200; Maximum interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "router-advert", + "interface", + "", + "no-send-advert" + ], + "help": "Do not send router adverts", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "router-advert", + "interface", + "", + "other-config-flag" + ], + "help": "Hosts use the administered (stateful) protocol for", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "router-advert", + "interface", + "", + "prefix", + "", + "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", + "", + "prefix", + "", + "deprecate-prefix" + ], + "help": "Upon shutdown, this option will deprecate the prefix by", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "router-advert", + "interface", + "", + "prefix", + "", + "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", + "", + "prefix", + "", + "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", + "", + "prefix", + "", + "preferred-lifetime", + "" + ], + "help": "lp: infinity; Prefix will remain preferred forever", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "router-advert", + "interface", + "", + "prefix", + "", + "valid-lifetime", + "" + ], + "help": "lp: infinity; Prefix will remain preferred forever", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "router-advert", + "interface", + "", + "reachable-time", + "" + ], + "help": "lp: u32:1-3600000; Reachable Time value in RAs (in milliseconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "router-advert", + "interface", + "", + "retrans-timer", + "" + ], + "help": "lp: u32:1-4294967295; Minimum interval in milliseconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "router-advert", + "interface", + "", + "route", + "", + "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", + "", + "route", + "", + "route-preference", + "" + ], + "help": "lp: high; Route has high preference", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "router-advert", + "interface", + "", + "route", + "", + "valid-lifetime", + "" + ], + "help": "lp: infinity; Route will remain preferred forever", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "salt-minion", + "hash", + "" + ], + "help": "Hash used when discovering file on master server (default:", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "salt-minion", + "id", + "" + ], + "help": "Explicitly declare ID for this minion to use (default: hostname)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "salt-minion", + "interval", + "" + ], + "help": "lp: u32:1-1440; Update interval in minutes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "salt-minion", + "master", + "" + ], + "help": "lp: hostname; Salt server FQDN address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "salt-minion", + "master-key", + "" + ], + "help": "URL with signature of master for auth reply verification", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "salt-minion", + "source-interface", + "" + ], + "help": "lp: interface; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "sla", + "owamp-server", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "sla", + "twamp-server", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "community", + "", + "authorization", + "" + ], + "help": "lp: rw; Read-Write", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "community", + "", + "client", + "" + ], + "help": "IP address of SNMP client allowed to contact system", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "community", + "", + "network", + "" + ], + "help": "lp: ipv6net; IPv6 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "contact", + "" + ], + "help": "Contact information", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "description", + "" + ], + "help": "Description information", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "listen-address", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "location", + "" + ], + "help": "Location information", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "oid-enable", + "" + ], + "help": "lp: route-table; Enable routing table OIDs (ipCidrRouteTable inetCidrRouteTable)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "protocol", + "" + ], + "help": "lp: tcp; Listen protocol TCP", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "script-extensions", + "extension-name", + "", + "script", + "" + ], + "help": "Script location and name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "smux-peer", + "" + ], + "help": "lp: txt; SNMP Object Identifier", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "trap-source", + "" + ], + "help": "lp: ipv6; IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "trap-target", + "", + "community", + "" + ], + "help": "Community used when sending trap information", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "trap-target", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "engineid", + "" + ], + "help": null, + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "group", + "", + "mode", + "" + ], + "help": "lp: rw; read write", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "group", + "", + "seclevel", + "" + ], + "help": "lp: priv; Messages are authenticated and encrypted (authPriv)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "group", + "", + "view", + "" + ], + "help": "Defines the name of view", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "trap-target", + "", + "auth", + "encrypted-password", + "" + ], + "help": "Defines the encrypted key for authentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "trap-target", + "", + "auth", + "plaintext-password", + "" + ], + "help": "Defines the clear text key for authentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "trap-target", + "", + "auth", + "type", + "" + ], + "help": "lp: sha; Secure Hash Algorithm", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "trap-target", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "trap-target", + "", + "privacy", + "encrypted-password", + "" + ], + "help": "Defines the encrypted key for privacy protocol", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "trap-target", + "", + "privacy", + "plaintext-password", + "" + ], + "help": "Defines the clear text key for privacy protocol", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "trap-target", + "", + "privacy", + "type", + "" + ], + "help": "lp: aes; Advanced Encryption Standard", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "trap-target", + "", + "protocol", + "" + ], + "help": "lp: tcp; Listen protocol TCP", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "trap-target", + "", + "type", + "" + ], + "help": "lp: trap; Use TRAP", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "trap-target", + "", + "user", + "" + ], + "help": "Defines username for authentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "user", + "", + "auth", + "encrypted-password", + "" + ], + "help": "Defines the encrypted key for authentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "user", + "", + "auth", + "plaintext-password", + "" + ], + "help": "Defines the clear text key for authentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "user", + "", + "auth", + "type", + "" + ], + "help": "lp: sha; Secure Hash Algorithm", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "user", + "", + "group", + "" + ], + "help": "Specifies group for user name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "user", + "", + "mode", + "" + ], + "help": "lp: rw; read write", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "user", + "", + "privacy", + "encrypted-password", + "" + ], + "help": "Defines the encrypted key for privacy protocol", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "user", + "", + "privacy", + "plaintext-password", + "" + ], + "help": "Defines the clear text key for privacy protocol", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "user", + "", + "privacy", + "type", + "" + ], + "help": "lp: aes; Advanced Encryption Standard", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "view", + "", + "oid", + "", + "exclude", + "" + ], + "help": "Exclude is an optional argument", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "v3", + "view", + "", + "oid", + "", + "mask", + "" + ], + "help": "Defines a bit-mask that is indicating which subidentifiers of", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "snmp", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ssh", + "access-control", + "allow", + "group", + "" + ], + "help": "Allow members of a group to login", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ssh", + "access-control", + "allow", + "user", + "" + ], + "help": "Allow specific users to login", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ssh", + "access-control", + "deny", + "group", + "" + ], + "help": "Allow members of a group to login", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ssh", + "access-control", + "deny", + "user", + "" + ], + "help": "Allow specific users to login", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ssh", + "ciphers", + "" + ], + "help": "Allowed ciphers", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ssh", + "client-keepalive-interval", + "" + ], + "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", + "" + ], + "help": "lp: ipv6net; IPv6 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ssh", + "dynamic-protection", + "block-time", + "" + ], + "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", + "" + ], + "help": "lp: u32:1-65535; Time interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ssh", + "dynamic-protection", + "threshold", + "" + ], + "help": "lp: u32:1-65535; Threshold score", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ssh", + "key-exchange", + "" + ], + "help": "Allowed key exchange (KEX) algorithms", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ssh", + "listen-address", + "" + ], + "help": "lp: ipv6; IPv6 address to listen for incoming connections", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ssh", + "loglevel", + "" + ], + "help": "lp: verbose; enable logging of failed login attempts", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ssh", + "mac", + "" + ], + "help": "Allowed message authentication code (MAC) algorithms", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ssh", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "ssh", + "vrf", + "" + ], + "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", + "" + ], + "help": "Folder containing files served by TFTP", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "tftp-server", + "listen-address", + "", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "tftp-server", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "upnp", + "friendly-name", + "" + ], + "help": "lp: txt; Friendly name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "upnp", + "listen", + "" + ], + "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", + "" + ], + "help": "Max lifetime time", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "upnp", + "pcp-lifetime", + "min", + "" + ], + "help": "Min lifetime time", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "upnp", + "presentation-url", + "" + ], + "help": "lp: txt; Presentation Url", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "upnp", + "rule", + "", + "action", + "" + ], + "help": "Actions against the rule (REQUIRE)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "upnp", + "rule", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "upnp", + "rule", + "", + "external-port-range", + "" + ], + "help": "lp: -; Port range (use '-' as delimiter)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "upnp", + "rule", + "", + "internal-port-range", + "" + ], + "help": "lp: -; Port range (use '-' as delimiter)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "upnp", + "rule", + "", + "ip", + "" + ], + "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", + "" + ], + "help": "lp: txt; The STUN server host address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "upnp", + "stun", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "upnp", + "wan-interface", + "" + ], + "help": "WAN network interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "upnp", + "wan-ip", + "" + ], + "help": "lp: ipv6; IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "append-domain", + "" + ], + "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", + "" + ], + "help": "lp: n; Number of authentication helper processes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "authentication", + "credentials-ttl", + "" + ], + "help": "lp: n; Authenticated session timeout", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "authentication", + "ldap", + "base-dn", + "" + ], + "help": "LDAP Base DN to search", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "authentication", + "ldap", + "bind-dn", + "" + ], + "help": "LDAP DN used to bind to server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "authentication", + "ldap", + "filter-expression", + "" + ], + "help": "Filter expression to perform LDAP search with", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "authentication", + "ldap", + "password", + "" + ], + "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", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "authentication", + "ldap", + "server", + "" + ], + "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", + "" + ], + "help": "LDAP username attribute", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "authentication", + "ldap", + "version", + "" + ], + "help": "lp: 3; LDAP protocol version 2 (default)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "authentication", + "method", + "" + ], + "help": "lp: ldap; Lightweight Directory Access Protocol", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "authentication", + "realm", + "" + ], + "help": "Name of authentication realm (e.g. \"My Company proxy server\")", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "cache-peer", + "", + "address", + "" + ], + "help": "lp: hostname; Squid cache-peer hostname", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "cache-peer", + "", + "http-port", + "" + ], + "help": "lp: u32:1025-65535; Default port number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "cache-peer", + "", + "icp-port", + "" + ], + "help": "lp: u32:1-65535; Cache peer ICP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "cache-peer", + "", + "options", + "" + ], + "help": "lp: txt; Cache peer options", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "cache-peer", + "", + "type", + "" + ], + "help": "lp: multicast; Peer is a member of a multicast group", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "cache-size", + "" + ], + "help": "lp: 0; Disable disk caching", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "default-port", + "" + ], + "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", + "" + ], + "help": "Domain name to block", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "domain-noncache", + "" + ], + "help": "Domain name to access without caching", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "listen-address", + "", + "disable-transparent" + ], + "help": "Disable transparent mode", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "listen-address", + "", + "port", + "" + ], + "help": "lp: u32:1025-65535; Default port number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "maximum-object-size", + "" + ], + "help": "lp: u32; Object size in KB", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "mem-cache-size", + "" + ], + "help": "lp: u32; Memory cache size in MB", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "minimum-object-size", + "" + ], + "help": "lp: u32; Object size in KB", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "outgoing-address", + "" + ], + "help": "Outgoing IP address for webproxy", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "reply-block-mime", + "" + ], + "help": "MIME type to block", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "reply-body-max-size", + "" + ], + "help": "lp: u32; Reply size in KB", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "safe-ports", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "lp: u32:0-23; Hour for database update", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "block-category", + "" + ], + "help": "Category to block", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "default-action", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "lp: keyword; Keyword (or regex) to block", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "local-block-url", + "" + ], + "help": "lp: url; Local URL to block (without \"http://\")", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "local-ok", + "" + ], + "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", + "" + ], + "help": "lp: url; Local URL to allow (without \"http://\")", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "log", + "" + ], + "help": "Log block category", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "redirect-url", + "" + ], + "help": "lp: url; URL for redirect", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "rule", + "", + "allow-category", + "" + ], + "help": "Category to allow", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "rule", + "", + "allow-ipaddr-url" + ], + "help": "Allow IP address URLs", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "rule", + "", + "block-category", + "" + ], + "help": "Category to block", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "rule", + "", + "default-action", + "" + ], + "help": "lp: block; Default filter action is block", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "rule", + "", + "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", + "", + "local-block", + "" + ], + "help": "lp: ipv4; IP address of site to block", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "rule", + "", + "local-block-keyword", + "" + ], + "help": "lp: keyword; Keyword (or regex) to block", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "rule", + "", + "local-block-url", + "" + ], + "help": "lp: url; Local URL to block (without \"http://\")", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "rule", + "", + "local-ok", + "" + ], + "help": "lp: ipv4; IP address of site to allow", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "rule", + "", + "local-ok-url", + "" + ], + "help": "lp: url; Local URL to allow (without \"http://\")", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "rule", + "", + "log", + "" + ], + "help": "Log block category", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "rule", + "", + "redirect-url", + "" + ], + "help": "lp: url; URL for redirect", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "rule", + "", + "source-group", + "" + ], + "help": "lp: group; Source group identifier for this rule", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "rule", + "", + "time-period", + "" + ], + "help": "lp: period; Time period for this rule", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "source-group", + "", + "address", + "" + ], + "help": "lp: ipv4range; IPv4 address range to match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "source-group", + "", + "description", + "" + ], + "help": "Description for source-group", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "source-group", + "", + "domain", + "" + ], + "help": "lp: domain; Domain name for the source-group", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "source-group", + "", + "ldap-ip-search", + "" + ], + "help": "LDAP search expression for an IP address list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "source-group", + "", + "ldap-user-search", + "" + ], + "help": "LDAP search expression for a user group", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "source-group", + "", + "user", + "" + ], + "help": "List of user names", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "time-period", + "", + "days", + "", + "time", + "" + ], + "help": "lp: ; Time range in 24hr time", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "service", + "webproxy", + "url-filtering", + "squidguard", + "time-period", + "", + "description", + "" + ], + "help": "Time-period 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", + "" + ], + "help": "elp:", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "config-management", + "commit-archive", + "source-address", + "" + ], + "help": "Source address or interface for archive server connections", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "config-management", + "commit-revisions", + "" + ], + "help": "lp: u32:0-65535 ; Number of config backups to keep", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "expect-table-size", + "" + ], + "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", + "" + ], + "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", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "ignore", + "rule", + "", + "destination", + "address", + "" + ], + "help": "lp: !ipv4range; Match everything except the specified range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "ignore", + "rule", + "", + "destination", + "port", + "" + ], + "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", + "", + "inbound-interface", + "" + ], + "help": "Interface to ignore connections tracking on", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "ignore", + "rule", + "", + "protocol", + "" + ], + "help": "lp: txt; Protocol name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "ignore", + "rule", + "", + "source", + "address", + "" + ], + "help": "lp: !ipv4range; Match everything except the specified range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "ignore", + "rule", + "", + "source", + "port", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "lp: u32:1-2147483647; Generic connection timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "tcp", + "loose", + "" + ], + "help": "lp: disable; Do not allow tracking of previously established connections", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "tcp", + "max-retrans", + "" + ], + "help": "lp: u32:1-255; Number of packets to be retransmitted", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "custom", + "rule", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "custom", + "rule", + "", + "destination", + "address", + "" + ], + "help": "lp: !ipv4range; Match everything except the specified range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "custom", + "rule", + "", + "destination", + "port", + "" + ], + "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", + "", + "inbound-interface", + "" + ], + "help": "Interface to ignore connections tracking on", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "custom", + "rule", + "", + "protocol", + "icmp", + "" + ], + "help": "lp: u32:1-21474836; ICMP timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "custom", + "rule", + "", + "protocol", + "other", + "" + ], + "help": "lp: u32:1-21474836; Generic connection timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "custom", + "rule", + "", + "protocol", + "tcp", + "close", + "" + ], + "help": "lp: u32:1-21474836; TCP CLOSE timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "custom", + "rule", + "", + "protocol", + "tcp", + "close-wait", + "" + ], + "help": "lp: u32:1-21474836; TCP CLOSE-WAIT timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "custom", + "rule", + "", + "protocol", + "tcp", + "established", + "" + ], + "help": "lp: u32:1-21474836; TCP ESTABLISHED timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "custom", + "rule", + "", + "protocol", + "tcp", + "fin-wait", + "" + ], + "help": "lp: u32:1-21474836; TCP FIN-WAIT timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "custom", + "rule", + "", + "protocol", + "tcp", + "last-ack", + "" + ], + "help": "lp: u32:1-21474836; TCP LAST-ACK timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "custom", + "rule", + "", + "protocol", + "tcp", + "syn-recv", + "" + ], + "help": "lp: u32:1-21474836; TCP SYN-RECEIVED timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "custom", + "rule", + "", + "protocol", + "tcp", + "syn-sent", + "" + ], + "help": "lp: u32:1-21474836; TCP SYN-SENT timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "custom", + "rule", + "", + "protocol", + "tcp", + "time-wait", + "" + ], + "help": "lp: u32:1-21474836; TCP TIME-WAIT timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "custom", + "rule", + "", + "protocol", + "udp", + "other", + "" + ], + "help": "lp: u32:1-21474836; UDP generic timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "custom", + "rule", + "", + "protocol", + "udp", + "stream", + "" + ], + "help": "lp: u32:1-21474836; UDP stream timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "custom", + "rule", + "", + "source", + "address", + "" + ], + "help": "lp: !ipv4range; Match everything except the specified range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "custom", + "rule", + "", + "source", + "port", + "" + ], + "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", + "" + ], + "help": "lp: u32:1-21474836; ICMP timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "other", + "" + ], + "help": "lp: u32:1-21474836; Generic connection timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "tcp", + "close", + "" + ], + "help": "lp: u32:1-21474836; TCP CLOSE timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "tcp", + "close-wait", + "" + ], + "help": "lp: u32:1-21474836; TCP CLOSE-WAIT timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "tcp", + "established", + "" + ], + "help": "lp: u32:1-21474836; TCP ESTABLISHED timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "tcp", + "fin-wait", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "lp: u32:1-21474836; TCP TIME-WAIT timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "udp", + "other", + "" + ], + "help": "lp: u32:1-21474836; UDP generic timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "conntrack", + "timeout", + "udp", + "stream", + "" + ], + "help": "lp: u32:1-21474836; UDP stream timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "console", + "device", + "", + "speed", + "" + ], + "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", + "" + ], + "help": "System domain name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "domain-search", + "domain", + "" + ], + "help": "DNS domain completion order", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "flow-accounting", + "buffer-size", + "" + ], + "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", + "" + ], + "help": "lp: txt; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "flow-accounting", + "netflow", + "engine-id", + "" + ], + "help": "lp: u32; NetFlow engine-id for v9 / IPFIX", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "flow-accounting", + "netflow", + "max-flows", + "" + ], + "help": "lp: u32; NetFlow maximum flows", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "flow-accounting", + "netflow", + "sampling-rate", + "" + ], + "help": "lp: u32; Sampling rate (1 in N packets)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "flow-accounting", + "netflow", + "server", + "", + "port", + "" + ], + "help": "lp: u32:1025-65535; NetFlow port number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "flow-accounting", + "netflow", + "source-address", + "" + ], + "help": "lp: ipv6; IPv6 source address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "flow-accounting", + "netflow", + "timeout", + "expiry-interval", + "" + ], + "help": "lp: u32:0-2147483647; Expiry scan interval", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "flow-accounting", + "netflow", + "timeout", + "flow-generic", + "" + ], + "help": "lp: u32:0-2147483647; Generic flow timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "flow-accounting", + "netflow", + "timeout", + "icmp", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "lp: u32:0-2147483647; TCP RST timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "flow-accounting", + "netflow", + "timeout", + "udp", + "" + ], + "help": "lp: u32:0-2147483647; UDP timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "flow-accounting", + "netflow", + "version", + "" + ], + "help": "lp: 10; Internet Protocol Flow Information Export (IPFIX)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "flow-accounting", + "packet-length", + "" + ], + "help": "lp: u32:128-750; Packet length in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "flow-accounting", + "sflow", + "agent-address", + "" + ], + "help": "lp: ipv4; sFlow IPv4 agent address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "flow-accounting", + "sflow", + "sampling-rate", + "" + ], + "help": "lp: u32; Sampling rate (1 in N packets)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "flow-accounting", + "sflow", + "server", + "", + "port", + "" + ], + "help": "lp: u32:1025-65535; sFlow port number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "flow-accounting", + "sflow", + "source-address", + "" + ], + "help": "lp: ipv6; IPv6 source address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "flow-accounting", + "syslog-facility", + "" + ], + "help": "lp: all; Authentication and authorization", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "flow-accounting", + "vrf", + "" + ], + "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", + "" + ], + "help": "System host name (default: vyos)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "ip", + "arp", + "table-size", + "" + ], + "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", + "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", + "" + ], + "help": "Maximum number of entries to keep in the cache (default: 8192)", + "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", + "" + ], + "help": "lp: usbNbXpY; TTY device name, USB based", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "lcd", + "model", + "" + ], + "help": "lp: sdec; Lanner, Watchguard, Nexcom NSA, Sophos UTM appliances", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "login", + "banner", + "post-login", + "" + ], + "help": "A system banner after the user logs in", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "login", + "banner", + "pre-login", + "" + ], + "help": "A system banner before the user logs in", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "login", + "radius", + "server", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "system", + "login", + "radius", + "server", + "", + "key", + "" + ], + "help": "Shared secret key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "login", + "radius", + "server", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "login", + "radius", + "server", + "", + "priority", + "" + ], + "help": "lp: u32:1-255; Server priority", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "login", + "radius", + "server", + "", + "timeout", + "" + ], + "help": "lp: u32:1-30; Session timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "login", + "radius", + "source-address", + "" + ], + "help": "lp: ipv6; IPv6 source address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "login", + "radius", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "login", + "timeout", + "" + ], + "help": "lp: u32:5-604800; Session timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "login", + "user", + "", + "authentication", + "encrypted-password", + "" + ], + "help": "Encrypted password (default: !)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "login", + "user", + "", + "authentication", + "plaintext-password", + "" + ], + "help": "Plaintext password used for encryption", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "login", + "user", + "", + "authentication", + "public-keys", + "", + "key", + "" + ], + "help": "Public key value (Base64 encoded)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "login", + "user", + "", + "authentication", + "public-keys", + "", + "options", + "" + ], + "help": "Optional public key options", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "login", + "user", + "", + "authentication", + "public-keys", + "", + "type", + "" + ], + "help": "lp: ssh-ed25519; None", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "login", + "user", + "", + "full-name", + "" + ], + "help": "Full name of the user (use quotes for names with spaces)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "login", + "user", + "", + "home-directory", + "" + ], + "help": "Home directory", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "logs", + "logrotate", + "atop", + "max-size", + "" + ], + "help": "lp: u32:1-1024; Size in MB", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "logs", + "logrotate", + "atop", + "rotate", + "" + ], + "help": "lp: u32:1-100; Rotations", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "logs", + "logrotate", + "messages", + "max-size", + "" + ], + "help": "lp: u32:1-1024; Size in MB", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "logs", + "logrotate", + "messages", + "rotate", + "" + ], + "help": "lp: u32:1-100; Rotations", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "name-server", + "" + ], + "help": "lp: txt; Use Domain Name Server from DHCP interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "ntp", + "allow-clients", + "address", + "" + ], + "help": "lp: ipv6net; IPv6 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "ntp", + "interface", + "" + ], + "help": "lp: txt; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "ntp", + "listen-address", + "" + ], + "help": "lp: ipv6; IPv6 address to listen for incoming connections", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "ntp", + "server", + "", + "noselect" + ], + "help": "Marks the server as unused", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "system", + "ntp", + "server", + "", + "pool" + ], + "help": "Associate with a number of remote servers", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "system", + "ntp", + "server", + "", + "preempt" + ], + "help": "Specifies the association as preemptable rather than the default", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "system", + "ntp", + "server", + "", + "prefer" + ], + "help": "Marks the server as preferred", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "system", + "ntp", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "option", + "ctrl-alt-delete", + "" + ], + "help": "lp: poweroff; Poweroff system", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "option", + "http-client", + "source-address", + "" + ], + "help": "lp: ipv6; IPv6 source address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "option", + "http-client", + "source-interface", + "" + ], + "help": "lp: interface; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "option", + "keyboard-layout", + "" + ], + "help": "lp: dvorak; Dvorak", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "option", + "performance", + "" + ], + "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", + "" + ], + "help": "lp: ipv6; IPv6 source address", + "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", + "proxy", + "password", + "" + ], + "help": "Proxy password", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "proxy", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "proxy", + "url", + "" + ], + "help": "Proxy URL", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "proxy", + "username", + "" + ], + "help": "Proxy username", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "static-host-mapping", + "host-name", + "", + "alias", + "" + ], + "help": "Alias for this address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "static-host-mapping", + "host-name", + "", + "inet", + "" + ], + "help": "lp: ipv6; IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "sysctl", + "parameter", + "", + "value", + "" + ], + "help": "Sysctl configuration value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "syslog", + "console", + "facility", + "", + "level", + "" + ], + "help": "lp: all; Log everything", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "syslog", + "file", + "", + "archive", + "file", + "" + ], + "help": "Number of saved files (default is 5)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "syslog", + "file", + "", + "archive", + "size", + "" + ], + "help": "Size of log files (in kbytes, default is 256)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "syslog", + "file", + "", + "facility", + "", + "level", + "" + ], + "help": "lp: all; Log everything", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "syslog", + "global", + "facility", + "", + "level", + "" + ], + "help": "lp: all; Log everything", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "syslog", + "global", + "marker", + "interval", + "" + ], + "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", + "", + "facility", + "", + "level", + "" + ], + "help": "lp: all; Log everything", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "syslog", + "host", + "", + "facility", + "", + "protocol", + "" + ], + "help": "lp: tcp; send log messages to remote syslog server over tcp", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "syslog", + "host", + "", + "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", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "syslog", + "user", + "", + "facility", + "", + "level", + "" + ], + "help": "lp: all; Log everything", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "task-scheduler", + "task", + "", + "crontab-spec", + "" + ], + "help": "UNIX crontab time specification string", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "task-scheduler", + "task", + "", + "executable", + "arguments", + "" + ], + "help": "Arguments passed to the executable", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "task-scheduler", + "task", + "", + "executable", + "path", + "" + ], + "help": "Path to executable", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "task-scheduler", + "task", + "", + "interval", + "" + ], + "help": "lp: d; Execution interval in days", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "system", + "time-zone", + "" + ], + "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", + "" + ], + "help": "lp: url; Remote URL", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "drop-tail", + "", + "description", + "" + ], + "help": "Description for this queuing policy", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "drop-tail", + "", + "queue-limit", + "" + ], + "help": "lp: u32:1-4294967295; Queue size in packets", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "fair-queue", + "", + "description", + "" + ], + "help": "Description for this queuing policy", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "fair-queue", + "", + "hash-interval", + "" + ], + "help": "Hash interval (seconds)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "fair-queue", + "", + "queue-limit", + "" + ], + "help": "lp: u32:1-127; Queue size in packets", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "fq-codel", + "", + "codel-quantum", + "" + ], + "help": "fq-codel - Number of bytes used as 'deficit' (default 1514)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "fq-codel", + "", + "description", + "" + ], + "help": "Description for this queuing policy", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "fq-codel", + "", + "flows", + "" + ], + "help": "fq-codel - Number of flows (default 1024)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "fq-codel", + "", + "interval", + "" + ], + "help": "fq-codel - Interval (milliseconds) used to measure the delay (default 100)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "fq-codel", + "", + "queue-limit", + "" + ], + "help": "lp: u32:1-11000; Queue size in packets (default 10240)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "fq-codel", + "", + "target", + "" + ], + "help": "fq-codel - Acceptable minimum queue delay (milliseconds)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "bandwidth", + "" + ], + "help": "lp: ; Rate with scaling suffix (mbit, mbps, ...)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "burst", + "" + ], + "help": "lp: ; Bytes with scaling suffix (kb, mb, gb)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "description", + "" + ], + "help": "Description for this traffic class", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "description", + "" + ], + "help": "Description for this match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ether", + "destination", + "" + ], + "help": "Ethernet destination address for this match", + "run": null, + "type": "macaddr", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ether", + "protocol", + "" + ], + "help": "lp: 802.1Q; 802.1Q VLAN tag", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ether", + "source", + "" + ], + "help": "Ethernet source address for this match", + "run": null, + "type": "macaddr", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "interface", + "" + ], + "help": "Interface name for this match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ip", + "destination", + "address", + "" + ], + "help": "IP destination address for this match", + "run": null, + "type": "ipv4net", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ip", + "destination", + "port", + "" + ], + "help": "lp: txt; Assigned TCP (or UDP) port name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ip", + "dscp", + "" + ], + "help": "lp: network; match; DSCP (111000)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ip", + "max-length", + "" + ], + "help": "lp: u32:0-65535; Maximum packet/payload length", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ip", + "protocol", + "" + ], + "help": "lp: sctp; Stream Control Transmission Protocol", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ip", + "source", + "address", + "" + ], + "help": "IP source address for this match", + "run": null, + "type": "ipv4net", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ip", + "source", + "port", + "" + ], + "help": "lp: txt; Assigned TCP (or UDP) port name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ip", + "tcp", + "ack" + ], + "help": "Match TCP ACK", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ip", + "tcp", + "syn" + ], + "help": "Match TCP SYN", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ipv6", + "destination", + "address", + "" + ], + "help": "IP destination address for this match", + "run": null, + "type": "ipv6net", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ipv6", + "destination", + "port", + "" + ], + "help": "lp: txt; Assigned TCP (or UDP) port name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ipv6", + "dscp", + "" + ], + "help": "lp: network; match; DSCP (111000)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ipv6", + "max-length", + "" + ], + "help": "lp: u32:0-65535; Maximum packet/payload length", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ipv6", + "protocol", + "" + ], + "help": "lp: sctp; Stream Control Transmission Protocol", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ipv6", + "source", + "address", + "" + ], + "help": "IP source address for this match", + "run": null, + "type": "ipv6net", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ipv6", + "source", + "port", + "" + ], + "help": "lp: txt; Assigned TCP (or UDP) port name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ipv6", + "tcp", + "ack" + ], + "help": "Match TCP ACK", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "ipv6", + "tcp", + "syn" + ], + "help": "Match TCP SYN", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "mark", + "" + ], + "help": "Match on mark applied by firewall", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "match", + "", + "vif", + "" + ], + "help": "lp: u32:0-4095; Virtual Local Area Network (VLAN) tag", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "class", + "", + "priority", + "" + ], + "help": "lp: u32:0-20; Priority for match rule evaluation", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "default", + "bandwidth", + "" + ], + "help": "lp: ; Rate with scaling suffix (mbit, mbps, ...)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "default", + "burst", + "" + ], + "help": "lp: ; Bytes with scaling suffix (kb, mb, gb)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "limiter", + "", + "description", + "" + ], + "help": "Description for this queuing policy", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "network-emulator", + "", + "bandwidth", + "" + ], + "help": "lp: ; Rate with scaling suffix (mbit, mbps, ...)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "network-emulator", + "", + "burst", + "" + ], + "help": "lp: ; Bytes with scaling suffix (kb, mb, gb)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "network-emulator", + "", + "description", + "" + ], + "help": "Description for this queuing policy", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "network-emulator", + "", + "network-delay", + "" + ], + "help": "lp: ; Time with suffix (secs, ms, us)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "network-emulator", + "", + "packet-corruption", + "" + ], + "help": "lp: %%; Percentage of packets affected", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "network-emulator", + "", + "packet-loss", + "" + ], + "help": "lp: %%; Percentage of packets affected", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "network-emulator", + "", + "packet-reordering", + "" + ], + "help": "lp: %%; Percentage of packets affected", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "network-emulator", + "", + "queue-limit", + "" + ], + "help": "lp: u32:1-4294967295; Queue size in packets", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "codel-quantum", + "" + ], + "help": "fq-codel - Number of bytes used as 'deficit' (default 1514)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "description", + "" + ], + "help": "Description for this traffic class", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "flows", + "" + ], + "help": "fq-codel - Number of flows (default 1024)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "interval", + "" + ], + "help": "fq-codel - Interval (milliseconds) used to measure the delay (default 100)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "description", + "" + ], + "help": "Description for this match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ether", + "destination", + "" + ], + "help": "Ethernet destination address for this match", + "run": null, + "type": "macaddr", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ether", + "protocol", + "" + ], + "help": "lp: 802.1Q; 802.1Q VLAN tag", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ether", + "source", + "" + ], + "help": "Ethernet source address for this match", + "run": null, + "type": "macaddr", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "interface", + "" + ], + "help": "Interface name for this match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ip", + "destination", + "address", + "" + ], + "help": "IP destination address for this match", + "run": null, + "type": "ipv4net", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ip", + "destination", + "port", + "" + ], + "help": "lp: txt; Assigned TCP (or UDP) port name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ip", + "dscp", + "" + ], + "help": "lp: network; match; DSCP (111000)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ip", + "max-length", + "" + ], + "help": "lp: u32:0-65535; Maximum packet/payload length", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ip", + "protocol", + "" + ], + "help": "lp: sctp; Stream Control Transmission Protocol", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ip", + "source", + "address", + "" + ], + "help": "IP source address for this match", + "run": null, + "type": "ipv4net", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ip", + "source", + "port", + "" + ], + "help": "lp: txt; Assigned TCP (or UDP) port name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ip", + "tcp", + "ack" + ], + "help": "Match TCP ACK", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ip", + "tcp", + "syn" + ], + "help": "Match TCP SYN", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ipv6", + "destination", + "address", + "" + ], + "help": "IP destination address for this match", + "run": null, + "type": "ipv6net", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ipv6", + "destination", + "port", + "" + ], + "help": "lp: txt; Assigned TCP (or UDP) port name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ipv6", + "dscp", + "" + ], + "help": "lp: network; match; DSCP (111000)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ipv6", + "max-length", + "" + ], + "help": "lp: u32:0-65535; Maximum packet/payload length", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ipv6", + "protocol", + "" + ], + "help": "lp: sctp; Stream Control Transmission Protocol", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ipv6", + "source", + "address", + "" + ], + "help": "IP source address for this match", + "run": null, + "type": "ipv6net", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ipv6", + "source", + "port", + "" + ], + "help": "lp: txt; Assigned TCP (or UDP) port name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ipv6", + "tcp", + "ack" + ], + "help": "Match TCP ACK", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "ipv6", + "tcp", + "syn" + ], + "help": "Match TCP SYN", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "mark", + "" + ], + "help": "Match on mark applied by firewall", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "match", + "", + "vif", + "" + ], + "help": "lp: u32:0-4095; Virtual Local Area Network (VLAN) tag", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "queue-limit", + "" + ], + "help": "lp: u32:1-4294967295; Queue size in packets", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "queue-type", + "" + ], + "help": "lp: random-detect; Random Early Detection (RED)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "class", + "", + "target", + "" + ], + "help": "fq-codel - Acceptable minimum queue delay (milliseconds)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "default", + "codel-quantum", + "" + ], + "help": "fq-codel - Number of bytes used as 'deficit' (default 1514)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "default", + "flows", + "" + ], + "help": "fq-codel - Number of flows (default 1024)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "default", + "interval", + "" + ], + "help": "fq-codel - Interval (milliseconds) used to measure the delay (default 100)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "default", + "queue-limit", + "" + ], + "help": "lp: u32:1-4294967295; Queue size in packets", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "default", + "queue-type", + "" + ], + "help": "lp: random-detect; Random Early Detection (RED)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "default", + "target", + "" + ], + "help": "fq-codel - Acceptable minimum queue delay (milliseconds)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "priority-queue", + "", + "description", + "" + ], + "help": "Description for this queuing policy", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "random-detect", + "", + "bandwidth", + "" + ], + "help": "lp: ; Rate with scaling suffix (mbit, mbps, ...)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "random-detect", + "", + "description", + "" + ], + "help": "Description for queuing policy", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "random-detect", + "", + "precedence", + "", + "average-packet", + "" + ], + "help": "lp: u32:16-10240; Average packet size in bytes", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "random-detect", + "", + "precedence", + "", + "mark-probability", + "" + ], + "help": "lp: ; Numeric value ( 1 / N )", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "random-detect", + "", + "precedence", + "", + "maximum-threshold", + "" + ], + "help": "lp: u32:0-4096; Maximum Threshold in packets", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "random-detect", + "", + "precedence", + "", + "minimum-threshold", + "" + ], + "help": "lp: u32:0-4096; Minimum Threshold in packets", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "random-detect", + "", + "precedence", + "", + "queue-limit", + "" + ], + "help": "lp: u32:1-4294967295; Queue size in packets", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "rate-control", + "", + "bandwidth", + "" + ], + "help": "lp: ; Rate with scaling suffix (mbit, mbps, ...)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "rate-control", + "", + "burst", + "" + ], + "help": "lp: ; Bytes with scaling suffix (kb, mb, gb)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "rate-control", + "", + "description", + "" + ], + "help": "Description for this queuing policy", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "rate-control", + "", + "latency", + "" + ], + "help": "lp: ; Time with suffix (secs, ms, us)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "codel-quantum", + "" + ], + "help": "fq-codel - Number of bytes used as 'deficit' (default 1514)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "description", + "" + ], + "help": "Description for this traffic class", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "flows", + "" + ], + "help": "fq-codel - Number of flows (default 1024)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "interval", + "" + ], + "help": "fq-codel - Interval (milliseconds) used to measure the delay (default 100)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "description", + "" + ], + "help": "Description for this match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ether", + "destination", + "" + ], + "help": "Ethernet destination address for this match", + "run": null, + "type": "macaddr", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ether", + "protocol", + "" + ], + "help": "lp: 802.1Q; 802.1Q VLAN tag", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ether", + "source", + "" + ], + "help": "Ethernet source address for this match", + "run": null, + "type": "macaddr", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "interface", + "" + ], + "help": "Interface name for this match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ip", + "destination", + "address", + "" + ], + "help": "IP destination address for this match", + "run": null, + "type": "ipv4net", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ip", + "destination", + "port", + "" + ], + "help": "lp: txt; Assigned TCP (or UDP) port name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ip", + "dscp", + "" + ], + "help": "lp: network; match; DSCP (111000)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ip", + "max-length", + "" + ], + "help": "lp: u32:0-65535; Maximum packet/payload length", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ip", + "protocol", + "" + ], + "help": "lp: sctp; Stream Control Transmission Protocol", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ip", + "source", + "address", + "" + ], + "help": "IP source address for this match", + "run": null, + "type": "ipv4net", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ip", + "source", + "port", + "" + ], + "help": "lp: txt; Assigned TCP (or UDP) port name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ip", + "tcp", + "ack" + ], + "help": "Match TCP ACK", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ip", + "tcp", + "syn" + ], + "help": "Match TCP SYN", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ipv6", + "destination", + "address", + "" + ], + "help": "IP destination address for this match", + "run": null, + "type": "ipv6net", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ipv6", + "destination", + "port", + "" + ], + "help": "lp: txt; Assigned TCP (or UDP) port name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ipv6", + "dscp", + "" + ], + "help": "lp: network; match; DSCP (111000)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ipv6", + "max-length", + "" + ], + "help": "lp: u32:0-65535; Maximum packet/payload length", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ipv6", + "protocol", + "" + ], + "help": "lp: sctp; Stream Control Transmission Protocol", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ipv6", + "source", + "address", + "" + ], + "help": "IP source address for this match", + "run": null, + "type": "ipv6net", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ipv6", + "source", + "port", + "" + ], + "help": "lp: txt; Assigned TCP (or UDP) port name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ipv6", + "tcp", + "ack" + ], + "help": "Match TCP ACK", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "ipv6", + "tcp", + "syn" + ], + "help": "Match TCP SYN", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "mark", + "" + ], + "help": "Match on mark applied by firewall", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "match", + "", + "vif", + "" + ], + "help": "lp: u32:0-4095; Virtual Local Area Network (VLAN) tag", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "quantum", + "" + ], + "help": "lp: u32:1-4294967295; Packet scheduling quantum (bytes)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "queue-limit", + "" + ], + "help": "lp: u32:1-4294967295; Queue size in packets", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "queue-type", + "" + ], + "help": "lp: priority; Priority queueing based on DSCP", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "class", + "", + "target", + "" + ], + "help": "fq-codel - Acceptable minimum queue delay (milliseconds)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "default", + "codel-quantum", + "" + ], + "help": "fq-codel - Number of bytes used as 'deficit' (default 1514)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "default", + "flows", + "" + ], + "help": "fq-codel - Number of flows (default 1024)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "default", + "interval", + "" + ], + "help": "fq-codel - Interval (milliseconds) used to measure the delay (default 100)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "default", + "quantum", + "" + ], + "help": "lp: u32:1-4294967295; Packet scheduling quantum (bytes)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "default", + "queue-limit", + "" + ], + "help": "lp: u32:1-4294967295; Queue size in packets", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "default", + "queue-type", + "" + ], + "help": "lp: priority; Priority queueing based on DSCP", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "default", + "target", + "" + ], + "help": "fq-codel - Acceptable minimum queue delay (milliseconds)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "round-robin", + "", + "description", + "" + ], + "help": "Description for this queuing policy", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "bandwidth", + "" + ], + "help": "lp: bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps *Byte/sec*", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "bandwidth", + "" + ], + "help": "lp: bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps *Byte/sec*", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "burst", + "" + ], + "help": "lp: ; Bytes with scaling suffix (kb, mb, gb)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "ceiling", + "" + ], + "help": "lp: bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps *Byte/sec*", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "codel-quantum", + "" + ], + "help": "fq-codel - Number of bytes used as 'deficit' (default 1514)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "description", + "" + ], + "help": "Description for this traffic class", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "flows", + "" + ], + "help": "fq-codel - Number of flows (default 1024)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "interval", + "" + ], + "help": "fq-codel - Interval (milliseconds) used to measure the delay (default 100)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "description", + "" + ], + "help": "Description for this match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ether", + "destination", + "" + ], + "help": "Ethernet destination address for this match", + "run": null, + "type": "macaddr", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ether", + "protocol", + "" + ], + "help": "lp: 802.1Q; 802.1Q VLAN tag", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ether", + "source", + "" + ], + "help": "Ethernet source address for this match", + "run": null, + "type": "macaddr", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "interface", + "" + ], + "help": "Interface name for this match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ip", + "destination", + "address", + "" + ], + "help": "IP destination address for this match", + "run": null, + "type": "ipv4net", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ip", + "destination", + "port", + "" + ], + "help": "lp: txt; Assigned TCP (or UDP) port name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ip", + "dscp", + "" + ], + "help": "lp: network; match; DSCP (111000)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ip", + "max-length", + "" + ], + "help": "lp: u32:0-65535; Maximum packet/payload length", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ip", + "protocol", + "" + ], + "help": "lp: sctp; Stream Control Transmission Protocol", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ip", + "source", + "address", + "" + ], + "help": "IP source address for this match", + "run": null, + "type": "ipv4net", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ip", + "source", + "port", + "" + ], + "help": "lp: txt; Assigned TCP (or UDP) port name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ip", + "tcp", + "ack" + ], + "help": "Match TCP ACK", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ip", + "tcp", + "syn" + ], + "help": "Match TCP SYN", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ipv6", + "destination", + "address", + "" + ], + "help": "IP destination address for this match", + "run": null, + "type": "ipv6net", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ipv6", + "destination", + "port", + "" + ], + "help": "lp: txt; Assigned TCP (or UDP) port name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ipv6", + "dscp", + "" + ], + "help": "lp: network; match; DSCP (111000)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ipv6", + "max-length", + "" + ], + "help": "lp: u32:0-65535; Maximum packet/payload length", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ipv6", + "protocol", + "" + ], + "help": "lp: sctp; Stream Control Transmission Protocol", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ipv6", + "source", + "address", + "" + ], + "help": "IP source address for this match", + "run": null, + "type": "ipv6net", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ipv6", + "source", + "port", + "" + ], + "help": "lp: txt; Assigned TCP (or UDP) port name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ipv6", + "tcp", + "ack" + ], + "help": "Match TCP ACK", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "ipv6", + "tcp", + "syn" + ], + "help": "Match TCP SYN", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "mark", + "" + ], + "help": "Match on mark applied by firewall", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "match", + "", + "vif", + "" + ], + "help": "lp: u32:0-4095; Virtual Local Area Network (VLAN) tag", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "priority", + "" + ], + "help": "lp: u32:0-7; Priority order for bandwidth pool", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "queue-limit", + "" + ], + "help": "lp: u32:1-4294967295; Queue size in packets", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "queue-type", + "" + ], + "help": "lp: random-detect; Random Early Detection (RED)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "set-dscp", + "" + ], + "help": "lp: network; match; DSCP (111000)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "class", + "", + "target", + "" + ], + "help": "fq-codel - Acceptable minimum queue delay (milliseconds)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "default", + "bandwidth", + "" + ], + "help": "lp: bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps *Byte/sec*", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "default", + "burst", + "" + ], + "help": "lp: ; Bytes with scaling suffix (kb, mb, gb)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "default", + "ceiling", + "" + ], + "help": "lp: bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps *Byte/sec*", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "default", + "codel-quantum", + "" + ], + "help": "fq-codel - Number of bytes used as 'deficit' (default 1514)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "default", + "flows", + "" + ], + "help": "fq-codel - Number of flows (default 1024)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "default", + "interval", + "" + ], + "help": "fq-codel - Interval (milliseconds) used to measure the delay (default 100)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "default", + "priority", + "" + ], + "help": "lp: u32:0-7; Priority order for bandwidth pool", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "default", + "queue-limit", + "" + ], + "help": "lp: u32:1-4294967295; Queue size in packets", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "default", + "queue-type", + "" + ], + "help": "lp: random-detect; Random Early Detection (RED)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "default", + "set-dscp", + "" + ], + "help": "lp: network; match; DSCP (111000)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "default", + "target", + "" + ], + "help": "fq-codel - Acceptable minimum queue delay (milliseconds)", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper", + "", + "description", + "" + ], + "help": "Description for this queuing policy", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "bandwidth", + "" + ], + "help": "lp: bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps *Byte/sec*", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "description", + "" + ], + "help": "Description for this traffic class", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "linkshare", + "d", + "" + ], + "help": "lp: ; Time with suffix (secs, ms, us)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "linkshare", + "m1", + "" + ], + "help": "lp: bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps *Byte/sec*", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "linkshare", + "m2", + "" + ], + "help": "lp: bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps *Byte/sec*", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "description", + "" + ], + "help": "Description for this match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ether", + "destination", + "" + ], + "help": "Ethernet destination address for this match", + "run": null, + "type": "macaddr", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ether", + "protocol", + "" + ], + "help": "lp: 802.1Q; 802.1Q VLAN tag", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ether", + "source", + "" + ], + "help": "Ethernet source address for this match", + "run": null, + "type": "macaddr", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "interface", + "" + ], + "help": "Interface name for this match", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ip", + "destination", + "address", + "" + ], + "help": "IP destination address for this match", + "run": null, + "type": "ipv4net", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ip", + "destination", + "port", + "" + ], + "help": "lp: txt; Assigned TCP (or UDP) port name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ip", + "dscp", + "" + ], + "help": "lp: network; match; DSCP (111000)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ip", + "max-length", + "" + ], + "help": "lp: u32:0-65535; Maximum packet/payload length", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ip", + "protocol", + "" + ], + "help": "lp: sctp; Stream Control Transmission Protocol", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ip", + "source", + "address", + "" + ], + "help": "IP source address for this match", + "run": null, + "type": "ipv4net", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ip", + "source", + "port", + "" + ], + "help": "lp: txt; Assigned TCP (or UDP) port name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ip", + "tcp", + "ack" + ], + "help": "Match TCP ACK", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ip", + "tcp", + "syn" + ], + "help": "Match TCP SYN", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ipv6", + "destination", + "address", + "" + ], + "help": "IP destination address for this match", + "run": null, + "type": "ipv6net", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ipv6", + "destination", + "port", + "" + ], + "help": "lp: txt; Assigned TCP (or UDP) port name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ipv6", + "dscp", + "" + ], + "help": "lp: network; match; DSCP (111000)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ipv6", + "max-length", + "" + ], + "help": "lp: u32:0-65535; Maximum packet/payload length", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ipv6", + "protocol", + "" + ], + "help": "lp: sctp; Stream Control Transmission Protocol", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ipv6", + "source", + "address", + "" + ], + "help": "IP source address for this match", + "run": null, + "type": "ipv6net", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ipv6", + "source", + "port", + "" + ], + "help": "lp: txt; Assigned TCP (or UDP) port name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ipv6", + "tcp", + "ack" + ], + "help": "Match TCP ACK", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "ipv6", + "tcp", + "syn" + ], + "help": "Match TCP SYN", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "mark", + "" + ], + "help": "Match on mark applied by firewall", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "match", + "", + "vif", + "" + ], + "help": "lp: u32:0-4095; Virtual Local Area Network (VLAN) tag", + "run": null, + "type": "u32", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "realtime", + "d", + "" + ], + "help": "lp: ; Time with suffix (secs, ms, us)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "realtime", + "m1", + "" + ], + "help": "lp: bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps *Byte/sec*", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "realtime", + "m2", + "" + ], + "help": "lp: bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps *Byte/sec*", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "upperlimit", + "d", + "" + ], + "help": "lp: ; Time with suffix (secs, ms, us)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "upperlimit", + "m1", + "" + ], + "help": "lp: bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps *Byte/sec*", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "class", + "", + "upperlimit", + "m2", + "" + ], + "help": "lp: bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps *Byte/sec*", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "default", + "linkshare", + "d", + "" + ], + "help": "lp: ; Time with suffix (secs, ms, us)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "default", + "linkshare", + "m1", + "" + ], + "help": "lp: bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps *Byte/sec*", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "default", + "linkshare", + "m2", + "" + ], + "help": "lp: bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps *Byte/sec*", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "default", + "realtime", + "d", + "" + ], + "help": "lp: ; Time with suffix (secs, ms, us)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "default", + "realtime", + "m1", + "" + ], + "help": "lp: bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps *Byte/sec*", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "default", + "realtime", + "m2", + "" + ], + "help": "lp: bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps *Byte/sec*", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "default", + "upperlimit", + "d", + "" + ], + "help": "lp: ; Time with suffix (secs, ms, us)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "default", + "upperlimit", + "m1", + "" + ], + "help": "lp: bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps *Byte/sec*", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "default", + "upperlimit", + "m2", + "" + ], + "help": "lp: bps; bps(8),kbps(8*10^3),mbps(8*10^6), gbps, tbps *Byte/sec*", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "traffic-policy", + "shaper-hfsc", + "", + "description", + "" + ], + "help": "Description for this queuing policy", + "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", + "", + "compression" + ], + "help": "Enable ESP compression", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "esp-group", + "", + "life-bytes", + "" + ], + "help": "lp: u32:1024-26843545600000; SA life in bytes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "esp-group", + "", + "life-packets", + "" + ], + "help": "lp: u32:1000-26843545600000; SA life in packets", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "esp-group", + "", + "lifetime", + "" + ], + "help": "lp: u32:30-86400; SA lifetime in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "esp-group", + "", + "mode", + "" + ], + "help": "lp: transport; Transport mode", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "esp-group", + "", + "pfs", + "" + ], + "help": "lp: disable; Disable PFS", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "esp-group", + "", + "proposal", + "", + "encryption", + "" + ], + "help": "lp: chacha20poly1305; 256 bit ChaCha20/Poly1305 with 128 bit ICV", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "esp-group", + "", + "proposal", + "", + "hash", + "" + ], + "help": "lp: aes256gmac; 256-bit AES-GMAC", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "ike-group", + "", + "close-action", + "" + ], + "help": "lp: restart; Attempt to re-negotiate the connection immediately", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "ike-group", + "", + "dead-peer-detection", + "action", + "" + ], + "help": "lp: restart; Attempt to re-negotiate the connection immediately", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "ike-group", + "", + "dead-peer-detection", + "interval", + "" + ], + "help": "lp: u32:2-86400; Keep-alive interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "ike-group", + "", + "dead-peer-detection", + "timeout", + "" + ], + "help": "lp: u32:2-86400; Keep-alive timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "ike-group", + "", + "disable-mobike" + ], + "help": "Disable MOBIKE Support (IKEv2 only)", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "ike-group", + "", + "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", + "", + "key-exchange", + "" + ], + "help": "lp: ikev2; Use IKEv2 for key exchange", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "ike-group", + "", + "lifetime", + "" + ], + "help": "lp: u32:30-86400; IKE lifetime in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "ike-group", + "", + "mode", + "" + ], + "help": "lp: aggressive; Use the aggressive mode (insecure, not recommended)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "ike-group", + "", + "proposal", + "", + "dh-group", + "" + ], + "help": "lp: 32; Diffie-Hellman group 32 (curve448)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "ike-group", + "", + "proposal", + "", + "encryption", + "" + ], + "help": "lp: chacha20poly1305; 256 bit ChaCha20/Poly1305 with 128 bit ICV", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "ike-group", + "", + "proposal", + "", + "hash", + "" + ], + "help": "lp: aes256gmac; 256-bit AES-GMAC", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "include-ipsec-conf", + "" + ], + "help": "Absolute path to specify a strongSwan config include file", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "include-ipsec-secrets", + "" + ], + "help": "Absolute path to a strongSwan secrets include file", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "interface", + "" + ], + "help": "lp: txt; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "log", + "level", + "" + ], + "help": "lp: 2; More detailed debugging control flow", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "log", + "subsystem", + "" + ], + "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", + "" + ], + "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", + "", + "authentication", + "mode", + "" + ], + "help": "lp: pre-shared-secret; Use a pre-shared secret key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "profile", + "", + "authentication", + "pre-shared-secret", + "" + ], + "help": "lp: txt; Pre-shared secret key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "profile", + "", + "bind", + "tunnel", + "" + ], + "help": "lp: txt; Associated interface to this profile", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "profile", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "profile", + "", + "esp-group", + "" + ], + "help": "Encapsulating Security Payloads (ESP) group name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "profile", + "", + "ike-group", + "" + ], + "help": "Internet Key Exchange (IKE) group name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "connection", + "", + "authentication", + "client-mode", + "" + ], + "help": "lp: eap-radius; Use EAP-RADIUS authentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "connection", + "", + "authentication", + "local-id", + "" + ], + "help": "lp: txt; Local ID used for peer authentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "connection", + "", + "authentication", + "local-users", + "username", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "connection", + "", + "authentication", + "local-users", + "username", + "", + "password", + "" + ], + "help": "Password used for authentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "connection", + "", + "authentication", + "pre-shared-secret", + "" + ], + "help": "lp: txt; Pre-shared secret key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "connection", + "", + "authentication", + "server-mode", + "" + ], + "help": "lp: x509; Use x.509 certificate (default)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "connection", + "", + "authentication", + "x509", + "ca-certificate", + "" + ], + "help": "lp: txt; Name of CA in PKI configuration", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "connection", + "", + "authentication", + "x509", + "certificate", + "" + ], + "help": "lp: txt; Name of certificate in PKI configuration", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "connection", + "", + "authentication", + "x509", + "passphrase", + "" + ], + "help": "lp: txt; Passphrase to decrypt the private key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "connection", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "connection", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "connection", + "", + "esp-group", + "" + ], + "help": "Encapsulating Security Payloads (ESP) group name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "connection", + "", + "ike-group", + "" + ], + "help": "Internet Key Exchange (IKE) group name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "connection", + "", + "local", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "connection", + "", + "local", + "prefix", + "" + ], + "help": "lp: ipv6net; Local IPv6 prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "connection", + "", + "local-address", + "" + ], + "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", + "", + "pool", + "" + ], + "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", + "", + "timeout", + "" + ], + "help": "lp: u32:1-86400; Timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "connection", + "", + "unique", + "" + ], + "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", + "" + ], + "help": "lp: txt; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "dhcp", + "server", + "" + ], + "help": "lp: ipv4; DHCP server IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "pool", + "", + "exclude", + "" + ], + "help": "lp: ipv6net; Local IPv6 pool prefix exclusion", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "pool", + "", + "name-server", + "" + ], + "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "pool", + "", + "prefix", + "" + ], + "help": "lp: ipv6net; Local IPv6 pool prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "radius", + "nas-identifier", + "" + ], + "help": "NAS-Identifier attribute sent to RADIUS", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "radius", + "server", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "radius", + "server", + "", + "disable-accounting" + ], + "help": "Disable accounting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "radius", + "server", + "", + "key", + "" + ], + "help": "Shared secret key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "remote-access", + "radius", + "server", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "authentication", + "local-id", + "" + ], + "help": "lp: txt; Local ID used for peer authentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "authentication", + "mode", + "" + ], + "help": "lp: x509; Use x.509 certificate", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "authentication", + "pre-shared-secret", + "" + ], + "help": "lp: txt; Pre-shared secret key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "authentication", + "remote-id", + "" + ], + "help": "lp: txt; ID used for peer authentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "authentication", + "rsa", + "local-key", + "" + ], + "help": "Name of PKI key-pair with local private key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "authentication", + "rsa", + "passphrase", + "" + ], + "help": "Local private key passphrase", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "authentication", + "rsa", + "remote-key", + "" + ], + "help": "Name of PKI key-pair with remote public key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "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", + "", + "authentication", + "x509", + "ca-certificate", + "" + ], + "help": "lp: txt; Name of CA in PKI configuration", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "authentication", + "x509", + "certificate", + "" + ], + "help": "lp: txt; Name of certificate in PKI configuration", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "authentication", + "x509", + "passphrase", + "" + ], + "help": "lp: txt; Passphrase to decrypt the private key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "connection-type", + "" + ], + "help": "lp: none; Load the connection only", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "default-esp-group", + "" + ], + "help": "Defult ESP group name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "dhcp-interface", + "" + ], + "help": "lp: txt; DHCP interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "force-udp-encapsulation" + ], + "help": "Force UDP encapsulation", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "ike-group", + "" + ], + "help": "Internet Key Exchange (IKE) group name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "ikev2-reauth", + "" + ], + "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", + "", + "local-address", + "" + ], + "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", + "", + "remote-address", + "" + ], + "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", + "", + "tunnel", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "tunnel", + "", + "esp-group", + "" + ], + "help": "Encapsulating Security Payloads (ESP) group name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "tunnel", + "", + "local", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "tunnel", + "", + "local", + "prefix", + "" + ], + "help": "lp: ipv6net; Local IPv6 prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "tunnel", + "", + "priority", + "" + ], + "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", + "", + "tunnel", + "", + "protocol", + "" + ], + "help": "lp: txt; Protocol name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "tunnel", + "", + "remote", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "tunnel", + "", + "remote", + "prefix", + "" + ], + "help": "lp: ipv6net; Remote IPv6 prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "virtual-address", + "" + ], + "help": "lp: ipv6; Request IPv6 address from peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "vti", + "bind", + "" + ], + "help": "VTI tunnel interface associated with this configuration", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "ipsec", + "site-to-site", + "peer", + "", + "vti", + "esp-group", + "" + ], + "help": "Encapsulating Security Payloads (ESP) group name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "authentication", + "local-users", + "username", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "authentication", + "local-users", + "username", + "", + "password", + "" + ], + "help": "Password for authentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "authentication", + "local-users", + "username", + "", + "rate-limit", + "download", + "" + ], + "help": "Download bandwidth limit in kbits/sec", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "authentication", + "local-users", + "username", + "", + "rate-limit", + "upload", + "" + ], + "help": "Upload bandwidth limit in kbits/sec", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "authentication", + "local-users", + "username", + "", + "static-ip", + "" + ], + "help": "Static client IP address (default: *)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "authentication", + "mode", + "" + ], + "help": "lp: radius; Use RADIUS server for user autentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "authentication", + "mppe", + "" + ], + "help": "lp: deny; drop all mppe", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "authentication", + "radius", + "acct-timeout", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "NAS-Identifier attribute sent to RADIUS", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "authentication", + "radius", + "nas-ip-address", + "" + ], + "help": "lp: ipv4; NAS-IP-Address attribute", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "authentication", + "radius", + "rate-limit", + "attribute", + "" + ], + "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", + "" + ], + "help": "lp: <0.001-1000>; Shaper multiplier", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "authentication", + "radius", + "rate-limit", + "vendor", + "" + ], + "help": "Vendor dictionary", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "authentication", + "radius", + "server", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "authentication", + "radius", + "server", + "", + "disable-accounting" + ], + "help": "Disable accounting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "authentication", + "radius", + "server", + "", + "fail-time", + "" + ], + "help": "lp: u32:0-600; Fail time penalty", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "authentication", + "radius", + "server", + "", + "key", + "" + ], + "help": "Shared secret key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "authentication", + "radius", + "server", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "authentication", + "radius", + "source-address", + "" + ], + "help": "lp: ipv4; IPv4 source address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "authentication", + "radius", + "timeout", + "" + ], + "help": "Timeout to wait response from server (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "authentication", + "require", + "" + ], + "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", + "" + ], + "help": "First IP address in the pool", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "client-ip-pool", + "stop", + "" + ], + "help": "Last IP address in the pool", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "client-ip-pool", + "subnet", + "" + ], + "help": "lp: ipv4net; IPv4 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "client-ipv6-pool", + "delegate", + "", + "delegation-prefix", + "" + ], + "help": "lp: u32:32-64; Delegated prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "client-ipv6-pool", + "prefix", + "", + "mask", + "" + ], + "help": "lp: u32:48-128; Client prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "description", + "" + ], + "help": "Description for L2TP remote-access settings", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "dhcp-interface", + "" + ], + "help": "lp: txt; DHCP interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "gateway-address", + "" + ], + "help": "lp: ipv4; Default Gateway send to the client", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "idle", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "Encapsulating Security Payloads (ESP) group name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "ipsec-settings", + "ike-group", + "" + ], + "help": "Internet Key Exchange (IKE) group name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "ipsec-settings", + "ike-lifetime", + "" + ], + "help": "lp: u32:30-86400; IKE lifetime in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "ipsec-settings", + "lifetime", + "" + ], + "help": "lp: u32:30-86400; IKE lifetime in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "lns", + "host-name", + "" + ], + "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", + "" + ], + "help": "Tunnel password used to authenticate the client (LAC)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "mtu", + "" + ], + "help": "Maximum Transmission Unit (MTU) - default 1492 (default: 1492)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "name-server", + "" + ], + "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "outside-address", + "" + ], + "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", + "" + ], + "help": "lp: require; Require IPv6 negotiation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "ppp-options", + "lcp-echo-failure", + "" + ], + "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", + "" + ], + "help": "LCP echo-requests/sec (default: 30)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "l2tp", + "remote-access", + "wins-server", + "" + ], + "help": "lp: ipv4; Domain Name Server (DNS) IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "authentication", + "group", + "" + ], + "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", + "local-users", + "username", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "authentication", + "local-users", + "username", + "", + "otp", + "interval", + "" + ], + "help": "lp: u32:5-86400; Time tokens interval in seconds.", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "authentication", + "local-users", + "username", + "", + "otp", + "key", + "" + ], + "help": "lp: txt; OTP key in hex-encoded format", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "authentication", + "local-users", + "username", + "", + "otp", + "otp-length", + "" + ], + "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", + "", + "otp", + "token-type", + "" + ], + "help": "lp: hotp-event; Event-based OTP algorithm", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "authentication", + "local-users", + "username", + "", + "password", + "" + ], + "help": "Password used for authentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "authentication", + "mode", + "local", + "" + ], + "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", + "" + ], + "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", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "authentication", + "radius", + "server", + "", + "key", + "" + ], + "help": "Shared secret key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "authentication", + "radius", + "server", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "authentication", + "radius", + "source-address", + "" + ], + "help": "lp: ipv4; IPv4 source address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "authentication", + "radius", + "timeout", + "" + ], + "help": "lp: u32:1-240; Session timeout in seconds (default: 2)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "listen-address", + "" + ], + "help": "lp: ipv4; IPv4 address to listen for incoming connections", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "listen-ports", + "tcp", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "listen-ports", + "udp", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "network-settings", + "client-ip-settings", + "subnet", + "" + ], + "help": "lp: ipv4net; IPv4 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "network-settings", + "client-ipv6-pool", + "mask", + "" + ], + "help": "lp: u32:48-128; Client prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "network-settings", + "client-ipv6-pool", + "prefix", + "" + ], + "help": "lp: ipv6net; IPv6 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "network-settings", + "name-server", + "" + ], + "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "network-settings", + "push-route", + "" + ], + "help": "lp: ipv6net; IPv6 network and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "network-settings", + "split-dns", + "" + ], + "help": "lp: txt; Client prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "network-settings", + "tunnel-all-dns", + "" + ], + "help": "lp: no; Disable tunneling of all DNS traffic (default)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "ssl", + "ca-certificate", + "" + ], + "help": "lp: txt; Name of CA in PKI configuration", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "ssl", + "certificate", + "" + ], + "help": "lp: txt; Name of certificate in PKI configuration", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "openconnect", + "ssl", + "passphrase", + "" + ], + "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", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "authentication", + "local-users", + "username", + "", + "password", + "" + ], + "help": "Password for authentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "authentication", + "local-users", + "username", + "", + "static-ip", + "" + ], + "help": "Static client IP address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "authentication", + "mode", + "" + ], + "help": "lp: radius; Use RADIUS server for user autentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "authentication", + "mppe", + "" + ], + "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", + "acct-interim-jitter", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "lp: u32:1-65535; TCP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "authentication", + "radius", + "dynamic-author", + "server", + "" + ], + "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", + "" + ], + "help": "lp: u32:1-20; Maximum tries", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "authentication", + "radius", + "nas-identifier", + "" + ], + "help": "NAS-Identifier attribute sent to RADIUS", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "authentication", + "radius", + "nas-ip-address", + "" + ], + "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", + "server", + "", + "acct-port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "authentication", + "radius", + "server", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "authentication", + "radius", + "server", + "", + "disable-accounting" + ], + "help": "Disable accounting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "authentication", + "radius", + "server", + "", + "fail-time", + "" + ], + "help": "lp: u32:0-600; Fail time penalty", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "authentication", + "radius", + "server", + "", + "key", + "" + ], + "help": "Shared secret key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "authentication", + "radius", + "server", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "authentication", + "radius", + "source-address", + "" + ], + "help": "lp: ipv4; IPv4 source address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "authentication", + "radius", + "timeout", + "" + ], + "help": "lp: u32:1-60; Timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "authentication", + "rate-limit", + "attribute", + "" + ], + "help": "RADIUS attribute that contains rate information (default:", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "authentication", + "rate-limit", + "enable" + ], + "help": "Enable bandwidth shaping via RADIUS", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "authentication", + "rate-limit", + "multiplier", + "" + ], + "help": "lp: <0.001-1000>; Shaper multiplier", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "authentication", + "rate-limit", + "vendor", + "" + ], + "help": "Vendor dictionary", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "authentication", + "require", + "" + ], + "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", + "" + ], + "help": "First IP address in the pool", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "client-ip-pool", + "stop", + "" + ], + "help": "Last IP address in the pool", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "gateway-address", + "" + ], + "help": "lp: ipv4; Default Gateway send to the client", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "mtu", + "" + ], + "help": "Maximum Transmission Unit (MTU) - default 1492 (default: 1492)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "name-server", + "" + ], + "help": "lp: ipv4; Domain Name Server (DNS) IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "outside-address", + "" + ], + "help": "External IP address to which VPN clients will connect", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "pptp", + "remote-access", + "wins-server", + "" + ], + "help": "lp: ipv4; Domain Name Server (DNS) IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "local-users", + "username", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "local-users", + "username", + "", + "password", + "" + ], + "help": "Password for authentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "local-users", + "username", + "", + "rate-limit", + "download", + "" + ], + "help": "Download bandwidth limit in kbits/sec", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "local-users", + "username", + "", + "rate-limit", + "upload", + "" + ], + "help": "Upload bandwidth limit in kbits/sec", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "local-users", + "username", + "", + "static-ip", + "" + ], + "help": "Static client IP address (default: *)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "mode", + "" + ], + "help": "lp: radius; Use RADIUS server for user autentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "protocols", + "" + ], + "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", + "acct-interim-jitter", + "" + ], + "help": "lp: u32:1-60; Maximum jitter value in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "radius", + "acct-timeout", + "" + ], + "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", + "" + ], + "help": "Shared secret for Dynamic Authorization Extension server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "radius", + "dynamic-author", + "port", + "" + ], + "help": "lp: u32:1-65535; TCP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "radius", + "dynamic-author", + "server", + "" + ], + "help": "lp: ipv4; IPv4 address for aynamic authorization server", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "radius", + "max-try", + "" + ], + "help": "lp: u32:1-20; Maximum tries", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "radius", + "nas-identifier", + "" + ], + "help": "NAS-Identifier attribute sent to RADIUS", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "radius", + "nas-ip-address", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "lp: <0.001-1000>; Shaper multiplier", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "radius", + "rate-limit", + "vendor", + "" + ], + "help": "Vendor dictionary", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "radius", + "server", + "", + "acct-port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "radius", + "server", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "radius", + "server", + "", + "disable-accounting" + ], + "help": "Disable accounting", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "radius", + "server", + "", + "fail-time", + "" + ], + "help": "lp: u32:0-600; Fail time penalty", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "radius", + "server", + "", + "key", + "" + ], + "help": "Shared secret key", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "radius", + "server", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "radius", + "source-address", + "" + ], + "help": "lp: ipv4; IPv4 source address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "authentication", + "radius", + "timeout", + "" + ], + "help": "lp: u32:1-60; Timeout in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "client-ip-pool", + "subnet", + "" + ], + "help": "lp: ipv4net; IPv4 address and prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "client-ipv6-pool", + "delegate", + "", + "delegation-prefix", + "" + ], + "help": "lp: u32:32-64; Delegated prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "client-ipv6-pool", + "prefix", + "", + "mask", + "" + ], + "help": "lp: u32:48-128; Client prefix length", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "gateway-address", + "" + ], + "help": "lp: ipv4; Default Gateway send to the client", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "mtu", + "" + ], + "help": "lp: u32:68-1500; Maximum Transmission Unit in byte", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "name-server", + "" + ], + "help": "lp: ipv6; Domain Name Server (DNS) IPv6 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "port", + "" + ], + "help": "lp: u32:1-65535; Numeric IP port", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "ppp-options", + "ipv4", + "" + ], + "help": "lp: allow; Negotiate IPv4 only if client requests (default)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "ppp-options", + "ipv6", + "" + ], + "help": "lp: require; Require IPv6 negotiation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "ppp-options", + "lcp-echo-failure", + "" + ], + "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", + "" + ], + "help": "LCP echo-requests/sec (default: 30)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "ppp-options", + "lcp-echo-timeout", + "" + ], + "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", + "" + ], + "help": "lp: deny; drop all mppe", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "ssl", + "ca-certificate", + "" + ], + "help": "lp: txt; Name of CA in PKI configuration", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vpn", + "sstp", + "ssl", + "certificate", + "" + ], + "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", + "", + "description", + "" + ], + "help": "Interface specific description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "disable" + ], + "help": "Administratively disable interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "ip", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "ipv6", + "disable-forwarding" + ], + "help": "Disable IP forwarding on this interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-flowspec", + "local-install", + "interface", + "" + ], + "help": "Interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-labeled-unicast", + "aggregate-address", + "", + "as-set" + ], + "help": "Generate AS-set path information for this aggregate address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-labeled-unicast", + "aggregate-address", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-labeled-unicast", + "aggregate-address", + "", + "summary-only" + ], + "help": "Announce the aggregate summary network only", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-labeled-unicast", + "network", + "", + "backdoor" + ], + "help": "Use BGP network/prefix as a backdoor route", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-labeled-unicast", + "network", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-multicast", + "aggregate-address", + "", + "as-set" + ], + "help": "Generate AS-set path information for this aggregate address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-multicast", + "aggregate-address", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-multicast", + "aggregate-address", + "", + "summary-only" + ], + "help": "Announce the aggregate summary network only", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-multicast", + "distance", + "external", + "" + ], + "help": "lp: u32:1-255; eBGP routes administrative distance", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-multicast", + "distance", + "internal", + "" + ], + "help": "lp: u32:1-255; iBGP routes administrative distance", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-multicast", + "distance", + "local", + "" + ], + "help": "lp: u32:1-255; Locally originated BGP routes administrative distance", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-multicast", + "distance", + "prefix", + "", + "distance", + "" + ], + "help": "lp: u32:1-255; Administrative distance for external BGP routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-multicast", + "network", + "", + "backdoor" + ], + "help": "Use BGP network/prefix as a backdoor route", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-multicast", + "network", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "aggregate-address", + "", + "as-set" + ], + "help": "Generate AS-set path information for this aggregate address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "aggregate-address", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "aggregate-address", + "", + "summary-only" + ], + "help": "Announce the aggregate summary network only", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "distance", + "external", + "" + ], + "help": "lp: u32:1-255; eBGP routes administrative distance", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "distance", + "internal", + "" + ], + "help": "lp: u32:1-255; iBGP routes administrative distance", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "distance", + "local", + "" + ], + "help": "lp: u32:1-255; Locally originated BGP routes administrative distance", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "distance", + "prefix", + "", + "distance", + "" + ], + "help": "lp: u32:1-255; Administrative distance for external BGP routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "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", + "", + "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", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "import", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "label", + "vpn", + "export", + "" + ], + "help": "lp: u32:0-1048575; Label Value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "maximum-paths", + "ebgp", + "" + ], + "help": "lp: u32:1-256; Number of paths to consider", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "maximum-paths", + "ibgp", + "" + ], + "help": "lp: u32:1-256; Number of paths to consider", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "network", + "", + "backdoor" + ], + "help": "Network as a backdoor route", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "network", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "rd", + "vpn", + "export", + "" + ], + "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", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "redistribute", + "connected", + "metric", + "" + ], + "help": "lp: u32:1-4294967295; Metric for redistributed routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "redistribute", + "connected", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "redistribute", + "isis", + "metric", + "" + ], + "help": "lp: u32:1-4294967295; Metric for redistributed routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "redistribute", + "isis", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "redistribute", + "kernel", + "metric", + "" + ], + "help": "lp: u32:1-4294967295; Metric for redistributed routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "redistribute", + "kernel", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "redistribute", + "ospf", + "metric", + "" + ], + "help": "lp: u32:1-4294967295; Metric for redistributed routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "redistribute", + "ospf", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "redistribute", + "rip", + "metric", + "" + ], + "help": "lp: u32:1-4294967295; Metric for redistributed routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "redistribute", + "rip", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "redistribute", + "static", + "metric", + "" + ], + "help": "lp: u32:1-4294967295; Metric for redistributed routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "redistribute", + "static", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "redistribute", + "table", + "" + ], + "help": "Redistribute non-main Kernel Routing Table", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "route-map", + "vpn", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "route-map", + "vpn", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "route-target", + "vpn", + "both", + "" + ], + "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", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "route-target", + "vpn", + "export", + "" + ], + "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", + "", + "protocols", + "bgp", + "address-family", + "ipv4-unicast", + "route-target", + "vpn", + "import", + "" + ], + "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", + "", + "protocols", + "bgp", + "address-family", + "ipv4-vpn", + "network", + "", + "label", + "" + ], + "help": "lp: u32:0-1048575; MPLS label value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv4-vpn", + "network", + "", + "rd", + "" + ], + "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", + "", + "protocols", + "bgp", + "address-family", + "ipv6-flowspec", + "local-install", + "interface", + "" + ], + "help": "Interface", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-labeled-unicast", + "aggregate-address", + "", + "as-set" + ], + "help": "Generate AS-set path information for this aggregate address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-labeled-unicast", + "aggregate-address", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-labeled-unicast", + "aggregate-address", + "", + "summary-only" + ], + "help": "Announce the aggregate summary network only", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-labeled-unicast", + "network", + "", + "backdoor" + ], + "help": "Use BGP network/prefix as a backdoor route", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-labeled-unicast", + "network", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-multicast", + "aggregate-address", + "", + "as-set" + ], + "help": "Generate AS-set path information for this aggregate address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-multicast", + "aggregate-address", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-multicast", + "aggregate-address", + "", + "summary-only" + ], + "help": "Announce the aggregate summary network only", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-multicast", + "distance", + "external", + "" + ], + "help": "lp: u32:1-255; eBGP routes administrative distance", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-multicast", + "distance", + "internal", + "" + ], + "help": "lp: u32:1-255; iBGP routes administrative distance", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-multicast", + "distance", + "local", + "" + ], + "help": "lp: u32:1-255; Locally originated BGP routes administrative distance", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-multicast", + "distance", + "prefix", + "", + "distance", + "" + ], + "help": "lp: u32:1-255; Administrative distance for external BGP routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-multicast", + "network", + "", + "path-limit", + "" + ], + "help": "lp: u32:0-255; AS path hop count limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-multicast", + "network", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "aggregate-address", + "", + "as-set" + ], + "help": "Generate AS-set path information for this aggregate address", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "aggregate-address", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "aggregate-address", + "", + "summary-only" + ], + "help": "Announce the aggregate summary network only", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "distance", + "external", + "" + ], + "help": "lp: u32:1-255; eBGP routes administrative distance", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "distance", + "internal", + "" + ], + "help": "lp: u32:1-255; iBGP routes administrative distance", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "distance", + "local", + "" + ], + "help": "lp: u32:1-255; Locally originated BGP routes administrative distance", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "distance", + "prefix", + "", + "distance", + "" + ], + "help": "lp: u32:1-255; Administrative distance for external BGP routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "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", + "", + "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", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "import", + "vrf", + "" + ], + "help": "lp: txt; VRF instance name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "label", + "vpn", + "export", + "" + ], + "help": "lp: u32:0-1048575; Label Value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "maximum-paths", + "ebgp", + "" + ], + "help": "lp: u32:1-256; Number of paths to consider", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "maximum-paths", + "ibgp", + "" + ], + "help": "lp: u32:1-256; Number of paths to consider", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "network", + "", + "path-limit", + "" + ], + "help": "lp: u32:0-255; AS path hop count limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "network", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "rd", + "vpn", + "export", + "" + ], + "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", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "redistribute", + "connected", + "metric", + "" + ], + "help": "lp: u32:1-4294967295; Metric for redistributed routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "redistribute", + "connected", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "redistribute", + "kernel", + "metric", + "" + ], + "help": "lp: u32:1-4294967295; Metric for redistributed routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "redistribute", + "kernel", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "redistribute", + "ospfv3", + "metric", + "" + ], + "help": "lp: u32:1-4294967295; Metric for redistributed routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "redistribute", + "ospfv3", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "redistribute", + "ripng", + "metric", + "" + ], + "help": "lp: u32:1-4294967295; Metric for redistributed routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "redistribute", + "ripng", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "redistribute", + "static", + "metric", + "" + ], + "help": "lp: u32:1-4294967295; Metric for redistributed routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "redistribute", + "static", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "redistribute", + "table", + "" + ], + "help": "Redistribute non-main Kernel Routing Table", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "route-map", + "vpn", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "route-map", + "vpn", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "route-target", + "vpn", + "both", + "" + ], + "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", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "route-target", + "vpn", + "export", + "" + ], + "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", + "", + "protocols", + "bgp", + "address-family", + "ipv6-unicast", + "route-target", + "vpn", + "import", + "" + ], + "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", + "", + "protocols", + "bgp", + "address-family", + "ipv6-vpn", + "network", + "", + "label", + "" + ], + "help": "lp: u32:0-1048575; MPLS label value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "ipv6-vpn", + "network", + "", + "rd", + "" + ], + "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", + "", + "protocols", + "bgp", + "address-family", + "l2vpn-evpn", + "advertise", + "ipv4", + "unicast", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "l2vpn-evpn", + "advertise", + "ipv6", + "unicast", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "l2vpn-evpn", + "advertise-all-vni" + ], + "help": "Advertise All local VNIs", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "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", + "", + "protocols", + "bgp", + "address-family", + "l2vpn-evpn", + "advertise-pip", + "" + ], + "help": "lp: ipv4; IP address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "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", + "", + "protocols", + "bgp", + "address-family", + "l2vpn-evpn", + "flooding", + "disable" + ], + "help": "Do not flood any BUM packets", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "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", + "", + "protocols", + "bgp", + "address-family", + "l2vpn-evpn", + "rd", + "" + ], + "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", + "", + "protocols", + "bgp", + "address-family", + "l2vpn-evpn", + "route-target", + "both", + "" + ], + "help": "lp: txt; Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "l2vpn-evpn", + "route-target", + "export", + "" + ], + "help": "lp: txt; Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "l2vpn-evpn", + "route-target", + "import", + "" + ], + "help": "lp: txt; Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "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", + "", + "protocols", + "bgp", + "address-family", + "l2vpn-evpn", + "vni", + "", + "advertise-default-gw" + ], + "help": "Advertise All default g/w mac-ip routes in EVPN", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "l2vpn-evpn", + "vni", + "", + "advertise-svi-ip" + ], + "help": "Advertise svi mac-ip routes in EVPN", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "l2vpn-evpn", + "vni", + "", + "rd", + "" + ], + "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", + "", + "protocols", + "bgp", + "address-family", + "l2vpn-evpn", + "vni", + "", + "route-target", + "both", + "" + ], + "help": "lp: txt; Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "l2vpn-evpn", + "vni", + "", + "route-target", + "export", + "" + ], + "help": "lp: txt; Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "address-family", + "l2vpn-evpn", + "vni", + "", + "route-target", + "import", + "" + ], + "help": "lp: txt; Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "listen", + "limit", + "" + ], + "help": "lp: u32:1-5000; BGP neighbor limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "listen", + "range", + "", + "peer-group", + "" + ], + "help": "lp: txt; Peer-group name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-flowspec", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-flowspec", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-flowspec", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-flowspec", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-flowspec", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-flowspec", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-flowspec", + "route-reflector-client" + ], + "help": "Peer is a route reflector client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-flowspec", + "route-server-client" + ], + "help": "Peer is a route server client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-flowspec", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "attribute-unchanged", + "as-path" + ], + "help": "Send AS path unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "attribute-unchanged", + "med" + ], + "help": "Send multi-exit discriminator unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "conditionally-advertise", + "advertise-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "conditionally-advertise", + "exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "conditionally-advertise", + "non-exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "default-originate", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "distribute-list", + "export", + "" + ], + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "distribute-list", + "import", + "" + ], + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "maximum-prefix", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "maximum-prefix-out", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "unsuppress-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-labeled-unicast", + "weight", + "" + ], + "help": "lp: u32:1-65535; Default weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "attribute-unchanged", + "as-path" + ], + "help": "Send AS path unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "attribute-unchanged", + "med" + ], + "help": "Send multi-exit discriminator unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "conditionally-advertise", + "advertise-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "conditionally-advertise", + "exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "conditionally-advertise", + "non-exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "default-originate", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "distribute-list", + "export", + "" + ], + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "distribute-list", + "import", + "" + ], + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "maximum-prefix", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "maximum-prefix-out", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "route-reflector-client" + ], + "help": "Peer is a route reflector client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "route-server-client" + ], + "help": "Peer is a route server client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "unsuppress-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-multicast", + "weight", + "" + ], + "help": "lp: u32:1-65535; Default weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "attribute-unchanged", + "as-path" + ], + "help": "Send AS path unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "attribute-unchanged", + "med" + ], + "help": "Send multi-exit discriminator unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "conditionally-advertise", + "advertise-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "conditionally-advertise", + "exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "conditionally-advertise", + "non-exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "default-originate", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "distribute-list", + "export", + "" + ], + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "distribute-list", + "import", + "" + ], + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "maximum-prefix", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "maximum-prefix-out", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "route-reflector-client" + ], + "help": "Peer is a route reflector client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "route-server-client" + ], + "help": "Peer is a route server client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "unsuppress-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-unicast", + "weight", + "" + ], + "help": "lp: u32:1-65535; Default weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "attribute-unchanged", + "as-path" + ], + "help": "Send AS path unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "attribute-unchanged", + "med" + ], + "help": "Send multi-exit discriminator unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "conditionally-advertise", + "advertise-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "conditionally-advertise", + "exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "conditionally-advertise", + "non-exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "distribute-list", + "export", + "" + ], + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "distribute-list", + "import", + "" + ], + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "maximum-prefix", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "maximum-prefix-out", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "route-reflector-client" + ], + "help": "Peer is a route reflector client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "route-server-client" + ], + "help": "Peer is a route server client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "unsuppress-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv4-vpn", + "weight", + "" + ], + "help": "lp: u32:1-65535; Default weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-flowspec", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-flowspec", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-flowspec", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-flowspec", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-flowspec", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-flowspec", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-flowspec", + "route-reflector-client" + ], + "help": "Peer is a route reflector client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-flowspec", + "route-server-client" + ], + "help": "Peer is a route server client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-flowspec", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "attribute-unchanged", + "as-path" + ], + "help": "Send AS path unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "attribute-unchanged", + "med" + ], + "help": "Send multi-exit discriminator unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "conditionally-advertise", + "advertise-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "conditionally-advertise", + "exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "conditionally-advertise", + "non-exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "default-originate", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "distribute-list", + "export", + "" + ], + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "distribute-list", + "import", + "" + ], + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "maximum-prefix", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "maximum-prefix-out", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "unsuppress-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-labeled-unicast", + "weight", + "" + ], + "help": "lp: u32:1-65535; Default weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "attribute-unchanged", + "as-path" + ], + "help": "Send AS path unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "attribute-unchanged", + "med" + ], + "help": "Send multi-exit discriminator unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "conditionally-advertise", + "advertise-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "conditionally-advertise", + "exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "conditionally-advertise", + "non-exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "default-originate", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "distribute-list", + "export", + "" + ], + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "distribute-list", + "import", + "" + ], + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "maximum-prefix", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "maximum-prefix-out", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "route-reflector-client" + ], + "help": "Peer is a route reflector client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "route-server-client" + ], + "help": "Peer is a route server client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "unsuppress-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-multicast", + "weight", + "" + ], + "help": "lp: u32:1-65535; Default weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "attribute-unchanged", + "as-path" + ], + "help": "Send AS path unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "attribute-unchanged", + "med" + ], + "help": "Send multi-exit discriminator unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "conditionally-advertise", + "advertise-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "conditionally-advertise", + "exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "conditionally-advertise", + "non-exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "default-originate", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "distribute-list", + "export", + "" + ], + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "distribute-list", + "import", + "" + ], + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "maximum-prefix", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "maximum-prefix-out", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "route-reflector-client" + ], + "help": "Peer is a route reflector client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "route-server-client" + ], + "help": "Peer is a route server client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "unsuppress-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-unicast", + "weight", + "" + ], + "help": "lp: u32:1-65535; Default weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "attribute-unchanged", + "as-path" + ], + "help": "Send AS path unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "attribute-unchanged", + "med" + ], + "help": "Send multi-exit discriminator unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "conditionally-advertise", + "advertise-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "conditionally-advertise", + "exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "conditionally-advertise", + "non-exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "distribute-list", + "export", + "" + ], + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "distribute-list", + "import", + "" + ], + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "maximum-prefix", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "maximum-prefix-out", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "route-reflector-client" + ], + "help": "Peer is a route reflector client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "route-server-client" + ], + "help": "Peer is a route server client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "unsuppress-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "ipv6-vpn", + "weight", + "" + ], + "help": "lp: u32:1-65535; Default weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "l2vpn-evpn", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "l2vpn-evpn", + "attribute-unchanged", + "as-path" + ], + "help": "Send AS path unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "l2vpn-evpn", + "attribute-unchanged", + "med" + ], + "help": "Send multi-exit discriminator unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "l2vpn-evpn", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "l2vpn-evpn", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "l2vpn-evpn", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "l2vpn-evpn", + "route-reflector-client" + ], + "help": "Peer is a route reflector client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "l2vpn-evpn", + "route-server-client" + ], + "help": "Peer is a route server client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "address-family", + "l2vpn-evpn", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "advertisement-interval", + "" + ], + "help": "lp: u32:0-600; Advertisement interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "bfd", + "profile", + "" + ], + "help": "lp: txt; BFD profile name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "capability", + "dynamic" + ], + "help": "Advertise dynamic capability to this neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "capability", + "extended-nexthop" + ], + "help": "Advertise extended-nexthop capability to this neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "disable-capability-negotiation" + ], + "help": "Disable capability negotiation with this neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "ebgp-multihop", + "" + ], + "help": "lp: u32:1-255; Number of hops", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "graceful-restart", + "" + ], + "help": "lp: restart-helper; Enable BGP graceful restart helper only functionality", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "interface", + "peer-group", + "" + ], + "help": "lp: txt; Peer-group name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "interface", + "remote-as", + "" + ], + "help": "lp: internal; Neighbor AS number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "interface", + "source-interface", + "" + ], + "help": "lp: interface; Interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "interface", + "v6only", + "peer-group", + "" + ], + "help": "lp: txt; Peer-group name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "interface", + "v6only", + "remote-as", + "" + ], + "help": "lp: internal; Neighbor AS number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "local-as", + "", + "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", + "", + "protocols", + "bgp", + "neighbor", + "", + "override-capability" + ], + "help": "Ignore capability negotiation with specified neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "passive" + ], + "help": "Do not initiate a session with this neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "password", + "" + ], + "help": "BGP MD5 password", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "peer-group", + "" + ], + "help": "lp: txt; Peer-group name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "port", + "" + ], + "help": "lp: u32:1-65535; Neighbor BGP port number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "remote-as", + "" + ], + "help": "lp: internal; Neighbor AS number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "shutdown" + ], + "help": "Administratively shutdown this neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "solo" + ], + "help": "Do not send back prefixes learned from the neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "strict-capability-match" + ], + "help": "Enable strict capability negotiation", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "timers", + "connect", + "" + ], + "help": "lp: 0; Disable connect timer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "timers", + "holdtime", + "" + ], + "help": "lp: 0; Hold timer disabled", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "timers", + "keepalive", + "" + ], + "help": "lp: u32:1-65535; Keepalive interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "ttl-security", + "hops", + "" + ], + "help": "lp: u32:1-254; Number of hops", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "neighbor", + "", + "update-source", + "" + ], + "help": "lp: txt; Interface as route source", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "parameters", + "always-compare-med" + ], + "help": "Always compare MEDs from different neighbors", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "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", + "", + "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", + "", + "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", + "", + "protocols", + "bgp", + "parameters", + "bestpath", + "bandwidth", + "" + ], + "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", + "", + "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", + "", + "protocols", + "bgp", + "parameters", + "bestpath", + "med", + "confed" + ], + "help": "Compare MEDs among confederation paths", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "parameters", + "bestpath", + "med", + "missing-as-worst" + ], + "help": "Treat missing route as a MED as the least preferred one", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "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", + "", + "protocols", + "bgp", + "parameters", + "cluster-id", + "" + ], + "help": "lp: ipv4; Route-reflector cluster-id", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "parameters", + "conditional-advertisement", + "timer", + "" + ], + "help": "lp: u32:5-240; Period to rerun the conditional advertisement scanner process", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "parameters", + "confederation", + "identifier", + "" + ], + "help": "lp: u32:1-4294967294; Confederation AS id", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "parameters", + "confederation", + "peers", + "" + ], + "help": "lp: u32:1-4294967294; Peer AS number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "parameters", + "dampening", + "half-life", + "" + ], + "help": "lp: u32:1-45; Half-life penalty in minutes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "parameters", + "dampening", + "max-suppress-time", + "" + ], + "help": "lp: u32:1-255; Maximum suppress duration in minutes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "parameters", + "dampening", + "re-use", + "" + ], + "help": "lp: u32:1-20000; Re-use penalty points", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "parameters", + "dampening", + "start-suppress-time", + "" + ], + "help": "lp: u32:1-20000; Start-suppress penalty points", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "parameters", + "default", + "local-pref", + "" + ], + "help": "lp: u32; Local preference", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "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", + "", + "protocols", + "bgp", + "parameters", + "distance", + "global", + "external", + "" + ], + "help": "lp: u32:1-255; Administrative distance for external BGP routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "parameters", + "distance", + "global", + "internal", + "" + ], + "help": "lp: u32:1-255; Administrative distance for internal BGP routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "parameters", + "distance", + "global", + "local", + "" + ], + "help": "lp: u32:1-255; Administrative distance for internal BGP routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "parameters", + "distance", + "prefix", + "", + "distance", + "" + ], + "help": "lp: u32:1-255; Administrative distance for external BGP routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "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", + "", + "protocols", + "bgp", + "parameters", + "fast-convergence" + ], + "help": "Teardown sessions immediately whenever peer becomes unreachable", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "parameters", + "graceful-restart", + "stalepath-time", + "" + ], + "help": "lp: u32:1-3600; Hold time in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "parameters", + "graceful-shutdown" + ], + "help": "Graceful shutdown", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "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", + "", + "protocols", + "bgp", + "parameters", + "minimum-holdtime", + "" + ], + "help": "lp: u32:1-65535; Minimum holdtime in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "parameters", + "network-import-check" + ], + "help": "Enable IGP route check for network statements", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "protocols", + "bgp", + "parameters", + "router-id", + "" + ], + "help": "lp: ipv4; Router-ID in IP address format", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "parameters", + "shutdown" + ], + "help": "Administrative shutdown of the BGP instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "attribute-unchanged", + "as-path" + ], + "help": "Send AS path unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "attribute-unchanged", + "med" + ], + "help": "Send multi-exit discriminator unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "conditionally-advertise", + "advertise-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "conditionally-advertise", + "exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "conditionally-advertise", + "non-exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "default-originate", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "distribute-list", + "export", + "" + ], + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "distribute-list", + "import", + "" + ], + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "maximum-prefix", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "maximum-prefix-out", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv4 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "route-reflector-client" + ], + "help": "Peer is a route reflector client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "route-server-client" + ], + "help": "Peer is a route server client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "unsuppress-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv4-unicast", + "weight", + "" + ], + "help": "lp: u32:1-65535; Default weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "attribute-unchanged", + "as-path" + ], + "help": "Send AS path unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "attribute-unchanged", + "med" + ], + "help": "Send multi-exit discriminator unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "conditionally-advertise", + "advertise-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "conditionally-advertise", + "exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "conditionally-advertise", + "non-exist-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "default-originate", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "distribute-list", + "export", + "" + ], + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "distribute-list", + "import", + "" + ], + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "filter-list", + "export", + "" + ], + "help": "As-path-list to filter outgoing route updates to this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "filter-list", + "import", + "" + ], + "help": "As-path-list to filter incoming route updates from this peer", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "maximum-prefix", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "maximum-prefix-out", + "" + ], + "help": "lp: u32:1-4294967295; Prefix limit", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "prefix-list", + "export", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "prefix-list", + "import", + "" + ], + "help": "lp: txt; Name of IPv6 prefix-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "route-reflector-client" + ], + "help": "Peer is a route reflector client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "route-server-client" + ], + "help": "Peer is a route server client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "unsuppress-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "ipv6-unicast", + "weight", + "" + ], + "help": "lp: u32:1-65535; Default weight", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "l2vpn-evpn", + "allowas-in", + "number", + "" + ], + "help": "lp: u32:1-10; Number of times AS is allowed in path", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "l2vpn-evpn", + "attribute-unchanged", + "as-path" + ], + "help": "Send AS path unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "l2vpn-evpn", + "attribute-unchanged", + "med" + ], + "help": "Send multi-exit discriminator unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "l2vpn-evpn", + "attribute-unchanged", + "next-hop" + ], + "help": "Send nexthop unchanged", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "l2vpn-evpn", + "route-map", + "export", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "l2vpn-evpn", + "route-map", + "import", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "l2vpn-evpn", + "route-reflector-client" + ], + "help": "Peer is a route reflector client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "l2vpn-evpn", + "route-server-client" + ], + "help": "Peer is a route server client", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "address-family", + "l2vpn-evpn", + "soft-reconfiguration", + "inbound" + ], + "help": "Enable inbound soft reconfiguration", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "bfd", + "profile", + "" + ], + "help": "lp: txt; BFD profile name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "capability", + "dynamic" + ], + "help": "Advertise dynamic capability to this neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "capability", + "extended-nexthop" + ], + "help": "Advertise extended-nexthop capability to this neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "description", + "" + ], + "help": "lp: txt; Description", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "disable-capability-negotiation" + ], + "help": "Disable capability negotiation with this neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "ebgp-multihop", + "" + ], + "help": "lp: u32:1-255; Number of hops", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "graceful-restart", + "" + ], + "help": "lp: restart-helper; Enable BGP graceful restart helper only functionality", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "local-as", + "", + "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", + "", + "protocols", + "bgp", + "peer-group", + "", + "override-capability" + ], + "help": "Ignore capability negotiation with specified neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "passive" + ], + "help": "Do not initiate a session with this neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "password", + "" + ], + "help": "BGP MD5 password", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "remote-as", + "" + ], + "help": "lp: internal; Neighbor AS number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "shutdown" + ], + "help": "Administratively shutdown this neighbor", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "ttl-security", + "hops", + "" + ], + "help": "lp: u32:1-254; Number of hops", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "peer-group", + "", + "update-source", + "" + ], + "help": "lp: txt; Interface as route source", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "system-as", + "" + ], + "help": "lp: u32:1-4294967294; Autonomous System Number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "timers", + "holdtime", + "" + ], + "help": "lp: 0; Hold timer disabled", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "bgp", + "timers", + "keepalive", + "" + ], + "help": "lp: u32:1-65535; Keepalive interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "area-password", + "md5", + "" + ], + "help": "lp: txt; Level-wide password", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "area-password", + "plaintext-password", + "" + ], + "help": "lp: txt; Circuit password", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "default-information", + "originate", + "ipv4", + "level-1", + "always" + ], + "help": "Always advertise default route", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "default-information", + "originate", + "ipv4", + "level-1", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "default-information", + "originate", + "ipv4", + "level-1", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "default-information", + "originate", + "ipv4", + "level-2", + "always" + ], + "help": "Always advertise default route", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "default-information", + "originate", + "ipv4", + "level-2", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "default-information", + "originate", + "ipv4", + "level-2", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "default-information", + "originate", + "ipv6", + "level-1", + "always" + ], + "help": "Always advertise default route", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "default-information", + "originate", + "ipv6", + "level-1", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "default-information", + "originate", + "ipv6", + "level-1", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "default-information", + "originate", + "ipv6", + "level-2", + "always" + ], + "help": "Always advertise default route", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "default-information", + "originate", + "ipv6", + "level-2", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "default-information", + "originate", + "ipv6", + "level-2", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "domain-password", + "md5", + "" + ], + "help": "lp: txt; Level-wide password", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "domain-password", + "plaintext-password", + "" + ], + "help": "lp: txt; Circuit password", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "dynamic-hostname" + ], + "help": "Dynamic hostname for IS-IS", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "interface", + "", + "bfd", + "profile", + "" + ], + "help": "lp: txt; BFD profile name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "interface", + "", + "circuit-type", + "" + ], + "help": "lp: level-2-only; Level-2 only adjacencies are formed", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "interface", + "", + "hello-interval", + "" + ], + "help": "lp: u32:1-600; Set Hello interval", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "interface", + "", + "hello-multiplier", + "" + ], + "help": "lp: u32:2-100; Set multiplier for Hello holding time", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "interface", + "", + "hello-padding" + ], + "help": "Add padding to IS-IS hello packets", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "interface", + "", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "interface", + "", + "network", + "point-to-point" + ], + "help": "point-to-point network type", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "interface", + "", + "no-three-way-handshake" + ], + "help": "Disable three-way handshake", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "interface", + "", + "passive" + ], + "help": "Configure passive mode for interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "interface", + "", + "password", + "md5", + "" + ], + "help": "lp: txt; Level-wide password", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "interface", + "", + "password", + "plaintext-password", + "" + ], + "help": "lp: txt; Circuit password", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "interface", + "", + "priority", + "" + ], + "help": "lp: u32:0-127; Priority value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "interface", + "", + "psnp-interval", + "" + ], + "help": "lp: u32:0-127; PSNP interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "level", + "" + ], + "help": "lp: level-2; Act as an area router", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "log-adjacency-changes" + ], + "help": "Log adjacency state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "lsp-gen-interval", + "" + ], + "help": "lp: u32:1-120; Minimum interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "lsp-mtu", + "" + ], + "help": "lp: u32:128-4352; Maximum size of generated LSPs", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "lsp-refresh-interval", + "" + ], + "help": "lp: u32:1-65235; LSP refresh interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "max-lsp-lifetime", + "" + ], + "help": "lp: u32:350-65535; LSP lifetime in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "metric-style", + "" + ], + "help": "lp: wide; Use new style of TLVs to carry wider metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "net", + "" + ], + "help": "lp: XX.XXXX. ... .XXX.XX; Network entity title (NET)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "purge-originator" + ], + "help": "Use the RFC 6232 purge-originator", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "bgp", + "level-1", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "bgp", + "level-1", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "bgp", + "level-2", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "bgp", + "level-2", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "connected", + "level-1", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "connected", + "level-1", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "connected", + "level-2", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "connected", + "level-2", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "kernel", + "level-1", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "kernel", + "level-1", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "kernel", + "level-2", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "kernel", + "level-2", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "ospf", + "level-1", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "ospf", + "level-1", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "ospf", + "level-2", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "ospf", + "level-2", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "rip", + "level-1", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "rip", + "level-1", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "rip", + "level-2", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "rip", + "level-2", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "static", + "level-1", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "static", + "level-1", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "static", + "level-2", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv4", + "static", + "level-2", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "bgp", + "level-1", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "bgp", + "level-1", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "bgp", + "level-2", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "bgp", + "level-2", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "connected", + "level-1", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "connected", + "level-1", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "connected", + "level-2", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "connected", + "level-2", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "kernel", + "level-1", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "kernel", + "level-1", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "kernel", + "level-2", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "kernel", + "level-2", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "ospf6", + "level-1", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "ospf6", + "level-1", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "ospf6", + "level-2", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "ospf6", + "level-2", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "ripng", + "level-1", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "ripng", + "level-1", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "ripng", + "level-2", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "ripng", + "level-2", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "static", + "level-1", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "static", + "level-1", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "static", + "level-2", + "metric", + "" + ], + "help": "lp: u32:0-16777215; Default metric value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "redistribute", + "ipv6", + "static", + "level-2", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "segment-routing", + "enable" + ], + "help": "Enable segment-routing functionality", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "segment-routing", + "global-block", + "high-label-value", + "" + ], + "help": "lp: u32:16-1048575; Label value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "segment-routing", + "global-block", + "low-label-value", + "" + ], + "help": "lp: u32:16-1048575; Label value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "segment-routing", + "local-block", + "high-label-value", + "" + ], + "help": "lp: u32:16-1048575; Label value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "segment-routing", + "local-block", + "low-label-value", + "" + ], + "help": "lp: u32:16-1048575; Label value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "segment-routing", + "maximum-label-depth", + "" + ], + "help": "lp: u32:1-16; MPLS label depth", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "segment-routing", + "prefix", + "", + "absolute", + "explicit-null" + ], + "help": "Request upstream neighbor to replace segment/label with explicit", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "segment-routing", + "prefix", + "", + "absolute", + "no-php-flag" + ], + "help": "Do not request penultimate hop popping for segment/label", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "segment-routing", + "prefix", + "", + "absolute", + "value", + "" + ], + "help": "lp: u32:16-1048575; The absolute segment/label ID value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "segment-routing", + "prefix", + "", + "index", + "explicit-null" + ], + "help": "Request upstream neighbor to replace segment/label with explicit", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "segment-routing", + "prefix", + "", + "index", + "no-php-flag" + ], + "help": "Do not request penultimate hop popping for segment/label", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "segment-routing", + "prefix", + "", + "index", + "value", + "" + ], + "help": "lp: u32:0-65535; The index segment/label ID value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "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", + "", + "protocols", + "isis", + "set-overload-bit" + ], + "help": "Set overload bit to avoid any transit traffic", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "spf-delay-ietf", + "holddown", + "" + ], + "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", + "", + "protocols", + "isis", + "spf-delay-ietf", + "init-delay", + "" + ], + "help": "lp: u32:0-60000; Delay used while in QUIET state (in ms)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "spf-delay-ietf", + "long-delay", + "" + ], + "help": "lp: u32:0-60000; Delay used while in LONG_WAIT state in ms", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "spf-delay-ietf", + "short-delay", + "" + ], + "help": "lp: u32:0-60000; Delay used while in SHORT_WAIT state (in ms)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "spf-delay-ietf", + "time-to-learn", + "" + ], + "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", + "", + "protocols", + "isis", + "spf-interval", + "" + ], + "help": "lp: u32:1-120; Interval in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "traffic-engineering", + "address", + "" + ], + "help": "lp: ipv4; IPv4 address", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "isis", + "traffic-engineering", + "enable" + ], + "help": "Enable MPLS traffic engineering extensions", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "access-list", + "", + "export", + "" + ], + "help": "lp: static; Filter static routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "area", + "", + "area-type", + "normal" + ], + "help": "Normal OSPF area", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "area", + "", + "area-type", + "nssa", + "default-cost", + "" + ], + "help": "lp: u32:0-16777215; Summary default cost", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "area", + "", + "area-type", + "nssa", + "no-summary" + ], + "help": "Do not inject inter-area routes into stub", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "area", + "", + "area-type", + "nssa", + "translate", + "" + ], + "help": "lp: never; Never translate LSA types", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "area", + "", + "area-type", + "stub", + "default-cost", + "" + ], + "help": "lp: u32:0-16777215; Summary default cost", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "area", + "", + "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", + "", + "protocols", + "ospf", + "area", + "", + "authentication", + "" + ], + "help": "lp: md5; Use MD5 authentication", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "area", + "", + "export-list", + "" + ], + "help": "lp: u32; Access-list number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "area", + "", + "import-list", + "" + ], + "help": "lp: u32; Access-list number", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "area", + "", + "network", + "" + ], + "help": "lp: ipv4net; OSPF network", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "area", + "", + "range", + "", + "cost", + "" + ], + "help": "lp: u32:0-16777215; Metric for this range", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "area", + "", + "range", + "", + "not-advertise" + ], + "help": "Do not advertise this range", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "area", + "", + "range", + "", + "substitute", + "" + ], + "help": "lp: ipv4net; Advertise area range as another prefix", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "area", + "", + "shortcut", + "" + ], + "help": "lp: enable; Enable shortcutting mode", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "area", + "", + "virtual-link", + "", + "authentication", + "md5", + "key-id", + "", + "md5-key", + "" + ], + "help": "lp: txt; MD5 Key (16 characters or less)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "area", + "", + "virtual-link", + "", + "authentication", + "plaintext-password", + "" + ], + "help": "lp: txt; Plain text password (8 characters or less)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "area", + "", + "virtual-link", + "", + "dead-interval", + "" + ], + "help": "lp: u32:1-65535; Neighbor dead interval (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "area", + "", + "virtual-link", + "", + "hello-interval", + "" + ], + "help": "lp: u32:1-65535; Hello interval (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "area", + "", + "virtual-link", + "", + "retransmit-interval", + "" + ], + "help": "lp: u32:1-65535; Retransmit interval (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "area", + "", + "virtual-link", + "", + "transmit-delay", + "" + ], + "help": "lp: u32:1-65535; Link state transmit delay (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "auto-cost", + "reference-bandwidth", + "" + ], + "help": "lp: u32:1-4294967; Reference bandwidth cost in Mbits/sec", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "default-information", + "originate", + "always" + ], + "help": "Always advertise a default route", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "default-information", + "originate", + "metric", + "" + ], + "help": "lp: u32:0-16777214; Default metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "default-information", + "originate", + "metric-type", + "" + ], + "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "default-information", + "originate", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "default-metric", + "" + ], + "help": "lp: u32:0-16777214; Metric of redistributed routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "distance", + "global", + "" + ], + "help": "lp: u32:1-255; Administrative distance", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "distance", + "ospf", + "external", + "" + ], + "help": "lp: u32:1-255; Distance for external routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "distance", + "ospf", + "inter-area", + "" + ], + "help": "lp: u32:1-255; Distance for inter-area routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "distance", + "ospf", + "intra-area", + "" + ], + "help": "lp: u32:1-255; Distance for intra-area routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "interface", + "", + "area", + "" + ], + "help": "lp: ipv4; OSPF area ID in IP address notation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "interface", + "", + "authentication", + "md5", + "key-id", + "", + "md5-key", + "" + ], + "help": "lp: txt; MD5 Key (16 characters or less)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "interface", + "", + "authentication", + "plaintext-password", + "" + ], + "help": "lp: txt; Plain text password (8 characters or less)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "interface", + "", + "bandwidth", + "" + ], + "help": "lp: u32:1-100000; Bandwidth in Megabit/sec (for calculating OSPF cost)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "interface", + "", + "bfd", + "profile", + "" + ], + "help": "lp: txt; BFD profile name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "interface", + "", + "cost", + "" + ], + "help": "lp: u32:1-65535; OSPF interface cost", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "interface", + "", + "dead-interval", + "" + ], + "help": "lp: u32:1-65535; Neighbor dead interval (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "interface", + "", + "hello-interval", + "" + ], + "help": "lp: u32:1-65535; Hello interval (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "interface", + "", + "hello-multiplier", + "" + ], + "help": "lp: u32:1-10; Number of Hellos to send each second", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "interface", + "", + "mtu-ignore" + ], + "help": "Disable Maximum Transmission Unit (MTU) mismatch detection", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "interface", + "", + "network", + "" + ], + "help": "lp: point-to-point; Point-to-point network type", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "interface", + "", + "passive", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "interface", + "", + "priority", + "" + ], + "help": "lp: u32:0-255; OSPF router priority cost", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "interface", + "", + "retransmit-interval", + "" + ], + "help": "lp: u32:1-65535; Retransmit interval (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "interface", + "", + "transmit-delay", + "" + ], + "help": "lp: u32:1-65535; Link state transmit delay (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "log-adjacency-changes", + "detail" + ], + "help": "Log all state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "max-metric", + "router-lsa", + "administrative" + ], + "help": "Administratively apply, for an indefinite period", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "max-metric", + "router-lsa", + "on-shutdown", + "" + ], + "help": "lp: u32:5-100; Time (seconds) to advertise self as stub-router", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "max-metric", + "router-lsa", + "on-startup", + "" + ], + "help": "lp: u32:5-86400; Time (seconds) to advertise self as stub-router", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "maximum-paths", + "" + ], + "help": "lp: u32:1-64; Maximum multiple paths (ECMP)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "mpls-te", + "enable" + ], + "help": "Enable MPLS-TE functionality", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "mpls-te", + "router-address", + "" + ], + "help": "lp: ipv4; Stable IP address of the advertising router", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "neighbor", + "", + "poll-interval", + "" + ], + "help": "lp: u32:1-65535; Seconds between dead neighbor polling interval", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "neighbor", + "", + "priority", + "" + ], + "help": "lp: u32:0-255; Neighbor priority", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "parameters", + "abr-type", + "" + ], + "help": "lp: standard; Standard ABR type", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "parameters", + "opaque-lsa" + ], + "help": "Enable the Opaque-LSA capability (rfc2370)", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "parameters", + "rfc1583-compatibility" + ], + "help": "Enable RFC1583 criteria for handling AS external routes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "parameters", + "router-id", + "" + ], + "help": "lp: ipv4; Router-ID in IP address format", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "passive-interface", + "" + ], + "help": "lp: default; Default to suppress routing updates on all interfaces", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "bgp", + "metric", + "" + ], + "help": "lp: u32:0-16777214; Default metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "bgp", + "metric-type", + "" + ], + "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "bgp", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "connected", + "metric", + "" + ], + "help": "lp: u32:0-16777214; Default metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "connected", + "metric-type", + "" + ], + "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "connected", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "isis", + "metric", + "" + ], + "help": "lp: u32:0-16777214; Default metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "isis", + "metric-type", + "" + ], + "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "isis", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "kernel", + "metric", + "" + ], + "help": "lp: u32:0-16777214; Default metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "kernel", + "metric-type", + "" + ], + "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "kernel", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "rip", + "metric", + "" + ], + "help": "lp: u32:0-16777214; Default metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "rip", + "metric-type", + "" + ], + "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "rip", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "static", + "metric", + "" + ], + "help": "lp: u32:0-16777214; Default metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "static", + "metric-type", + "" + ], + "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "static", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "table", + "", + "metric", + "" + ], + "help": "lp: u32:0-16777214; Default metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "table", + "", + "metric-type", + "" + ], + "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "redistribute", + "table", + "", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "refresh", + "timers", + "" + ], + "help": "lp: u32:10-1800; Timer value in seconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "segment-routing", + "global-block", + "high-label-value", + "" + ], + "help": "lp: u32:100-1048575; Label value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "segment-routing", + "global-block", + "low-label-value", + "" + ], + "help": "lp: u32:100-1048575; Label value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "segment-routing", + "local-block", + "high-label-value", + "" + ], + "help": "lp: u32:100-1048575; Label value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "segment-routing", + "local-block", + "low-label-value", + "" + ], + "help": "lp: u32:100-1048575; Label value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "segment-routing", + "maximum-label-depth", + "" + ], + "help": "lp: u32:1-16; MPLS label depth", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "segment-routing", + "prefix", + "", + "index", + "explicit-null" + ], + "help": "Request upstream neighbor to replace segment/label with explicit", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "segment-routing", + "prefix", + "", + "index", + "no-php-flag" + ], + "help": "Do not request penultimate hop popping for segment/label", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "segment-routing", + "prefix", + "", + "index", + "value", + "" + ], + "help": "lp: u32:0-65535; The index segment/label ID value", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "timers", + "throttle", + "spf", + "delay", + "" + ], + "help": "lp: u32:0-600000; Delay in milliseconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "timers", + "throttle", + "spf", + "initial-holdtime", + "" + ], + "help": "lp: u32:0-600000; Initial hold time in milliseconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospf", + "timers", + "throttle", + "spf", + "max-holdtime", + "" + ], + "help": "lp: u32:0-600000; Max hold time in milliseconds", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "area", + "", + "area-type", + "nssa", + "default-information-originate" + ], + "help": "Originate Type 7 default into NSSA area", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "area", + "", + "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", + "", + "protocols", + "ospfv3", + "area", + "", + "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", + "", + "protocols", + "ospfv3", + "area", + "", + "export-list", + "" + ], + "help": "Name of export-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "area", + "", + "import-list", + "" + ], + "help": "Name of import-list", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "area", + "", + "range", + "", + "advertise" + ], + "help": "Advertise this range", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "area", + "", + "range", + "", + "not-advertise" + ], + "help": "Do not advertise this range", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "auto-cost", + "reference-bandwidth", + "" + ], + "help": "lp: u32:1-4294967; Reference bandwidth cost in Mbits/sec", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "default-information", + "originate", + "always" + ], + "help": "Always advertise a default route", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "default-information", + "originate", + "metric", + "" + ], + "help": "lp: u32:0-16777214; Default metric", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "default-information", + "originate", + "metric-type", + "" + ], + "help": "lp: u32:1-2; Set OSPF External Type 1/2 metrics", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "default-information", + "originate", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "distance", + "global", + "" + ], + "help": "lp: u32:1-255; Administrative distance", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "distance", + "ospfv3", + "external", + "" + ], + "help": "lp: u32:1-255; Distance for external routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "distance", + "ospfv3", + "inter-area", + "" + ], + "help": "lp: u32:1-255; Distance for inter-area routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "distance", + "ospfv3", + "intra-area", + "" + ], + "help": "lp: u32:1-255; Distance for intra-area routes", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "interface", + "", + "area", + "" + ], + "help": "lp: ipv4; OSPF area ID in IP address notation", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "interface", + "", + "bfd", + "profile", + "" + ], + "help": "lp: txt; BFD profile name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "interface", + "", + "cost", + "" + ], + "help": "lp: u32:1-65535; OSPF interface cost", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "interface", + "", + "dead-interval", + "" + ], + "help": "lp: u32:1-65535; Neighbor dead interval (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "interface", + "", + "hello-interval", + "" + ], + "help": "lp: u32:1-65535; Hello interval (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "interface", + "", + "ifmtu", + "" + ], + "help": "lp: u32:1-65535; Interface MTU", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "interface", + "", + "instance-id", + "" + ], + "help": "lp: u32:0-255; Instance Id", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "interface", + "", + "mtu-ignore" + ], + "help": "Disable Maximum Transmission Unit (MTU) mismatch detection", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "interface", + "", + "network", + "" + ], + "help": "lp: point-to-point; Point-to-point network type", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "interface", + "", + "passive" + ], + "help": "Configure passive mode for interface", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "interface", + "", + "priority", + "" + ], + "help": "lp: u32:0-255; OSPF router priority cost", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "interface", + "", + "retransmit-interval", + "" + ], + "help": "lp: u32:1-65535; Retransmit interval (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "interface", + "", + "transmit-delay", + "" + ], + "help": "lp: u32:1-65535; Link state transmit delay (seconds)", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "log-adjacency-changes", + "detail" + ], + "help": "Log all state changes", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "parameters", + "router-id", + "" + ], + "help": "lp: ipv4; Router-ID in IP address format", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "redistribute", + "bgp", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "redistribute", + "connected", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "redistribute", + "kernel", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "redistribute", + "ripng", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "redistribute", + "static", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "ospfv3", + "route-map", + "" + ], + "help": "lp: txt; Route map name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route", + "", + "blackhole", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route", + "", + "blackhole", + "tag", + "" + ], + "help": "lp: u32:1-4294967295; Tag value for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route", + "", + "dhcp-interface", + "" + ], + "help": "lp: txt; DHCP interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route", + "", + "interface", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route", + "", + "interface", + "", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route", + "", + "interface", + "", + "vrf", + "" + ], + "help": "lp: txt; Name of VRF to leak to", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route", + "", + "next-hop", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route", + "", + "next-hop", + "", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route", + "", + "next-hop", + "", + "interface", + "" + ], + "help": "lp: txt; Gateway interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route", + "", + "next-hop", + "", + "vrf", + "" + ], + "help": "lp: txt; Name of VRF to leak to", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route", + "", + "reject", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route", + "", + "reject", + "tag", + "" + ], + "help": "lp: u32:1-4294967295; Tag value for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route6", + "", + "blackhole", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route6", + "", + "blackhole", + "tag", + "" + ], + "help": "lp: u32:1-4294967295; Tag value for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route6", + "", + "interface", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route6", + "", + "interface", + "", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route6", + "", + "interface", + "", + "vrf", + "" + ], + "help": "lp: txt; Name of VRF to leak to", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route6", + "", + "next-hop", + "", + "disable" + ], + "help": "Disable instance", + "run": null, + "type": null, + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route6", + "", + "next-hop", + "", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route6", + "", + "next-hop", + "", + "interface", + "" + ], + "help": "lp: txt; Gateway interface name", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route6", + "", + "next-hop", + "", + "vrf", + "" + ], + "help": "lp: txt; Name of VRF to leak to", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route6", + "", + "reject", + "distance", + "" + ], + "help": "lp: u32:1-255; Distance for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "protocols", + "static", + "route6", + "", + "reject", + "tag", + "" + ], + "help": "lp: u32:1-4294967295; Tag value for this route", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "table", + "" + ], + "help": "lp: u32:100-65535; Routing table ID", + "run": null, + "type": "txt", + "val_help": null + }, + { + "cmd": [ + "vrf", + "name", + "", + "vni", + "" + ], + "help": "lp: u32:0-16777214; VXLAN virtual network identifier", + "run": null, + "type": "txt", + "val_help": null + } + ], + "date": "2022-10-13T16:40:01.045149", + "opcmd": [ + { + "cmd": [ + "add", + "container", + "image", + "" + ], + "help": "Pull a new image for container", + "run": "sudo podman image pull \"${4}\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "add", + "raid", + "", + "member", + "" + ], + "help": "Name of RAID set member to add", + "run": "", + "type": null, + "val_help": null + }, + { + "cmd": [ + "add", + "system", + "image", + "" + ], + "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", + "", + "username", + "", + "password", + "" + ], + "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", + "", + "vrf", + "" + ], + "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", + "", + "vrf", + "", + "username", + "", + "password", + "" + ], + "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", + "" + ], + "help": "DHCP server lease", + "run": "sudo ${vyos_op_scripts_dir}/clear_dhcp_lease.py --ip $4", + "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 ${vyatta_bindir}/sudo-users/vyatta-show-interfaces.pl --action=clear --intf-type=\"$3\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "interfaces", + "bonding", + "", + "counters" + ], + "help": "Clear interface counters for a given bonding interface", + "run": "sudo ${vyatta_bindir}/sudo-users/vyatta-show-interfaces.pl --action=clear --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "interfaces", + "bridge", + "counters" + ], + "help": "Clear all bridge interface counters", + "run": "sudo ${vyatta_bindir}/sudo-users/vyatta-show-interfaces.pl --action=clear --intf-type=\"$3\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "interfaces", + "bridge", + "", + "counters" + ], + "help": "Clear interface counters for a given bridge interface", + "run": "sudo ${vyatta_bindir}/sudo-users/vyatta-show-interfaces.pl --action=clear --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "interfaces", + "connection", + "" + ], + "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 ${vyatta_bindir}/sudo-users/vyatta-show-interfaces.pl --action=clear", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "interfaces", + "dummy", + "counters" + ], + "help": "Clear all dummy interfaces counters", + "run": "sudo ${vyatta_bindir}/sudo-users/vyatta-show-interfaces.pl --action=clear --intf-type=\"$3\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "interfaces", + "dummy", + "", + "counters" + ], + "help": "Clear interface counters for a given dummy interface", + "run": "sudo ${vyatta_bindir}/sudo-users/vyatta-show-interfaces.pl --action=clear --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "interfaces", + "ethernet", + "counters" + ], + "help": "Clear all ethernet interface counters", + "run": "sudo ${vyatta_bindir}/sudo-users/vyatta-show-interfaces.pl --action=clear --intf-type=\"$3\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "interfaces", + "ethernet", + "", + "counters" + ], + "help": "Clear interface counters for a given ethernet interface", + "run": "sudo ${vyatta_bindir}/sudo-users/vyatta-show-interfaces.pl --action=clear --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "interfaces", + "l2tpv3", + "counters" + ], + "help": "Clear all L2TPv3 interfaces counters", + "run": "sudo ${vyatta_bindir}/sudo-users/vyatta-show-interfaces.pl --action=clear --intf-type=\"$3\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "interfaces", + "l2tpv3", + "", + "counters" + ], + "help": "Clear interface counters for a given L2TPv3 interface", + "run": "sudo ${vyatta_bindir}/sudo-users/vyatta-show-interfaces.pl --action=clear --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "interfaces", + "loopback", + "counters" + ], + "help": "Clear all loopback interface counters", + "run": "sudo ${vyatta_bindir}/sudo-users/vyatta-show-interfaces.pl --action=clear --intf-type=\"$3\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "interfaces", + "loopback", + "", + "counters" + ], + "help": "Clear interface counters for a given loopback interface", + "run": "sudo ${vyatta_bindir}/sudo-users/vyatta-show-interfaces.pl --action=clear --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "interfaces", + "pseudo-ethernet", + "counters" + ], + "help": "Clear all pseudo-ethernet interface counters", + "run": "sudo ${vyatta_bindir}/sudo-users/vyatta-show-interfaces.pl --action=clear --intf-type=\"$3\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "interfaces", + "pseudo-ethernet", + "", + "counters" + ], + "help": "Clear interface counters for a given pseudo-ethernet interface", + "run": "sudo ${vyatta_bindir}/sudo-users/vyatta-show-interfaces.pl --action=clear --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "interfaces", + "tunnel", + "counters" + ], + "help": "Clear all tunnel interface counters", + "run": "sudo ${vyatta_bindir}/sudo-users/vyatta-show-interfaces.pl --action=clear --intf-type=\"$3\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "interfaces", + "tunnel", + "", + "counters" + ], + "help": "Clear interface counters for a given tunnel interface", + "run": "sudo ${vyatta_bindir}/sudo-users/vyatta-show-interfaces.pl --action=clear --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "interfaces", + "vti", + "counters" + ], + "help": "Clear all vti interface counters", + "run": "sudo ${vyatta_bindir}/sudo-users/vyatta-show-interfaces.pl --action=clear --intf-type=\"$3\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "interfaces", + "vti", + "", + "counters" + ], + "help": "Clear interface counters for a given vti interface", + "run": "sudo ${vyatta_bindir}/sudo-users/vyatta-show-interfaces.pl --action=clear --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "interfaces", + "wireless", + "counters" + ], + "help": "Clear all wireless interface counters", + "run": "sudo ${vyos_op_scripts_dir}/show_interfaces.py --action=clear --intf-type=\"$3\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "interfaces", + "wireless", + "", + "counters" + ], + "help": "Clear all wireless interface counters", + "run": "sudo ${vyos_op_scripts_dir}/show_interfaces.py --action=clear --intf=\"$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", + "" + ], + "help": "Clear prefix-list statistics or status for specified word", + "run": "vtysh -c \"$*\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "ip", + "prefix-list", + "", + "" + ], + "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", + "" + ], + "help": "Clear prefix-list statistics or status for specified word", + "run": "vtysh -c \"$*\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clear", + "ipv6", + "prefix-list", + "", + "" + ], + "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", + "" + ], + "help": "Terminate TTY or PTS user session", + "run": "sudo pkill -9 -t $3", + "type": null, + "val_help": null + }, + { + "cmd": [ + "clone", + "system", + "config", + "", + "from", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "Connect to device attached to serial console server", + "run": "/usr/bin/console \"$3\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "connect", + "container", + "" + ], + "help": "Attach to a running container", + "run": "sudo podman exec --interactive --tty \"$3\" /bin/sh", + "type": null, + "val_help": null + }, + { + "cmd": [ + "connect", + "interface", + "" + ], + "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", + "", + "to", + "" + ], + "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", + "" + ], + "help": "Delete container image", + "run": "sudo podman image rm --force \"${4}\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "delete", + "file", + "" + ], + "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", + "" + ], + "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", + "", + "member", + "" + ], + "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", + "" + ], + "help": "Name of image image to delete", + "run": "", + "type": null, + "val_help": null + }, + { + "cmd": [ + "disconnect", + "interface", + "" + ], + "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", + "", + "address", + "" + ], + "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", + "", + "address", + "", + "count", + "" + ], + "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", + "", + "address", + "" + ], + "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", + "", + "address", + "", + "count", + "" + ], + "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", + "", + "address", + "" + ], + "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", + "", + "address", + "" + ], + "help": "IPv6 address of node to lookup", + "run": "/usr/bin/ndisc6 -m \"$6\" \"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "force", + "ipv6-rd", + "interface", + "", + "address", + "" + ], + "help": "IPv6 address of target", + "run": "/usr/bin/rdisc6 -m \"$6\" \"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "force", + "ipv6-rd", + "interface", + "" + ], + "help": "IPv6 Router Discovery on specified interface", + "run": "/usr/bin/rdisc6 \"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "force", + "mtu", + "host", + "", + "interface", + "" + ], + "help": "Source interface", + "run": "${vyos_op_scripts_dir}/force_mtu_host.sh $4 $6", + "type": null, + "val_help": null + }, + { + "cmd": [ + "force", + "mtu", + "host", + "" + ], + "help": "IP address of the remote host", + "run": "${vyos_op_scripts_dir}/force_mtu_host.sh $4", + "type": null, + "val_help": null + }, + { + "cmd": [ + "force", + "owping", + "" + ], + "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", + "" + ], + "help": "IP address of the remote TWAMP server", + "run": "twping $3", + "type": null, + "val_help": null + }, + { + "cmd": [ + "format", + "disk", + "", + "like", + "" + ], + "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", + "", + "path", + "" + ], + "help": "Path to Dockerfile", + "run": "sudo podman build --layers --force-rm --tag \"$4\" $6", + "type": null, + "val_help": null + }, + { + "cmd": [ + "generate", + "ipsec", + "debug-archive" + ], + "help": "Generate IPSec debug-archive", + "run": "${vyos_op_scripts_dir}/generate_ipsec_debug_archive.sh", + "type": null, + "val_help": null + }, + { + "cmd": [ + "generate", + "ipsec", + "profile", + "ios-remote-access", + "", + "remote", + "", + "name", + "" + ], + "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", + "", + "remote", + "", + "name", + "", + "profile", + "" + ], + "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", + "", + "remote", + "" + ], + "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", + "", + "remote", + "", + "profile", + "", + "name", + "" + ], + "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", + "", + "remote", + "", + "profile", + "" + ], + "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", + "", + "remote", + "", + "name", + "" + ], + "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", + "", + "remote", + "" + ], + "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", + "", + "otp-key", + "hotp-time", + "digits", + "", + "interval", + "" + ], + "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", + "", + "otp-key", + "hotp-time", + "digits", + "" + ], + "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", + "", + "otp-key", + "hotp-time", + "interval", + "", + "digits", + "" + ], + "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", + "", + "otp-key", + "hotp-time", + "interval", + "" + ], + "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", + "", + "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", + "", + "ca", + "", + "certificate", + "", + "key", + "" + ], + "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", + "", + "ca", + "", + "certificate", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "file", + "" + ], + "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", + "", + "install", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "file", + "" + ], + "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", + "", + "install", + "" + ], + "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", + "" + ], + "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", + "", + "file", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "peer", + "" + ], + "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", + "", + "path", + "" + ], + "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", + "" + ], + "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", + "tech-support", + "archive" + ], + "help": "Generate tech-support archive", + "run": "${vyatta_bindir}/tech-support-archive", + "type": null, + "val_help": null + }, + { + "cmd": [ + "generate", + "tech-support", + "archive", + "" + ], + "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", + "", + "interface", + "", + "server", + "", + "address", + "", + "address", + "" + ], + "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", + "", + "interface", + "", + "server", + "", + "address", + "" + ], + "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", + "", + "interface", + "", + "server", + "" + ], + "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": [ + "generate", + "wireguard", + "default-keypair" + ], + "help": "generates the wireguard default-keypair", + "run": "echo \"This command is deprecated. Please use: \\\"generate pki wireguard key-pair\\\"\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "generate", + "wireguard", + "named-keypairs", + "" + ], + "help": "Generates named wireguard keypairs", + "run": "echo \"This command is deprecated. Please use: \\\"generate pki wireguard key-pair install wgN\\\"\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "generate", + "wireguard", + "preshared-key" + ], + "help": "generate a wireguard preshared key", + "run": "echo \"This command is deprecated. Please use: \\\"generate pki wireguard pre-shared-key\\\"\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "import", + "pki", + "ca", + "", + "file", + "" + ], + "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", + "", + "key-file", + "" + ], + "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", + "", + "file", + "" + ], + "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", + "", + "key-file", + "" + ], + "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", + "", + "file", + "" + ], + "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", + "", + "file", + "" + ], + "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", + "", + "private-file", + "" + ], + "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", + "", + "public-file", + "" + ], + "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", + "", + "file", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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": "Monitoring bridge database generated connection interface", + "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": "Monitoring bridge database generated objects and address changes", + "run": "sudo bridge monitor all", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "cluster", + "background", + "start" + ], + "help": "Start background monitoring for cluster service", + "run": "${vyatta_bindir}/vyatta-monitor-background Cluster heartbeat cl_status mach_down ha_log", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "cluster", + "background", + "stop" + ], + "help": "Stop background monitoring for cluster service", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop Cluster", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "cluster" + ], + "help": "Monitor clustering service", + "run": "${vyatta_bindir}/vyatta-monitor Cluster heartbeat cl_status mach_down ha_log", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "command", + "" + ], + "help": "Monitor operational mode command", + "run": "watch /opt/vyatta/bin/vyatta-op-cmd-wrapper ${@:3}", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "conntrack-sync", + "background", + "start" + ], + "help": "Start background monitoring of conntrack-sync", + "run": "${vyatta_bindir}/vyatta-monitor-background Conntrack-Sync conntrackd", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "conntrack-sync", + "background", + "stop" + ], + "help": "Stop background monitoring of conntrack-sync", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop Conntrack-Sync", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "conntrack-sync" + ], + "help": "Monitor conntrack-sync", + "run": "${vyatta_bindir}/vyatta-monitor Conntrack-Sync conntrackd", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "content-inspection", + "background", + "start" + ], + "help": "Start background monitoring of Content-Inspection", + "run": "${vyatta_bindir}/vyatta-monitor-background Content-Inspection snort", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "content-inspection", + "background", + "stop" + ], + "help": "Stop background monitoring of Content-Inspection", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop Content-Inspection", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "content-inspection" + ], + "help": "Monitor Content-Inspection", + "run": "${vyatta_bindir}/vyatta-monitor Content-Inspection snort", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "dhcp", + "background", + "start" + ], + "help": "Start background monitoring of DHCP", + "run": "${vyatta_bindir}/vyatta-monitor-background DHCP dhcpd", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "dhcp", + "background", + "stop" + ], + "help": "Stop background monitoring of DHCP", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop DHCP", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "dhcp" + ], + "help": "Monitor Dynamic Host Control Protocol (DHCP)", + "run": "${vyatta_bindir}/vyatta-monitor DHCP dhcpd", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "dns", + "dynamic", + "background", + "start" + ], + "help": "Start background monitoring of Dynamic DNS", + "run": "${vyatta_bindir}/vyatta-monitor-background Dynamic-DNS ddclient", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "dns", + "dynamic", + "background", + "stop" + ], + "help": "Stop background monitoring of Dynamic DNS", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop Dynamic-DNS", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "dns", + "dynamic" + ], + "help": "Monitor Dynamic DNS", + "run": "${vyatta_bindir}/vyatta-monitor Dynamic-DNS ddclient", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "dns", + "forwarding", + "background", + "start" + ], + "help": "Start background forwarding of DNS Forwarding", + "run": "${vyatta_bindir}/vyatta-monitor-background DNS-Forward dnsmasq", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "dns", + "forwarding", + "background", + "stop" + ], + "help": "Stop background forwarding of DNS Forwarding", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop DNS-Forward", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "firewall", + "ipv6-name", + "", + "background", + "start" + ], + "help": "Start background monitoring of a specified firewall", + "run": "echo \"Notice: monitoring information is displayed only for rules with enabled logging\"; \\", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "firewall", + "ipv6-name", + "", + "background", + "stop" + ], + "help": "Stop background monitoring of a specified firewall", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop Firewall-ipv6-$4", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "firewall", + "ipv6-name", + "" + ], + "help": "Monitor a specified firewall", + "run": "echo \"Notice: monitoring information is displayed only for rules with enabled logging\"; \\", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "firewall", + "ipv6-name", + "", + "rule", + "", + "background", + "start" + ], + "help": "Start background monitoring of the specified firewall", + "run": "${vyatta_bindir}/vyatta-monitor-check-rule-log \"firewall ipv6-name $4\" $6; \\", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "firewall", + "ipv6-name", + "", + "rule", + "", + "background", + "stop" + ], + "help": "Stop background monitoring of a rule in the specified firewall", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop Firewall-ipv6-$4-rule-$6 \"\\[$4-$6-[A,D,R]\\]\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "firewall", + "ipv6-name", + "", + "rule", + "" + ], + "help": "Monitor a rule in the specified firewall", + "run": "${vyatta_bindir}/vyatta-monitor-check-rule-log \"firewall ipv6-name $4\" $6; \\", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "firewall", + "name", + "", + "background", + "start" + ], + "help": "Start background monitoring of a specified firewall", + "run": "echo \"Notice: monitoring information is displayed only for rules with enabled logging\"; \\", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "firewall", + "name", + "", + "background", + "stop" + ], + "help": "Stop background monitoring of a specified firewall", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop Firewall-$4", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "firewall", + "name", + "" + ], + "help": "Monitor a specified firewall", + "run": "echo \"Notice: monitoring information is displayed only for rules with enabled logging\"; \\", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "firewall", + "name", + "", + "rule", + "", + "background", + "start" + ], + "help": "Start background monitoring of the specified firewall", + "run": "${vyatta_bindir}/vyatta-monitor-check-rule-log \"firewall name $4\" $6; \\", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "firewall", + "name", + "", + "rule", + "", + "background", + "stop" + ], + "help": "Stop background monitoring of a rule in the specified firewall", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop Firewall-$4-rule-$6 \"\\[$4-$6-[A,D,R]\\]\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "firewall", + "name", + "", + "rule", + "" + ], + "help": "Monitor a rule in the specified firewall", + "run": "${vyatta_bindir}/vyatta-monitor-check-rule-log \"firewall name $4\" $6; \\", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "https", + "background", + "start" + ], + "help": "Start background monitoring of the HTTPS service", + "run": "${vyatta_bindir}/vyatta-monitor-background HTTPS lighttpd chunker webgui", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "https", + "background", + "stop" + ], + "help": "Stop background monitoring of the HTTPS service", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop HTTPS", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "https" + ], + "help": "Monitor the Secure Hypertext Transfer Protocol (HTTPS) service", + "run": "${vyatta_bindir}/vyatta-monitor HTTPS lighttpd chunker webgui", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "lldp", + "background", + "start" + ], + "help": "Start background monitoring of the LLDP daemon", + "run": "${vyatta_bindir}/vyatta-monitor-background LLDP lldpd", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "lldp", + "background", + "stop" + ], + "help": "Stop background monitoring of the LLDP daemon", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop LLDP", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "lldp" + ], + "help": "Monitor Link Layer Discovery Protocol (LLDP) daemon", + "run": "${vyatta_bindir}/vyatta-monitor LLDP lldpd", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "log", + "color" + ], + "help": "Output log in a colored fashion", + "run": "grc journalctl --no-hostname --follow --boot", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "log", + "container", + "" + ], + "help": "Monitor last lines of container logs", + "run": "sudo podman logs --follow --names \"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "log", + "dhcp", + "client", + "interface", + "" + ], + "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", + "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", + "run": "journalctl --no-hostname --follow --boot --unit isc-dhcp-server.service", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "log", + "dhcpv6", + "client", + "interface", + "" + ], + "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", + "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", + "run": "journalctl --no-hostname --follow --boot --unit isc-dhcp-server6.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", + "kernel" + ], + "help": "Monitor last lines of Linux Kernel log", + "run": "journalctl --no-hostname --boot --follow --dmesg", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "log", + "macsec", + "interface", + "" + ], + "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 NHRP log", + "run": "journalctl --no-hostname --boot --unit opennhrp.service", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "log" + ], + "help": "Monitor last lines of messages file", + "run": "journalctl --no-hostname --follow --boot", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "log", + "pppoe", + "interface", + "" + ], + "help": "Monitor last lines of PPPoE log for specific interface", + "run": "journalctl --no-hostname --boot --follow --unit \"ppp@$6.service\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "log", + "pppoe" + ], + "help": "Monitor last lines of PPPoE log", + "run": "journalctl --no-hostname --boot --follow --unit \"ppp@pppoe*.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", + "snmp" + ], + "help": "Monitor last lines of Simple Network Monitoring Protocol (SNMP)", + "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 (SSH)", + "run": "journalctl --no-hostname --boot --follow --unit ssh.service", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "log", + "vpn", + "all" + ], + "help": "Monitor last lines of ALL VPNs", + "run": "journalctl --no-hostname --boot --follow --unit strongswan-starter.service --unit accel-ppp@*.service", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "log", + "vpn", + "ipsec" + ], + "help": "Monitor last lines of IPsec", + "run": "journalctl --no-hostname --boot --follow --unit strongswan-starter.service", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "log", + "vpn", + "l2tp" + ], + "help": "Monitor last lines of L2TP", + "run": "journalctl --no-hostname --boot --follow --unit accel-ppp@l2tp.service", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "log", + "vpn", + "pptp" + ], + "help": "Monitor last lines of PPTP", + "run": "journalctl --no-hostname --boot --follow --unit accel-ppp@pptp.service", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "log", + "vpn", + "sstp" + ], + "help": "Monitor last lines of SSTP", + "run": "journalctl --no-hostname --boot --follow --unit accel-ppp@sstp.service", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "nat", + "destination", + "background", + "start" + ], + "help": "Start background destination NAT monitoring", + "run": " echo \"Notice: monitoring information is displayed only for rules with enabled logging\"; \\", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "nat", + "destination", + "background", + "stop" + ], + "help": "Stop background destination NAT monitoring", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop NAT-DEST", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "nat", + "destination" + ], + "help": "Monitor destination NAT", + "run": "echo \"Notice: monitoring information is displayed only for rules with enabled logging\"; \\", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "nat", + "destination", + "rule", + "", + "background", + "start" + ], + "help": "Start background monitoring of a specified destination NAT rule", + "run": "${vyatta_bindir}/vyatta-monitor-check-rule-log \"nat destination\" $5; \\", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "nat", + "destination", + "rule", + "", + "background", + "stop" + ], + "help": "Stop background monitoring of a specified destination NAT rule", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop NAT-DEST-RULE-$5", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "nat", + "destination", + "rule", + "" + ], + "help": "Monitor a specified destination NAT rule", + "run": "${vyatta_bindir}/vyatta-monitor-check-rule-log \"nat destination\" $5; \\", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "nat", + "destination", + "translations", + "detail" + ], + "help": "Show active destination NAT translations events verbose", + "run": "LESSOPEN=cat", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "nat", + "destination", + "translations" + ], + "help": "Monitor active destination NAT translations events", + "run": "LESSOPEN=cat", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "nat", + "source", + "background", + "start" + ], + "help": "Start background monitoring of source NAT", + "run": "echo \"Notice: monitoring information is displayed only for rules with enabled logging\"; \\", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "nat", + "source", + "background", + "stop" + ], + "help": "Stop background monitoring of source NAT", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop NAT-SOURCE", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "nat", + "source" + ], + "help": "Monitor source NAT", + "run": "echo \"Notice: monitoring information is displayed only for rules with enabled logging\"; \\", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "nat", + "source", + "rule", + "", + "background", + "start" + ], + "help": "Start background monitoring of a specified source NAT rule", + "run": "${vyatta_bindir}/vyatta-monitor-check-rule-log \"nat source\" $5; \\", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "nat", + "source", + "rule", + "", + "background", + "stop" + ], + "help": "Stop background monitoring of a specified source NAT rule", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop NAT-SOURCE-RULE-$5", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "nat", + "source", + "rule", + "" + ], + "help": "Monitor a specified source NAT rule", + "run": "${vyatta_bindir}/vyatta-monitor-check-rule-log \"nat source\" $5; \\", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "nat", + "source", + "translations", + "detail" + ], + "help": "Show active source NAT translations events verbose", + "run": "LESSOPEN=cat", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "nat", + "source", + "translations" + ], + "help": "Monitor active source NAT translations events", + "run": "LESSOPEN=cat", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "ndp", + "interface", + "" + ], + "help": "Monitor ndp protocol on specified interface", + "run": "sudo ndptool monitor --ifname=$4", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "ndp", + "interface", + "", + "type", + "" + ], + "help": "Monitor specific types of NDP protocols", + "run": "sudo ndptool monitor --ifname=$4 --msg-type=$6", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "ndp" + ], + "help": "Monitor the NDP information received by the router through the", + "run": "sudo ndptool monitor", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "ndp", + "type", + "" + ], + "help": "Monitor specific types of NDP protocols", + "run": "sudo ndptool monitor --msg-type=$4", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "openvpn", + "background", + "start" + ], + "help": "Start background monitoring of OpenVPN", + "run": "${vyatta_bindir}/vyatta-monitor-background OpenVPN openvpn", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "openvpn", + "background", + "stop" + ], + "help": "Stop background monitoring of OpenVPN", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop OpenVPN", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "openvpn", + "interface", + "", + "background", + "start" + ], + "help": "Start background monitoring of OpenVPN", + "run": "${vyatta_bindir}/vyatta-monitor-background OpenVPN-$4 openvpn-$4", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "openvpn", + "interface", + "", + "background", + "stop" + ], + "help": "Stop background monitoring of OpenVPN", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop OpenVPN-$4", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "openvpn", + "interface", + "" + ], + "help": "Montior specified OpenVPN interface process", + "run": "${vyatta_bindir}/vyatta-monitor OpenVPN-$4 openvpn-$4", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "openvpn" + ], + "help": "Monitor OpenVPN", + "run": "${vyatta_bindir}/vyatta-monitor OpenVPN openvpn", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "protocol", + "bgp", + "background", + "start" + ], + "help": "Start background monitoring", + "run": "${vyatta_bindir}/vyatta-monitor-background ${3^^} ${3}", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "protocol", + "bgp", + "background", + "stop" + ], + "help": "Stop background monitoring", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop ${3^^}", + "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", + "" + ], + "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", + "" + ], + "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", + "background", + "start" + ], + "help": "Start background monitoring", + "run": "${vyatta_bindir}/vyatta-monitor-background ${3^^} ${3}", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "protocol", + "ospf", + "background", + "stop" + ], + "help": "Stop background monitoring", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop ${3^^}", + "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", + "background", + "start" + ], + "help": "Start background monitoring", + "run": "${vyatta_bindir}/vyatta-monitor-background OSPFv3 ospf6", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "protocol", + "ospfv3", + "background", + "stop" + ], + "help": "Stop background monitoring", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop OSPFv3", + "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", + "background", + "start" + ], + "help": "Start background monitoring", + "run": "${vyatta_bindir}/vyatta-monitor-background RIB zebra", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "protocol", + "rib", + "background", + "stop" + ], + "help": "Stop background monitoring", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop RIB", + "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", + "background", + "start" + ], + "help": "Start background monitoring", + "run": "${vyatta_bindir}/vyatta-monitor-background ${3^^} ${3}", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "protocol", + "rip", + "background", + "stop" + ], + "help": "Stop background monitoring", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop ${3^^}", + "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", + "background", + "start" + ], + "help": "Start background monitoring", + "run": "${vyatta_bindir}/vyatta-monitor-background ${3^^} ${3}", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "protocol", + "ripng", + "background", + "stop" + ], + "help": "Stop background monitoring", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop ${3^^}", + "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", + "snmp", + "background", + "start" + ], + "help": "Start background monitoring for SNMP", + "run": "${vyatta_bindir}/vyatta-monitor-background SNMP snmpd", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "snmp", + "background", + "stop" + ], + "help": "Stop background monitoring for SNMP", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop SNMP", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "snmp" + ], + "help": "Monitor Simple Network Management Protocol (SNMP) daemon", + "run": "${vyatta_bindir}/vyatta-monitor SNMP snmpd", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "stop-all" + ], + "help": "Stop all current background monitoring processes", + "run": "${vyatta_bindir}/vyatta-monitor-cleanup LOGOUT", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "traffic", + "interface", + "", + "filter", + "" + ], + "help": "Monitor traffic matching filter conditions", + "run": "sudo tcpdump -n -i $4 \"${@:6}\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "traffic", + "interface", + "" + ], + "help": "Monitor traffic dump from an interface", + "run": "sudo tcpdump -i $4", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "traffic", + "interface", + "", + "save", + "", + "filter", + "" + ], + "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", + "", + "save", + "" + ], + "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", + "", + "verbose", + "filter", + "" + ], + "help": "Monitor traffic matching filter conditions", + "run": "sudo tcpdump -vvv -ne -i $4 \"${@:6}\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "traffic", + "interface", + "", + "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", + "", + "verbose", + "save", + "", + "filter", + "" + ], + "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", + "", + "verbose", + "save", + "" + ], + "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": [ + "monitor", + "vpn", + "all", + "background", + "start" + ], + "help": "Start background VPN monitoring", + "run": "${vyatta_bindir}/vyatta-monitor-background \"VPN-ALL\" pluto pptp l2tp ppp", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "vpn", + "all", + "background", + "stop" + ], + "help": "Start background VPN monitoring", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop \"VPN-ALL\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "vpn", + "all" + ], + "help": "Monitor VPN", + "run": "${vyatta_bindir}/vyatta-monitor 'VPN-ALL' pluto ipsec charon pptp l2tp ppp", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "vpn", + "ipsec", + "background", + "start" + ], + "help": "Start background monitoring for IPSec VPN", + "run": "${vyatta_bindir}/vyatta-monitor-background \"VPN-IPSEC\" pluto", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "vpn", + "ipsec", + "background", + "stop" + ], + "help": "Stop background monitoring for IPSec VPN", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop \"VPN-IPSEC\" pluto", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "vpn", + "ipsec" + ], + "help": "Monitor IPSec VPN", + "run": "${vyatta_bindir}/vyatta-monitor \"VPN-IPSEC\" ipsec charon", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "vpn", + "l2tp", + "background", + "start" + ], + "help": "Start background monitoring for L2TP VPN", + "run": "${vyatta_bindir}/vyatta-monitor-background \"VPN-L2TP:\" l2tp ppp remote-access-aaa-win remote-access-zzz-mac", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "vpn", + "l2tp", + "background", + "stop" + ], + "help": "Stop background monitoring for L2TP VPN", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop \"VPN-L2TP:\" l2tp ppp remote-access-aaa-win remote-access-zzz-mac", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "vpn", + "l2tp" + ], + "help": "Monitor L2TP VPN", + "run": "${vyatta_bindir}/vyatta-monitor \"VPN-L2TP\" l2tp ppp remote-access-aaa-win remote-access-zzz-mac", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "vpn", + "pptp", + "background", + "start" + ], + "help": "Start background monitoring for PPTP VPN", + "run": "${vyatta_bindir}/vyatta-monitor-background \"VPN-PPTP\" pptp ppp", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "vpn", + "pptp", + "background", + "stop" + ], + "help": "Stop background monitoring for PPTP VPN", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop \"VPN-PPTP\" pptp ppp", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "vpn", + "pptp" + ], + "help": "Monitor PPTP VPN", + "run": "${vyatta_bindir}/vyatta-monitor \"VPN-PPTP\" pptp ppp", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "vrrp", + "background", + "start" + ], + "help": "Start background monitoring for VRRP", + "run": "${vyatta_bindir}/vyatta-monitor-background VRRP Keepalived_vrrp", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "vrrp", + "background", + "stop" + ], + "help": "Stop background monitoring for VRRP", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop VRRP", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "vrrp" + ], + "help": "Monitor Virtual Router Redundancy Protocol (VRRP)", + "run": "${vyatta_bindir}/vyatta-monitor VRRP Keepalived_vrrp", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "webproxy", + "access-log" + ], + "help": "Monitor the last lines of the squid 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", + "webproxy", + "background", + "start" + ], + "help": "Start background monitoring of Webproxy", + "run": "${vyatta_bindir}/vyatta-monitor-background Webproxy squid", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "webproxy", + "background", + "stop" + ], + "help": "Stop background monitoring of Webproxy", + "run": "${vyatta_bindir}/vyatta-monitor-background-stop Webproxy", + "type": null, + "val_help": null + }, + { + "cmd": [ + "monitor", + "webproxy", + "cache-log" + ], + "help": "Monitor the last lines of the squid 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", + "webproxy" + ], + "help": "Monitor WebProxy service", + "run": "${vyatta_bindir}/vyatta-monitor Webproxy squid", + "type": null, + "val_help": null + }, + { + "cmd": [ + "ping", + "" + ], + "help": "Send Internet Control Message Protocol (ICMP) echo request", + "run": "${vyos_op_scripts_dir}/ping.py ${@:2}", + "type": null, + "val_help": null + }, + { + "cmd": [ + "ping", + "", + "" + ], + "help": "Ping options", + "run": "${vyos_op_scripts_dir}/ping.py ${@:2}", + "type": null, + "val_help": null + }, + { + "cmd": [ + "poweroff", + "at", + "", + "date", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "date", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "" + ], + "help": "New name for system image.", + "run": "", + "type": null, + "val_help": null + }, + { + "cmd": [ + "renew", + "dhcp", + "interface", + "" + ], + "help": "Renew DHCP client lease for specified interface", + "run": "sudo systemctl restart \"dhclient@$4.service\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "renew", + "dhcpv6", + "interface", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "message-stats" + ], + "help": "Reset message statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "1-4294967295", + "" + ], + "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", + "", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "1-4294967295", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "message-stats" + ], + "help": "Reset message statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "ipv4", + "" + ], + "help": "IPv4 neighbor to clear", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "ipv4", + "", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "ipv4", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "message-stats" + ], + "help": "Reset message statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "ipv6", + "" + ], + "help": "IPv6 neighbor to clear", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "ipv6", + "", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "ipv6", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "message-stats" + ], + "help": "Reset message statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "l2vpn", + "evpn", + "" + ], + "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", + "", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "l2vpn", + "evpn", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "soft", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "", + "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", + "", + "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", + "", + "message-stats" + ], + "help": "Reset message statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "" + ], + "help": "BGP IPv4/IPv6 neighbor to clear", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "", + "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", + "", + "soft" + ], + "help": "Soft reconfig inbound and outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "", + "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", + "", + "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", + "", + "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", + "", + "message-stats" + ], + "help": "Reset message statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "peer-group", + "" + ], + "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", + "", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "peer-group", + "", + "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", + "", + "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", + "", + "soft", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "prefix", + "" + ], + "help": "Clear bestpath and re-advertise", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "1-4294967295", + "", + "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", + "", + "1-4294967295", + "", + "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", + "", + "1-4294967295", + "", + "message-stats" + ], + "help": "Reset message statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "1-4294967295", + "" + ], + "help": "Reset peers with the AS number", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "1-4294967295", + "", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "1-4294967295", + "", + "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", + "", + "1-4294967295", + "", + "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", + "", + "1-4294967295", + "", + "soft", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "all" + ], + "help": "Clear all peers", + "run": "vtysh -c \"clear bgp vrf $4 *\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "external", + "message-stats" + ], + "help": "Reset message statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "external" + ], + "help": "Reset all external peers", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "external", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv4", + "1-4294967295", + "", + "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", + "", + "ipv4", + "1-4294967295", + "", + "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", + "", + "ipv4", + "1-4294967295", + "", + "message-stats" + ], + "help": "Reset message statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv4", + "1-4294967295", + "" + ], + "help": "Reset peers with the AS number", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv4", + "1-4294967295", + "", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv4", + "1-4294967295", + "", + "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", + "", + "ipv4", + "1-4294967295", + "", + "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", + "", + "ipv4", + "1-4294967295", + "", + "soft", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv4", + "all" + ], + "help": "Clear all peers", + "run": "vtysh -c \"clear bgp vrf $4 ipv4 *\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv4", + "external" + ], + "help": "Reset all external peers", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv4", + "", + "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", + "", + "ipv4", + "", + "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", + "", + "ipv4", + "", + "message-stats" + ], + "help": "Reset message statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv4", + "" + ], + "help": "IPv4 neighbor to clear", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv4", + "", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv4", + "", + "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", + "", + "ipv4", + "", + "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", + "", + "ipv4", + "", + "soft", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv4", + "peer-group", + "", + "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", + "", + "ipv4", + "peer-group", + "", + "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", + "", + "ipv4", + "peer-group", + "", + "message-stats" + ], + "help": "Reset message statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv4", + "peer-group", + "" + ], + "help": "Reset all members of peer-group", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv4", + "peer-group", + "", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv4", + "peer-group", + "", + "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", + "", + "ipv4", + "peer-group", + "", + "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", + "", + "ipv4", + "peer-group", + "", + "soft", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv6", + "1-4294967295", + "", + "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", + "", + "ipv6", + "1-4294967295", + "", + "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", + "", + "ipv6", + "1-4294967295", + "", + "message-stats" + ], + "help": "Reset message statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv6", + "1-4294967295", + "" + ], + "help": "Reset peers with the AS number", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv6", + "1-4294967295", + "", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv6", + "1-4294967295", + "", + "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", + "", + "ipv6", + "1-4294967295", + "", + "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", + "", + "ipv6", + "1-4294967295", + "", + "soft", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv6", + "all" + ], + "help": "Clear all peers", + "run": "vtysh -c \"clear bgp vrf $4 ipv6 *\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv6", + "external" + ], + "help": "Reset all external peers", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv6", + "", + "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", + "", + "ipv6", + "", + "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", + "", + "ipv6", + "", + "message-stats" + ], + "help": "Reset message statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv6", + "" + ], + "help": "IPv6 neighbor to clear", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv6", + "", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv6", + "", + "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", + "", + "ipv6", + "", + "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", + "", + "ipv6", + "", + "soft", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv6", + "peer-group", + "", + "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", + "", + "ipv6", + "peer-group", + "", + "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", + "", + "ipv6", + "peer-group", + "", + "message-stats" + ], + "help": "Reset message statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv6", + "peer-group", + "" + ], + "help": "Reset all members of peer-group", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv6", + "peer-group", + "", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "ipv6", + "peer-group", + "", + "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", + "", + "ipv6", + "peer-group", + "", + "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", + "", + "ipv6", + "peer-group", + "", + "soft", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "l2vpn", + "evpn", + "1-4294967295", + "", + "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", + "", + "l2vpn", + "evpn", + "1-4294967295", + "", + "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", + "", + "l2vpn", + "evpn", + "1-4294967295", + "", + "message-stats" + ], + "help": "Reset message statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "l2vpn", + "evpn", + "1-4294967295", + "" + ], + "help": "Reset peers with the AS number", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "l2vpn", + "evpn", + "1-4294967295", + "", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "l2vpn", + "evpn", + "1-4294967295", + "", + "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", + "", + "l2vpn", + "evpn", + "1-4294967295", + "", + "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", + "", + "l2vpn", + "evpn", + "1-4294967295", + "", + "soft", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "l2vpn", + "evpn", + "", + "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", + "", + "l2vpn", + "evpn", + "", + "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", + "", + "l2vpn", + "evpn", + "", + "message-stats" + ], + "help": "Reset message statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "l2vpn", + "evpn", + "" + ], + "help": "BGP IPv4/IPv6 neighbor to clear", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "l2vpn", + "evpn", + "", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "l2vpn", + "evpn", + "", + "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", + "", + "l2vpn", + "evpn", + "", + "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", + "", + "l2vpn", + "evpn", + "", + "soft", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "l2vpn", + "evpn", + "peer-group", + "", + "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", + "", + "l2vpn", + "evpn", + "peer-group", + "", + "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", + "", + "l2vpn", + "evpn", + "peer-group", + "", + "message-stats" + ], + "help": "Reset message statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "l2vpn", + "evpn", + "peer-group", + "" + ], + "help": "Reset all members of peer-group", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "l2vpn", + "evpn", + "peer-group", + "", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "l2vpn", + "evpn", + "peer-group", + "", + "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", + "", + "l2vpn", + "evpn", + "peer-group", + "", + "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", + "", + "l2vpn", + "evpn", + "peer-group", + "", + "soft", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "", + "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", + "", + "", + "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", + "", + "", + "message-stats" + ], + "help": "Reset message statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "" + ], + "help": "IPv4/IPv6 neighbor to clear", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "", + "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", + "", + "", + "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", + "", + "", + "soft", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "peer-group", + "", + "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", + "", + "peer-group", + "", + "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", + "", + "peer-group", + "", + "message-stats" + ], + "help": "Reset message statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "peer-group", + "" + ], + "help": "Reset all members of peer-group", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "peer-group", + "", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "peer-group", + "", + "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", + "", + "peer-group", + "", + "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", + "", + "peer-group", + "", + "soft", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "bgp", + "vrf", + "", + "prefix", + "" + ], + "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-cache-external", + "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-cache-internal", + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "message-stats" + ], + "help": "Reset message statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "ip", + "bgp", + "" + ], + "help": "BGP IPv4/IPv6 neighbor to clear", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "ip", + "bgp", + "", + "out" + ], + "help": "Resend all outbound updates", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "ip", + "bgp", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "Reset OpenVPN process on interface", + "run": "sudo ${vyos_op_scripts_dir}/reset_openvpn.py $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", + "" + ], + "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", + "" + ], + "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", + "terminal" + ], + "help": "Reset terminal", + "run": "/usr/bin/reset", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "vpn", + "ipsec-peer", + "" + ], + "help": "Reset all tunnels for given peer", + "run": "sudo ${vyos_op_scripts_dir}/ipsec.py reset_peer --peer=\"$4\" --tunnel=\"all\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "vpn", + "ipsec-peer", + "", + "tunnel", + "" + ], + "help": "Reset a specific tunnel for given peer", + "run": "sudo ${vyos_op_scripts_dir}/ipsec.py reset_peer --peer=\"$4\" --tunnel=\"$6\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "vpn", + "ipsec-peer", + "", + "vti" + ], + "help": "Reset the VTI tunnel for given peer", + "run": "sudo ${vyos_op_scripts_dir}/ipsec.py reset_peer --peer=\"$4\" --tunnel=\"vti\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "vpn", + "ipsec-profile", + "" + ], + "help": "Reset all tunnels for given DMVPN profile", + "run": "sudo ${vyos_op_scripts_dir}/vpn_ipsec.py --action=\"reset-profile\" --name=\"$4\" --tunnel=\"all\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "vpn", + "ipsec-profile", + "", + "tunnel", + "" + ], + "help": "Reset a specific tunnel for given DMVPN profile", + "run": "sudo ${vyos_op_scripts_dir}/vpn_ipsec.py --action=\"reset-profile\" --name=\"$4\" --tunnel=\"$6\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "vpn", + "remote-access", + "all" + ], + "help": "Terminate all users current remote access VPN session(s)", + "run": "sudo ${vyos_op_scripts_dir}/reset_vpn.py --username=\"all_users\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "vpn", + "remote-access", + "all", + "protocol", + "l2tp" + ], + "help": "Terminate all users current remote access VPN session(s) with", + "run": "sudo ${vyos_op_scripts_dir}/reset_vpn.py --username=\"all_users\" --protocol=\"l2tp\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "vpn", + "remote-access", + "all", + "protocol", + "pptp" + ], + "help": "Terminate all users current remote access VPN session(s) with", + "run": "sudo ${vyos_op_scripts_dir}/reset_vpn.py --username=\"all_users\" --protocol=\"pptp\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "vpn", + "remote-access", + "all", + "protocol", + "sstp" + ], + "help": "Terminate all users current remote access VPN session(s) with", + "run": "sudo ${vyos_op_scripts_dir}/reset_vpn.py --username=\"all_users\" --protocol=\"sstp\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "vpn", + "remote-access", + "interface", + "" + ], + "help": "Terminate a remote access VPN interface", + "run": "sudo ${vyos_op_scripts_dir}/reset_vpn.py --interface=\"$5\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "vpn", + "remote-access", + "user", + "" + ], + "help": "Terminate specified users current remote access VPN session(s)", + "run": "sudo ${vyos_op_scripts_dir}/reset_vpn.py --username=\"$5\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "vpn", + "remote-access", + "user", + "", + "protocol", + "l2tp" + ], + "help": "Terminate all users current remote access VPN session(s) with", + "run": "sudo ${vyos_op_scripts_dir}/reset_vpn.py --username=\"$5\" --protocol=\"l2tp\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "vpn", + "remote-access", + "user", + "", + "protocol", + "pptp" + ], + "help": "Terminate all users current remote access VPN session(s) with", + "run": "sudo ${vyos_op_scripts_dir}/reset_vpn.py --username=\"$5\" --protocol=\"pptp\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "reset", + "vpn", + "remote-access", + "user", + "", + "protocol", + "sstp" + ], + "help": "Terminate all users current remote access VPN session(s) with", + "run": "sudo ${vyos_op_scripts_dir}/reset_vpn.py --username=\"$5\" --protocol=\"sstp\"", + "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", + "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 connection tracking synchronization service", + "run": "sudo ${vyos_op_scripts_dir}/conntrack_sync.py --restart", + "type": null, + "val_help": null + }, + { + "cmd": [ + "restart", + "container", + "" + ], + "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}/dynamic_dns.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", + "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", + "vpn" + ], + "help": "Restart the IPsec VPN process", + "run": "if pgrep charon >/dev/null ; then sudo ipsec restart ; sleep 3 ; sudo swanctl -q ; else echo \"IPsec process not running\" ; fi", + "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", + "" + ], + "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", + "" + ], + "help": "Set system date and time", + "run": "/bin/date \"$3\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "set", + "date", + "ntp" + ], + "help": "Set system date and time from NTP server (default:", + "run": "/usr/sbin/ntpdate -u 0.pool.ntp.org", + "type": null, + "val_help": null + }, + { + "cmd": [ + "set", + "date", + "ntp", + "" + ], + "help": "Set system date and time from NTP server", + "run": "/usr/sbin/ntpdate -u \"$4\"", + "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", + "" + ], + "help": "Default boot image name", + "run": "", + "type": null, + "val_help": null + }, + { + "cmd": [ + "set", + "terminal", + "key", + "query-help", + "" + ], + "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", + "" + ], + "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", + "" + ], + "help": "Set terminal pager", + "run": "VYATTA_PAGER=$4", + "type": null, + "val_help": null + }, + { + "cmd": [ + "set", + "terminal", + "width", + "" + ], + "help": "Set terminal to given number of columns", + "run": "stty columns $4", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "arp", + "interface", + "" + ], + "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", + "bfd", + "peer", + "", + "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", + "" + ], + "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", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "bestpath" + ], + "help": "Display only the bestpath", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "ipv4", + "flowspec", + "", + "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", + "", + "multipath" + ], + "help": "Display only multipaths", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "ipv4", + "flowspec", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "bestpath" + ], + "help": "Display only the bestpath", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "ipv4", + "", + "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", + "", + "multipath" + ], + "help": "Display only multipaths", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "ipv4", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "bestpath" + ], + "help": "Display only the bestpath", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "ipv4", + "vpn", + "", + "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", + "", + "multipath" + ], + "help": "Display only multipaths", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "ipv4", + "vpn", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "bestpath" + ], + "help": "Display only the bestpath", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "ipv6", + "", + "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", + "", + "multipath" + ], + "help": "Display only multipaths", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "ipv6", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "bestpath" + ], + "help": "Display only the bestpath", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "ipv6", + "vpn", + "", + "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", + "", + "multipath" + ], + "help": "Display only multipaths", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "ipv6", + "vpn", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "help": "Show BGP information for specified neighbor", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "neighbors", + "", + "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", + "", + "received", + "prefix-filter" + ], + "help": "Show prefixlist filter", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "neighbors", + "", + "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", + "", + "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", + "", + "detail" + ], + "help": "Detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "nexthop", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "vrf" + ], + "help": "Show BGP VRF information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "community" + ], + "help": "Display routes matching the community", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "community", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "community-list", + "", + "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", + "", + "community-list", + "" + ], + "help": "Display routes matching the community-list", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv4", + "community", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv4", + "community-list", + "", + "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", + "", + "ipv4", + "community-list", + "" + ], + "help": "Display routes matching the community-list", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv4", + "flowspec", + "community", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv4", + "flowspec", + "community-list", + "", + "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", + "", + "ipv4", + "flowspec", + "community-list", + "" + ], + "help": "Display routes matching the community-list", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv4", + "flowspec", + "detail" + ], + "help": "Detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "ipv4", + "flowspec", + "large-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", + "", + "ipv4", + "flowspec", + "large-community", + "" + ], + "help": "Display routes matching the large-communities", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv4", + "flowspec", + "large-community-list", + "", + "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", + "", + "ipv4", + "flowspec", + "large-community-list", + "" + ], + "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", + "", + "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", + "", + "ipv4", + "flowspec", + "neighbors", + "", + "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", + "", + "ipv4", + "flowspec", + "neighbors", + "", + "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", + "", + "ipv4", + "flowspec", + "neighbors", + "", + "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", + "", + "ipv4", + "flowspec", + "neighbors", + "" + ], + "help": "Show BGP information for specified neighbor", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv4", + "flowspec", + "neighbors", + "", + "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", + "", + "ipv4", + "flowspec", + "neighbors", + "", + "received", + "prefix-filter" + ], + "help": "Show prefixlist filter", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv4", + "flowspec", + "neighbors", + "", + "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", + "", + "ipv4", + "flowspec", + "neighbors", + "", + "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", + "", + "ipv4", + "flowspec" + ], + "help": "Flowspec Address Family modifier", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv4", + "flowspec", + "", + "bestpath" + ], + "help": "Display only the bestpath", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv4", + "flowspec", + "", + "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", + "", + "ipv4", + "flowspec", + "", + "multipath" + ], + "help": "Display only multipaths", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv4", + "flowspec", + "" + ], + "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", + "", + "ipv4", + "flowspec", + "prefix-list", + "" + ], + "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", + "", + "ipv4", + "flowspec", + "regexp", + "" + ], + "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", + "", + "ipv4", + "flowspec", + "route-map", + "" + ], + "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", + "", + "ipv4", + "flowspec", + "statistics" + ], + "help": "RIB advertisement statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv4", + "large-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", + "", + "ipv4", + "large-community", + "" + ], + "help": "Display routes matching the large-communities", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv4", + "large-community-list", + "", + "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", + "", + "ipv4", + "large-community-list", + "" + ], + "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", + "", + "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", + "", + "ipv4", + "neighbors", + "", + "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", + "", + "ipv4", + "neighbors", + "", + "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", + "", + "ipv4", + "neighbors", + "", + "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", + "", + "ipv4", + "neighbors", + "" + ], + "help": "Show BGP information for specified neighbor", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv4", + "neighbors", + "", + "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", + "", + "ipv4", + "neighbors", + "", + "received", + "prefix-filter" + ], + "help": "Show prefixlist filter", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv4", + "neighbors", + "", + "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", + "", + "ipv4", + "neighbors", + "", + "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", + "", + "ipv4" + ], + "help": "IPv4 Address Family", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv4", + "", + "bestpath" + ], + "help": "Display only the bestpath", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv4", + "", + "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", + "", + "ipv4", + "", + "multipath" + ], + "help": "Display only multipaths", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv4", + "" + ], + "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", + "", + "ipv4", + "prefix-list", + "" + ], + "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", + "", + "ipv4", + "regexp", + "" + ], + "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", + "", + "ipv4", + "route-map", + "" + ], + "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", + "", + "ipv4", + "statistics" + ], + "help": "RIB advertisement statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv4", + "vpn", + "community", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv4", + "vpn", + "community-list", + "", + "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", + "", + "ipv4", + "vpn", + "community-list", + "" + ], + "help": "Display routes matching the community-list", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv4", + "vpn", + "large-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", + "", + "ipv4", + "vpn", + "large-community", + "" + ], + "help": "Display routes matching the large-communities", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv4", + "vpn", + "large-community-list", + "", + "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", + "", + "ipv4", + "vpn", + "large-community-list", + "" + ], + "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", + "", + "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", + "", + "ipv4", + "vpn", + "neighbors", + "", + "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", + "", + "ipv4", + "vpn", + "neighbors", + "", + "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", + "", + "ipv4", + "vpn", + "neighbors", + "", + "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", + "", + "ipv4", + "vpn", + "neighbors", + "" + ], + "help": "Show BGP information for specified neighbor", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv4", + "vpn", + "neighbors", + "", + "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", + "", + "ipv4", + "vpn", + "neighbors", + "", + "received", + "prefix-filter" + ], + "help": "Show prefixlist filter", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv4", + "vpn", + "neighbors", + "", + "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", + "", + "ipv4", + "vpn", + "neighbors", + "", + "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", + "", + "ipv4", + "vpn" + ], + "help": "VPN Address Family modifier", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv4", + "vpn", + "", + "bestpath" + ], + "help": "Display only the bestpath", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv4", + "vpn", + "", + "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", + "", + "ipv4", + "vpn", + "", + "multipath" + ], + "help": "Display only multipaths", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv4", + "vpn", + "" + ], + "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", + "", + "ipv4", + "vpn", + "prefix-list", + "" + ], + "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", + "", + "ipv4", + "vpn", + "regexp", + "" + ], + "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", + "", + "ipv4", + "vpn", + "route-map", + "" + ], + "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", + "", + "ipv4", + "vpn", + "statistics" + ], + "help": "RIB advertisement statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv6", + "community", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv6", + "community-list", + "", + "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", + "", + "ipv6", + "community-list", + "" + ], + "help": "Display routes matching the community-list", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv6", + "large-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", + "", + "ipv6", + "large-community", + "" + ], + "help": "Display routes matching the large-communities", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv6", + "large-community-list", + "", + "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", + "", + "ipv6", + "large-community-list", + "" + ], + "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", + "", + "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", + "", + "ipv6", + "neighbors", + "", + "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", + "", + "ipv6", + "neighbors", + "", + "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", + "", + "ipv6", + "neighbors", + "", + "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", + "", + "ipv6", + "neighbors", + "" + ], + "help": "Show BGP information for specified neighbor", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv6", + "neighbors", + "", + "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", + "", + "ipv6", + "neighbors", + "", + "received", + "prefix-filter" + ], + "help": "Show prefixlist filter", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv6", + "neighbors", + "", + "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", + "", + "ipv6", + "neighbors", + "", + "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", + "", + "ipv6" + ], + "help": "IPv6 Address Family", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv6", + "", + "bestpath" + ], + "help": "Display only the bestpath", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv6", + "", + "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", + "", + "ipv6", + "", + "multipath" + ], + "help": "Display only multipaths", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv6", + "" + ], + "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", + "", + "ipv6", + "prefix-list", + "" + ], + "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", + "", + "ipv6", + "regexp", + "" + ], + "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", + "", + "ipv6", + "route-map", + "" + ], + "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", + "", + "ipv6", + "statistics" + ], + "help": "RIB advertisement statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv6", + "vpn", + "community", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv6", + "vpn", + "community-list", + "", + "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", + "", + "ipv6", + "vpn", + "community-list", + "" + ], + "help": "Display routes matching the community-list", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv6", + "vpn", + "large-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", + "", + "ipv6", + "vpn", + "large-community", + "" + ], + "help": "Display routes matching the large-communities", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv6", + "vpn", + "large-community-list", + "", + "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", + "", + "ipv6", + "vpn", + "large-community-list", + "" + ], + "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", + "", + "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", + "", + "ipv6", + "vpn", + "neighbors", + "", + "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", + "", + "ipv6", + "vpn", + "neighbors", + "", + "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", + "", + "ipv6", + "vpn", + "neighbors", + "", + "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", + "", + "ipv6", + "vpn", + "neighbors", + "" + ], + "help": "Show BGP information for specified neighbor", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv6", + "vpn", + "neighbors", + "", + "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", + "", + "ipv6", + "vpn", + "neighbors", + "", + "received", + "prefix-filter" + ], + "help": "Show prefixlist filter", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv6", + "vpn", + "neighbors", + "", + "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", + "", + "ipv6", + "vpn", + "neighbors", + "", + "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", + "", + "ipv6", + "vpn" + ], + "help": "VPN Address Family modifier", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv6", + "vpn", + "", + "bestpath" + ], + "help": "Display only the bestpath", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv6", + "vpn", + "", + "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", + "", + "ipv6", + "vpn", + "", + "multipath" + ], + "help": "Display only multipaths", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "ipv6", + "vpn", + "" + ], + "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", + "", + "ipv6", + "vpn", + "prefix-list", + "" + ], + "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", + "", + "ipv6", + "vpn", + "regexp", + "" + ], + "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", + "", + "ipv6", + "vpn", + "route-map", + "" + ], + "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", + "", + "ipv6", + "vpn", + "statistics" + ], + "help": "RIB advertisement statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "l2vpn", + "evpn", + "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", + "", + "l2vpn", + "evpn", + "community", + "" + ], + "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", + "", + "l2vpn", + "evpn", + "es", + "detail" + ], + "help": "Detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "l2vpn", + "evpn", + "es" + ], + "help": "Ethernet Segment", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "l2vpn", + "evpn", + "es-evi", + "vni", + "" + ], + "help": "VXLAN network identifier (VNI) number", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "l2vpn", + "evpn", + "large-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", + "", + "l2vpn", + "evpn", + "large-community", + "" + ], + "help": "Display routes matching the large-communities", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "l2vpn", + "evpn", + "large-community-list", + "", + "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", + "", + "l2vpn", + "evpn", + "large-community-list", + "" + ], + "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", + "", + "l2vpn", + "evpn", + "neighbors", + "", + "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", + "", + "l2vpn", + "evpn", + "neighbors", + "" + ], + "help": "Show detailed BGP neighbor information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "l2vpn", + "evpn", + "neighbors", + "", + "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", + "", + "l2vpn", + "evpn" + ], + "help": "Ethernet Virtual Private Network", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "l2vpn", + "evpn", + "" + ], + "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", + "", + "l2vpn", + "evpn", + "rd", + "" + ], + "help": "Show detailed BGP neighbor information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "l2vpn", + "evpn", + "rd", + "", + "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", + "", + "l2vpn", + "evpn", + "rd", + "", + "tags" + ], + "help": "Display BGP tags for prefixes", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "l2vpn", + "evpn", + "route", + "detail" + ], + "help": "Detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "l2vpn", + "evpn", + "route" + ], + "help": "EVPN route information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "l2vpn", + "evpn", + "route", + "vni", + "" + ], + "help": "VXLAN network identifier (VNI) number", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "l2vpn", + "evpn", + "statistics" + ], + "help": "RIB advertisement statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "l2vpn", + "evpn", + "vni", + "" + ], + "help": "VXLAN network identifier (VNI) number", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "large-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", + "", + "large-community", + "" + ], + "help": "Display routes matching the large-communities", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "large-community-list", + "", + "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", + "", + "large-community-list", + "" + ], + "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", + "", + "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", + "", + "neighbors", + "", + "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", + "", + "neighbors", + "", + "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", + "", + "neighbors", + "", + "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", + "", + "neighbors", + "" + ], + "help": "Show BGP information for specified neighbor", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "neighbors", + "", + "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", + "", + "neighbors", + "", + "received", + "prefix-filter" + ], + "help": "Show prefixlist filter", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "neighbors", + "", + "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", + "", + "neighbors", + "", + "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", + "" + ], + "help": "Show BGP VRF related information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "prefix-list", + "" + ], + "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", + "", + "regexp", + "" + ], + "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", + "", + "route-map", + "" + ], + "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", + "", + "statistics" + ], + "help": "RIB advertisement statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "summary" + ], + "help": "Summary of BGP neighbor status", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "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", + "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; ${vyos_op_scripts_dir}/conntrack_sync.py --show-external-expect", + "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", + "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; ${vyos_op_scripts_dir}/conntrack_sync.py --show-internal-expect", + "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", + "" + ], + "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", + "" + ], + "help": "Show DHCP client information for interface", + "run": "/opt/vyatta/bin/vyatta-show-dhclient.pl \"$6\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "dhcp", + "client", + "leases" + ], + "help": "Show DHCP client leases", + "run": "/opt/vyatta/bin/vyatta-show-dhclient.pl", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "dhcp", + "server", + "leases" + ], + "help": "Show DHCP server leases", + "run": "sudo ${vyos_op_scripts_dir}/show_dhcp.py --leases", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "dhcp", + "server", + "leases", + "pool", + "" + ], + "help": "Show DHCP server leases for a specific pool", + "run": "sudo ${vyos_op_scripts_dir}/show_dhcp.py --leases --pool $6", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "dhcp", + "server", + "leases", + "sort", + "" + ], + "help": "Show DHCP server leases sorted by the specified key", + "run": "sudo ${vyos_op_scripts_dir}/show_dhcp.py --leases --sort $6", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "dhcp", + "server", + "leases", + "state", + "" + ], + "help": "Show DHCP server leases with a specific state (can be multiple,", + "run": "sudo ${vyos_op_scripts_dir}/show_dhcp.py --leases --state $(echo $6 | tr , \" \")", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "dhcp", + "server", + "statistics" + ], + "help": "Show DHCP server statistics", + "run": "sudo ${vyos_op_scripts_dir}/show_dhcp.py --statistics", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "dhcp", + "server", + "statistics", + "pool", + "" + ], + "help": "Show DHCP server statistics for a specific pool", + "run": "sudo ${vyos_op_scripts_dir}/show_dhcp.py --statistics --pool $6", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "dhcpv6", + "server", + "leases" + ], + "help": "Show DHCPv6 server leases", + "run": "sudo ${vyos_op_scripts_dir}/show_dhcpv6.py --leases", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "dhcpv6", + "server", + "leases", + "pool", + "" + ], + "help": "Show DHCPv6 server leases for a specific pool", + "run": "sudo ${vyos_op_scripts_dir}/show_dhcpv6.py --leases --pool $6", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "dhcpv6", + "server", + "leases", + "sort", + "" + ], + "help": "Show DHCPv6 server leases sorted by the specified key", + "run": "sudo ${vyos_op_scripts_dir}/show_dhcpv6.py --leases --sort $6", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "dhcpv6", + "server", + "leases", + "state", + "" + ], + "help": "Show DHCPv6 server leases with a specific state (can be", + "run": "sudo ${vyos_op_scripts_dir}/show_dhcpv6.py --leases --state $(echo $6 | tr , \" \")", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "disk", + "", + "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}/dynamic_dns.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", + "arp-cache", + "vni", + "" + ], + "help": "VXLAN network identifier (VNI) number", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "evpn", + "mac", + "vni", + "" + ], + "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", + "" + ], + "help": "VXLAN network identifier (VNI) number", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "evpn", + "rmac", + "vni", + "" + ], + "help": "VXLAN network identifier (VNI) number", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "file", + "" + ], + "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", + "" + ], + "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", + "ipv6-name", + "" + ], + "help": "Show IPv6 firewall chains", + "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show --name $4 --ipv6", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "firewall", + "ipv6-name", + "", + "rule", + "" + ], + "help": "Show summary of IPv6 firewall rules", + "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show --name $4 --rule $6 --ipv6", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "firewall", + "name", + "" + ], + "help": "Show IPv4 firewall chains", + "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show --name $4", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "firewall", + "name", + "", + "rule", + "" + ], + "help": "Show summary of IPv4 firewall rules", + "run": "sudo ${vyos_op_scripts_dir}/firewall.py --action show --name $4 --rule $6", + "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", + "", + "host", + "" + ], + "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", + "" + ], + "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", + "", + "port", + "" + ], + "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", + "", + "top", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "incoming", + "bonding" + ], + "help": "Show bonding input-policy information", + "run": "${vyatta_bindir}/show-input-policy.pl --type=bonding", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "incoming", + "bonding", + "" + ], + "help": "Show specified bonding interface information", + "run": "${vyatta_bindir}/show-input-policy.pl \"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "incoming", + "ethernet" + ], + "help": "Show ethernet input-policy information", + "run": "${vyatta_bindir}/show-input-policy.pl --type=ethernet", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "incoming", + "ethernet", + "" + ], + "help": "Show specified ethernet interface information", + "run": "${vyatta_bindir}/show-input-policy.pl \"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "incoming", + "input" + ], + "help": "Show input input-policy information", + "run": "${vyatta_bindir}/show-input-policy.pl --type=input", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "incoming", + "input", + "" + ], + "help": "Show specified input interface information", + "run": "${vyatta_bindir}/show-input-policy.pl \"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "incoming" + ], + "help": "Show ethernet input-policy information", + "run": "${vyatta_bindir}/show-input-policy.pl --brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "incoming", + "pppoe" + ], + "help": "Show pppoe interface input-policy information", + "run": "${vyatta_bindir}/show-input-policy.pl --type=pppoe", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "incoming", + "pppoe", + "" + ], + "help": "Show specified pppoe interface information", + "run": "${vyatta_bindir}/show-input-policy.pl \"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "incoming", + "pseudo-ethernet" + ], + "help": "Show tunnel input-policy information", + "run": "${vyatta_bindir}/show-input-policy.pl --type=pseudo-ethernet", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "incoming", + "tunnel" + ], + "help": "Show tunnel input-policy information", + "run": "${vyatta_bindir}/show-input-policy.pl --type=tunnel", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "incoming", + "vrrp" + ], + "help": "Show vrrp interface input-policy information", + "run": "${vyatta_bindir}/show-input-policy.pl --type=vrrp", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "incoming", + "vrrp", + "" + ], + "help": "Show specified ethernet interface information", + "run": "${vyatta_bindir}/show-input-policy.pl \"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "incoming", + "vti" + ], + "help": "Show vti input-policy information", + "run": "${vyatta_bindir}/show-input-policy.pl --type=vti", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "incoming", + "wireless" + ], + "help": "Show wireless input-policy information", + "run": "${vyatta_bindir}/show-input-policy.pl --type=wireless", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "incoming", + "wireless", + "" + ], + "help": "Show specified wireless interface information", + "run": "${vyatta_bindir}/show-input-policy.pl \"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "bonding", + "detail" + ], + "help": "Show detailed bonding interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=bonding --action=show", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "bonding" + ], + "help": "Show Bonding interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=bonding --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "bonding", + "", + "brief" + ], + "help": "Show summary of the specified bonding interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\" --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "bonding", + "", + "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", + "" + ], + "help": "Show specified Bonding interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "bonding", + "", + "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", + "", + "vif", + "", + "brief" + ], + "help": "Show summary of specified virtual network interface (vif)", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4.$6\" --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "bonding", + "", + "vif", + "" + ], + "help": "Show specified virtual network interface (vif) information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4.$6\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "bonding", + "", + "xdp" + ], + "help": "Show eXpress Data Path statistics", + "run": "sudo ${vyos_op_scripts_dir}/show_xdp_stats.sh bonding \"$4\"", + "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}/show_interfaces.py --intf-type=bridge --action=show", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "bridge" + ], + "help": "Show Bridge interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=bridge --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "bridge", + "", + "brief" + ], + "help": "Show summary of the specified bridge interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\" --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "bridge", + "" + ], + "help": "Show specified Bridge interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "counters" + ], + "help": "Show network interface counters", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --action=show-count", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "detail" + ], + "help": "Show detailed information of all interfaces", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --action=show", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "dummy", + "detail" + ], + "help": "Show detailed dummy interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=dummy --action=show", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "dummy" + ], + "help": "Show Dummy interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=dummy --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "dummy", + "", + "brief" + ], + "help": "Show summary of the specified dummy interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\" --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "dummy", + "" + ], + "help": "Show specified Dummy interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "ethernet", + "detail" + ], + "help": "Show detailed ethernet interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=ethernet --action=show", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "ethernet" + ], + "help": "Show Ethernet interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=ethernet --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "ethernet", + "", + "brief" + ], + "help": "Show summary of the specified ethernet interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\" --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "ethernet", + "", + "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", + "" + ], + "help": "Show specified Ethernet interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "ethernet", + "", + "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", + "", + "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", + "", + "queue", + "class" + ], + "help": "Show queue classes for a device", + "run": "${vyatta_bindir}/vyatta-show-queue $4 class", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "ethernet", + "", + "queue", + "filter" + ], + "help": "Show queue filters for a device", + "run": "${vyatta_bindir}/vyatta-show-queue $4 filter", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "ethernet", + "", + "queue" + ], + "help": "Show ethernet queue information", + "run": " ${vyatta_bindir}/vyatta-show-queue $4", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "ethernet", + "", + "statistics" + ], + "help": "Show physical device statistics for specified ethernet interface", + "run": "ethtool --statistics \"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "ethernet", + "", + "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", + "", + "vif", + "", + "brief" + ], + "help": "Show summary of specified virtual network interface (vif)", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4.$6\" --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "ethernet", + "", + "vif", + "" + ], + "help": "Show specified virtual network interface (vif) information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4.$6\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "ethernet", + "", + "vif", + "", + "queue", + "class" + ], + "help": "Show queue classes for a device", + "run": "${vyatta_bindir}/vyatta-show-queue $4.$6 class", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "ethernet", + "", + "vif", + "", + "queue", + "filter" + ], + "help": "Show queue filters for a device", + "run": "${vyatta_bindir}/vyatta-show-queue $4.$6 filter", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "ethernet", + "", + "vif", + "", + "queue" + ], + "help": "Show ethernet queue information", + "run": " ${vyatta_bindir}/vyatta-show-queue $4.$6", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "ethernet", + "", + "xdp" + ], + "help": "Show eXpress Data Path statistics", + "run": "sudo ${vyos_op_scripts_dir}/show_xdp_stats.sh ethernet \"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "geneve", + "detail" + ], + "help": "Show detailed GENEVE interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=geneve --action=show", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "geneve" + ], + "help": "Show GENEVE interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=geneve --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "geneve", + "", + "brief" + ], + "help": "Show summary of the specified GENEVE interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\" --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "geneve", + "" + ], + "help": "Show specified GENEVE interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "input", + "detail" + ], + "help": "Show detailed input interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=input --action=show", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "input" + ], + "help": "Show Input (ifb) interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=input --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "input", + "", + "brief" + ], + "help": "Show summary of the specified input interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\" --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "input", + "" + ], + "help": "Show specified Input interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "input", + "", + "queue", + "class" + ], + "help": "Show queue classes for a device", + "run": "${vyatta_bindir}/vyatta-show-queue $4 class", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "input", + "", + "queue", + "filter" + ], + "help": "Show queue filters for a device", + "run": "${vyatta_bindir}/vyatta-show-queue $4 filter", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "input", + "", + "queue" + ], + "help": "Show queue information", + "run": " ${vyatta_bindir}/vyatta-show-queue $4", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "l2tpv3", + "detail" + ], + "help": "Show detailed L2TPv3 interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=l2tpv3 --action=show", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "l2tpv3" + ], + "help": "Show L2TPv3 interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=l2tpv3 --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "l2tpv3", + "", + "brief" + ], + "help": "Show summary of the specified L2TPv3 interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\" --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "l2tpv3", + "" + ], + "help": "Show specified L2TPv3 interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "loopback", + "detail" + ], + "help": "Show detailed dummy interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=dummy --action=show", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "loopback" + ], + "help": "Show Loopback interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=loopback --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "loopback", + "", + "brief" + ], + "help": "Show summary of the specified dummy interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\" --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "loopback", + "" + ], + "help": "Show specified Loopback interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\"", + "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", + "" + ], + "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}/show_interfaces.py --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "openvpn", + "detail" + ], + "help": "Show detailed OpenVPN interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=openvpn --action=show", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "openvpn", + "", + "brief" + ], + "help": "Show summary of specified OpenVPN interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\" --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "openvpn", + "" + ], + "help": "Show OpenVPN interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=$4", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "openvpn", + "", + "user", + "", + "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", + "", + "user", + "", + "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", + "", + "user", + "", + "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}/show_interfaces.py --intf-type=pppoe --action=show", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "pppoe" + ], + "help": "Show PPPoE interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=pppoe --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "pppoe", + "", + "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", + "" + ], + "help": "Show specified PPPoE interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "pppoe", + "", + "queue", + "class" + ], + "help": "Show queue classes for a pppoe device", + "run": "${vyatta_bindir}/vyatta-show-queue $4 class", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "pppoe", + "", + "queue", + "filter" + ], + "help": "Show queue filters for a pppoe device", + "run": "${vyatta_bindir}/vyatta-show-queue $4 filter", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "pppoe", + "", + "queue" + ], + "help": "Show pppoe queue information", + "run": " ${vyatta_bindir}/vyatta-show-queue $4", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "pppoe", + "", + "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}/show_interfaces.py --intf-type=pseudo-ethernet --action=show", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "pseudo-ethernet" + ], + "help": "Show Pseudo-Ethernet/MACvlan interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=pseudo-ethernet --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "pseudo-ethernet", + "", + "brief" + ], + "help": "Show summary of the specified pseudo-ethernet/MACvlan interface", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\" --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "pseudo-ethernet", + "" + ], + "help": "Show specified Pseudo-Ethernet/MACvlan interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\"", + "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}/show_interfaces.py --intf-type=tunnel --action=show", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "tunnel" + ], + "help": "Show Tunnel interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=tunnel --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "tunnel", + "", + "brief" + ], + "help": "Show summary of the specified tunnel interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\" --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "tunnel", + "" + ], + "help": "Show specified Tunnel interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\"", + "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", + "", + "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", + "" + ], + "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}/show_interfaces.py --intf-type=vti --action=show", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "vti" + ], + "help": "Show VTI interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=vti --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "vti", + "", + "brief" + ], + "help": "Show summary of the specified vti interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\" --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "vti", + "" + ], + "help": "Show specified VTI interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "vxlan", + "detail" + ], + "help": "Show detailed VXLAN interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=vxlan --action=show", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "vxlan" + ], + "help": "Show VXLAN interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=vxlan --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "vxlan", + "", + "brief" + ], + "help": "Show summary of the specified VXLAN interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\" --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "vxlan", + "" + ], + "help": "Show specified VXLAN interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wireguard", + "detail" + ], + "help": "Show detailed Wireguard interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=wireguard --action=show", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wireguard" + ], + "help": "Show WireGuard interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=wireguard --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wireguard", + "", + "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", + "", + "endpoints" + ], + "help": "Show all endpoints for the specified interface", + "run": "sudo wg show \"$4\" endpoints", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wireguard", + "" + ], + "help": "Show specified WireGuard interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wireguard", + "", + "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", + "", + "public-key" + ], + "help": "Show interface public-key", + "run": "sudo wg show \"$4\" public-key", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wireguard", + "", + "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}/show_interfaces.py --intf-type=wireless --action=show", + "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}/show_interfaces.py --intf-type=wireless --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wireless", + "", + "brief" + ], + "help": "Show summary of the specified wireless interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\" --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wireless", + "" + ], + "help": "Show specified wireless interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wireless", + "", + "queue", + "class" + ], + "help": "Show queue classes for a device", + "run": "${vyatta_bindir}/vyatta-show-queue $4 class", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wireless", + "", + "queue", + "filter" + ], + "help": "Show queue filters for a device", + "run": "${vyatta_bindir}/vyatta-show-queue $4 filter", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wireless", + "", + "queue" + ], + "help": "Show queue information", + "run": " ${vyatta_bindir}/vyatta-show-queue $4", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wireless", + "", + "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", + "", + "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", + "", + "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", + "", + "vif", + "", + "brief" + ], + "help": "Show summary of specified virtual network interface (vif)", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4.$6\" --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wireless", + "", + "vif", + "" + ], + "help": "Show specified virtual network interface (vif) information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4.$6\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wireless", + "", + "vif", + "", + "queue", + "class" + ], + "help": "Show queue classes for a device", + "run": "${vyatta_bindir}/vyatta-show-queue $4.$6 class", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wireless", + "", + "vif", + "", + "queue", + "filter" + ], + "help": "Show queue filters for a device", + "run": "${vyatta_bindir}/vyatta-show-queue $4.$6 filter", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wireless", + "", + "vif", + "", + "queue" + ], + "help": "Show device queue information", + "run": " ${vyatta_bindir}/vyatta-show-queue $4.$6", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wwan", + "detail" + ], + "help": "Show detailed Wireless Modem (WWAN( interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=wirelessmodem --action=show", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wwan" + ], + "help": "Show Wireless Modem (WWAN) interface information", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf-type=wirelessmodem --action=show-brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wwan", + "", + "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", + "", + "detail" + ], + "help": "Show WWAN module detailed information summary", + "run": "mmcli --modem ${4#wwan}", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wwan", + "", + "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", + "", + "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", + "", + "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", + "", + "log" + ], + "help": "Show interface log for specified interface", + "run": "echo not implemented", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wwan", + "", + "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", + "", + "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", + "" + ], + "help": "Show specified Wireless Wire Area Network (WWAN) interface", + "run": "${vyos_op_scripts_dir}/show_interfaces.py --intf=\"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "interfaces", + "wwan", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "community", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "community-list", + "", + "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", + "", + "community-list", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "ipv4", + "unicast", + "community", + "" + ], + "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", + "", + "ipv4", + "unicast", + "community-list", + "", + "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", + "", + "ipv4", + "unicast", + "community-list", + "" + ], + "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", + "", + "ipv4", + "unicast", + "neighbors", + "", + "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", + "", + "ipv4", + "unicast", + "neighbors", + "" + ], + "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", + "", + "ipv4", + "unicast", + "neighbors", + "", + "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", + "", + "ipv4", + "unicast", + "neighbors", + "", + "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", + "", + "ipv4", + "unicast", + "neighbors", + "", + "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", + "", + "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", + "", + "ipv4", + "unicast", + "" + ], + "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", + "", + "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", + "", + "ipv4", + "unicast", + "prefix-list", + "" + ], + "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", + "", + "ipv4", + "unicast", + "regexp", + "" + ], + "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", + "", + "ipv4", + "unicast", + "route-map", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "large-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", + "", + "large-community", + "" + ], + "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", + "", + "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", + "", + "large-community-list", + "", + "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", + "", + "large-community-list", + "" + ], + "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", + "", + "memory" + ], + "help": "Show BGP memory usage", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ip", + "bgp", + "vrf", + "", + "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", + "", + "neighbors", + "", + "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", + "", + "neighbors", + "", + "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", + "", + "neighbors", + "", + "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", + "", + "neighbors", + "" + ], + "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", + "", + "neighbors", + "", + "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", + "", + "neighbors", + "", + "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", + "", + "neighbors", + "", + "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", + "", + "neighbors", + "", + "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", + "" + ], + "help": "Show BGP VRF related information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ip", + "bgp", + "vrf", + "", + "paths" + ], + "help": "Show BGP path information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ip", + "bgp", + "vrf", + "", + "prefix-list", + "" + ], + "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", + "", + "regexp", + "" + ], + "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", + "", + "route-map", + "" + ], + "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", + "", + "statistics" + ], + "help": "RIB advertisement statistics", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ip", + "bgp", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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": "if ps -C igmpproxy &>/dev/null; then ${vyos_op_scripts_dir}/show_igmpproxy.py --interface; else echo IGMP proxy not configured; fi", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ip", + "multicast", + "mfc" + ], + "help": "Show multicast fowarding cache", + "run": "if ps -C igmpproxy &>/dev/null; then ${vyos_op_scripts_dir}/show_igmpproxy.py --mfc; else echo IGMP proxy not configured; fi", + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "adv-router", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "adv-router", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "adv-router", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "adv-router", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "adv-router", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "adv-router", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "adv-router", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "adv-router", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "", + "adv-router", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "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", + "" + ], + "help": "Show IPv4 OSPF information for specified interface", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ip", + "ospf", + "neighbor", + "detail" + ], + "help": "Show detailed IPv4 OSPF neighbor 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", + "" + ], + "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" + ], + "help": "Show IPv4 OSPF route information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ip", + "ospf", + "vrf", + "", + "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", + "", + "database", + "asbr-summary", + "adv-router", + "" + ], + "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", + "", + "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", + "", + "database", + "asbr-summary", + "", + "adv-router", + "" + ], + "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", + "", + "database", + "asbr-summary", + "" + ], + "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", + "", + "database", + "asbr-summary", + "", + "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", + "", + "database", + "external", + "adv-router", + "" + ], + "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", + "", + "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", + "", + "database", + "external", + "", + "adv-router", + "" + ], + "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", + "", + "database", + "external", + "" + ], + "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", + "", + "database", + "external", + "", + "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", + "", + "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", + "", + "database", + "network", + "adv-router", + "" + ], + "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", + "", + "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", + "", + "database", + "network", + "", + "adv-router", + "" + ], + "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", + "", + "database", + "network", + "" + ], + "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", + "", + "database", + "network", + "", + "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", + "", + "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", + "", + "database", + "nssa-external", + "adv-router", + "" + ], + "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", + "", + "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", + "", + "database", + "nssa-external", + "", + "adv-router", + "" + ], + "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", + "", + "database", + "nssa-external", + "" + ], + "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", + "", + "database", + "nssa-external", + "", + "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", + "", + "database", + "opaque-area", + "adv-router", + "" + ], + "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", + "", + "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", + "", + "database", + "opaque-area", + "", + "adv-router", + "" + ], + "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", + "", + "database", + "opaque-area", + "" + ], + "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", + "", + "database", + "opaque-area", + "", + "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", + "", + "database", + "opaque-as", + "adv-router", + "" + ], + "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", + "", + "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", + "", + "database", + "opaque-as", + "", + "adv-router", + "" + ], + "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", + "", + "database", + "opaque-as", + "" + ], + "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", + "", + "database", + "opaque-as", + "", + "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", + "", + "database", + "opaque-link", + "adv-router", + "" + ], + "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", + "", + "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", + "", + "database", + "opaque-link", + "", + "adv-router", + "" + ], + "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", + "", + "database", + "opaque-link", + "" + ], + "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", + "", + "database", + "opaque-link", + "", + "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", + "", + "database", + "router", + "adv-router", + "" + ], + "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", + "", + "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", + "", + "database", + "router", + "", + "adv-router", + "" + ], + "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", + "", + "database", + "router", + "" + ], + "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", + "", + "database", + "router", + "", + "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", + "", + "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", + "", + "database", + "summary", + "adv-router", + "" + ], + "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", + "", + "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", + "", + "database", + "summary", + "", + "adv-router", + "" + ], + "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", + "", + "database", + "summary", + "" + ], + "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", + "", + "database", + "summary", + "", + "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", + "", + "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", + "", + "interface", + "" + ], + "help": "Show IPv4 OSPF information for specified interface", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ip", + "ospf", + "vrf", + "", + "neighbor", + "detail" + ], + "help": "Show detailed IPv4 OSPF neighbor information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ip", + "ospf", + "vrf", + "", + "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", + "", + "neighbor", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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}/vtysh_wrapper.sh $@", + "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", + "" + ], + "help": "The table number to display", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ip", + "route", + "tag", + "" + ], + "help": "Tag value", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ip", + "route", + "vrf", + "", + "bgp" + ], + "help": "Border Gateway Protocol (BGP)", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ip", + "route", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "help": "Show IP routes in VRF", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ip", + "route", + "vrf", + "", + "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", + "", + "rip" + ], + "help": "Routing Information Protocol (RIP)", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ip", + "route", + "vrf", + "", + "static" + ], + "help": "Statically configured routes", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ip", + "route", + "vrf", + "", + "summary" + ], + "help": "Summary of all routes", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ip", + "route", + "vrf", + "", + "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", + "", + "tag", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "router", + "" + ], + "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", + "" + ], + "help": "Border router ID", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "database", + "adv-router", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "database", + "any", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "database", + "any", + "", + "", + "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", + "", + "", + "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", + "", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "", + "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", + "", + "" + ], + "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", + "", + "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", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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-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", + "", + "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", + "", + "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", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "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", + "", + "adv-router", + "", + "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", + "", + "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", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "database", + "", + "adv-router", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "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", + "", + "dump" + ], + "help": "Show dump of 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", + "", + "linkstate-id", + "", + "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", + "", + "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", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "database", + "" + ], + "help": "Show 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", + "", + "", + "dump" + ], + "help": "Show dump of 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", + "", + "" + ], + "help": "Search by Link state ID", + "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", + "", + "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", + "router", + "adv-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", + "adv-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", + "adv-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", + "adv-router", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "linkstate-id", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "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", + "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", + "interface" + ], + "help": "Show OSPFv3 interface information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "interface", + "" + ], + "help": "Specific insterface to examine", + "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", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "interface", + "", + "prefix", + "", + "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", + "" + ], + "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", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "interface", + "prefix", + "", + "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", + "" + ], + "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", + "", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "", + "match", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "route", + "", + "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", + "" + ], + "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", + "", + "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", + "", + "area", + "" + ], + "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", + "", + "area", + "", + "router", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "border-routers", + "" + ], + "help": "Border router ID", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "adv-router", + "", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "adv-router", + "", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "adv-router", + "", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "any", + "any", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "any", + "any", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "any", + "any", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "any", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "any", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "any", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "any", + "" + ], + "help": "Search by Link state ID", + "run": "vtysh -c \"show ipv6 ospf6 database * $6\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "any", + "", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "any", + "", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "any", + "", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "any", + "", + "" + ], + "help": "Search by Advertising Router ID", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "as-external", + "adv-router", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "as-external", + "adv-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", + "", + "database", + "as-external", + "adv-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", + "", + "database", + "as-external", + "adv-router", + "", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "as-external", + "adv-router", + "", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "as-external", + "adv-router", + "", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "as-external", + "any", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "as-external", + "any", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "as-external", + "any", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "as-external", + "any", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "as-external", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "as-external", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "as-external", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "as-external", + "", + "" + ], + "help": "Search by Advertising Router ID", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "group-membership", + "adv-router", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "group-membership", + "adv-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", + "", + "database", + "group-membership", + "adv-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", + "", + "database", + "group-membership", + "adv-router", + "", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "group-membership", + "adv-router", + "", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "group-membership", + "adv-router", + "", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "group-membership", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "group-membership", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "group-membership", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "group-membership", + "" + ], + "help": "Search by Link state ID", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "inter-prefix", + "adv-router", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "inter-prefix", + "adv-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", + "", + "database", + "inter-prefix", + "adv-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", + "", + "database", + "inter-prefix", + "adv-router", + "", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "inter-prefix", + "adv-router", + "", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "inter-prefix", + "adv-router", + "", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "inter-prefix", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "inter-prefix", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "inter-prefix", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "inter-prefix", + "" + ], + "help": "Search by Link state ID", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "inter-router", + "adv-router", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "inter-router", + "adv-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", + "", + "database", + "inter-router", + "adv-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", + "", + "database", + "inter-router", + "adv-router", + "", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "inter-router", + "adv-router", + "", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "inter-router", + "adv-router", + "", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "inter-router", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "inter-router", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "inter-router", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "inter-router", + "" + ], + "help": "Search by Link state ID", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "intra-prefix", + "adv-router", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "intra-prefix", + "adv-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", + "", + "database", + "intra-prefix", + "adv-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", + "", + "database", + "intra-prefix", + "adv-router", + "", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "intra-prefix", + "adv-router", + "", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "intra-prefix", + "adv-router", + "", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "intra-prefix", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "intra-prefix", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "intra-prefix", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "intra-prefix", + "" + ], + "help": "Search by Link state ID", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "link", + "adv-router", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "link", + "adv-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", + "", + "database", + "link", + "adv-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", + "", + "database", + "link", + "adv-router", + "", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "link", + "adv-router", + "", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "link", + "adv-router", + "", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "link", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "link", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "link", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "link" + ], + "help": "Show Link LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "link", + "" + ], + "help": "Search by Link state ID", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "network", + "adv-router", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "network", + "adv-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", + "", + "database", + "network", + "adv-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", + "", + "database", + "network", + "adv-router", + "", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "network", + "adv-router", + "", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "network", + "adv-router", + "", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "network", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "network", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "network", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "network" + ], + "help": "Show Network LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "network", + "" + ], + "help": "Search by Link state ID", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "", + "adv-router", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "", + "adv-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", + "", + "database", + "", + "adv-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", + "", + "database", + "", + "adv-router", + "", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "", + "adv-router", + "", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "", + "adv-router", + "", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "database", + "", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "" + ], + "help": "Show LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "database", + "", + "" + ], + "help": "Search by Link state ID", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "router", + "adv-router", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "router", + "adv-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", + "", + "database", + "router", + "adv-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", + "", + "database", + "router", + "adv-router", + "", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "router", + "adv-router", + "", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "router", + "adv-router", + "", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "router", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "router", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "router", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "router" + ], + "help": "Show router LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "router", + "" + ], + "help": "Search by Link state ID", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "type-7", + "adv-router", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "type-7", + "adv-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", + "", + "database", + "type-7", + "adv-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", + "", + "database", + "type-7", + "adv-router", + "", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "type-7", + "adv-router", + "", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "type-7", + "adv-router", + "", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "type-7", + "linkstate-id", + "", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "type-7", + "linkstate-id", + "", + "dump" + ], + "help": "Show dump of LSAs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "database", + "type-7", + "linkstate-id", + "", + "internal" + ], + "help": "Show internal LSA information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "database", + "type-7", + "" + ], + "help": "Search by Link state ID", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "interface" + ], + "help": "Show OSPFv3 interface information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "interface", + "" + ], + "help": "Specific insterface to examine", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "interface", + "", + "prefix", + "", + "match" + ], + "help": "Matched interface prefix information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "interface", + "", + "prefix", + "" + ], + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "interface", + "prefix", + "", + "match" + ], + "help": "Matched interface prefix information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "interface", + "prefix", + "" + ], + "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", + "", + "linkstate", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "linkstate", + "network", + "", + "" + ], + "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", + "", + "linkstate", + "router", + "" + ], + "help": "Show linkstate Router information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "neighbor", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "neighbor" + ], + "help": "Show OSPFv3 neighbor information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "" + ], + "help": "VRF name", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "route", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "route", + "", + "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", + "", + "route", + "", + "match", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "route", + "", + "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", + "", + "route", + "" + ], + "help": "Show specified route/prefix information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "ospfv3", + "vrf", + "", + "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", + "" + ], + "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", + "" + ], + "help": "Show specified IPv6 prefix-list", + "run": "vtysh -c \"show ipv6 prefix-list $4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "prefix-list", + "", + "", + "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", + "", + "", + "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", + "", + "" + ], + "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", + "", + "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", + "", + "seq", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "" + ], + "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}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "route", + "table", + "" + ], + "help": "The table number to display", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "route", + "tag", + "" + ], + "help": "Tag value", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "route", + "vrf", + "", + "bgp" + ], + "help": "Border Gateway Protocol (BGP)", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "route", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "" + ], + "help": "Show IPv6 routes in VRF", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "route", + "vrf", + "", + "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", + "", + "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", + "", + "static" + ], + "help": "Statically configured routes", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "route", + "vrf", + "", + "summary" + ], + "help": "Summary of all routes", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "route", + "vrf", + "", + "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", + "", + "table", + "" + ], + "help": "The table number to display", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ipv6", + "route", + "vrf", + "", + "tag", + "" + ], + "help": "Tag value", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "isis", + "database", + "detail" + ], + "help": "Show 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", + "" + ], + "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": "Show 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", + "" + ], + "help": "Show specific IS-IS interface", + "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", + "" + ], + "help": "Show specific IS-IS 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": "Show 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": "vtysh -c \"show isis neighbor\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "isis", + "neighbor", + "" + ], + "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": "vtysh -c \"show isis route\"", + "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", + "segment-routing", + "prefix-sids" + ], + "help": "Show prefix segment IDs", + "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", + "", + "database", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "isis", + "vrf", + "", + "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", + "", + "database", + "" + ], + "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", + "", + "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", + "", + "interface", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "isis", + "vrf", + "", + "interface" + ], + "help": "Show IS-IS interfaces", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "isis", + "vrf", + "", + "interface", + "" + ], + "help": "Show specific IS-IS interface", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "isis", + "vrf", + "", + "mpls-te", + "interface" + ], + "help": "Show interface information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "isis", + "vrf", + "", + "mpls-te", + "interface", + "" + ], + "help": "Show specific IS-IS interface", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "isis", + "vrf", + "", + "mpls-te", + "router" + ], + "help": "Show router information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "isis", + "vrf", + "", + "neighbor", + "detail" + ], + "help": "Show detailed information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "isis", + "vrf", + "", + "neighbor" + ], + "help": "Show IS-IS neighbor adjacencies", + "run": "vtysh -c \"show isis neighbor\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "isis", + "vrf", + "", + "neighbor", + "" + ], + "help": "Show specific IS-IS neighbor adjacency", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "isis", + "vrf", + "", + "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", + "", + "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", + "", + "route" + ], + "help": "Show IS-IS routing table", + "run": "vtysh -c \"show isis route\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "isis", + "vrf", + "", + "segment-routing", + "node" + ], + "help": "Show node information", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "isis", + "vrf", + "", + "segment-routing", + "prefix-sids" + ], + "help": "Show prefix segment IDs", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "isis", + "vrf", + "", + "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", + "", + "summary" + ], + "help": "Show IS-IS information summary", + "run": "${vyos_op_scripts_dir}/vtysh_wrapper.sh $@", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "isis", + "vrf", + "", + "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", + "", + "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", + "", + "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", + "detail" + ], + "help": "Show LLDP neighbor details", + "run": "${vyos_op_scripts_dir}/lldp_op.py --detail", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "lldp", + "neighbors", + "interface", + "" + ], + "help": "Show LLDP for specified interface", + "run": "${vyos_op_scripts_dir}/lldp_op.py --interface $5", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "lldp", + "neighbors" + ], + "help": "Show LLDP neighbors", + "run": "${vyos_op_scripts_dir}/lldp_op.py --all", + "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", + "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 serial console server", + "run": "journalctl --no-hostname --boot --follow --unit conserver-server.service", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "log", + "container", + "" + ], + "help": "Show logs from a given container", + "run": "sudo podman logs --names \"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "log", + "dhcp", + "client", + "interface", + "" + ], + "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", + "" + ], + "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", + "run": "cat $(printf \"%s\\n\" /var/log/messages* | sort -nr) | grep -e \"ddclient\"", + "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", + "" + ], + "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", + "", + "rule", + "" + ], + "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", + "" + ], + "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", + "", + "rule", + "" + ], + "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", + "", + "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", + "", + "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", + "" + ], + "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", + "", + "tail", + "" + ], + "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", + "kernel" + ], + "help": "Show log for Linux Kernel", + "run": "journalctl --no-hostname --boot --dmesg", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "log", + "lldp" + ], + "help": "Show log for LLDP", + "run": "journalctl --no-hostname --boot --unit lldpd.service", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "log", + "macsec", + "interface", + "" + ], + "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 NHRP", + "run": "journalctl --no-hostname --boot --unit opennhrp.service", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "log" + ], + "help": "Show contents of current master log file", + "run": "journalctl --no-hostname --boot", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "log", + "openvpn", + "interface", + "" + ], + "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", + "" + ], + "help": "Show PPPoE log on specific interface", + "run": "journalctl --no-hostname --boot --unit \"ppp@$6.service\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "log", + "pppoe" + ], + "help": "Show log for PPPoE", + "run": "journalctl --no-hostname --boot --unit \"ppp@pppoe*.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", + "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", + "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", + "" + ], + "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", + "all" + ], + "help": "Show log for ALL", + "run": "journalctl --no-hostname --boot --unit strongswan-starter.service --unit accel-ppp@*.service", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "log", + "vpn", + "ipsec" + ], + "help": "Show log for IPsec", + "run": "journalctl --no-hostname --boot --unit strongswan-starter.service", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "log", + "vpn", + "l2tp" + ], + "help": "Show log for L2TP", + "run": "journalctl --no-hostname --boot --unit accel-ppp@l2tp.service", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "log", + "vpn", + "pptp" + ], + "help": "Show log for PPTP", + "run": "journalctl --no-hostname --boot --unit accel-ppp@pptp.service", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "log", + "vpn", + "sstp" + ], + "help": "Show log for SSTP", + "run": "journalctl --no-hostname --boot --unit accel-ppp@sstp.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", + "", + "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", + "", + "neighbor", + "" + ], + "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", + "" + ], + "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", + "", + "remote-label", + "" + ], + "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", + "", + "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", + "", + "local-label", + "" + ], + "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", + "" + ], + "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", + "", + "remote-label", + "" + ], + "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", + "", + "detail" + ], + "help": "Show detailed information", + "run": "vtysh -c \"show mpls ldp binding $5 detail\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "mpls", + "ldp", + "binding", + "" + ], + "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", + "", + "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", + "", + "local-label", + "" + ], + "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", + "", + "neighbor", + "" + ], + "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", + "" + ], + "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", + "", + "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", + "", + "detail" + ], + "help": "Show detailed information", + "run": "vtysh -c \"show mpls ldp neighbor $5 detail\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "mpls", + "ldp", + "neighbor", + "" + ], + "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": "${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": "${vyos_op_scripts_dir}/show_nat_statistics.py --destination", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "nat", + "destination", + "translations", + "address", + "" + ], + "help": "Show active NAT destination translations for an IP address", + "run": "${vyos_op_scripts_dir}/show_nat_translations.py --type=destination --verbose --ipaddr=\"$6\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "nat", + "destination", + "translations", + "detail" + ], + "help": "Show active destination NAT translations detail", + "run": "${vyos_op_scripts_dir}/show_nat_translations.py --type=destination --verbose", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "nat", + "destination", + "translations" + ], + "help": "Show active destination NAT translations", + "run": "${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": "${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": "${vyos_op_scripts_dir}/nat.py show_statistics --direction source --family inet", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "nat", + "source", + "translations", + "address", + "" + ], + "help": "Show active source NAT translations for an IP address", + "run": "${vyos_op_scripts_dir}/show_nat_translations.py --type=source --verbose --ipaddr=\"$6\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "nat", + "source", + "translations", + "detail" + ], + "help": "Show active source NAT translations detail", + "run": "${vyos_op_scripts_dir}/show_nat_translations.py --type=source --verbose", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "nat", + "source", + "translations" + ], + "help": "Show active source NAT translations", + "run": "${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": "${vyos_op_scripts_dir}/show_nat66_statistics.py --destination", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "nat66", + "destination", + "translations", + "address", + "" + ], + "help": "Show active NAT66 destination translations for an IPv6 address", + "run": "${vyos_op_scripts_dir}/show_nat66_translations.py --type=destination --verbose --ipaddr=\"$6\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "nat66", + "destination", + "translations", + "detail" + ], + "help": "Show active destination NAT66 translations detail", + "run": "${vyos_op_scripts_dir}/show_nat66_translations.py --type=destination --verbose", + "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": "${vyos_op_scripts_dir}/show_nat66_statistics.py --source", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "nat66", + "source", + "translations", + "address", + "" + ], + "help": "Show active source NAT66 translations for an IPv6 address", + "run": "${vyos_op_scripts_dir}/show_nat66_translations.py --type=source --verbose --ipaddr=\"$6\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "nat66", + "source", + "translations", + "detail" + ], + "help": "Show active source NAT66 translations detail", + "run": "${vyos_op_scripts_dir}/show_nat66_translations.py --type=source --verbose", + "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": "if pgrep opennhrp >/dev/null; then sudo opennhrpctl interface show; else echo OpenNHRP is not running; fi", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "nhrp", + "tunnel" + ], + "help": "Show NHRP tunnel connection information", + "run": "if pgrep opennhrp >/dev/null; then sudo opennhrpctl show ; else echo OpenNHRP is not running; fi", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ntp", + "info" + ], + "help": "Show NTP operational summary", + "run": "${vyos_op_scripts_dir}/show_ntp.sh --info", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ntp" + ], + "help": "Show peer status of NTP daemon", + "run": "${vyos_op_scripts_dir}/show_ntp.sh --basic", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "ntp", + "server", + "" + ], + "help": "Show date and time of specified NTP server", + "run": "${vyos_op_scripts_dir}/show_ntp.sh --server \"$4\"", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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", + "", + "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}/show_openvpn.py --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}/show_openvpn.py --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}/show_openvpn.py --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", + "" + ], + "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", + "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", + "" + ], + "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", + "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" + ], + "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", + "" + ], + "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", + "", + "rule", + "" + ], + "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", + "" + ], + "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", + "", + "rule", + "" + ], + "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", + "" + ], + "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", + "queueing", + "bonding" + ], + "help": "Show bonding queueing information", + "run": "${vyatta_bindir}/vyatta-show-queueing.pl --type=bonding", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "bonding", + "" + ], + "help": "Show specified bonding interface information", + "run": "${vyatta_bindir}/vyatta-show-queueing.pl \"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "bonding", + "", + "vif" + ], + "help": "Show specified virtual network interface (vif) information", + "run": "echo error: Must supply a vif number ;", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "bonding", + "", + "vif", + "" + ], + "help": "Show specified virtual network interface (vif) queueing", + "run": "${vyatta_bindir}/vyatta-show-queueing.pl \"$4.$6\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "ethernet" + ], + "help": "Show ethernet queueing information", + "run": "${vyatta_bindir}/vyatta-show-queueing.pl --type=ethernet", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "ethernet", + "" + ], + "help": "Show specified ethernet interface information", + "run": "${vyatta_bindir}/vyatta-show-queueing.pl \"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "ethernet", + "", + "vif" + ], + "help": "Show specified virtual network interface (vif) information", + "run": "echo error: Must supply a vif number ;", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "ethernet", + "", + "vif", + "" + ], + "help": "Show specified virtual network interface (vif) queueing", + "run": "${vyatta_bindir}/vyatta-show-queueing.pl \"$4.$6\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "input" + ], + "help": "Show input queueing information", + "run": "${vyatta_bindir}/vyatta-show-queueing.pl --type=input", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "input", + "" + ], + "help": "Show specified input interface information", + "run": "${vyatta_bindir}/vyatta-show-queueing.pl \"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing" + ], + "help": "Show ethernet queueing information", + "run": "${vyatta_bindir}/vyatta-show-queueing.pl --brief", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "pppoe" + ], + "help": "Show pppoe interface queueing information", + "run": "${vyatta_bindir}/vyatta-show-queueing.pl --type=pppoe", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "pppoe", + "" + ], + "help": "Show specified pppoe interface information", + "run": "${vyatta_bindir}/vyatta-show-queueing.pl \"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "pppoe", + "", + "vif" + ], + "help": "Show specified virtual network interface (vif) information", + "run": "echo error: Must supply a vif number ;", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "pppoe", + "", + "vif", + "" + ], + "help": "Show specified virtual network interface (vif) queueing", + "run": "${vyatta_bindir}/vyatta-show-queueing.pl \"$4.$6\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "pseudo-ethernet" + ], + "help": "Show tunnel queueing information", + "run": "${vyatta_bindir}/vyatta-show-queueing.pl --type=pseudo-ethernet", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "tunnel" + ], + "help": "Show tunnel queueing information", + "run": "${vyatta_bindir}/vyatta-show-queueing.pl --type=tunnel", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "vrrp" + ], + "help": "Show vrrp interface queueing information", + "run": "${vyatta_bindir}/vyatta-show-queueing.pl --type=vrrp", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "vrrp", + "" + ], + "help": "Show specified vrrp interface information", + "run": "${vyatta_bindir}/vyatta-show-queueing.pl \"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "vti" + ], + "help": "Show vti queueing information", + "run": "${vyatta_bindir}/vyatta-show-queueing.pl --type=vti", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "wireless" + ], + "help": "Show wireless queueing information", + "run": "${vyatta_bindir}/vyatta-show-queueing.pl --type=wireless", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "wireless", + "" + ], + "help": "Show specified wireless interface information", + "run": "${vyatta_bindir}/vyatta-show-queueing.pl \"$4\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "wireless", + "", + "vif" + ], + "help": "Show specified virtual network interface (vif) information", + "run": "echo error: Must supply a vif number ;", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "queueing", + "wireless", + "", + "vif", + "" + ], + "help": "Show specified virtual network interface (vif) queueing", + "run": "${vyatta_bindir}/vyatta-show-queueing.pl \"$4.$6\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "raid", + "" + ], + "help": "Show status of RAID set", + "run": "${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", + "", + "remote-platform", + "" + ], + "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", + "route-map" + ], + "help": "Show route-map information", + "run": "vtysh -c \"show route-map\"", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "route-map", + "" + ], + "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", + "snmp", + "community", + "", + "host", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "config" + ], + "help": "Intel QAT configuration", + "run": "${vyos_op_scripts_dir}/show_acceleration.py --conf --dev $6", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "system", + "acceleration", + "qat", + "device", + "", + "flows" + ], + "help": "Intel QAT flows", + "run": "${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": "${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": "${vyos_op_scripts_dir}/show_acceleration.py --hw", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "system", + "acceleration", + "qat", + "status" + ], + "help": "Intel QAT status", + "run": "${vyos_op_scripts_dir}/show_acceleration.py --status", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "system", + "commit", + "diff", + "" + ], + "help": "config file changes at a given revision", + "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "system", + "commit", + "file", + "", + "compare", + "", + "commands" + ], + "help": "compare config file revisions", + "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "system", + "commit", + "file", + "", + "compare", + "" + ], + "help": "compare config file revisions", + "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "system", + "commit", + "file", + "" + ], + "help": "show commit revision file", + "run": "if [ \"$VYATTA_USER_LEVEL_DIR\" == \"/opt/vyatta/etc/shell/level/admin\" ];", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "system", + "commit" + ], + "help": "Show commit revisions log", + "run": "${vyatta_sbindir}/vyatta-config-mgmt.pl --action=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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "" + ], + "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", + "", + "tunnel", + "" + ], + "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", + "" + ], + "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 pgrep charon >/dev/null ; then echo \"Running: $(pgrep charon)\" ; else echo \"Process is not running\" ; fi", + "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" + ], + "help": "Show active VPN server sessions", + "run": "${vyos_op_scripts_dir}/show_vpn_ra.py", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "vpn", + "ipsec", + "sa" + ], + "help": "Show all active IPsec Security Associations (SA)", + "run": "if pgrep charon >/dev/null ; 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", + "sa", + "verbose" + ], + "help": "Show Verbose Detail on all active IPsec Security Associations", + "run": "if pgrep charon >/dev/null ; then sudo /usr/sbin/ipsec statusall ; 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 pgrep charon >/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", + "" + ], + "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", + "", + "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_policy.py --action show", + "type": null, + "val_help": null + }, + { + "cmd": [ + "show", + "zone-policy", + "zone", + "" + ], + "help": "Show summary of zone policy for a specific zone", + "run": "sudo ${vyos_op_scripts_dir}/zone_policy.py --action show --name $4", + "type": null, + "val_help": null + }, + { + "cmd": [ + "telnet", + "to", + "" + ], + "help": "Telnet to a host", + "run": "/usr/bin/telnet $3", + "type": null, + "val_help": null + }, + { + "cmd": [ + "telnet", + "to", + "", + "port", + "" + ], + "help": "Telnet to a host:port", + "run": "/usr/bin/telnet $3 $5", + "type": null, + "val_help": null + }, + { + "cmd": [ + "traceroute", + "" + ], + "help": "Trace network path to node", + "run": "${vyos_op_scripts_dir}/traceroute.py ${@:2}", + "type": null, + "val_help": null + }, + { + "cmd": [ + "traceroute", + "", + "" + ], + "help": "Traceroute options", + "run": "${vyos_op_scripts_dir}/traceroute.py ${@:2}", + "type": null, + "val_help": null + }, + { + "cmd": [ + "update", + "container", + "image", + "" + ], + "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}/dynamic_dns.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": [ + "wake-on-lan", + "interface", + "", + "host", + "" + ], + "help": "Station (MAC) address to wake up", + "run": "sudo /usr/sbin/etherwake -i \"$3\" \"$5\"", + "type": null, + "val_help": null + } + ], + "os": "1.4-rolling-202210090955" +} \ No newline at end of file -- cgit v1.2.3