BGP Peer Prefix Policy
Location in GUI: Tenants » XXX » Policies » Protocol » BGP » BGP Peer Prefix
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| bgp_peer_prefix_policies | List | [bgp_peer_prefix_policies] | No |
bgp_peer_prefix_policies (apic.tenants.policies)
Section titled “bgp_peer_prefix_policies (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 | |
| action | Choice | reject, log, shut, restart | No | reject |
| max_prefixes | Integer | min: 1, max: 300000 | No | 20000 |
| threshold | Integer | min: 1, max: 100 | No | 75 |
| restart_time | Integer | min: 1, max: 65535 | No | 65534 |
Examples
Section titled “Examples”apic: tenants: - name: ABC policies: bgp_peer_prefix_policies: - name: BGP_PP1 description: "My BGP PP Policy 1" action: 'shut' threshold: 90 max_prefixes: 10000