Floor
Location in GUI: Design
» Network Hierarchy
Diagram
Section titled “Diagram”Classes
Section titled “Classes”sites (catalyst_center)
Section titled “sites (catalyst_center)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
floors | List | [floors] | No |
floors (catalyst_center.sites)
Section titled “floors (catalyst_center.sites)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
floor_number | Integer | No | ||
height | Number | No | 3 | |
length | Number | No | 30 | |
rf_model | Choice | Cubes And Walled Offices , Drywall Office Only , Indoor High Ceiling , Outdoor Open Space , Free Space | No | Cubes And Walled Offices |
width | Number | No | 30 | |
parent_name | String | No | ||
cli_credentials | String | No | ||
snmpv3_credentials | String | No | ||
snmpv2_read_credentials | String | No | ||
snmpv2_write_credentials | String | No | ||
https_read_credentials | String | No | ||
https_write_credentials | String | No | ||
network_settings | Class | [network_settings] | No | |
ip_pools_reservations | List | String | No |
network_settings (catalyst_center.sites.floors)
Section titled “network_settings (catalyst_center.sites.floors)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
aaa_servers | String | No | ||
network | String | No | ||
telemetry | String | No |
Examples
Section titled “Examples”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