File tree Expand file tree Collapse file tree 5 files changed +34
-21
lines changed
Expand file tree Collapse file tree 5 files changed +34
-21
lines changed Original file line number Diff line number Diff line change 1+ message : |
2+ Use this topology to test the DHCPv4 server on your device. Use 'netlab
3+ validate' to check whether your device allocated IPv4 addresses to DHCP
4+ clients running on Linux VMs.
5+
6+ defaults.sources.extra : [ ../wait_times.yml, ../warnings.yml ]
7+
18groups :
29 clients :
310 members : [ c1, c2 ]
@@ -36,8 +43,3 @@ validate:
3643 linux : " ip addr show eth1 | grep inet | grep dynamic || true"
3744 valid :
3845 linux : stdout.rstrip()
39-
40- message : |
41- Use this topology to test the DHCPv4 server on your device. Use 'netlab
42- validate' to check whether your device allocated IPv4 addresses to DHCP
43- clients running Cumulus Linux.
Original file line number Diff line number Diff line change 1+ message : |
2+ Use this topology to test the DHCPv6 server on your device. Use 'netlab
3+ validate' to check whether your device allocated IPv6 addresses to Cisco
4+ IOS clients.
5+
6+ defaults.sources.extra : [ ../wait_times.yml, ../warnings.yml ]
7+
18addressing.lan :
29 ipv4 : false
310 ipv6 : 2001:db8:cafe::/48
@@ -34,8 +41,3 @@ validate:
3441 exec : " show ipv6 interface brief {{ interfaces[0].ifname }}"
3542 valid : >-
3643 "CAFE" in stdout
37-
38- message : |
39- Use this topology to test the DHCPv6 server on your device. Use 'netlab
40- validate' to check whether your device allocated IPv6 addresses to DHCPv6
41- clients running Cumulus Linux.
Original file line number Diff line number Diff line change 1+ ---
2+ message : |
3+ Use this topology to test the DHCPv4 relay functionality of your device. Use
4+ 'netlab validate' to check whether your device propagated DHCPv4 requests from
5+ DHCP clients (Linux VMs) to DHCP servers.
6+
7+ defaults.sources.extra : [ ../wait_times.yml, ../warnings.yml ]
8+
19module : [ dhcp ]
210
311groups :
@@ -80,8 +88,3 @@ validate:
8088 valid :
8189 eos : len(vrfs.default.ipv4ActiveLeases) == 2
8290 dnsmasq : stdout.rstrip() == '2'
83-
84- message : |
85- Use this topology to test the DHCPv4 relay functionality of your device. Use
86- 'netlab validate' to check whether your device propagated DHCPv4 requests from
87- DHCP clients to DHCP servers.
Original file line number Diff line number Diff line change 1+ ---
2+ message : |
3+ Use this topology to test the inter-VRF DHCPv4 relay functionality of your
4+ device. Use 'netlab validate' to check whether your device propagated DHCPv4
5+ requests from DHCP clients (Linux VMs) in VRF c_vrf to DHCP servers in global
6+ routing table.
7+
8+ defaults.sources.extra : [ ../wait_times.yml, ../warnings.yml ]
9+
110groups :
211 _auto_create : true
312 clients :
@@ -49,9 +58,3 @@ validate:
4958 linux : " ip addr show eth1 | grep inet | grep dynamic || true"
5059 valid :
5160 linux : stdout.rstrip()
52-
53- message : |
54- Use this topology to test the inter-VRF DHCPv4 relay functionality of your
55- device. Use 'netlab validate' to check whether your device propagated DHCPv4
56- requests from DHCP clients in VRF c_vrf to DHCP servers in global routing
57- table.
Original file line number Diff line number Diff line change 33devices :
44 eos.warnings.ospf_stub : False
55 sros.warnings.loopback_ipv6 : False
6+
7+ warnings :
8+ providers.change : False
You can’t perform that action at this time.
0 commit comments