22 lines
395 B
YAML
22 lines
395 B
YAML
meta:
|
|
id: "lab-02-basic-utils"
|
|
name: "Basic Network Utilities & Traffic Monitoring"
|
|
description: "Two hosts connected directly to each other."
|
|
|
|
links:
|
|
- endpoints: ["PC1", "PC2"]
|
|
|
|
nodes:
|
|
- name: PC1
|
|
role: host
|
|
interfaces:
|
|
- ip: "10.0.12.1/24"
|
|
|
|
- name: PC2
|
|
role: host
|
|
interfaces:
|
|
- ip: "10.0.12.2/24"
|
|
|
|
# Optional:
|
|
# - "ip link set dev eth1 down"
|