mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
autotest: DHCPRelay trough GRE to 1.3.1
This commit is contained in:
parent
74520dd882
commit
5cc61efe19
File diff suppressed because it is too large
Load Diff
@ -3,9 +3,9 @@ DHCP Relay trough GRE-Bridge
|
|||||||
############################
|
############################
|
||||||
|
|
||||||
|
|
||||||
| Testdate: 2021-12-22
|
| Testdate: 2022-03-22
|
||||||
| Version: 1.3.0
|
| Version: 1.3.1
|
||||||
| Upgrade Version: 1.4-rolling-202112211328
|
| Upgrade Version: 1.4-rolling-202203220701
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
@ -78,14 +78,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.845 ms
|
64 bytes from 192.168.0.30: icmp_seq=1 ttl=63 time=1.02 ms
|
||||||
64 bytes from 192.168.0.30: icmp_seq=2 ttl=63 time=1.21 ms
|
64 bytes from 192.168.0.30: icmp_seq=2 ttl=63 time=1.07 ms
|
||||||
64 bytes from 192.168.0.30: icmp_seq=3 ttl=63 time=0.895 ms
|
64 bytes from 192.168.0.30: icmp_seq=3 ttl=63 time=1.24 ms
|
||||||
64 bytes from 192.168.0.30: icmp_seq=4 ttl=63 time=1.27 ms
|
64 bytes from 192.168.0.30: icmp_seq=4 ttl=63 time=1.00 ms
|
||||||
|
|
||||||
--- 192.168.0.30 ping statistics ---
|
--- 192.168.0.30 ping statistics ---
|
||||||
4 packets transmitted, 4 received, 0% packet loss, time 7ms
|
4 packets transmitted, 4 received, 0% packet loss, time 7ms
|
||||||
rtt min/avg/max/mdev = 0.845/1.054/1.271/0.187 ms
|
rtt min/avg/max/mdev = 1.001/1.081/1.237/0.098 ms
|
||||||
|
|
||||||
|
|
||||||
And show all DHCP Leases
|
And show all DHCP Leases
|
||||||
@ -96,4 +96,4 @@ And show all DHCP Leases
|
|||||||
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 Hardware address State Lease start Lease expiration Remaining Pool Hostname
|
||||||
------------ ------------------ ------- ------------------- ------------------- ----------- ---------- ----------
|
------------ ------------------ ------- ------------------- ------------------- ----------- ---------- ----------
|
||||||
192.168.0.30 00:50:79:66:68:05 active 2021/12/22 15:27:38 2021/12/23 15:27:38 23:59:17 DHCPTun100 VPCS
|
192.168.0.30 00:50:79:66:68:05 active 2022/03/22 20:23:12 2022/03/23 20:23:12 23:59:17 DHCPTun100 VPCS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user