Skip to content

Commit 706cbec

Browse files
[dhcp_relay] Update Cli sample for DHCPv4 per-interface counter #2084
Update Cli sample for DHCPv4 per-interface counter
1 parent 92276a1 commit 706cbec

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc/dhcp_relay/DHCP-per-interface-counter.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -286,16 +286,16 @@ This command is used to show dhcp_relay counter.
286286
Packet type Abbr: Un - Unknown, Dis - Discover, Off - Offer, Req - Request,
287287
Ack - Acknowledge, Rel - Release, Inf - Inform,
288288
Dec - Decline
289-
+---------------+-----------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
290-
| Vlan1000 (RX) | Intf Type | Un | Dis | Off | Req | Ack | Rel | Inf | Dec | Nak |
291-
----------------+-----------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
292-
| Ethernet1 | Downlink | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 |
293-
| Ethernet2 | Downlink | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 |
294-
| Ethernet46 | Uplink | 0 | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 0 |
295-
| Ethernet47 | Uplink | 0 | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 0 |
296-
| PortChannel1 | Uplink | 0 | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 0 |
297-
| PortChannel2 | Uplink | 0 | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 0 |
298-
+---------------+-----------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
289+
+---------------+-----------+----+-----+-----+----+------+-----+-----+-----+-----+-------+
290+
| Vlan1000 (RX) | Intf Type | Un | Dis | Off | Req | Dec | Ack | Nak | Rel | Inf | Bootp |
291+
----------------+-----------+----+-----+-----+-----+-----+-----+-----+-----+-----+-------+
292+
| Ethernet1 | Downlink | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 |
293+
| Ethernet2 | Downlink | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 |
294+
| Ethernet46 | Uplink | 0 | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 |
295+
| Ethernet47 | Uplink | 0 | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 |
296+
| PortChannel1 | Uplink | 0 | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 |
297+
| PortChannel2 | Uplink | 0 | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 |
298+
+---------------+-----------+----+-----+-----+-----+-----+-----+-----+-----+-----+-------+
299299
300300
show dhcp_relay ipv4 counter Vlan1000 --type Discover
301301
+--------------------+-----------+----+----+

0 commit comments

Comments
 (0)