FD.io VPP
v17.04-9-g99c0734
Vector Packet Processing
|
Interface CLI. More...
Go to the source code of this file.
Variables | |
static vlib_cli_command_t | show_hw_interfaces_command |
(constructor) VLIB_CLI_COMMAND (show_hw_interfaces_command) More... | |
static vlib_cli_command_t | clear_hw_interface_counters_command |
(constructor) VLIB_CLI_COMMAND (clear_hw_interface_counters_command) More... | |
static vlib_cli_command_t | show_sw_interfaces_command |
(constructor) VLIB_CLI_COMMAND (show_sw_interfaces_command) More... | |
static vlib_cli_command_t | vnet_cli_interface_command |
(constructor) VLIB_CLI_COMMAND (vnet_cli_interface_command) More... | |
static vlib_cli_command_t | vnet_cli_set_interface_command |
(constructor) VLIB_CLI_COMMAND (vnet_cli_set_interface_command) More... | |
static vlib_cli_command_t | clear_interface_counters_command |
(constructor) VLIB_CLI_COMMAND (clear_interface_counters_command) More... | |
static vlib_cli_command_t | create_sub_interfaces_command |
(constructor) VLIB_CLI_COMMAND (create_sub_interfaces_command) More... | |
static vlib_cli_command_t | set_state_command |
(constructor) VLIB_CLI_COMMAND (set_state_command) More... | |
static vlib_cli_command_t | set_unnumbered_command |
(constructor) VLIB_CLI_COMMAND (set_unnumbered_command) More... | |
static vlib_cli_command_t | set_hw_class_command |
(constructor) VLIB_CLI_COMMAND (set_hw_class_command) More... | |
static vlib_cli_command_t | renumber_interface_command |
(constructor) VLIB_CLI_COMMAND (renumber_interface_command) More... | |
static vlib_cli_command_t | set_interface_promiscuous_cmd |
(constructor) VLIB_CLI_COMMAND (set_interface_promiscuous_cmd) More... | |
static vlib_cli_command_t | set_interface_mtu_cmd |
(constructor) VLIB_CLI_COMMAND (set_interface_mtu_cmd) More... | |
static vlib_cli_command_t | set_interface_mac_address_cmd |
(constructor) VLIB_CLI_COMMAND (set_interface_mac_address_cmd) More... | |
static vlib_cli_command_t | set_tag_command |
(constructor) VLIB_CLI_COMMAND (set_tag_command) More... | |
static vlib_cli_command_t | clear_tag_command |
(constructor) VLIB_CLI_COMMAND (clear_tag_command) More... | |
Interface CLI.
Definition in file interface_cli.c.
|
static |
|
static |
|
static |
Definition at line 52 of file interface_cli.c.
|
static |
|
static |
|
static |
Parse subinterface names.
The following subinterface syntax is supported. The first two are for backwards compatability:
<intf-name> <id>
<intf-name> <min_id>-<max_id>
In the following, exact-match semantics (i.e. the number of vlan tags on the packet must match the number of tags in the configuration) are used only if the keyword exact-match is present. Non-exact match is the default.
<intf-name> <id> dot1q <outer_id> [exact-match]
<intf-name> <id> dot1q any [exact-match]
<intf-name> <id> dot1q <outer_id> inner-dot1q <inner_id> [exact-match]
<intf-name> <id> dot1q <outer_id> inner-dot1q any [exact-match]
<intf-name> <id> dot1q any inner-dot1q any [exact-match]
- a subinterface with the name <intf-name>.<id>. The subinterface is a double dot1q vlan with any outer vlan id and any inner vlan id.
For each of the above CLI, there is a duplicate that uses the keyword "dot1ad" in place of the first "dot1q". These interfaces use ethertype 0x88ad in place of 0x8100 for the outer ethertype. Note that for double- tagged packets the inner ethertype is always 0x8100. Also note that the dot1q and dot1ad naming spaces are independent, so it is legal to have both "Gig3/0/0.1 dot1q 100" and "Gig3/0/0.2 dot1ad 100". For example:
<intf-name> <id> dot1ad <outer_id> inner-dot1q <inner_id> [exact-match]
<intf-name> <id> untagged
<intf-name> <id> default
Definition at line 560 of file interface_cli.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 211 of file interface_cli.c.
|
static |
|
static |
(constructor) VLIB_CLI_COMMAND (clear_hw_interface_counters_command)
Definition at line 203 of file interface_cli.c.
|
static |
(constructor) VLIB_CLI_COMMAND (clear_interface_counters_command)
Definition at line 490 of file interface_cli.c.
|
static |
(constructor) VLIB_CLI_COMMAND (clear_tag_command)
Definition at line 1171 of file interface_cli.c.
|
static |
(constructor) VLIB_CLI_COMMAND (create_sub_interfaces_command)
Definition at line 781 of file interface_cli.c.
|
static |
(constructor) VLIB_CLI_COMMAND (renumber_interface_command)
Definition at line 992 of file interface_cli.c.
|
static |
(constructor) VLIB_CLI_COMMAND (set_hw_class_command)
Definition at line 942 of file interface_cli.c.
|
static |
(constructor) VLIB_CLI_COMMAND (set_interface_mac_address_cmd)
Definition at line 1122 of file interface_cli.c.
|
static |
(constructor) VLIB_CLI_COMMAND (set_interface_mtu_cmd)
Definition at line 1074 of file interface_cli.c.
|
static |
(constructor) VLIB_CLI_COMMAND (set_interface_promiscuous_cmd)
Definition at line 1028 of file interface_cli.c.
|
static |
(constructor) VLIB_CLI_COMMAND (set_state_command)
Definition at line 830 of file interface_cli.c.
|
static |
(constructor) VLIB_CLI_COMMAND (set_tag_command)
Definition at line 1147 of file interface_cli.c.
|
static |
(constructor) VLIB_CLI_COMMAND (set_unnumbered_command)
Definition at line 899 of file interface_cli.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_hw_interfaces_command)
Definition at line 195 of file interface_cli.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_sw_interfaces_command)
Definition at line 418 of file interface_cli.c.
|
static |
(constructor) VLIB_CLI_COMMAND (vnet_cli_interface_command)
Definition at line 427 of file interface_cli.c.
|
static |
(constructor) VLIB_CLI_COMMAND (vnet_cli_set_interface_command)
Definition at line 434 of file interface_cli.c.