Layer 3 Virtual Network
Location in GUI: Provision
» SD-Access
» Virtual Networks
» Layer 3 Virtual Networks
Diagram
Classes
fabric (catalyst_center)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
l3_virtual_networks | List | [l3_virtual_networks] | No |
l3_virtual_networks (catalyst_center.fabric)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes |
Examples
This example will create an L3 VN at the global level.
catalyst_center: fabric: l3_virtual_networks: - name: SDA_VN_USERS - name: SDA_VN_PRINTERS - name: SDA_VN_CORPORATE
Next, you need to assign the L3 VN to a Fabric Site:
catalyst_center: fabric: fabric_sites: - name: Global/Canada authentication_template: name: No Authentication l3_virtual_networks: - SDA_VN_USERS - SDA_VN_PRINTERS - SDA_VN_CORPORATE catalyst_center: - name: Global/United States authentication_template: name: No Authentication l3_virtual_networks: - SDA_VN_CORPORATE - SDA_VN_PRINTERS