diff options
author | rebortg <github@ghlr.de> | 2022-10-09 21:10:46 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-10-09 21:10:46 +0200 |
commit | b83d523120811b843f70913abfabdb759c725b72 (patch) | |
tree | a10451b4f45915b567642dec08a3c55358799867 /docs/configexamples/autotest/DHCPRelay_through_GRE/DHCPRelay_through_GRE.rst | |
parent | 59571dc22f1157d8647457802987ae6d32978290 (diff) | |
download | vyos-documentation-b83d523120811b843f70913abfabdb759c725b72.tar.gz vyos-documentation-b83d523120811b843f70913abfabdb759c725b72.zip |
autotest: DHCPRelay_through_GRE Version update
Diffstat (limited to 'docs/configexamples/autotest/DHCPRelay_through_GRE/DHCPRelay_through_GRE.rst')
-rw-r--r-- | docs/configexamples/autotest/DHCPRelay_through_GRE/DHCPRelay_through_GRE.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/configexamples/autotest/DHCPRelay_through_GRE/DHCPRelay_through_GRE.rst b/docs/configexamples/autotest/DHCPRelay_through_GRE/DHCPRelay_through_GRE.rst index 77322f46..99340e3d 100644 --- a/docs/configexamples/autotest/DHCPRelay_through_GRE/DHCPRelay_through_GRE.rst +++ b/docs/configexamples/autotest/DHCPRelay_through_GRE/DHCPRelay_through_GRE.rst @@ -3,9 +3,9 @@ DHCP Relay trough GRE-Bridge ############################ -| Testdate: 2022-07-09 -| Version: 1.3.1-S1 -| Upgrade Version: 1.4-rolling-202207090632 +| Testdate: 2022-10-09 +| Version: 1.3.2 +| Upgrade Version: 1.4-rolling-202210050218 This simple structure shows how to configure a DHCP Relay over a GRE Bridge @@ -78,14 +78,14 @@ Ping the Client from the DHCP Server. vyos@dhcp-server:~$ ping 192.168.0.30 count 4 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.939 ms - 64 bytes from 192.168.0.30: icmp_seq=2 ttl=63 time=0.869 ms - 64 bytes from 192.168.0.30: icmp_seq=3 ttl=63 time=1.33 ms - 64 bytes from 192.168.0.30: icmp_seq=4 ttl=63 time=1.22 ms + 64 bytes from 192.168.0.30: icmp_seq=1 ttl=63 time=0.909 ms + 64 bytes from 192.168.0.30: icmp_seq=2 ttl=63 time=1.26 ms + 64 bytes from 192.168.0.30: icmp_seq=3 ttl=63 time=1.31 ms + 64 bytes from 192.168.0.30: icmp_seq=4 ttl=63 time=1.29 ms --- 192.168.0.30 ping statistics --- - 4 packets transmitted, 4 received, 0% packet loss, time 7ms - rtt min/avg/max/mdev = 0.869/1.089/1.325/0.190 ms + 4 packets transmitted, 4 received, 0% packet loss, time 8ms + rtt min/avg/max/mdev = 0.909/1.191/1.311/0.169 ms And show all DHCP Leases @@ -96,4 +96,4 @@ And show all DHCP Leases vyos@dhcp-server:~$ show dhcp server leases IP address Hardware address State Lease start Lease expiration Remaining Pool Hostname ------------ ------------------ ------- ------------------- ------------------- ----------- ---------- ---------- - 192.168.0.30 00:50:79:66:68:05 active 2022/07/09 19:31:07 2022/07/10 19:31:07 23:59:17 DHCPTun100 VPCS + 192.168.0.30 00:50:79:66:68:05 active 2022/10/09 19:00:32 2022/10/10 19:00:32 23:59:17 DHCPTun100 VPCS |