Files
PrimAITE/tests/config/box_obs_space_laydown_config.yaml

69 lines
1.2 KiB
YAML
Raw Normal View History

- item_type: ACTIONS
2023-05-30 15:48:11 +01:00
type: NODE
- item_type: OBSERVATIONS
2023-05-30 15:48:11 +01:00
type: BOX
- item_type: STEPS
2023-05-30 15:48:11 +01:00
steps: 5
- item_type: PORTS
ports_list:
2023-06-01 09:45:46 +01:00
- port: '80'
- item_type: SERVICES
service_list:
2023-06-01 09:45:46 +01:00
- name: TCP
########################################
# Nodes
- item_type: NODE
2023-05-30 15:48:11 +01:00
node_id: '1'
2023-06-01 09:45:46 +01:00
name: PC1
2023-05-30 15:48:11 +01:00
node_class: SERVICE
node_type: COMPUTER
2023-06-01 09:45:46 +01:00
priority: P5
2023-05-30 15:48:11 +01:00
hardware_state: 'ON'
2023-06-01 09:45:46 +01:00
ip_address: 192.168.1.1
2023-05-30 15:48:11 +01:00
software_state: GOOD
file_system_state: GOOD
services:
2023-06-01 09:45:46 +01:00
- name: TCP
port: '80'
state: GOOD
- item_type: NODE
2023-06-01 09:45:46 +01:00
node_id: '2'
name: SERVER
node_class: SERVICE
node_type: SERVER
priority: P5
hardware_state: 'ON'
ip_address: 192.168.1.2
software_state: GOOD
file_system_state: GOOD
services:
- name: TCP
port: '80'
state: GOOD
- item_type: NODE
2023-06-01 09:45:46 +01:00
node_id: '3'
name: SWITCH1
node_class: ACTIVE
node_type: SWITCH
priority: P2
hardware_state: 'ON'
ip_address: 192.168.1.3
software_state: GOOD
file_system_state: GOOD
########################################
# Links
- item_type: LINK
2023-06-01 09:45:46 +01:00
id: '4'
name: link1
bandwidth: 1000
source: '1'
destination: '3'
- item_type: LINK
2023-06-01 09:45:46 +01:00
id: '5'
name: link2
bandwidth: 1000
source: '3'
destination: '2'