35 if (
unformat (line_input,
"vni %d", &vni))
67 .path =
"show one adjacencies",
68 .short_help =
"show one adjacencies",
79 u8 is_add = 1, ip_set = 0;
91 else if (
unformat (line_input,
"del"))
114 is_add ?
"add" :
"delete");
121 .path =
"one map-server",
122 .short_help =
"one map-server add|del <ip>",
138 u8 *locator_set_name = 0;
139 u32 locator_set_index = 0, map_index = 0;
147 memset (&eid, 0,
sizeof (eid));
148 memset (a, 0,
sizeof (*a));
158 else if (
unformat (line_input,
"del"))
162 else if (
unformat (line_input,
"vni %d", &vni))
164 else if (
unformat (line_input,
"secret-key %_%v%_", &key))
169 else if (
unformat (line_input,
"locator-set %_%v%_", &locator_set_name))
178 locator_set_index = p[0];
195 if (key && (0 == key_id))
212 is_add ?
"add" :
"delete");
216 if (locator_set_name)
226 .path =
"one eid-table",
227 .short_help =
"one eid-table add/del [vni <vni>] eid <eid> " 228 "locator-set <locator-set> [key <secret-key> key-id sha1|sha256 ]",
238 u8 is_add = 1, is_l2 = 0;
239 u32 vni = 0, dp_id = 0;
251 else if (
unformat (line_input,
"vni %d", &vni))
253 else if (
unformat (line_input,
"vrf %d", &dp_id))
255 else if (
unformat (line_input,
"bd %d", &dp_id))
273 .path =
"one eid-table map",
274 .short_help =
"one eid-table map [del] vni <vni> vrf <vrf> | bd <bdi>",
287 u8 hw_addr[6], bd = 0;
289 u32 hw_addr_set = 0, ip_set = 0, is_add = 1;
292 memset (&ip4, 0,
sizeof (ip4));
293 memset (hw_addr, 0,
sizeof (hw_addr));
294 memset (arp, 0,
sizeof (*arp));
305 else if (
unformat (line_input,
"del"))
307 else if (
unformat (line_input,
"bd %d", &bd))
316 if (!ip_set || (!hw_addr_set && is_add))
328 clib_warning (
"Failed to %s l2 arp entry!", is_add ?
"add" :
"delete");
337 .path =
"one l2 arp",
338 .short_help =
"one l2 arp [del] bd <bd> mac <mac> ip <ipv4>",
373 .path =
"show one l2 arp entries",
374 .short_help =
"Show ONE L2 ARP entries",
394 u8 is_add = 1, del_all = 0;
395 locator_t rloc, *rlocs = 0, *curr_rloc = 0;
398 u32 vni, action = ~0, p, w;
405 memset (&eid, 0,
sizeof (eid));
406 memset (&rloc, 0,
sizeof (rloc));
410 if (
unformat (line_input,
"del-all"))
412 else if (
unformat (line_input,
"del"))
414 else if (
unformat (line_input,
"add"))
418 else if (
unformat (line_input,
"vni %u", &vni))
422 else if (
unformat (line_input,
"p %d w %d", &p, &w))
427 (
"No RLOC configured for setting priority/weight!");
430 curr_rloc->priority = p;
431 curr_rloc->weight = w;
443 curr_rloc = &rlocs[
vec_len (rlocs) - 1];
445 else if (
unformat (line_input,
"action %U",
455 if (!del_all && !eid_set)
463 if (is_add && (~0 == action) && 0 ==
vec_len (rlocs))
479 memset (a, 0,
sizeof (a[0]));
494 clib_warning (
"failed to %s remote mapping!", is_add ?
"add" :
"delete");
504 .path =
"one remote-mapping",
506 "one remote-mapping add|del [del-all] vni <vni> " 507 "eid <est-eid> [action <no-action|natively-forward|" 508 "send-map-request|drop>] rloc <dst-locator> p <prio> w <weight> " 509 "[rloc <dst-locator> ... ]",
525 ip_prefix_t *reid_ippref, *leid_ippref;
529 u8 reid_set = 0, leid_set = 0;
536 memset (&reid, 0,
sizeof (reid));
537 memset (&leid, 0,
sizeof (leid));
546 else if (
unformat (line_input,
"add"))
548 else if (
unformat (line_input,
"reid %U",
559 else if (
unformat (line_input,
"vni %u", &vni))
564 else if (
unformat (line_input,
"leid %U",
582 if (!reid_set || !leid_set)
593 clib_warning (
"remote and local EIDs are of different types!");
597 memset (a, 0,
sizeof (a[0]));
603 clib_warning (
"failed to %s adjacency!", is_add ?
"add" :
"delete");
612 .path =
"one adjacency",
613 .short_help =
"one adjacency add|del vni <vni> reid <remote-eid> " 645 if (_MR_MODE_MAX == mr_mode)
661 .path =
"one map-request mode",
662 .short_help =
"one map-request mode dst-only|src-dst",
671 u32 mode = va_arg (*args,
u32);
676 return format (0,
"dst-only");
678 return format (0,
"src-dst");
695 .path =
"show one map-request mode",
696 .short_help =
"show one map-request mode",
718 .path =
"show one map-resolvers",
719 .short_help =
"show one map-resolvers",
729 u8 locator_name_set = 0;
730 u8 *locator_set_name = 0;
742 if (
unformat (line_input,
"ls %_%v%_", &locator_set_name))
743 locator_name_set = 1;
744 else if (
unformat (line_input,
"disable"))
753 if (!locator_name_set)
763 is_add ?
"add" :
"delete");
774 .path =
"one nsh-mapping",
775 .short_help =
"one nsh-mapping [del] ls <locator-set-name>",
786 u8 locator_name_set = 0;
787 u8 *locator_set_name = 0;
799 if (
unformat (line_input,
"ls %_%v%_", &locator_set_name))
800 locator_name_set = 1;
801 else if (
unformat (line_input,
"disable"))
810 if (!locator_name_set)
819 is_add ?
"add" :
"delete");
823 if (locator_set_name)
832 .short_help =
"one pitr [disable] ls <locator-set-name>",
847 "pitr", lcm->
lisp_pitr ?
"locator-set" :
"");
857 tmp_str =
format (0,
"N/A");
870 tmp_str =
format (0,
"N/A");
884 .path =
"show one pitr",
885 .short_help =
"Show pitr",
928 gid, type, loc, ttl, aut);
932 s =
format (s,
"%55s%v\n",
"", loc);
952 memset (&eid, 0,
sizeof (eid));
962 else if (
unformat (line_input,
"local"))
964 else if (
unformat (line_input,
"remote"))
975 "EID",
"type",
"locators",
"ttl",
"autoritative");
982 if (mapit->pitr_set || mapit->nsh_set)
985 locator_set_t * ls = pool_elt_at_index (lcm->locator_set_pool,
986 mapit->locator_set_index);
987 if (filter && !((1 == filter && ls->local) ||
988 (2 == filter && !ls->local)))
1000 if ((
u32) ~ 0 == mi)
1005 mapit->locator_set_index);
1007 if (filter && !((1 == filter && ls->
local) ||
1008 (2 == filter && !ls->
local)))
1025 .path =
"show one eid-table",
1026 .short_help =
"Shows EID table",
1047 if (
unformat (line_input,
"enable"))
1052 else if (
unformat (line_input,
"disable"))
1079 .short_help =
"one [enable|disable]",
1100 if (
unformat (line_input,
"enable"))
1105 else if (
unformat (line_input,
"disable"))
1131 .path =
"one map-register",
1132 .short_help =
"one map-register [enable|disable]",
1153 if (
unformat (line_input,
"enable"))
1158 else if (
unformat (line_input,
"disable"))
1184 .path =
"one rloc-probe",
1185 .short_help =
"one rloc-probe [enable|disable]",
1202 msg =
format (msg,
"feature: %U\ngpe: %U\n",
1211 .path =
"show one status",
1212 .short_help =
"show one status",
1225 uword *vni_table = 0;
1240 else if (
unformat (line_input,
"l3"))
1276 .path =
"show one eid-table map",
1277 .short_help =
"show one eid-table l2|l3",
1293 u8 *locator_set_name = 0;
1299 memset (&locator, 0,
sizeof (locator));
1300 memset (a, 0,
sizeof (a[0]));
1308 if (
unformat (line_input,
"add %_%v%_", &locator_set_name))
1310 else if (
unformat (line_input,
"del %_%v%_", &locator_set_name))
1312 else if (
unformat (line_input,
"iface %U p %d w %d",
1327 a->
name = locator_set_name;
1336 is_add ?
"add" :
"delete");
1341 if (locator_set_name)
1349 .path =
"one locator-set",
1350 .short_help =
"one locator-set add/del <name> [iface <iface-name> " 1351 "p <priority> w <weight>]",
1366 u8 *locator_set_name = 0;
1367 u8 locator_set_name_set = 0;
1372 memset (&locator, 0,
sizeof (locator));
1373 memset (a, 0,
sizeof (a[0]));
1383 else if (
unformat (line_input,
"del"))
1385 else if (
unformat (line_input,
"locator-set %_%v%_", &locator_set_name))
1386 locator_set_name_set = 1;
1387 else if (
unformat (line_input,
"iface %U p %d w %d",
1402 if (!locator_set_name_set)
1408 a->
name = locator_set_name;
1424 .path =
"one locator",
1425 .short_help =
"one locator add/del locator-set <name> iface <iface-name> " 1426 "p <priority> w <weight>",
1442 "Priority",
"Weight");
1451 msg = format (msg,
"%v", lsit->name);
1455 msg = format (msg,
"<%s-%d>",
"remote", lsit - lcm->locator_set_pool);
1461 msg = format (msg,
"%16s",
" ");
1482 .path =
"show one locator-set",
1483 .short_help =
"Shows locator-sets",
1495 u8 is_add = 1, addr_set = 0;
1496 ip_address_t ip_addr;
1509 else if (
unformat (line_input,
"del"))
1532 is_add ?
"add" :
"delete");
1542 .path =
"one map-resolver",
1543 .short_help =
"one map-resolver add/del <ip_address>",
1556 u8 *locator_set_name = 0;
1569 else if (
unformat (line_input,
"add %_%v%_", &locator_set_name))
1584 is_add ?
"add" :
"delete");
1596 .path =
"one map-request itr-rlocs",
1597 .short_help =
"one map-request itr-rlocs add/del <locator_set_name>",
1626 .path =
"show one map-request itr-rlocs",
1627 .short_help =
"Shows map-request itr-rlocs",
1637 u8 is_add = 1, ip_set = 0;
1650 else if (
unformat (line_input,
"disable"))
1668 is_add ?
"add" :
"delete");
1678 .path =
"one use-petr",
1679 .short_help =
"one use-petr [disable] <petr-ip>",
1692 u8 use_petr = lcm->
flags & LISP_FLAG_USE_PETR;
1703 tmp_str =
format (0,
"N/A");
1716 tmp_str =
format (0,
"N/A");
1730 .path =
"show one petr",
1731 .short_help =
"Show petr",
1753 .path =
"show one map-servers",
1754 .short_help =
"show one map servers",
1767 msg =
format (msg,
"%s\n", is_enabled ?
"enabled" :
"disabled");
1775 .path =
"show one map-register state",
1776 .short_help =
"show one map-register state",
1789 msg =
format (msg,
"%s\n", is_enabled ?
"enabled" :
"disabled");
1797 .path =
"show one rloc state",
1798 .short_help =
"show one RLOC state",
1815 .path =
"show one statistics status",
1816 .short_help =
"show ONE statistics enable/disable status",
1830 "[src-EID, dst-EID] [loc-rloc, rmt-rloc] count bytes\n");
1849 .path =
"show one statistics details",
1850 .short_help =
"show ONE statistics",
1869 if (
unformat (line_input,
"enable"))
1871 else if (
unformat (line_input,
"disable"))
1887 .path =
"one statistics",
1888 .short_help =
"enable/disable ONE statistics collecting",
1904 .path =
"one statistics flush",
1905 .short_help =
"Flush ONE statistics",
static clib_error_t * lisp_stats_flush_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
#define gid_address_ip_version(_a)
#define gid_address_arp_bd(_a)
sll srl srl sll sra u16x4 i
#define gid_address_type(_a)
static clib_error_t * lisp_show_pitr_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
lisp_api_l2_arp_entry_t * vnet_lisp_l2_arp_entries_get_by_bd(u32 bd)
lisp_msmr_t * map_resolvers
static clib_error_t * lisp_enable_disable_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
static u8 * format_eid_entry(u8 *s, va_list *args)
u8 vnet_lisp_get_map_request_mode(void)
#define ip_prefix_len(_a)
uword unformat_ip_address(unformat_input_t *input, va_list *args)
#define vec_add1(V, E)
Add 1 element to end of vector (unspecified alignment).
int vnet_lisp_add_del_l2_arp_entry(gid_address_t *key, u8 *mac, u8 is_add)
static clib_error_t * lisp_add_del_locator_set_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
static clib_error_t * lisp_add_del_adjacency_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Handler for add/del adjacency CLI.
static clib_error_t * lisp_show_map_request_mode_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
static clib_error_t * lisp_add_del_local_eid_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
unformat_function_t unformat_vnet_sw_interface
static clib_error_t * lisp_add_del_l2_arp_entry_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
vnet_api_error_t vnet_lisp_stats_enable_disable(u8 enable)
uword unformat_hmac_key_id(unformat_input_t *input, va_list *args)
#define ip_prefix_version(_a)
u8 vnet_lisp_stats_enable_disable_state(void)
format_function_t format_vnet_sw_if_index_name
u8 vnet_lisp_map_register_state_get(void)
int vnet_lisp_set_map_request_mode(u8 mode)
int vnet_lisp_add_del_adjacency(vnet_lisp_add_del_adjacency_args_t *a)
Adds adjacency or removes forwarding entry associated to remote mapping.
uword unformat_negative_mapping_action(unformat_input_t *input, va_list *args)
lisp_msmr_t * map_servers
#define pool_foreach(VAR, POOL, BODY)
Iterate through pool.
static clib_error_t * lisp_show_map_servers_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
u8 * format_mac_address(u8 *s, va_list *args)
static clib_error_t * lisp_show_rloc_probe_state_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
int vnet_lisp_flush_stats(void)
static clib_error_t * lisp_show_eid_table_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
#define clib_error_return(e, args...)
int vnet_lisp_eid_table_map(u32 vni, u32 dp_id, u8 is_l2, u8 is_add)
static lisp_cp_main_t * vnet_lisp_cp_get_main()
static clib_error_t * lisp_nsh_set_locator_set_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
static clib_error_t * lisp_cp_show_locator_sets_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
u32 petr_map_index
Proxy ETR map index.
clib_error_t * vnet_lisp_enable_disable(u8 is_enable)
int vnet_lisp_pitr_set_locator_set(u8 *locator_set_name, u8 is_add)
#define pool_elt_at_index(p, i)
Returns pointer to element at given index.
u8 vnet_lisp_rloc_probe_state_get(void)
counter_t packets
packet counter
static clib_error_t * lisp_add_del_map_server_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
u8 * format_negative_mapping_action(u8 *s, va_list *args)
static clib_error_t * lisp_map_request_mode_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
#define gid_address_mac(_a)
int vnet_lisp_add_del_local_mapping(vnet_lisp_add_del_mapping_args_t *a, u32 *map_index_result)
Add/update/delete mapping to/in/from map-cache.
void gid_address_free(gid_address_t *a)
lisp_api_stats_t * vnet_lisp_get_stats(void)
uword unformat_gid_address(unformat_input_t *input, va_list *args)
u8 * format_gid_address(u8 *s, va_list *args)
static clib_error_t * lisp_map_register_enable_disable_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
int vnet_lisp_add_del_mapping(gid_address_t *eid, locator_t *rlocs, u8 action, u8 authoritative, u32 ttl, u8 is_add, u8 is_static, u32 *res_map_index)
Adds/removes/updates mapping.
#define gid_address_ippref(_a)
lisp_adjacency_t * vnet_lisp_adjacencies_get_by_vni(u32 vni)
Returns vector of adjacencies.
static clib_error_t * lisp_stats_enable_disable_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
int vnet_lisp_add_del_mreq_itr_rlocs(vnet_lisp_add_del_mreq_itr_rloc_args_t *a)
static clib_error_t * lisp_add_del_mreq_itr_rlocs_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
#define vec_free(V)
Free vector's memory (no header).
#define clib_warning(format, args...)
int vnet_lisp_map_register_enable_disable(u8 is_enable)
static clib_error_t * lisp_add_del_map_resolver_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
static clib_error_t * lisp_show_map_resolvers_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
static clib_error_t * lisp_eid_table_map_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
lisp_gpe_main_t lisp_gpe_main
LISP-GPE global state.
static clib_error_t * lisp_show_adjacencies_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
#define VLIB_CLI_COMMAND(x,...)
struct _gid_address_t gid_address_t
uword unformat_mac_address(unformat_input_t *input, va_list *args)
u8 * format_vnet_lisp_gpe_status(u8 *s, va_list *args)
Format LISP-GPE status.
int vnet_lisp_add_del_map_server(ip_address_t *addr, u8 is_add)
u8 * format_ip_address(u8 *s, va_list *args)
int vnet_lisp_clear_all_remote_adjacencies(void)
static u8 * format_lisp_status(u8 *s, va_list *args)
locator_set_t * locator_set_pool
static clib_error_t * lisp_show_stats_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
int vnet_lisp_rloc_probe_enable_disable(u8 is_enable)
static clib_error_t * lisp_add_del_remote_mapping_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Handler for add/del remote mapping CLI.
static clib_error_t * lisp_pitr_set_locator_set_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
static clib_error_t * lisp_show_eid_table_map_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
u64 gid_dictionary_lookup(gid_dictionary_t *db, gid_address_t *key)
uword unformat_ip_prefix(unformat_input_t *input, va_list *args)
static clib_error_t * lisp_rloc_probe_enable_disable_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
counter_t bytes
byte counter
int vnet_lisp_add_del_locator_set(vnet_lisp_add_del_locator_set_args_t *a, u32 *ls_result)
static clib_error_t * lisp_show_l2_arp_entries_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
#define gid_address_ip(_a)
static clib_error_t * lisp_show_mreq_itr_rlocs_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
static clib_error_t * lisp_show_status_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
#define gid_address_vni(_a)
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
#define hash_foreach_pair(p, v, body)
Iterate over hash pairs.
u32 * vnet_lisp_l2_arp_bds_get(void)
int vnet_lisp_add_del_locator(vnet_lisp_add_del_locator_set_args_t *a, locator_set_t *ls, u32 *ls_result)
u8 ip_address_max_len(u8 version)
uword * locator_set_index_by_name
int vnet_lisp_nsh_set_locator_set(u8 *locator_set_name, u8 is_add)
void gid_address_copy(gid_address_t *dst, gid_address_t *src)
static clib_error_t * lisp_show_map_register_state_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
#define hash_get_mem(h, key)
static clib_error_t * lisp_show_petr_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
int vnet_lisp_add_del_map_resolver(vnet_lisp_add_del_map_resolver_args_t *a)
static u8 * format_lisp_map_request_mode(u8 *s, va_list *args)
static clib_error_t * lisp_use_petr_set_locator_set_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
#define vec_foreach(var, vec)
Vector iterator.
#define gid_address_arp_ip4(_a)
static clib_error_t * lisp_add_del_locator_in_set_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
static clib_error_t * lisp_show_stats_details_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
u8 * format_fid_address(u8 *s, va_list *args)
int vnet_lisp_use_petr(ip_address_t *ip, u8 is_add)
Configure Proxy-ETR.
void vlib_cli_output(vlib_main_t *vm, char *fmt,...)