.. _clicmd_src_plugins_nsh: =============================================================== Nsh cli reference =============================================================== create nsh entry ------------------------------------------------------------------------- .. code-block:: console create nsh entry {nsp nsi } [ttl ] [md-type ] [c1 c2 c3 c4 ] [tlv-ioam-trace] [del] Declaration: ``create_nsh_entry_command`` `src/plugins/nsh/nsh_cli.c line 498 `_ Implementation: ``nsh_add_del_entry_command_fn`` create nsh map ------------------------------------------------------------------------- .. code-block:: console create nsh map nsp nsi [del] mapped-nsp mapped-nsi nsh_action [swap|push|pop] [encap-gre4-intf | encap-gre4-intf | encap-vxlan-gpe-intf | encap-lisp-gpe-intf encap-vxlan4-intf | encap-vxlan6-intf | encap-eth-intf | encap-none] Declaration: ``create_nsh_map_command`` `src/plugins/nsh/nsh_cli.c line 294 `_ Implementation: ``nsh_add_del_map_command_fn`` Declaration: ``show_nsh_entry_command`` `src/plugins/nsh/nsh_cli.c line 625 `_ Implementation: ``show_nsh_entry_command_fn`` Declaration: ``show_nsh_map_command`` `src/plugins/nsh/nsh_cli.c line 326 `_ Implementation: ``show_nsh_map_command_fn``