Files
PrimAITE/tests/config/box_obs_space_laydown_config.yaml

69 lines
1.2 KiB
YAML
Raw Normal View History

2023-05-30 15:48:11 +01:00
- itemType: ACTIONS
type: NODE
- itemType: OBSERVATIONS
type: BOX
- itemType: STEPS
steps: 5
- itemType: PORTS
portsList:
2023-06-01 09:45:46 +01:00
- port: '80'
2023-05-30 15:48:11 +01:00
- itemType: SERVICES
serviceList:
2023-06-01 09:45:46 +01:00
- name: TCP
########################################
# Nodes
2023-05-30 15:48:11 +01:00
- itemType: NODE
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
- itemType: NODE
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
- itemType: NODE
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
- itemType: LINK
id: '4'
name: link1
bandwidth: 1000
source: '1'
destination: '3'
- itemType: LINK
id: '5'
name: link2
bandwidth: 1000
source: '3'
destination: '2'