.. _clicmd_src_plugins_sasc: =============================================================== Sasc cli reference =============================================================== clear sasc sessions ------------------------------------------------------------------------- .. code-block:: console clear sasc sessions Declaration: ``clear_sasc_sessions`` `src/plugins/sasc/cli.c line 441 `_ Implementation: ``sasc_clear_sessions_command_fn`` dump sasc session ------------------------------------------------------------------------- .. code-block:: console dump sasc session Declaration: ``dump_sasc_session_command`` `src/plugins/sasc/export.c line 342 `_ Implementation: ``sasc_dump_sessions_command_fn`` dump sasc session ring ------------------------------------------------------------------------- .. code-block:: console dump sasc session ring Declaration: ``dump_sasc_session_ring_command`` `src/plugins/sasc/export.c line 501 `_ Implementation: ``sasc_dump_sessions_ring_command_fn`` set sasc services ------------------------------------------------------------------------- .. code-block:: console set sasc services [SERVICE_NAME]+ Declaration: ``sasc_set_services_command`` `src/plugins/sasc/cli.c line 69 `_ Implementation: ``sasc_set_services_command_fn`` set sasc tenant ------------------------------------------------------------------------- .. code-block:: console set sasc tenant context forward reverse miss icmp-error Declaration: ``sasc_tenant_add_del_command`` `src/plugins/sasc/cli.c line 152 `_ Implementation: ``sasc_tenant_add_command_fn`` set sasc timeout ------------------------------------------------------------------------- .. code-block:: console set sasc timeout Declaration: ``sasc_set_timeout_command`` `src/plugins/sasc/cli.c line 390 `_ Implementation: ``sasc_set_timeout_command_fn`` show sasc next-indices ------------------------------------------------------------------------- .. code-block:: console show sasc next-indices Declaration: ``show_sasc_next_indices_command`` `src/plugins/sasc/cli.c line 354 `_ Implementation: ``sasc_show_next_indices_command_fn`` show sasc schema ------------------------------------------------------------------------- .. code-block:: console show sasc schema Declaration: ``sasc_show_schema_command`` `src/plugins/sasc/export.c line 540 `_ Implementation: ``sasc_show_schema_command_fn`` show sasc service-chains ------------------------------------------------------------------------- .. code-block:: console Show service chains Declaration: ``show_sasc_service_chains_command`` `src/plugins/sasc/cli.c line 105 `_ Implementation: ``show_sasc_service_chains_command_fn`` show sasc services ------------------------------------------------------------------------- .. code-block:: console show sasc services [verbose] Declaration: ``sasc_show_services_command`` `src/plugins/sasc/cli.c line 28 `_ Implementation: ``sasc_show_services_command_fn`` show sasc session ------------------------------------------------------------------------- .. code-block:: console show sasc session [session index] [thread ] [tenant ] [0x] [detail|compact] Declaration: ``show_sasc_sessions_command`` `src/plugins/sasc/cli.c line 265 `_ Implementation: ``sasc_show_sessions_command_fn`` show sasc summary ------------------------------------------------------------------------- .. code-block:: console show sasc summary Declaration: ``show_sasc_summary`` `src/plugins/sasc/cli.c line 429 `_ Implementation: ``sasc_show_summary_command_fn`` show sasc tenant ------------------------------------------------------------------------- .. code-block:: console show sasc tenant [ [detail]] Declaration: ``show_sasc_tenant`` `src/plugins/sasc/cli.c line 196 `_ Implementation: ``sasc_show_tenant_detail_command_fn``