Skip to content

Floor

Location in GUI: Design » Network Hierarchy

Diagram
NameTypeConstraintMandatoryDefault Value
floorsList[floors]No

NameTypeConstraintMandatoryDefault Value
nameStringYes
floor_numberIntegerNo
heightNumberNo3
lengthNumberNo30
rf_modelChoiceCubes And Walled Offices, Drywall Office Only, Indoor High Ceiling, Outdoor Open Space, Free SpaceNoCubes And Walled Offices
widthNumberNo30
parent_nameStringNo
cli_credentialsStringNo
snmpv3_credentialsStringNo
snmpv2_read_credentialsStringNo
snmpv2_write_credentialsStringNo
https_read_credentialsStringNo
https_write_credentialsStringNo
network_settingsClass[network_settings]No
ip_pools_reservationsListStringNo

network_settings (catalyst_center.sites.floors)

Section titled “network_settings (catalyst_center.sites.floors)”
NameTypeConstraintMandatoryDefault Value
aaa_serversStringNo
networkStringNo
telemetryStringNo

Example 1: Basic floor configuration with essential physical dimensions and RF modeling for wireless planning in typical office environments:

catalyst_center:
sites:
floors:
- name: Ground Floor
parent_name: Global/Americas/USA/California/Corporate Headquarters
floor_number: 0
height: 4.5
length: 50
width: 30
rf_model: Cubes And Walled Offices
- name: Second Floor
parent_name: Global/EMEA/United Kingdom/London Office
floor_number: 2
height: 3.5
length: 40
width: 25
rf_model: Drywall Office Only
- name: Data Center Floor
parent_name: Global/APAC/Singapore/APAC Branch Office
floor_number: -1
height: 6
length: 80
width: 40
rf_model: Indoor High Ceiling

Example 2: Comprehensive floor deployment with complete physical specifications, RF modeling, credential assignments, network settings, and IP pool reservations for enterprise facility management and wireless optimization:

catalyst_center:
sites:
floors:
- name: Executive Floor
parent_name: Global/Americas/USA/California/San Jose/Global Headquarters
floor_number: 20
height: 4
length: 60
width: 45
rf_model: Cubes And Walled Offices
cli_credentials: GLOBAL_CLI_ADMIN
snmpv3_credentials: SECURE_SNMPV3_AUTHPRIV
snmpv2_read_credentials: GLOBAL_SNMP_READ
https_read_credentials: API_READ_ACCESS
network_settings:
aaa_servers: ENTERPRISE_AAA_SETTINGS
network: ENTERPRISE_NETWORK_CONFIG
telemetry: GLOBAL_COMPREHENSIVE_TELEMETRY
ip_pools_reservations:
- CORPORATE_POOL
- MGMT_NETWORK_POOL
- name: Engineering Lab
parent_name: Global/EMEA/Netherlands/Amsterdam/European Data Center
floor_number: 3
height: 5
length: 100
width: 60
rf_model: Indoor High Ceiling
cli_credentials: EMEA_CLI_ADMIN
snmpv2_read_credentials: EMEA_SNMP_READ
https_read_credentials: MONITORING_API_ACCESS
network_settings:
network: EMEA_NETWORK_SETTINGS
telemetry: DC_ADVANCED_TELEMETRY
ip_pools_reservations:
- CAMPUS_LAN_AUTO
- CAMPUS_AP_POOL
- name: Open Workspace
parent_name: Global/APAC/Singapore/APAC Branch Office
floor_number: 5
height: 3.2
length: 35
width: 20
rf_model: Free Space
cli_credentials: BRANCH_CLI_READONLY
network_settings:
network: BASIC_NETWORK_SETTINGS
ip_pools_reservations:
- BRANCH_WAN_POOL
- name: Warehouse Floor
parent_name: Global/Americas/USA/Texas/Distribution Center
floor_number: 1
height: 12
length: 200
width: 150
rf_model: Outdoor Open Space
snmpv2_read_credentials: BRANCH_SNMP_READ
network_settings:
telemetry: BRANCH_BASIC_TELEMETRY