Multicast Route Map
Location in GUI: Tenants » XXX » Policies » Protocol » Route Maps for Multicast
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| multicast_route_maps | List | [multicast_route_maps] | No |
multicast_route_maps (apic.tenants.policies)
Section titled “multicast_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 | |
| entries | List | [entries] | No |
entries (apic.tenants.policies.multicast_route_maps)
Section titled “entries (apic.tenants.policies.multicast_route_maps)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| order | Integer | min: 0, max: 9999 | Yes | |
| source_ip | IP | No | 0.0.0.0 | |
| group_ip | IP | No | 0.0.0.0 | |
| rp_ip | IP | No | 0.0.0.0 | |
| action | Choice | permit, deny | No | permit |
Examples
Section titled “Examples”apic: tenants: - name: ABC policies: multicast_route_maps: - name: MRM1 entries: - order: 1 source_ip: 1.2.3.4/32 group_ip: 224.0.0.0/8 rp_ip: 3.4.5.6 action: permit