Route Control Route Map
Location in GUI: Tenants
» XXX
» Policies
» Protocol
» Route Maps for Route Control
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
route_control_route_maps | List | [route_control_route_maps] | No |
route_control_route_maps (apic.tenants.policies)
Section titled “route_control_route_maps (apic.tenants.policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No | |
type | Choice | combinable , global | No | combinable |
contexts | List | [contexts] | No |
contexts (apic.tenants.policies.route_control_route_maps)
Section titled “contexts (apic.tenants.policies.route_control_route_maps)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No | |
action | Choice | deny , permit | No | permit |
order | Integer | min: 0 , max: 9 | No | 0 |
set_rule | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
match_rules | List | String | No |
Examples
Section titled “Examples”apic: tenants: - name: ABC policies: route_control_route_maps: - name: ROUTE_MAP1 type: combinable contexts: - name: PERMIT action: 'permit' order: 1 match_rules: - MATCH1 - MATCH2 set_rule: SET1