Skip to content

Commit

Permalink
Minor title formatting to command format section
Browse files Browse the repository at this point in the history
Minor edit to section description as well
  • Loading branch information
kktheballer committed Dec 27, 2020
1 parent 0e1821c commit d8c3480
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions doc/ecmp/fine_grained_next_hop_hld.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,12 @@ CLI commands:
show fgnhg active-hops <fg-nhg-group-name> (shows which set of next-hops are active)
```

### 2.3.1 CLI 'show fgnhg hash-view <fg-nhg-group-name>' Output Format
### 2.3.1 CLI 'show fgnhg hash-view {fg-nhg-group-name}' Output Format
```
NOTE: <fg-nhg-group-name> is an optional parameter containing the user-defined alias of the FG_NHG group name
found in the 'FG_NHG_PREFIX' section of config dB. If specified, the output will display either ipv4 next hops and banks
or ipv6 next hops and banks accordingly. If it is not specified, by default both ipv4 and ipv6 next hops and banks
are displayed as shown below:
NOTE: {fg-nhg-group-name} is an optional parameter containing the user-defined alias of the FG_NHG group name
found in the 'FG_NHG_PREFIX' section of config dB. If specified, the output will display active next hops
from the specified group. If it is not specified, by default, active next hops from all groups are displayed
as shown below:
+-----------------+--------------------+----------------+
| FG_NHG_PREFIX | Next Hop | Hash buckets |
Expand Down Expand Up @@ -278,12 +276,12 @@ are displayed as shown below:
+-----------------+--------------------+----------------+
```

### 2.3.2 CLI 'show fgnhg active-hops' Output Format
### 2.3.2 CLI 'show fgnhg active-hops {fg-nhg-group-name}' Output Format
```
NOTE: 'fg-nhg-group-name' is an optional parameter containing the user-defined alias of nhg ipv4 or nhg ipv6
found in 'FG_NHG_PREFIX' section of config dB. If specified, the output will display either ipv4 active next hops
or ipv6 active next hops accordingly. If it is not specified, by default both ipv4 and ipv6 active next hops
are displayed as shown below:
NOTE: {fg-nhg-group-name} is an optional parameter containing the user-defined alias of the FG_NHG group name
found in the 'FG_NHG_PREFIX' section of config dB. If specified, the output will display active next hops
from the specified group. If it is not specified, by default, active next hops from all groups are displayed
as shown below:
+-----------------+--------------------+
Expand Down

0 comments on commit d8c3480

Please sign in to comment.