diff options
author | Olivier Dugeon <olivier.dugeon@orange.com> | 2021-03-12 18:26:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 18:26:36 +0100 |
commit | e81f3c69b3de20bc2845ba5f253d64a70eb5d983 (patch) | |
tree | 4b9e4163875b818026577a15d302cbd4bb1dfe27 /doc | |
parent | Merge pull request #7827 from GalaxyGorilla/ospf_sr_topotests (diff) | |
parent | isisd, yang, doc: combine config cmd for SRGB+SRLB (diff) | |
download | frr-e81f3c69b3de20bc2845ba5f253d64a70eb5d983.tar.xz frr-e81f3c69b3de20bc2845ba5f253d64a70eb5d983.zip |
Merge pull request #8085 from volta-networks/isis_label_blocks
isisd: configure SRGB and SRLB together
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/isisd.rst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/user/isisd.rst b/doc/user/isisd.rst index ebcf21b04..ef2bf1616 100644 --- a/doc/user/isisd.rst +++ b/doc/user/isisd.rst @@ -364,17 +364,19 @@ Known limitations: Enable Segment Routing. -.. clicmd:: segment-routing global-block (0-1048575) (0-1048575) +.. clicmd:: segment-routing global-block (16-1048575) (16-1048575) [local-block (16-1048575) (16-1048575)] Set the Segment Routing Global Block i.e. the label range used by MPLS to store label in the MPLS FIB for Prefix SID. Note that the block size - may not exceed 65535. + may not exceed 65535. Optionally sets also the Segment Routing Local Block. + The negative command always unsets both. -.. clicmd:: segment-routing local-block (0-1048575) (0-1048575) +.. clicmd:: segment-routing local-block (16-1048575) (16-1048575) Set the Segment Routing Local Block i.e. the label range used by MPLS to store label in the MPLS FIB for Adjacency SID. Note that the block size - may not exceed 65535. + may not exceed 65535. This command is deprecated in favor of the combined + 'segment-routing global-block A B local-block C D' command. .. clicmd:: segment-routing node-msd (1-16) |