mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
autotest: DHCPRelay_through_GRE Version update
This commit is contained in:
parent
291f856430
commit
b15d7aa699
File diff suppressed because it is too large
Load Diff
@ -3,8 +3,8 @@ DHCP Relay trough GRE-Bridge
|
|||||||
############################
|
############################
|
||||||
|
|
||||||
|
|
||||||
| Testdate: 2022-10-09
|
| Testdate: 2022-12-29
|
||||||
| Version: 1.4-rolling-202210090955
|
| Version: 1.4-rolling-202212280917
|
||||||
|
|
||||||
|
|
||||||
This simple structure shows how to configure a DHCP Relay over a GRE Bridge
|
This simple structure shows how to configure a DHCP Relay over a GRE Bridge
|
||||||
@ -77,14 +77,14 @@ Ping the Client from the DHCP Server.
|
|||||||
|
|
||||||
vyos@dhcp-server:~$ ping 192.168.0.30 count 4
|
vyos@dhcp-server:~$ ping 192.168.0.30 count 4
|
||||||
PING 192.168.0.30 (192.168.0.30) 56(84) bytes of data.
|
PING 192.168.0.30 (192.168.0.30) 56(84) bytes of data.
|
||||||
64 bytes from 192.168.0.30: icmp_seq=1 ttl=63 time=0.817 ms
|
64 bytes from 192.168.0.30: icmp_seq=1 ttl=63 time=0.922 ms
|
||||||
64 bytes from 192.168.0.30: icmp_seq=2 ttl=63 time=1.33 ms
|
64 bytes from 192.168.0.30: icmp_seq=2 ttl=63 time=1.57 ms
|
||||||
64 bytes from 192.168.0.30: icmp_seq=3 ttl=63 time=1.07 ms
|
64 bytes from 192.168.0.30: icmp_seq=3 ttl=63 time=0.875 ms
|
||||||
64 bytes from 192.168.0.30: icmp_seq=4 ttl=63 time=1.09 ms
|
64 bytes from 192.168.0.30: icmp_seq=4 ttl=63 time=0.688 ms
|
||||||
|
|
||||||
--- 192.168.0.30 ping statistics ---
|
--- 192.168.0.30 ping statistics ---
|
||||||
4 packets transmitted, 4 received, 0% packet loss, time 3017ms
|
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
|
||||||
rtt min/avg/max/mdev = 0.817/1.078/1.333/0.182 ms
|
rtt min/avg/max/mdev = 0.688/1.014/1.571/0.333 ms
|
||||||
|
|
||||||
|
|
||||||
And show all DHCP Leases
|
And show all DHCP Leases
|
||||||
@ -93,6 +93,6 @@ And show all DHCP Leases
|
|||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
vyos@dhcp-server:~$ show dhcp server leases
|
vyos@dhcp-server:~$ show dhcp server leases
|
||||||
IP address Hardware address State Lease start Lease expiration Remaining Pool Hostname
|
IP Address MAC address State Lease start Lease expiration Remaining Pool Hostname
|
||||||
------------ ------------------ ------- ------------------- ------------------- ----------- ---------- ----------
|
------------ ----------------- ------- ------------------- ------------------- ----------- ---------- ----------
|
||||||
192.168.0.30 00:50:79:66:68:05 active 2022/10/09 20:04:08 2022/10/10 20:04:08 23:59:18 DHCPTun100 VPCS
|
192.168.0.30 00:50:79:66:68:05 active 2022/12/29 20:11:32 2022/12/30 20:11:32 23:59:17 DHCPTun100 VPCS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user