From 13b1a5f75b144c642d1b2ec28beb1d5f44d90364 Mon Sep 17 00:00:00 2001 From: Carmine Scarpitta Date: Sun, 15 Sep 2024 23:14:41 +0200 Subject: [PATCH] doc: Add example for show SIDs CLI Signed-off-by: Carmine Scarpitta --- doc/user/zebra.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index e44a08615a..1b74ecb15f 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -914,6 +914,17 @@ and this section also helps that case. Displays the information regarding SRv6 local SID(s) allocated from a given locator. +:: + + router# show segment-routing srv6 sid + SID Behavior Context Daemon/Instance Locator Allocation Type + -------------------- ---------- --------------------- ----------------- --------- ----------------- + fcbb:bbbb:1:: uN - isis(0) MAIN dynamic + fcbb:bbbb:1:fe00:: uDT6 VRF 'vrf10' bgp(0) MAIN dynamic + fcbb:bbbb:1:fe01:: uDT6 VRF 'vrf20' bgp(0) MAIN dynamic + fcbb:bbbb:1:e000:: uA Interface 'eth-sw1' isis(0) MAIN dynamic + fcbb:bbbb:1:e001:: uA Interface 'eth-sw1' isis(0) MAIN dynamic + .. clicmd:: segment-routing Move from configure mode to segment-routing node. -- 2.39.5