This example demonstrates how to configure a border router device in Catalyst Center inventory with SD-Access fabric capabilities. Border routers serve as critical infrastructure components that connect the SD-Access fabric to external networks and provide advanced routing and policy enforcement functions.
The border router device configuration includes:
Device name (BR01) for identification and inventory management
Management IP address (192.168.10.1) for device communication and monitoring
PROVISION state for active deployment and configuration management
Border router role designation for network function
Site assignment (Global/Canada) for geographic and organizational placement
Fabric site association (Global/Canada) for SD-Access fabric membership
Multiple fabric roles including BORDER_NODE for external connectivity and CONTROL_PLANE_NODE for fabric control plane operations
catalyst_center:
inventory:
devices:
- name: BR01
fqdn_name: BR01.company.local
device_ip: 192.168.10.1
state: PROVISION
device_role: BORDER ROUTER
site: Global/Canada
fabric_site: Global/Canada
fabric_roles:
- BORDER_NODE
- CONTROL_PLANE_NODE
Example-2: Access Switch with Edge Node Functionality
This example shows how to configure an access layer switch with SD-Access edge node capabilities for endpoint connectivity and policy enforcement at the network edge.