List Available Options

Onload User Guide (UG1586)

Document ID
UG1586
Release Date
2023-07-31
Revision
1.2 English
# onload_mibdump
onload_mibdump: No tables specified.
onload_mibdump:
onload_mibdump: usage:
onload_mibdump:   onload_mibdump [options] [table...]
onload_mibdump:
onload_mibdump: options:
onload_mibdump:   -a --all                  -- Dump all visible control planes
onload_mibdump:   -n --namespace            -- Dump the control plane for the specified namespace
onload_mibdump:
onload_mibdump: Options can also be given with the environment variable CI_OPTS
onload_mibdump:
onload_mibdump: Available tables are:
onload_mibdump:   'usage' - amount of used and free space in each table
onload_mibdump:   'version' - MIB table versions
onload_mibdump:   'hwport' - mapping from hwports to interfaces
onload_mibdump:   'llap' - status of all known interfaces
onload_mibdump:   'ipif' - local IP address configuration
onload_mibdump:   'ip6if' - local IPv6 address configuration
onload_mibdump:   'fwd' - routing table
onload_mibdump:   'stats' - statistics
onload_mibdump:   'internal' - all the internal state
onload_mibdump:   'int_base' - base of the internal state
onload_mibdump:   'int_dst' - destination prefixes from the internal state
onload_mibdump:   'int_src' - source prefixes from the internal state
onload_mibdump:   'int_dst6' - IPv6 destination prefixes from the internal state
onload_mibdump:   'int_src6' - IPv6 source prefixes from the internal state
onload_mibdump:   'int_llap' - llap private of the internal state
onload_mibdump:   'int_team' - team table of the internal state
onload_mibdump:   'int_mac' - mac IP table of the internal state
onload_mibdump:   'int_mac6' - mac IPv6 table of the internal state
onload_mibdump:   'int_fwd' - fwd private of the internal state
onload_mibdump:   'int_stats' - stats of the internal state
onload_mibdump:   'int_stat_doc' - documentation for internal statistic counters
onload_mibdump:
onload_mibdump: Or use 'all' to dump all tables.