Skip to content

Commit 80a20e7

Browse files
[doc][dhcp_server] Update cli doc for dhcp_server sonic-net#4069
What I did Modified show dhcp_server details as per document How I did it I updated the dhcp_sever details as per testbed output How to verify it verified from testbed
1 parent c1843fa commit 80a20e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/Command-Reference.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3734,11 +3734,11 @@ This command is used to show dhcp_server ip range.
37343734
- Example
37353735
```
37363736
show dhcp_server ipv4 range range_1
3737-
+-------------+-------------+-------------+---------+
3738-
|IP Range Name |IP Start |IP End |IP count |
3739-
|--------------+-------------+-------------+---------+
3740-
|range_1 |192.168.0.5 |192.168.0.10 |6 |
3741-
+--------------+-------------+-------------+---------+
3737+
+---------+-------------+---------------+-----------+
3738+
| Range | IP Start | IP End | IP count |
3739+
|=========+=============+===============+===========+
3740+
| range_1 | 192.168.0.5 | 192.168.0.10 | 6 |
3741+
+---------+-------------+---------------+-----------+
37423742

37433743
admin@bjw-can-720dt-2:~$ show dhcp_server ipv4 range range_1
37443744
+---------+-------------+-------------+------------+

0 commit comments

Comments
 (0)