CLI Reference
466 commands across 49 groups, generated straight from ze help command --json -- the same live command registry the binary itself uses, including the pipe operators available to each command. Full machine-readable list: data/cli-commands.json.
Pipe operators
Each command row names the operators it accepts after |. Availability comes from the live command registry: operators may require row data, a streaming answer, or expansion by the operator's local process.
Operator reference 17
| Operator | Class | Available | Description |
|---|---|---|---|
json | Output and control | Always | JSON output |
ndjson | Output and control | Always | One JSON object per line |
table | Output and control | Always | Render as table |
text | Output and control | Always | Space-aligned columns |
yaml | Output and control | Always | YAML output |
raw | Output and control | Always | Dispatcher JSON, unformatted |
no-more | Output and control | Always | Disable paging |
log | Streaming | While streaming | Append each update instead of replacing it, where the command keeps answering |
save | Output and control | Always, Local process only | Write the answer to a file |
match | Row data | Always, With rows | Keep the rows holding this text |
count | Row data | Always, With rows | Count the rows |
first | Row data | Always, With rows | Take first N rows |
last | Row data | Always, With rows | Take last N rows |
display | Row data | Always, With rows | Answer with these fields, in this order |
fill | Row data | Always, With rows | Bring the remaining columns back, in the command's order or a named one |
resolve | Row data | Always | Reverse DNS for IP addresses |
origin | Row data | Always | ASN and network for IP addresses |
clear l2tp 4
| Command | Mode | Description | Pipes |
|---|---|---|---|
clear l2tp session all | Daemon | Disconnect every L2TP session on this box.clear l2tp session all | 15 operatorsAlways With rows While streaming Local process only |
clear l2tp session id | Daemon | Disconnect one subscriber session.clear l2tp session id | 15 operatorsAlways With rows While streaming Local process only |
clear l2tp tunnel all | Daemon | Tear down every L2TP tunnel on this box.clear l2tp tunnel all | 15 operatorsAlways With rows While streaming Local process only |
clear l2tp tunnel id | Daemon | Gracefully tear down one L2TP tunnel.clear l2tp tunnel id | 15 operatorsAlways With rows While streaming Local process only |
clear (other) 19
| Command | Mode | Description | Pipes |
|---|---|---|---|
clear bgp healthcheck | Daemon | Reset healthcheck probe to INITclear bgp healthcheck | 15 operatorsAlways With rows While streaming Local process only |
clear bgp rib in | Daemon | Remove all routes received from a peer.clear bgp rib inTask supportforbidden: the MCP server never answers with a task handle | 15 operatorsAlways With rows While streaming Local process only |
clear bgp rib out | Daemon | Re-advertise all routes to a peer.clear bgp rib outTask supportforbidden: the MCP server never answers with a task handle | 15 operatorsAlways With rows While streaming Local process only |
clear debug | Offline | Clear the default debug profile. | None |
clear dns cache | Daemon | Flush all DNS cache entries and reset all DNS cache counters.clear dns cacheSubcommands | 15 operatorsAlways With rows While streaming Local process only |
clear dns cache record | Daemon | Evict DNS cache entries for one record name, or one name and type when a type is provided.clear dns cache record <name> [type <A|AAAA|MX|NS|TXT|CNAME|PTR>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
clear dns cache stats | Daemon | Reset DNS cache hit, miss, eviction, and expiry counters without removing cached entries.clear dns cache stats | 15 operatorsAlways With rows While streaming Local process only |
clear firewall domain-group | Daemon | Remove the addresses Ze cached for a domain group.clear firewall domain-group <name>Arguments | 15 operatorsAlways With rows While streaming Local process only |
clear firewall irr as-set | Daemon | Remove the cached IRR prefix-list for an AS-SET.clear firewall irr as-set <as-set>Arguments | 15 operatorsAlways With rows While streaming Local process only |
clear firewall irr asn | Daemon | Remove the cached IRR prefix-list for an ASN.clear firewall irr asn <asn>Arguments | 15 operatorsAlways With rows While streaming Local process only |
clear interface counters | Daemon | Zero the Rx/Tx counters for every managed interface.clear interface counters | 15 operatorsAlways With rows While streaming Local process only |
clear interface name counters | Daemon | Zero the Rx/Tx counters for one interface.clear interface name <name> countersArguments | 15 operatorsAlways With rows While streaming Local process only |
clear isis adjacency | Daemon | Tear down every IS-IS adjacency so neighbors re-form.clear isis adjacency | 15 operatorsAlways With rows While streaming Local process only |
clear isis counters | Daemon | Reset IS-IS observational counters and the SPF log.clear isis counters | 15 operatorsAlways With rows While streaming Local process only |
clear ospf counters | Daemon | Reset the OSPF SPF-run history.clear ospf counters | 15 operatorsAlways With rows While streaming Local process only |
clear ospf neighbor | Daemon | Tear down every OSPF adjacency so neighbors re-form.clear ospf neighbor | 15 operatorsAlways With rows While streaming Local process only |
clear ospf process | Daemon | Full OSPF reset: tear down every adjacency and re-run SPF.clear ospf process | 15 operatorsAlways With rows While streaming Local process only |
clear vpn ipsec sa | Daemon | Tear down IKE Security Associations.clear vpn ipsec sa | 15 operatorsAlways With rows While streaming Local process only |
clear vrrp statistics | Daemon | Reset every VRRP virtual router's counters to zero.clear vrrp statistics | 15 operatorsAlways With rows While streaming Local process only |
create 10
| Command | Mode | Description | Pipes |
|---|---|---|---|
create bgp peer | Daemon | Add a peer to the running daemon.create bgp peer <selector> <asn> [local-as <local-as>] [local-address <local-address>] [router-id <router-id>] [receive-hold-time <receive-hold-time>] [send-hold-time <send-hold-time>] [connect-retry <connect-retry>] [connect <true|false>] [accept <true|false>] [family <family>] [graceful-restart <graceful-restart>] [group-updates <true|false>] [attach <attach>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
create interface address | Daemon | Add an IP address to an interface.create interface address <name> <prefix>Arguments | 15 operatorsAlways With rows While streaming Local process only |
create interface bridge name | Daemon | Create a Linux bridge for L2 forwarding.create interface bridge name <name>Arguments Backends Subcommands | 15 operatorsAlways With rows While streaming Local process only |
create interface bridge name address | Daemon | Add an IP address to the bridge.create interface bridge name <name> address <prefix>Arguments Backends | 15 operatorsAlways With rows While streaming Local process only |
create interface bridge name unit | Daemon | Add a VLAN sub-interface to the bridge.create interface bridge name <name> unit <vid>Arguments Backends | 15 operatorsAlways With rows While streaming Local process only |
create interface dummy name | Daemon | Create a dummy (loopback-style) interface.create interface dummy name <name>Arguments Backends Subcommands | 15 operatorsAlways With rows While streaming Local process only |
create interface dummy name address | Daemon | Add an IP address to the dummy.create interface dummy name <name> address <prefix>Arguments Backends | 15 operatorsAlways With rows While streaming Local process only |
create interface dummy name unit | Daemon | Add a VLAN sub-interface to the dummy.create interface dummy name <name> unit <vid>Arguments Backends | 15 operatorsAlways With rows While streaming Local process only |
create interface unit | Daemon | Add a VLAN sub-interface (802.1Q tagged).create interface unit <name> <vid>Arguments | 15 operatorsAlways With rows While streaming Local process only |
create interface veth name | Daemon | Create a veth pair (two linked virtual Ethernet interfaces).create interface veth name <name> <peer>Arguments Backends | 15 operatorsAlways With rows While streaming Local process only |
debug 4
| Command | Mode | Description | Pipes |
|---|---|---|---|
debug ip ospf inject opaque | Daemon | Inject a crafted IPv4 opaque LSA into the local LSDB (RFC 5250).debug ip ospf inject opaque scope <link|area|as> id <opaque-id> [type <type>] [hex <body> ...] [tlv <type> <value-hex> ...] [withdraw]Subcommands | 15 operatorsAlways With rows While streaming Local process only |
debug ipv6 ospf inject lsa | Daemon | Inject a crafted OSPFv3 LSA into the local LSDB (RFC 5340).debug ipv6 ospf inject lsa type <ls-type> id <link-state-id> [scope <link|area|as>] [hex <body> ...] [withdraw]Subcommands | 15 operatorsAlways With rows While streaming Local process only |
debug ospf inject disable | Daemon | Disable OSPF debug LSA injection.debug ospf inject disable | 15 operatorsAlways With rows While streaming Local process only |
debug ospf inject enable | Daemon | Enable OSPF debug LSA injection (shared across both address families).debug ospf inject enable | 15 operatorsAlways With rows While streaming Local process only |
delete 6
| Command | Mode | Description | Pipes |
|---|---|---|---|
delete bgp peer | Daemon | Remove a peer from the running config.delete bgp peer <selector>Arguments | 15 operatorsAlways With rows While streaming Local process only |
delete debug module | Offline | Disable debug for a subsystem, or remove one of its flags/scopes. | None |
delete debug profile name | Offline | Delete a named debug profile. | None |
delete interface name | Daemon | Delete an interface from the kernel.delete interface name <name>Arguments Subcommands | 15 operatorsAlways With rows While streaming Local process only |
delete interface name address | Daemon | Remove an IP address from an interface.delete interface name <name> address <prefix>Arguments | 15 operatorsAlways With rows While streaming Local process only |
delete interface name unit | Daemon | Remove a VLAN sub-interface.delete interface name <name> unit <vid>Arguments | 15 operatorsAlways With rows While streaming Local process only |
doctor 1
| Command | Mode | Description | Pipes |
|---|---|---|---|
doctor | Offline | Check that this system is ready to run Ze. | None |
explain 1
| Command | Mode | Description | Pipes |
|---|---|---|---|
explain | Offline | Explain one diagnostic code Ze printed. | None |
generate 1
| Command | Mode | Description | Pipes |
|---|---|---|---|
generate wireguard keypair | Offline | Generate a WireGuard keypair with the system wg binary. | None |
help 3
| Command | Mode | Description | Pipes |
|---|---|---|---|
help | Read-only | Show available commands at this level.help | 15 operatorsAlways With rows While streaming Local process only |
help ai | Offline | Print the agent reference this binary builds from its own registries. | None |
help command | Offline | List every command this binary carries with its summary. | None |
monitor 8
| Command | Mode | Description | Pipes |
|---|---|---|---|
monitor bgp | Read-only | Live BGP peer dashboard that refreshes automatically.monitor bgpTask supportrequired: the MCP server always answers with a task handle | 15 operatorsAlways With rows While streaming Local process only |
monitor event | Read-only | Stream live events as they happen.monitor eventTask supportrequired: the MCP server always answers with a task handle | 15 operatorsAlways With rows While streaming Local process only |
monitor interface rate | Read-only | Stream per-second traffic rates for your interfaces.monitor interface rateTask supportrequired: the MCP server always answers with a task handle | 15 operatorsAlways With rows While streaming Local process only |
monitor ping | Read-only | Continuous ping with live loss and RTT statistics.monitor pingTask supportrequired: the MCP server always answers with a task handle | 17 operators · answer: tab · 1 address fieldAnswer shape Address fields Always While streaming Local process only |
monitor system netlink | Read-only | Watch kernel networking changes in real time.monitor system netlinkTask supportrequired: the MCP server always answers with a task handle | 15 operatorsAlways With rows While streaming Local process only |
monitor traceroute | Read-only | Live mtr-style traceroute that updates continuously.monitor tracerouteTask supportrequired: the MCP server always answers with a task handle | 17 operators · answer: tab · 1 address fieldAnswer shape Address fields Always While streaming Local process only |
monitor traffic stat | Read-only | Start streaming traffic monitor (per-second snapshots).monitor traffic stat [name <name>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
monitor vpn ipsec | Read-only | Watch IPsec SA events as they happen.monitor vpn ipsecTask supportrequired: the MCP server always answers with a task handle | 15 operatorsAlways With rows While streaming Local process only |
plugin 10
| Command | Mode | Description | Pipes |
|---|---|---|---|
plugin ack | Read-only | Choose sync or async event delivery.plugin ack | 15 operatorsAlways With rows While streaming Local process only |
plugin command complete | Read-only | List the completion candidates for a partial plugin command.plugin command complete | 15 operatorsAlways With rows While streaming Local process only |
plugin command help | Read-only | Show one plugin command's summary, explanation, arguments, and source plugin.plugin command help | 15 operatorsAlways With rows While streaming Local process only |
plugin command list | Read-only | List every command a plugin registered, with its summary.plugin command list | 15 operatorsAlways With rows While streaming Local process only |
plugin encoding | Read-only | Choose json or text encoding for plugin events.plugin encoding | 15 operatorsAlways With rows While streaming Local process only |
plugin format | Read-only | Choose how BGP message bytes appear in events.plugin format | 15 operatorsAlways With rows While streaming Local process only |
plugin help | Read-only | List the subcommands the plugin verb accepts.plugin help | 15 operatorsAlways With rows While streaming Local process only |
plugin session bye | Read-only | Tell the daemon this session is disconnecting.plugin session bye | 15 operatorsAlways With rows While streaming Local process only |
plugin session ping | Read-only | Answer a health check with the daemon process id.plugin session ping | 15 operatorsAlways With rows While streaming Local process only |
plugin session ready | Read-only | Signal that this plugin process finished its initialization.plugin session ready | 15 operatorsAlways With rows While streaming Local process only |
request bgp 18
| Command | Mode | Description | Pipes |
|---|---|---|---|
request bgp adj-rib-in accept-routes | Daemon | Install one pending route under the validation state given.request bgp adj-rib-in accept-routes | 15 operatorsAlways With rows While streaming Local process only |
request bgp adj-rib-in batch-validate | Daemon | Apply up to 256 validation decisions in one call.request bgp adj-rib-in batch-validate | 15 operatorsAlways With rows While streaming Local process only |
request bgp adj-rib-in enable-validation | Daemon | Turn the validation gate on, so each new route waits in the pending state.request bgp adj-rib-in enable-validation | 15 operatorsAlways With rows While streaming Local process only |
request bgp adj-rib-in reject-routes | Daemon | Discard one pending route and do not install it.request bgp adj-rib-in reject-routes | 15 operatorsAlways With rows While streaming Local process only |
request bgp adj-rib-in replay | Daemon | Replay the stored routes of every other peer to one target peer.request bgp adj-rib-in replay | 15 operatorsAlways With rows While streaming Local process only |
request bgp adj-rib-in revalidate | Daemon | Answer the installed routes of one prefix, so a validator can validate them again.request bgp adj-rib-in revalidate | 15 operatorsAlways With rows While streaming Local process only |
request bgp rib fastpath | Daemon | Enable/disable/report the zero-copy forward-handle fast path (rib-arch-6): <enable|disable|status>request bgp rib fastpath | 15 operatorsAlways With rows While streaming Local process only |
request bgp rib inject | Daemon | Inject a synthetic route into the Adj-RIB-In.request bgp rib injectTask supportforbidden: the MCP server never answers with a task handle | 15 operatorsAlways With rows While streaming Local process only |
request bgp rib mark-stale | Daemon | Mark peer routes at stale levelrequest bgp rib mark-stale | 15 operatorsAlways With rows While streaming Local process only |
request bgp rib purge-stale | Daemon | Purge stale routes for peerrequest bgp rib purge-stale | 15 operatorsAlways With rows While streaming Local process only |
request bgp rib release-routes | Daemon | Release retained peer RIBrequest bgp rib release-routes | 15 operatorsAlways With rows While streaming Local process only |
request bgp rib retain-routes | Daemon | Mark peer RIB for retentionrequest bgp rib retain-routes | 15 operatorsAlways With rows While streaming Local process only |
request bgp rib withdraw | Daemon | Withdraw a route from the Adj-RIB-In.request bgp rib withdrawTask supportforbidden: the MCP server never answers with a task handle | 15 operatorsAlways With rows While streaming Local process only |
request bgp rib withdraw-protocol | Daemon | Withdraw all routes for a peer under a protocolrequest bgp rib withdraw-protocol | 15 operatorsAlways With rows While streaming Local process only |
request bgp rib withdraw-router | Daemon | Withdraw all routes for a router under a protocolrequest bgp rib withdraw-router | 15 operatorsAlways With rows While streaming Local process only |
request bgp rpki validate | Daemon | Validate a prefix against the ROA cacherequest bgp rpki validate <prefix> <origin-asn> | 15 operatorsAlways With rows While streaming Local process only |
request bgp watchdog announce | Daemon | Announce routes in watchdog grouprequest bgp watchdog announce | 15 operatorsAlways With rows While streaming Local process only |
request bgp watchdog withdraw | Daemon | Withdraw routes in watchdog grouprequest bgp watchdog withdraw | 15 operatorsAlways With rows While streaming Local process only |
request interface 5
| Command | Mode | Description | Pipes |
|---|---|---|---|
request interface down | Daemon | Shut down an interface.request interface <name> downArguments | 15 operatorsAlways With rows While streaming Local process only |
request interface mac | Daemon | Set the MAC address on an interface.request interface <name> mac <address>Arguments | 15 operatorsAlways With rows While streaming Local process only |
request interface migrate | Daemon | Move IP addresses between interfaces with minimal downtime.request interface migrate from <source> to <destination> address <prefix> [create <dummy|veth|bridge>] [timeout <duration>]Subcommands | 15 operatorsAlways With rows While streaming Local process only |
request interface mtu | Daemon | Set the MTU on an interface.request interface <name> mtu <bytes>Arguments | 15 operatorsAlways With rows While streaming Local process only |
request interface up | Daemon | Bring an interface up.request interface <name> upArguments | 15 operatorsAlways With rows While streaming Local process only |
request peer 9
| Command | Mode | Description | Pipes |
|---|---|---|---|
request peer borr | Daemon | Start an Enhanced Route Refresh cycle (RFC 7313).request peer <selector> borrArguments | 15 operatorsAlways With rows While streaming Local process only |
request peer clear soft | Daemon | Soft-clear a peer without dropping the session.request peer <selector> clear softArguments | 15 operatorsAlways With rows While streaming Local process only |
request peer eorr | Daemon | Finish an Enhanced Route Refresh cycle (RFC 7313).request peer <selector> eorrArguments | 15 operatorsAlways With rows While streaming Local process only |
request peer flush | Daemon | Wait until all queued updates for a peer are sent.request peer <selector> flushArguments | 15 operatorsAlways With rows While streaming Local process only |
request peer pause | Daemon | Pause reading from a peer's TCP socket.request peer <selector> pauseArguments | 15 operatorsAlways With rows While streaming Local process only |
request peer plugin session ready | Daemon | Signal that per-peer plugin setup is complete.request peer <selector> plugin session readyArguments | 15 operatorsAlways With rows While streaming Local process only |
request peer refresh | Daemon | Ask a peer to re-send all routes (RFC 2918).request peer <selector> refreshArguments | 15 operatorsAlways With rows While streaming Local process only |
request peer resume | Daemon | Resume reading from a previously paused peer.request peer <selector> resumeArguments | 15 operatorsAlways With rows While streaming Local process only |
request peer teardown | Daemon | Tear down a peer session.request peer <selector> teardown <cease-subcode>Arguments | 15 operatorsAlways With rows While streaming Local process only |
request (other) 17
| Command | Mode | Description | Pipes |
|---|---|---|---|
request as112 healthcheck | Daemon | Send one authoritative query and check the AS112 answer.request as112 healthcheck [target <target>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
request cache expire | Daemon | Remove a cached message immediately.request cache expire <id>Arguments | 15 operatorsAlways With rows While streaming Local process only |
request cache release | Daemon | Ack without forwarding (cache consumer) or undo retain (API).request cache release <id>Arguments | 15 operatorsAlways With rows While streaming Local process only |
request cache retain | Daemon | Prevent eviction of a cached message.request cache retain <id>Arguments | 15 operatorsAlways With rows While streaming Local process only |
request commit | Daemon | Group route changes into named atomic commits.request commit | 15 operatorsAlways With rows While streaming Local process only |
request config archive | Daemon | Save a snapshot of the current running configuration.request config archive | 15 operatorsAlways With rows While streaming Local process only |
request halt | Daemon | Dump goroutine stacks to stderr and terminate immediately.request halt | 15 operatorsAlways With rows While streaming Local process only |
request l2tp outgoing-call remote called | Daemon | Place an LNS-side outgoing call (RFC 2661 S10.4).request l2tp outgoing-call remote <remote> called <called>Arguments | 15 operatorsAlways With rows While streaming Local process only |
request log level | Daemon | Change a subsystem's log level without restarting.request log level <logger> <disabled|debug|info|warn|err>Arguments | 15 operatorsAlways With rows While streaming Local process only |
request mrt dump-rib | Daemon | Write the current RIB to the MRT table dump file.request mrt dump-rib | 15 operatorsAlways With rows While streaming Local process only |
request ospf graceful-restart | Daemon | Trigger a planned OSPFv2 graceful restart (RFC 3623 section 2.1).request ospf graceful-restart | 15 operatorsAlways With rows While streaming Local process only |
request quiesce | Daemon | Block until every subsystem has drained pending async work, then reply.request quiesce | 15 operatorsAlways With rows While streaming Local process only |
request reboot | Daemon | Gracefully shutdown then reboot the system.request reboot | 15 operatorsAlways With rows While streaming Local process only |
request reload | Daemon | Reload the configuration without restarting.request reload | 15 operatorsAlways With rows While streaming Local process only |
request shutdown | Daemon | Gracefully shutdown: drain connections, close peers, exit.request shutdown | 15 operatorsAlways With rows While streaming Local process only |
request subscribe | Daemon | Start receiving events of one or more types.request subscribeTask supportrequired: the MCP server always answers with a task handle | 15 operatorsAlways With rows While streaming Local process only |
request unsubscribe | Daemon | Stop receiving events you previously subscribed to.request unsubscribe | 15 operatorsAlways With rows While streaming Local process only |
resolve 11
| Command | Mode | Description | Pipes |
|---|---|---|---|
resolve cymru asn-name | Read-only | Find out who owns an AS number.resolve cymru asn-name <asn>Arguments | 15 operatorsAlways With rows While streaming Local process only |
resolve dns a | Read-only | Look up IPv4 addresses (A records) for a hostname.resolve dns a <hostname>Arguments | 15 operatorsAlways With rows While streaming Local process only |
resolve dns aaaa | Read-only | Look up IPv6 addresses (AAAA records) for a hostname.resolve dns aaaa <hostname>Arguments | 15 operatorsAlways With rows While streaming Local process only |
resolve dns ptr | Read-only | Reverse-lookup an IP address to its hostname (PTR).resolve dns ptr <ip-address>Arguments | 15 operatorsAlways With rows While streaming Local process only |
resolve dns txt | Read-only | Look up TXT records for a hostname.resolve dns txt <hostname>Arguments | 15 operatorsAlways With rows While streaming Local process only |
resolve irr expand | Read-only | Expand an AS-SET into its member AS numbers.resolve irr expand | 15 operatorsAlways With rows While streaming Local process only |
resolve irr prefix | Read-only | Get all prefixes announced by an AS-SET's members.resolve irr prefix | 15 operatorsAlways With rows While streaming Local process only |
resolve peeringdb as-set | Read-only | Find the IRR AS-SET registered for an ASN in PeeringDB.resolve peeringdb as-set <asn>Arguments | 15 operatorsAlways With rows While streaming Local process only |
resolve peeringdb max-prefix | Read-only | Get max-prefix limits for an ASN from PeeringDB.resolve peeringdb max-prefix <asn>Arguments | 15 operatorsAlways With rows While streaming Local process only |
resolve ping | Read-only | Ping from the router with optional source binding.resolve ping <target> [source <source>] [count <count>] [size <size>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
resolve traceroute | Read-only | Traceroute from the router with optional source binding.resolve traceroute <target> [source <source>] [max-hops <max-hops>] [timeout <timeout>] [probes <probes>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
send 9
| Command | Mode | Description | Pipes |
|---|---|---|---|
send bgp blackhole | Daemon | Originate a blackhole route on demand.send bgp <selector> blackhole <prefix> [tag <key> <value>] [for <duration>]Arguments Subcommands | 15 operatorsAlways With rows While streaming Local process only |
send bgp cached | Daemon | Send a cached UPDATE to the peers the selector matches.send bgp <selector> cached <id>Arguments | 15 operatorsAlways With rows While streaming Local process only |
send bgp flowspec | Daemon | Originate a FlowSpec rule on demand (RFC 8955).send bgp <selector> flowspec [destination-ipv4 <prefix> ...] [destination-ipv6 <prefix> ...] [destination-port <value> ...] [dscp <value> ...] [flow-label <value> ...] [fragment <value> ...] [icmp-code <value> ...] [icmp-type <value> ...] [next-header <value> ...] [packet-length <value> ...] [port <value> ...] [protocol <value> ...] [rd <value>] [source-ipv4 <prefix> ...] [source-ipv6 <prefix> ...] [source-port <value> ...] [tcp-flags <value> ...] (community <value>|rate-limit <bytes-per-second>|discard) [tag <key> <value>] [for <duration>]Arguments Subcommands | 15 operatorsAlways With rows While streaming Local process only |
send bgp raw | Daemon | Send raw bytes into a peer's TCP stream (dangerous).send bgp <selector> raw <hex|b64> <data> [type <open|update|notification|keepalive|route-refresh>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
send bgp unicast | Daemon | Originate a unicast route on demand.send bgp <selector> unicast <prefix> [next-hop <address>] [community <value> ...] [tag <key> <value>] [for <duration>]Arguments Subcommands | 15 operatorsAlways With rows While streaming Local process only |
send bgp update | Daemon | Send a pre-built BGP UPDATE to a peer.send bgp <selector> update <text|hex|b64|cursor>Arguments | 15 operatorsAlways With rows While streaming Local process only |
send bgp withdraw all | Daemon | Withdraw every on-demand announcement.send bgp <selector> withdraw allArguments | 15 operatorsAlways With rows While streaming Local process only |
send bgp withdraw id | Daemon | Withdraw one announcement by the id that show announcements reports.send bgp <selector> withdraw id <id>Arguments | 15 operatorsAlways With rows While streaming Local process only |
send bgp withdraw tag | Daemon | Withdraw the announcements carrying a tag.send bgp <selector> withdraw tag <key> [value <value>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
set 6
| Command | Mode | Description | Pipes |
|---|---|---|---|
set debug active name | Offline | Load a named debug profile and apply it to the running daemon. | None |
set debug module | Offline | Enable debug output for one subsystem. | None |
set debug profile name | Offline | Save the current debug state as a named profile. | None |
set debug timeout | Offline | Set how long debug output stays enabled. | None |
set sysctl | Daemon | Set a transient sysctl valueset sysctl <key> <value> | 15 operatorsAlways With rows While streaming Local process only |
set system file-descriptors | Daemon | Raise the file descriptor limit for the daemon process.set system file-descriptors [limit <limit|max>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show bfd 4
| Command | Mode | Description | Pipes |
|---|---|---|---|
show bfd profile | Read-only | Show BFD timer profiles with effective values.show bfd profileSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show bfd profile name | Read-only | Show one BFD profile by name.show bfd profile name <name>Arguments | 15 operatorsAlways With rows While streaming Local process only |
show bfd session address | Read-only | Show full detail for one BFD session.show bfd session address <address>Arguments | 15 operatorsAlways With rows While streaming Local process only |
show bfd sessions | Read-only | List all active BFD sessions.show bfd sessions | 15 operatorsAlways With rows While streaming Local process only |
show bgp 37
| Command | Mode | Description | Pipes |
|---|---|---|---|
show bgp | Read-only | BGP peers, sessions, RIB, and protocol tools.show bgpSubcommands | 2 aliases · 17 operators · answer: tab · 1 address fieldAnswer shape Address fields
Always While streaming Local process only |
show bgp adj-rib-in | Read-only | Show the routes held for each peer, with the wire bytes and validation state of each.show bgp adj-rib-in | 14 operators · answer: mapAnswer shape Always While streaming Local process only |
show bgp adj-rib-in status | Read-only | Show whether the Adj-RIB-In runs, its total route count, and the count for each peer.show bgp adj-rib-in status | 9 operators · answer: docAnswer shape Always While streaming Local process only |
show bgp decode | Read-only | Decode a hex-encoded BGP message into readable JSON.show bgp decode | None |
show bgp encode | Read-only | Turn a route announcement into wire-format hex.show bgp encode | None |
show bgp health | Read-only | Quick health check for all your BGP peers.show bgp health | 17 operators · answer: tab · 1 address fieldAnswer shape Address fields Always While streaming Local process only |
show bgp healthcheck | Read-only | Show healthcheck probe statusshow bgp healthcheck | 14 operators · answer: mapAnswer shape Always While streaming Local process only |
show bgp irr | Read-only | Show IRR filter status per ASN.show bgp irrSubcommands | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
show bgp irr check | Read-only | Check if a prefix is accepted by the IRR filter.show bgp irr check <peer> <prefix>Arguments | 9 operators · answer: docAnswer shape Always While streaming Local process only |
show bgp irr prefix | Read-only | Show IRR-resolved prefixes for a peer.show bgp irr prefix <peer>Arguments | 14 operators · answer: mapAnswer shape Always While streaming Local process only |
show bgp peer capabilities | Read-only | Show what capabilities were negotiated with a peer.show bgp peer <selector> capabilitiesArguments | 17 operators · answer: tab · 1 address fieldAnswer shape Address fields Always While streaming Local process only |
show bgp peer detail | Read-only | Show full detail for one or more peers.show bgp peer <selector> detailArguments | 17 operators · answer: tab · 2 address fieldsAnswer shape Address fields Always While streaming Local process only |
show bgp peer history | Read-only | Show FSM state transitions for a peer over time.show bgp peer <selector> historyArguments | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
show bgp peer list | Read-only | List your peers, one line each.show bgp peer list | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
show bgp peer rib | Read-only | Show RIB data scoped to one peer.show bgp peer <selector> rib [sent|advertised|received|sent-received]Arguments Subcommands | 17 operators · answer: tab · 2 address fieldsAnswer shape Address fields Always While streaming Local process only |
show bgp peer statistics | Read-only | Show UPDATE throughput for your peers.show bgp peer <selector> statisticsArguments | 17 operators · answer: tab · 1 address fieldAnswer shape Address fields Always While streaming Local process only |
show bgp reject-asn | Read-only | Show every reject-asn list.show bgp reject-asnSubcommands | 2 aliases · 15 operators · answer: tabAnswer shape
Always While streaming Local process only |
show bgp reject-asn known transit-free | Read-only | Print the curated transit-free ASNs as a config block.show bgp reject-asn known transit-free | 2 aliases · 9 operators · answer: docAnswer shape
Always While streaming Local process only |
show bgp reject-asn name | Read-only | Show one reject-asn list.show bgp reject-asn name <name>Arguments | 2 aliases · 9 operators · answer: docAnswer shape
Always While streaming Local process only |
show bgp rib | Read-only | Query routes in the BGP RIB.show bgp ribTask supportrequired: the MCP server always answers with a task handle Subcommands | 13 command pipes · 17 operators · answer: tab · 2 address fieldsAnswer shape Address fields advertisedcommunity <value>countfamily <value>first <value>graphhistogramlast <value>match <value>path <value>peer <value>prefix <value>receivedCommand pipe descriptions
Always While streaming Local process only |
show bgp rib best | Read-only | Show the winning route for each prefix.show bgp rib bestSubcommands | 12 command pipes · 17 operators · answer: tab · 2 address fieldsAnswer shape Address fields community <value>countfamily <value>first <value>graphhistogramlast <value>match <value>path <value>peer <value>prefix <value>reasonCommand pipe descriptions
Always While streaming Local process only |
show bgp rib best status | Read-only | Check whether best-path computation is still running.show bgp rib best status | 9 operators · answer: docAnswer shape Always While streaming Local process only |
show bgp rib commands | Read-only | List RIB commandsshow bgp rib commands | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
show bgp rib events | Read-only | List RIB event typesshow bgp rib events | 14 operators · answer: mapAnswer shape Always While streaming Local process only |
show bgp rib help | Read-only | Show RIB subcommandsshow bgp rib help | 14 operators · answer: mapAnswer shape Always While streaming Local process only |
show bgp rib protocol | Read-only | Show routes for a specific protocol: <protocol> [peer-selector] [pipeline-args...]show bgp rib protocol | 13 command pipes · 17 operators · answer: tab · 2 address fieldsAnswer shape Address fields advertisedcommunity <value>countfamily <value>first <value>graphhistogramlast <value>match <value>path <value>peer <value>prefix <value>receivedCommand pipe descriptions
Always While streaming Local process only |
show bgp rib rpf | Read-only | Reverse-path forwarding lookup in the Loc-RIB.show bgp rib rpf | 9 operators · answer: doc · 2 address fieldsAnswer shape Address fields Always While streaming Local process only |
show bgp rib status | Read-only | Get a quick RIB overview without dumping routes.show bgp rib status | 9 operators · answer: docAnswer shape Always While streaming Local process only |
show bgp rpki | Read-only | Show RPKI validation counters with one row for each cache servershow bgp rpki | 1 alias · 17 operators · answer: tab · 1 address fieldAnswer shape Address fields
Always While streaming Local process only |
show bgp rpki aspa | Read-only | Show ASPA cache or lookup providers for a customer ASshow bgp rpki aspa | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
show bgp rpki cache | Read-only | Show RTR cache server sessions with protocol detailsshow bgp rpki cache | 17 operators · answer: tab · 1 address fieldAnswer shape Address fields Always While streaming Local process only |
show bgp rpki roa | Read-only | Show ROA table entries or lookup covering VRPs for a prefixshow bgp rpki roa | 17 operators · answer: tab · 1 address fieldAnswer shape Address fields Always While streaming Local process only |
show bgp rpki status | Read-only | Show RPKI validation status and cache server overviewshow bgp rpki status | 9 operators · answer: docAnswer shape Always While streaming Local process only |
show bgp rpki summary | Read-only | Show RPKI validation summary with session and ASPA countsshow bgp rpki summary | 9 operators · answer: docAnswer shape Always While streaming Local process only |
show bgp rs peers | Read-only | Show peer statesshow bgp rs peers | 17 operators · answer: tab · 1 address fieldAnswer shape Address fields Always While streaming Local process only |
show bgp rs status | Read-only | Show RS statusshow bgp rs status | 9 operators · answer: docAnswer shape Always While streaming Local process only |
show bgp update-delay | Read-only | Show the startup convergence hold and what it waits for.show bgp update-delay | 9 operators · answer: docAnswer shape Always While streaming Local process only |
show bmp 4
| Command | Mode | Description | Pipes |
|---|---|---|---|
show bmp collectors | Read-only | Show BMP collector connection status.show bmp collectors | 15 operatorsAlways With rows While streaming Local process only |
show bmp peers | Read-only | Show BGP peers as seen through BMP monitoring.show bmp peers | 15 operatorsAlways With rows While streaming Local process only |
show bmp rib | Read-only | Show routes received via BMP monitoring sessions.show bmp rib | 15 operatorsAlways With rows While streaming Local process only |
show bmp sessions | Read-only | Show active BMP receiver sessions.show bmp sessions | 15 operatorsAlways With rows While streaming Local process only |
show config 7
| Command | Mode | Description | Pipes |
|---|---|---|---|
show config cat | Read-only | Print the full text of a stored configuration snapshot.show config cat <id>Arguments | None |
show config diff | Read-only | Compare two configuration versions side by side.show config diff | 9 operators · answer: docAnswer shape Always While streaming Local process only |
show config dump | Read-only | Show the fully resolved configuration tree.show config dump | 9 operators · answer: docAnswer shape Always While streaming Local process only |
show config fmt | Read-only | Pretty-print the configuration with consistent formatting.show config fmt | None |
show config graph | Offline | Show how components and peers depend on each other, as JSON. | None |
show config history | Read-only | List available configuration rollback points.show config history | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
show config list | Read-only | List all configuration files stored in the database.show config list | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
show ddos 4
| Command | Mode | Description | Pipes |
|---|---|---|---|
show ddos flowspec | Read-only | Show the upstream FlowSpec and RTBH DDoS mitigation status.show ddos flowspec | 15 operatorsAlways With rows While streaming Local process only |
show ddos incidents | Read-only | Show the recent DDoS incident ring (newest first).show ddos incidents | 15 operatorsAlways With rows While streaming Local process only |
show ddos local | Read-only | Show the on-host DDoS mitigation status.show ddos local | 15 operatorsAlways With rows While streaming Local process only |
show ddos status | Read-only | Show the DDoS observation status.show ddos status | 15 operatorsAlways With rows While streaming Local process only |
show dns 4
| Command | Mode | Description | Pipes |
|---|---|---|---|
show dns cache list | Read-only | List all non-expired DNS cache entries, sorted by shortest TTL first.show dns cache list | 15 operatorsAlways With rows While streaming Local process only |
show dns cache record | Read-only | Show DNS cache entries for one record name.show dns cache record <name>Arguments | 15 operatorsAlways With rows While streaming Local process only |
show dns cache stats | Read-only | Show the DNS cache hit, miss, eviction, expiry, and hit-rate counters.show dns cache stats | 15 operatorsAlways With rows While streaming Local process only |
show dns lookup | Read-only | Look up a DNS name from the router.show dns lookup <hostname> [type <A|AAAA|MX|NS|TXT|CNAME|PTR>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show event 4
| Command | Mode | Description | Pipes |
|---|---|---|---|
show event delivery | Read-only | Show which peers feed which attached processes.show event delivery | 15 operatorsAlways With rows While streaming Local process only |
show event list | Read-only | List every event type you can subscribe to.show event list | 15 operatorsAlways With rows While streaming Local process only |
show event namespaces | Read-only | List all event namespaces and how many events each has logged.show event namespaces | 15 operatorsAlways With rows While streaming Local process only |
show event recent | Read-only | Show recent events, newest first.show event recent | 15 operatorsAlways With rows While streaming Local process only |
show firewall 5
| Command | Mode | Description | Pipes |
|---|---|---|---|
show firewall domain-group | Read-only | Show what each configured domain group's DNS names resolve to.show firewall domain-group [name <name>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show firewall group | Read-only | Show members of a firewall address/port group.show firewall groupBackends | 15 operatorsAlways With rows While streaming Local process only |
show firewall irr | Read-only | Show IRR filter status for all cached ASN/AS-SET entries.show firewall irrSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show firewall irr prefix | Read-only | Show IRR-resolved prefixes for a cached entry.show firewall irr prefix <name>Arguments | 15 operatorsAlways With rows While streaming Local process only |
show firewall ruleset | Read-only | Show the live firewall ruleset with per-term counters.show firewall ruleset <name>Arguments Backends | 15 operatorsAlways With rows While streaming Local process only |
show host 10
| Command | Mode | Description | Pipes |
|---|---|---|---|
show host | Read-only | Hardware inventory for this box.show hostSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show host all | Read-only | Show the full hardware inventory in one shot.show host all | 15 operatorsAlways With rows While streaming Local process only |
show host cpu | Read-only | Show what CPUs are in this box.show host cpu | 15 operatorsAlways With rows While streaming Local process only |
show host dmi | Read-only | Show the box's identity from SMBIOS/DMI.show host dmi | 15 operatorsAlways With rows While streaming Local process only |
show host kernel | Read-only | Show the running kernel version and boot parameters.show host kernel | 15 operatorsAlways With rows While streaming Local process only |
show host memory | Read-only | Show installed memory and ECC health.show host memory | 15 operatorsAlways With rows While streaming Local process only |
show host nic | Read-only | Show physical NICs installed in this box.show host nic | 15 operatorsAlways With rows While streaming Local process only |
show host platform | Read-only | Show platform capabilities and constraints.show host platform | 15 operatorsAlways With rows While streaming Local process only |
show host storage | Read-only | Show storage devices attached to this box.show host storage | 15 operatorsAlways With rows While streaming Local process only |
show host thermal | Read-only | Show temperature sensors and thermal throttle events.show host thermal | 15 operatorsAlways With rows While streaming Local process only |
show interface 8
| Command | Mode | Description | Pipes |
|---|---|---|---|
show interface | Read-only | Show network interfaces on this box.show interfaceSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show interface brief | Read-only | One-line summary per interface: name, state, IP, and MTU.show interface brief | 15 operatorsAlways With rows While streaming Local process only |
show interface errors | Read-only | Show interfaces that have errors or drops.show interface errors | 15 operatorsAlways With rows While streaming Local process only |
show interface name counters | Read-only | Show counters for one interface.show interface name <name> countersArguments | 15 operatorsAlways With rows While streaming Local process only |
show interface name detail | Read-only | Show full detail for one interface.show interface name <name> detailArguments | 15 operatorsAlways With rows While streaming Local process only |
show interface rate | Read-only | Show per-second traffic rates on your interfaces.show interface rate | 15 operatorsAlways With rows While streaming Local process only |
show interface scan | Read-only | Discover and classify all OS interfaces.show interface scan | 15 operatorsAlways With rows While streaming Local process only |
show interface type | Read-only | Show only interfaces of a given type.show interface type <type>Arguments | 15 operatorsAlways With rows While streaming Local process only |
show isis 8
| Command | Mode | Description | Pipes |
|---|---|---|---|
show isis database | Read-only | Show the IS-IS link-state database.show isis databaseSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show isis database detail | Read-only | Show the IS-IS link-state database with TLV detail.show isis database detail | 15 operatorsAlways With rows While streaming Local process only |
show isis hostname | Read-only | Show the IS-IS dynamic-hostname mapping (RFC 5301).show isis hostname | 15 operatorsAlways With rows While streaming Local process only |
show isis interface | Read-only | Show IS-IS-enabled circuits.show isis interface | 15 operatorsAlways With rows While streaming Local process only |
show isis neighbor | Read-only | Show IS-IS adjacencies.show isis neighbor | 15 operatorsAlways With rows While streaming Local process only |
show isis route | Read-only | Show IS-IS-computed routes.show isis routeSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show isis route ipv6 | Read-only | Show IS-IS-computed IPv6 routes (RFC 5308).show isis route ipv6 | 15 operatorsAlways With rows While streaming Local process only |
show isis spf-log | Read-only | Show recent IS-IS SPF runs.show isis spf-log | 15 operatorsAlways With rows While streaming Local process only |
show l2tp 18
| Command | Mode | Description | Pipes |
|---|---|---|---|
show l2tp | Read-only | L2TP tunnel, session, and subscriber state.show l2tpSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show l2tp config | Read-only | Show the resolved L2TP configuration.show l2tp config | 15 operatorsAlways With rows While streaming Local process only |
show l2tp cqm | Read-only | Show subscriber line quality (CQM latency buckets).show l2tp cqm | 15 operatorsAlways With rows While streaming Local process only |
show l2tp echo | Read-only | Show LCP echo health for a subscriber session.show l2tp echo | 15 operatorsAlways With rows While streaming Local process only |
show l2tp health | Read-only | Find your worst L2TP sessions at a glance.show l2tp health | 15 operatorsAlways With rows While streaming Local process only |
show l2tp listeners | Read-only | Show which UDP sockets are listening for L2TP.show l2tp listeners | 15 operatorsAlways With rows While streaming Local process only |
show l2tp observer | Read-only | Show recent events for a session (debug aid).show l2tp observer | 15 operatorsAlways With rows While streaming Local process only |
show l2tp pool | Read-only | Show the IPv4 and IPv6 subscriber address pools and what each has allocated.show l2tp pool | 15 operatorsAlways With rows While streaming Local process only |
show l2tp reliable | Read-only | Show the reliable transport window for a tunnel.show l2tp reliable | 15 operatorsAlways With rows While streaming Local process only |
show l2tp session history | Read-only | Show state transitions for a session over time.show l2tp session history | 15 operatorsAlways With rows While streaming Local process only |
show l2tp session id | Read-only | Show full detail for one L2TP session.show l2tp session id <id>Arguments | 15 operatorsAlways With rows While streaming Local process only |
show l2tp session traffic | Read-only | Show traffic counters for a subscriber's PPP interface.show l2tp session traffic | 15 operatorsAlways With rows While streaming Local process only |
show l2tp sessions | Read-only | List all active L2TP sessions.show l2tp sessions | 15 operatorsAlways With rows While streaming Local process only |
show l2tp shaper | Read-only | Show each shaped subscriber session with its download and upload rate.show l2tp shaper | 15 operatorsAlways With rows While streaming Local process only |
show l2tp statistics | Read-only | Show aggregate L2TP protocol counters.show l2tp statistics | 15 operatorsAlways With rows While streaming Local process only |
show l2tp tunnel history | Read-only | Show state transitions for a tunnel over time.show l2tp tunnel history | 15 operatorsAlways With rows While streaming Local process only |
show l2tp tunnel id | Read-only | Show full detail for one L2TP tunnel.show l2tp tunnel id <id>Arguments | 15 operatorsAlways With rows While streaming Local process only |
show l2tp tunnels | Read-only | List all active L2TP tunnels.show l2tp tunnels | 15 operatorsAlways With rows While streaming Local process only |
show metrics 4
| Command | Mode | Description | Pipes |
|---|---|---|---|
show metrics list | Read-only | List all registered metric names (no values).show metrics list | 15 operatorsAlways With rows While streaming Local process only |
show metrics name | Read-only | Show one Prometheus metric by name.show metrics name <name> [label <key> <value> ...]Arguments Subcommands | 15 operatorsAlways With rows While streaming Local process only |
show metrics pool | Read-only | Show attribute pool memory usage and dedup efficiency.show metrics pool | 15 operatorsAlways With rows While streaming Local process only |
show metrics values | Read-only | Dump all metrics in Prometheus text format.show metrics values | 15 operatorsAlways With rows While streaming Local process only |
show ospf 49
| Command | Mode | Description | Pipes |
|---|---|---|---|
show ospf | Read-only | Show the OSPFv2 process summary (RFC 2328).show ospfSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show ospf border-routers | Read-only | Show routes to OSPF area-border and AS-boundary routers.show ospf border-routers | 15 operatorsAlways With rows While streaming Local process only |
show ospf database | Read-only | Show the OSPF link-state database.show ospf databaseSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show ospf database asbr-summary | Read-only | Show only ASBR-Summary-LSAs (Type 4).show ospf database asbr-summary | 15 operatorsAlways With rows While streaming Local process only |
show ospf database external | Read-only | Show only AS-external-LSAs (Type 5).show ospf database external | 15 operatorsAlways With rows While streaming Local process only |
show ospf database network | Read-only | Show only Network-LSAs (Type 2).show ospf database network | 15 operatorsAlways With rows While streaming Local process only |
show ospf database nssa-external | Read-only | Show only NSSA-external-LSAs (Type 7, RFC 3101).show ospf database nssa-external | 15 operatorsAlways With rows While streaming Local process only |
show ospf database opaque-area | Read-only | Show only area-scope opaque-LSAs (Type 10, RFC 5250).show ospf database opaque-areaSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show ospf database opaque-area detail | Read-only | Decode each area-scope opaque LSA body (RFC 5250).show ospf database opaque-area detail | 15 operatorsAlways With rows While streaming Local process only |
show ospf database opaque-as | Read-only | Show only AS-scope opaque-LSAs (Type 11, RFC 5250).show ospf database opaque-asSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show ospf database opaque-as detail | Read-only | Decode each AS-scope opaque LSA body (RFC 5250).show ospf database opaque-as detail | 15 operatorsAlways With rows While streaming Local process only |
show ospf database opaque-link | Read-only | Show only link-local opaque-LSAs (Type 9, RFC 5250).show ospf database opaque-linkSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show ospf database opaque-link detail | Read-only | Decode each link-local opaque LSA body (RFC 5250).show ospf database opaque-link detail | 15 operatorsAlways With rows While streaming Local process only |
show ospf database router | Read-only | Show only Router-LSAs (Type 1).show ospf database router | 15 operatorsAlways With rows While streaming Local process only |
show ospf database router-information | Read-only | Show the Router Information LSAs (RFC 7770) for both address families.show ospf database router-information | 15 operatorsAlways With rows While streaming Local process only |
show ospf database summary | Read-only | Show only Summary-LSAs (Type 3, inter-area network).show ospf database summary | 15 operatorsAlways With rows While streaming Local process only |
show ospf graceful-restart | Read-only | Show OSPFv2 (IPv4) Graceful Restart state (RFC 3623).show ospf graceful-restart | 15 operatorsAlways With rows While streaming Local process only |
show ospf instance | Read-only | Show the configured OSPFv2 instances (RFC 6549 Multi-Instance).show ospf instance | 15 operatorsAlways With rows While streaming Local process only |
show ospf interface | Read-only | Show OSPF-enabled interfaces.show ospf interfaceSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show ospf interface detail | Read-only | Show the full per-interface state (spec-ospf-ext-14).show ospf interface detail | 15 operatorsAlways With rows While streaming Local process only |
show ospf ipv6 | Read-only | Show the OSPFv3 (IPv6) address-family instances (RFC 5838).show ospf ipv6Subcommands | 15 operatorsAlways With rows While streaming Local process only |
show ospf ipv6 database | Read-only | Show the OSPFv3 (IPv6) link-state database with each native scope-aware LSA decoded (RFC 5340).show ospf ipv6 databaseSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show ospf ipv6 database detail | Read-only | Decode every OSPFv3 LSA body with its scope-aware header (RFC 5340 section A.4.2.1).show ospf ipv6 database detail | 15 operatorsAlways With rows While streaming Local process only |
show ospf ipv6 database extended | Read-only | Show the extended OSPFv3 LSAs (RFC 8362).show ospf ipv6 database extended | 15 operatorsAlways With rows While streaming Local process only |
show ospf ipv6 database router detail | Read-only | Decode each OSPFv3 Router-LSA body.show ospf ipv6 database router detail | 15 operatorsAlways With rows While streaming Local process only |
show ospf ipv6 database router-information | Read-only | Show the OSPFv3 Router Information LSAs (RFC 7770).show ospf ipv6 database router-information | 15 operatorsAlways With rows While streaming Local process only |
show ospf ipv6 database scope area | Read-only | Show only area-scope (S2/S1 = 01) LSAs.show ospf ipv6 database scope area | 15 operatorsAlways With rows While streaming Local process only |
show ospf ipv6 database scope as | Read-only | Show only AS-scope (S2/S1 = 10) LSAs.show ospf ipv6 database scope as | 15 operatorsAlways With rows While streaming Local process only |
show ospf ipv6 database scope link | Read-only | Show only link-local (S2/S1 = 00) LSAs, including the per-interface Link-LSA store.show ospf ipv6 database scope link | 15 operatorsAlways With rows While streaming Local process only |
show ospf ipv6 database segment-routing | Read-only | Summarise the OSPFv3 Segment Routing content (RFC 8666) carried in the RI and extended LSAs.show ospf ipv6 database segment-routing | 15 operatorsAlways With rows While streaming Local process only |
show ospf ipv6 graceful-restart | Read-only | Show OSPFv3 (IPv6) Graceful Restart state (RFC 5187).show ospf ipv6 graceful-restart | 15 operatorsAlways With rows While streaming Local process only |
show ospf ipv6 instance | Read-only | Enumerate the active OSPFv3 address-family instances (RFC 5838 section 2).show ospf ipv6 instance | 15 operatorsAlways With rows While streaming Local process only |
show ospf ipv6 interface | Read-only | Show OSPFv3 (IPv6-family) interfaces and their RFC 4552 IPsec status.show ospf ipv6 interfaceSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show ospf ipv6 interface detail | Read-only | Show the full per-interface OSPFv3 state (spec-ospf-ext-14).show ospf ipv6 interface detail | 15 operatorsAlways With rows While streaming Local process only |
show ospf ipv6 neighbor | Read-only | Show the OSPFv3 (IPv6) neighbors.show ospf ipv6 neighborSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show ospf ipv6 neighbor detail | Read-only | Show the full per-neighbor OSPFv3 state (spec-ospf-ext-14).show ospf ipv6 neighbor detail | 15 operatorsAlways With rows While streaming Local process only |
show ospf ipv6 segment-routing | Read-only | Show OSPFv3 (IPv6) Segment Routing state (RFC 8666).show ospf ipv6 segment-routing | 15 operatorsAlways With rows While streaming Local process only |
show ospf ipv6 spf | Read-only | Show the OSPFv3 (IPv6) per-area SPF run history.show ospf ipv6 spfSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show ospf ipv6 spf detail | Read-only | Explain why each OSPFv3 route won (spec-ospf-ext-14), AF/Instance-ID tagged.show ospf ipv6 spf detail | 15 operatorsAlways With rows While streaming Local process only |
show ospf ldp-sync | Read-only | Show OSPF LDP-IGP synchronization state (RFC 5443, RFC 6138).show ospf ldp-sync | 15 operatorsAlways With rows While streaming Local process only |
show ospf neighbor | Read-only | Show OSPF neighbors.show ospf neighborSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show ospf neighbor detail | Read-only | Show the full per-neighbor state (spec-ospf-ext-14).show ospf neighbor detail | 15 operatorsAlways With rows While streaming Local process only |
show ospf route | Read-only | Show OSPF-computed routes.show ospf routeSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show ospf route fast-reroute | Read-only | Show OSPF fast-reroute (LFA / TI-LFA) backups (RFC 5286).show ospf route fast-reroute | 15 operatorsAlways With rows While streaming Local process only |
show ospf segment-routing | Read-only | Show OSPFv2 (IPv4) Segment Routing state (RFC 8665).show ospf segment-routing | 15 operatorsAlways With rows While streaming Local process only |
show ospf spf | Read-only | Show recent OSPF SPF runs.show ospf spfSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show ospf spf detail | Read-only | Explain why each route won the SPF calculation (spec-ospf-ext-14).show ospf spf detail | 15 operatorsAlways With rows While streaming Local process only |
show ospf te-database | Read-only | Show the OSPF Traffic Engineering Database (RFC 3630 / RFC 5392).show ospf te-database | 15 operatorsAlways With rows While streaming Local process only |
show ospf virtual-links | Read-only | Show OSPF virtual links (RFC 2328 section 15).show ospf virtual-links | 15 operatorsAlways With rows While streaming Local process only |
show pki 6
| Command | Mode | Description | Pipes |
|---|---|---|---|
show pki certificate name | Read-only | Inspect a specific certificate in detail.show pki certificate name <name>Arguments Subcommands | 15 operatorsAlways With rows While streaming Local process only |
show pki certificate name bundle pem | Read-only | Export the certificate, its intermediates and its private key as one PEM stream.show pki certificate name <name> bundle pemArguments | 15 operatorsAlways With rows While streaming Local process only |
show pki certificate name fingerprint | Read-only | Show the hash of the certificate, to verify its identity against the one another system reports.show pki certificate name <name> fingerprint [sha256|sha384|sha512]Arguments Subcommands | 15 operatorsAlways With rows While streaming Local process only |
show pki certificate name pem | Read-only | Export the certificate, and any intermediate it carries, as PEM.show pki certificate name <name> pemArguments | 15 operatorsAlways With rows While streaming Local process only |
show pki certificates | Read-only | List all loaded certificates with expiry dates.show pki certificates | 15 operatorsAlways With rows While streaming Local process only |
show pki local-ca pem | Read-only | Export the root certificate of the local certificate authority as PEM.show pki local-ca pem | 15 operatorsAlways With rows While streaming Local process only |
show policy 4
| Command | Mode | Description | Pipes |
|---|---|---|---|
show policy chain peer | Read-only | Show the import/export filter chain applied to a peer.show policy chain peer <selector> [import|export]Arguments Subcommands | 15 operatorsAlways With rows While streaming Local process only |
show policy list | Read-only | List all available filter types and named instances.show policy list | 15 operatorsAlways With rows While streaming Local process only |
show policy routes | Read-only | Show policy-based routing rules.show policy routes | 15 operatorsAlways With rows While streaming Local process only |
show policy test peer | Read-only | Test what your policy does to a specific UPDATE.show policy test peer <selector> <import|export> [filter <name>] update <hex> [source-asn4 <true|false>]Arguments Subcommands | 15 operatorsAlways With rows While streaming Local process only |
show pppoe 5
| Command | Mode | Description | Pipes |
|---|---|---|---|
show pppoe | Read-only | PPPoE session and protocol state.show pppoeSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show pppoe interfaces | Read-only | Show which interfaces are accepting PPPoE sessions.show pppoe interfaces | 15 operatorsAlways With rows While streaming Local process only |
show pppoe session id | Read-only | Show full detail for one PPPoE session.show pppoe session id <id>Arguments | 15 operatorsAlways With rows While streaming Local process only |
show pppoe sessions | Read-only | List all active PPPoE sessions.show pppoe sessions | 15 operatorsAlways With rows While streaming Local process only |
show pppoe statistics | Read-only | Show PPPoE protocol message counters.show pppoe statistics | 15 operatorsAlways With rows While streaming Local process only |
show rsvp-te 5
| Command | Mode | Description | Pipes |
|---|---|---|---|
show rsvp-te fast-reroute | Read-only | Show RSVP-TE Fast Reroute (RFC 4090) protection state.show rsvp-te fast-reroute | 15 operatorsAlways With rows While streaming Local process only |
show rsvp-te interface | Read-only | Show RSVP-TE bandwidth allocation per interface.show rsvp-te interface | 15 operatorsAlways With rows While streaming Local process only |
show rsvp-te lsp | Read-only | Show RSVP-TE label-switched paths.show rsvp-te lsp | 15 operatorsAlways With rows While streaming Local process only |
show rsvp-te session | Read-only | Show each signaling session with its LSP state, role, bandwidth and labels.show rsvp-te session | 15 operatorsAlways With rows While streaming Local process only |
show rsvp-te tunnel | Read-only | Show configured RSVP-TE tunnels and their current state.show rsvp-te tunnel | 15 operatorsAlways With rows While streaming Local process only |
show schema 5
| Command | Mode | Description | Pipes |
|---|---|---|---|
show schema events | Read-only | List all notification types defined in YANG API modules.show schema events | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
show schema handlers | Read-only | Show which handler serves each YANG module.show schema handlers | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
show schema list | Read-only | List all YANG schemas loaded by the daemon.show schema list | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
show schema methods | Read-only | List all RPC methods defined in YANG API modules.show schema methods | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
show schema protocol | Read-only | Show the wire protocol version and format details.show schema protocol | 9 operators · answer: docAnswer shape Always While streaming Local process only |
show sysctl 5
| Command | Mode | Description | Pipes |
|---|---|---|---|
show sysctl | Read-only | Show all active sysctl keys with source and persistenceshow sysctl | 15 operatorsAlways With rows While streaming Local process only |
show sysctl key | Read-only | Show detail for one sysctl keyshow sysctl key <key> | 15 operatorsAlways With rows While streaming Local process only |
show sysctl keys | Read-only | List all known sysctl keys with descriptionsshow sysctl keys | 15 operatorsAlways With rows While streaming Local process only |
show sysctl profile | Read-only | Show detail for one sysctl profileshow sysctl profile <name> | 15 operatorsAlways With rows While streaming Local process only |
show sysctl profiles | Read-only | List all registered sysctl profilesshow sysctl profiles | 15 operatorsAlways With rows While streaming Local process only |
show system 15
| Command | Mode | Description | Pipes |
|---|---|---|---|
show system conntrack | Read-only | Show the kernel connection tracking table.show system conntrackBackends | 15 operatorsAlways With rows While streaming Local process only |
show system cpu | Read-only | Show CPU utilization context for the daemon.show system cpu | 15 operatorsAlways With rows While streaming Local process only |
show system date | Read-only | Show the daemon's current wall-clock time and timezone.show system date | 15 operatorsAlways With rows While streaming Local process only |
show system file-descriptors | Read-only | Show how many file descriptors the daemon has open.show system file-descriptors [mode <summary|detail>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show system goroutines | Read-only | Dump goroutine stacks for debugging hangs or deadlocks.show system goroutines [mode <summary|blocked|full>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show system kernel-log | Read-only | Show kernel log messages (dmesg-style).show system kernel-log [level <emerg|alert|crit|err|warning|notice|info|debug>] [count <count>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show system memory | Read-only | Show how much memory the daemon is using, from the OS's view.show system memory | 15 operatorsAlways With rows While streaming Local process only |
show system ntp | Read-only | NTP clock synchronization status.show system ntpSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show system ntp peers | Read-only | Show NTP peers with offset, RTT, stratum, and reachability.show system ntp peers | 15 operatorsAlways With rows While streaming Local process only |
show system platform | Read-only | Show what kind of platform the daemon is running on.show system platform | 15 operatorsAlways With rows While streaming Local process only |
show system profile | Read-only | Capture a runtime profile for performance analysis.show system profile [type <cpu|heap|goroutine|allocs>] [duration <duration>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show system sockets | Read-only | Show open TCP and UDP sockets on this box.show system sockets [protocol <tcp|udp>] [state <state>] [port <port>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show system subsystem list | Read-only | List every registered subsystem and whether it is running.show system subsystem list | 15 operatorsAlways With rows While streaming Local process only |
show system update | Read-only | Check if a firmware update is available.show system updateSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show system update history | Read-only | Show recent firmware update activity.show system update history | 15 operatorsAlways With rows While streaming Local process only |
show traffic 4
| Command | Mode | Description | Pipes |
|---|---|---|---|
show traffic control | Read-only | Show traffic control (QoS) configuration per interface.show traffic control | 15 operatorsAlways With rows While streaming Local process only |
show traffic feature | Read-only | Show neutral per-source traffic feature signals.show traffic feature [name <name>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show traffic stat | Read-only | Show aggregated traffic snapshot (interface rates, top talkers, top ports, severity).show traffic stat [name <name>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show traffic usage | Read-only | Show per-interface traffic byte counters captured by eBPF TCX.show traffic usage [name <name>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show vpn 6
| Command | Mode | Description | Pipes |
|---|---|---|---|
show vpn ipsec dataplane drift | Read-only | Compare what the IKE engine believes against what the kernel holds.show vpn ipsec dataplane drift | 15 operatorsAlways With rows While streaming Local process only |
show vpn ipsec dataplane policy | Read-only | Show the Security Policy Database the kernel holds.show vpn ipsec dataplane policy | 15 operatorsAlways With rows While streaming Local process only |
show vpn ipsec dataplane sa | Read-only | Show the Security Association Database the kernel holds.show vpn ipsec dataplane sa [spi <spi>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show vpn ipsec peer name | Read-only | Show full detail for one IPsec peer.show vpn ipsec peer name <name>Arguments | 15 operatorsAlways With rows While streaming Local process only |
show vpn ipsec sa | Read-only | Show all IKE and Child Security Associations.show vpn ipsec sa | 15 operatorsAlways With rows While streaming Local process only |
show vpn ipsec status | Read-only | Quick IPsec health check.show vpn ipsec status | 15 operatorsAlways With rows While streaming Local process only |
show vpp 4
| Command | Mode | Description | Pipes |
|---|---|---|---|
show vpp runtime | Read-only | Show VPP graph node processing statistics.show vpp runtime | 15 operatorsAlways With rows While streaming Local process only |
show vpp trace clear | Read-only | Discard the captured VPP trace buffer.show vpp trace clear | 15 operatorsAlways With rows While streaming Local process only |
show vpp trace show | Read-only | Retrieve packets captured since the last trace start.show vpp trace show | 15 operatorsAlways With rows While streaming Local process only |
show vpp trace start | Read-only | Start capturing packets in the VPP dataplane.show vpp trace start | 15 operatorsAlways With rows While streaming Local process only |
show vrrp 4
| Command | Mode | Description | Pipes |
|---|---|---|---|
show vrrp | Read-only | Show every VRRP virtual router.show vrrpSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show vrrp interface | Read-only | Show the VRRP virtual routers hosted on one interface.show vrrp interface name <interface>Subcommands | 15 operatorsAlways With rows While streaming Local process only |
show vrrp interface name | Read-only | Show the VRRP virtual routers on one parent interface.show vrrp interface name [value <value>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show vrrp statistics | Read-only | Show per-virtual-router counters.show vrrp statistics | 15 operatorsAlways With rows While streaming Local process only |
show (other) 69
| Command | Mode | Description | Pipes |
|---|---|---|---|
show aaa accounting | Read-only | Show AAA accounting counters and any dropped records.show aaa accounting | 15 operatorsAlways With rows While streaming Local process only |
show announcements | Read-only | List active on-demand announcements.show announcements [tag <tag>] [selector <selector>] [family <family>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show anomaly detect | Read-only | Show the recent behavioral anomaly incidents.show anomaly detect | 15 operatorsAlways With rows While streaming Local process only |
show anomaly observe | Read-only | Show the behavioral anomaly incident lifecycle, newest first.show anomaly observe | 15 operatorsAlways With rows While streaming Local process only |
show anomaly shape | Read-only | Show the shadow-first anomaly responder status.show anomaly shape | 15 operatorsAlways With rows While streaming Local process only |
show arp | Read-only | Show the IPv4 ARP table (shortcut for 'show neighbor ipv4').show arp | 15 operatorsAlways With rows While streaming Local process only |
show as112 | Read-only | AS112 node status.show as112 | 15 operatorsAlways With rows While streaming Local process only |
show audit | Read-only | Show who did what and when on this box.show audit [action <action>] [actor <actor>] [surface <surface>] [since <since>] [until <until>] [count <count>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show cache | Read-only | List the cached BGP UPDATE message IDs.show cache | 15 operatorsAlways With rows While streaming Local process only |
show capture | Read-only | Show captured control-plane messages.show capture [protocol <l2tp|bgp>] [tunnel-id <tunnel-id>] [count <count>] [peer <peer>]Arguments Subcommands | 15 operatorsAlways With rows While streaming Local process only |
show capture interface | Read-only | Capture live packets on an interface (like tcpdump).show capture interface [iface <iface>] [count <count>] [duration <duration>] [snap-len <snap-len>] [format <pcap|text>] [protocol <protocol>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show capture raw | Read-only | Control raw byte capture for protocol debugging.show capture raw [action <start|stop|dump>] [protocol <l2tp|bgp>] [format <pcap|json>] [count <count>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show class-of-service | Read-only | Show each class-of-service profile with its ingress and egress marking maps.show class-of-service | 15 operatorsAlways With rows While streaming Local process only |
show command complete | Read-only | Get tab-completion candidates for a partial command.show command complete | 15 operatorsAlways With rows While streaming Local process only |
show command help | Read-only | Show usage and arguments for a specific command.show command help | 15 operatorsAlways With rows While streaming Local process only |
show command list | Read-only | List every command the daemon knows about.show command list | 15 operatorsAlways With rows While streaming Local process only |
show crashes | Read-only | View saved crash reports, and whether kernel capture is armed.show crashes [name <name>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show data cat | Read-only | Print the raw content of a blob store entry.show data cat <key>Arguments | None |
show data list | Read-only | List everything stored in the ZeFS blob store.show data list | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
show data registered | Read-only | List the key patterns registered by all subsystems.show data registered | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
show debug | Read-only | Show live debug state from the running daemon.show debug | 15 operatorsAlways With rows While streaming Local process only |
show debug profile | Offline | Show stored debug profiles, one by name, or one filtered to a module subtree. | None |
show doctor | Read-only | Check if this box is ready to run Ze.show doctor | 15 operatorsAlways With rows While streaming Local process only |
show ecmp-groups | Read-only | Show each prefix the system RIB holds equal-cost paths for, whether or not Ze programs them.show ecmp-groups | 15 operatorsAlways With rows While streaming Local process only |
show env get | Read-only | Show one environment variable in detail.show env get <name>Arguments | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
show env list | Read-only | List all Ze environment variables with their current values.show env list | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
show env registered | Read-only | List every registered environment variable with metadata.show env registered | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
show errors | Read-only | Show recent errors across all subsystems, newest first.show errors | 15 operatorsAlways With rows While streaming Local process only |
show fib kernel | Read-only | Show the routes this backend programmed into the Linux forwarding table.show fib kernel | 15 operatorsAlways With rows While streaming Local process only |
show fib p4 | Read-only | Show the routes this backend programmed into the P4 forwarding pipeline.show fib p4 | 15 operatorsAlways With rows While streaming Local process only |
show fib vpp | Read-only | Show the routes this backend programmed into the VPP forwarding table.show fib vpp | 15 operatorsAlways With rows While streaming Local process only |
show flow export | Read-only | Show flow export (NetFlow/IPFIX) collector status.show flow export [name <name>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show flow recent | Read-only | Show recent conntrack flow records from the bounded recent-flow ring.show flow recent [dst <dst>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show geodns | Read-only | Show the GeoDNS server status.show geodns | 15 operatorsAlways With rows While streaming Local process only |
show gnmi | Read-only | Show whether the gNMI server is running and how it is configured.show gnmi | 15 operatorsAlways With rows While streaming Local process only |
show health | Read-only | Show the health of every component and the overall status of this box.show health | 15 operatorsAlways With rows While streaming Local process only |
show ldp binding | Read-only | Show LDP FEC-to-label bindings.show ldp binding | 15 operatorsAlways With rows While streaming Local process only |
show ldp neighbor | Read-only | Show LDP neighbors and their session state.show ldp neighbor | 15 operatorsAlways With rows While streaming Local process only |
show log levels | Read-only | Show what log level each subsystem is using.show log levels | 15 operatorsAlways With rows While streaming Local process only |
show log recent | Read-only | Show recent log entries from the in-memory ring.show log recent [level <disabled|debug|info|warn|err>] [component <component>] [count <count>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show mpls forwarding | Read-only | Show MPLS forwarding entries installed in the kernel.show mpls forwarding [limit <limit>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show neighbor | Read-only | Show the ARP and neighbor discovery table.show neighbor [family <ipv4|ipv6|any|all>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show nexthop-table | Read-only | Show each next hop the resolver tracks and the direct next hop it resolves to.show nexthop-table | 15 operatorsAlways With rows While streaming Local process only |
show ping | Read-only | Ping a target from the router itself.show ping [dest <dest>] [count <count>] [size <size>] [timeout <timeout>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show plugin declarations | Read-only | Show what each plugin declares about its command surface.show plugin declarationsSubcommands | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
show plugin declarations config | Read-only | Read the plugin blocks of a config file as well.show plugin declarations config <path>Arguments | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
show plugin list | Read-only | List the plugins compiled into this binary.show plugin list | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
show probe-round | Read-only | Run a parallel traceroute probe round to a target.show probe-round [dest <dest>] [probes <probes>] [max-hops <max-hops>] [timeout <timeout>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show reload-status | Read-only | Show how many config reloads the daemon has processed.show reload-status | 15 operatorsAlways With rows While streaming Local process only |
show resolve rir | Read-only | Show which Regional Internet Registry holds an AS number.show resolve rir <asn>Arguments | 15 operatorsAlways With rows While streaming Local process only |
show rib | Read-only | Show each route the system RIB holds, with its family, next hop, protocol and equal-cost paths.show rib | 15 operatorsAlways With rows While streaming Local process only |
show route | Read-only | Show the kernel routing table.show route [prefix <prefix>] [limit <limit>]Arguments Subcommands | 15 operatorsAlways With rows While streaming Local process only |
show route lookup | Read-only | Look up which route the kernel would use for a given IP.show route lookup <ip>Arguments | 15 operatorsAlways With rows While streaming Local process only |
show rr peers | Read-only | Show route reflector client peers.show rr peers | 15 operatorsAlways With rows While streaming Local process only |
show rr status | Read-only | Show whether the route reflector is active.show rr status | 15 operatorsAlways With rows While streaming Local process only |
show runtime memory | Read-only | Show the Go runtime allocator memory stats.show runtime memory | 15 operatorsAlways With rows While streaming Local process only |
show static | Read-only | Show static routes defined in the configuration.show static | 15 operatorsAlways With rows While streaming Local process only |
show status | Read-only | Show process status, uptime, and resource usage.show status | 15 operatorsAlways With rows While streaming Local process only |
show storage smart | Read-only | Show disk health via SMART data.show storage smart | 15 operatorsAlways With rows While streaming Local process only |
show subscriber | Read-only | Show a summary of all subscriber sessions.show subscriberSubcommands | 15 operatorsAlways With rows While streaming Local process only |
show subscriber id detail | Read-only | Show everything about one subscriber session.show subscriber id <id> detailArguments | 15 operatorsAlways With rows While streaming Local process only |
show tcp-check | Read-only | Test TCP connectivity to a remote host and port.show tcp-check <host> <port> [source <source>] [timeout <timeout>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show traceroute | Read-only | Trace the network path from this router to a target.show traceroute [dest <dest>] [max-hops <max-hops>] [timeout <timeout>] [probes <probes>]Arguments | 15 operatorsAlways With rows While streaming Local process only |
show uptime | Read-only | Show how long the daemon has been running.show uptime | 15 operatorsAlways With rows While streaming Local process only |
show version | Read-only | Show the running Ze version and build date.show version | 15 operatorsAlways With rows While streaming Local process only |
show warnings | Read-only | Show active warnings across all subsystems.show warnings | 15 operatorsAlways With rows While streaming Local process only |
show yang completion | Read-only | Show YANG paths available for tab completion.show yang completion | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
show yang doc | Read-only | Generate command reference docs from YANG schemas.show yang doc | None |
show yang tree | Read-only | Print the YANG tree for a module in a readable hierarchy.show yang tree | 15 operators · answer: tabAnswer shape Always While streaming Local process only |
skills 1
| Command | Mode | Description | Pipes |
|---|---|---|---|
skills | Offline | List the agent skills this binary carries, or fetch one by name. | None |
support 1
| Command | Mode | Description | Pipes |
|---|---|---|---|
support | Offline | Collect logs, config, state and diagnostics into one archive. | None |
system 8
| Command | Mode | Description | Pipes |
|---|---|---|---|
system command complete | Read-only | List the completion candidates for a partial command.system command complete | 15 operatorsAlways With rows While streaming Local process only |
system command help | Read-only | Show the detailed help for one command.system command help | 15 operatorsAlways With rows While streaming Local process only |
system command list | Read-only | List every command the daemon knows.system command list | 15 operatorsAlways With rows While streaming Local process only |
system dispatch | Read-only | Dispatch a text command through the command dispatcher.system dispatch | 15 operatorsAlways With rows While streaming Local process only |
system help | Read-only | List the subcommands the system verb accepts.system help | 15 operatorsAlways With rows While streaming Local process only |
system subsystem list | Read-only | List the subsystems registered in the daemon.system subsystem list | 15 operatorsAlways With rows While streaming Local process only |
system version api | Read-only | Show the IPC protocol version.system version api | 15 operatorsAlways With rows While streaming Local process only |
system version software | Read-only | Show the ze software version.system version software | 15 operatorsAlways With rows While streaming Local process only |
update 15
| Command | Mode | Description | Pipes |
|---|---|---|---|
update bgp irr all | Daemon | Refresh all IRR prefix-lists immediately.update bgp irr all | 15 operatorsAlways With rows While streaming Local process only |
update bgp irr as-set | Daemon | Refresh IRR prefix-list for a specific AS-SET.update bgp irr as-set <as-set>Arguments | 15 operatorsAlways With rows While streaming Local process only |
update bgp irr asn | Daemon | Refresh IRR prefix-list for a specific ASN.update bgp irr asn <asn>Arguments | 15 operatorsAlways With rows While streaming Local process only |
update bgp peer prefix | Daemon | Refresh max-prefix limits from PeeringDB.update bgp peer <selector> prefixArguments | 15 operatorsAlways With rows While streaming Local process only |
update firewall domain-group | Daemon | Resolve a domain group's DNS names now and program its set.update firewall domain-group <name>Arguments | 15 operatorsAlways With rows While streaming Local process only |
update firewall irr all | Daemon | Refresh all cached IRR prefix-lists.update firewall irr all | 15 operatorsAlways With rows While streaming Local process only |
update firewall irr as-set | Daemon | Fetch or refresh IRR prefix-list for an AS-SET.update firewall irr as-set <as-set>Arguments | 15 operatorsAlways With rows While streaming Local process only |
update firewall irr asn | Daemon | Fetch or refresh IRR prefix-list for an ASN.update firewall irr asn <asn>Arguments | 15 operatorsAlways With rows While streaming Local process only |
update resolve rir | Daemon | Refresh the RIR delegation table from the five registry delegation files.update resolve rir | 15 operatorsAlways With rows While streaming Local process only |
update serve | Offline | Serve this binary and its version manifest for update checks. | None |
update system firmware apply | Daemon | Full upgrade: download, verify, stage, and restart.update system firmware apply | 15 operatorsAlways With rows While streaming Local process only |
update system firmware check | Daemon | Check for a new firmware version right now.update system firmware check | 15 operatorsAlways With rows While streaming Local process only |
update system firmware download | Daemon | Download the latest firmware image right now.update system firmware download | 15 operatorsAlways With rows While streaming Local process only |
update system firmware restart | Daemon | Reboot into the already-staged firmware.update system firmware restart | 15 operatorsAlways With rows While streaming Local process only |
update system firmware rollback | Daemon | Roll back to the previous firmware and restart.update system firmware rollback | 15 operatorsAlways With rows While streaming Local process only |
validate 1
| Command | Mode | Description | Pipes |
|---|---|---|---|
validate config | Offline | Check a config for errors without applying it. | None |