Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 17 additions & 16 deletions doc/Command-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3428,12 +3428,16 @@ This command is used to show ipv4 dhcp_relay helper.
- Example:
```
admin@sonic:~$ show dhcp_relay ipv4 helper
-------- ---------
Vlan1000 192.0.0.1
192.0.0.2
-------- ---------
+-------------+----------------------+
| Interface | DHCP Relay Address |
+=============+======================+
| Vlan1000 | 192.0.0.1 |
| | 192.0.0.2 |
| | 192.0.0.3 |
| | 192.0.0.4 |
+-------------+----------------------+
```

**show dhcp_relay ipv6 destination**

This command is used to show ipv6 dhcp_relay destination.
Expand All @@ -3446,12 +3450,14 @@ This command is used to show ipv6 dhcp_relay destination.
- Example:
```
admin@sonic:~$ show dhcp_relay ipv6 destination
--------  ------------
Vlan1000  fc02:2000::1
          fc02:2000::2
          fc02:2000::3
          fc02:2000::4
--------  ------------
+-------------+---------------------+
| Interface  | DHCP Relay Address |
+=============+=====================+
| Vlan1000 | fc02:2000::1 |
|         | fc02:2000::2 |
|          | fc02:2000::3 |
|          | fc02:2000::4 |
+-------------+---------------------+
```

**show dhcp_relay ipv6 counters**
Expand Down Expand Up @@ -3734,11 +3740,6 @@ This command is used to show dhcp_server ip range.
- Example
```
show dhcp_server ipv4 range range_1
+-------------+-------------+-------------+---------+
|IP Range Name |IP Start |IP End |IP count |
|--------------+-------------+-------------+---------+
|range_1 |192.168.0.5 |192.168.0.10 |6 |
+--------------+-------------+-------------+---------+

admin@bjw-can-720dt-2:~$ show dhcp_server ipv4 range range_1
+---------+-------------+-------------+------------+
Expand Down
Loading