Skip to main content

BGP Peer Prefix Policy

Location in GUI: Tenants » XXX » Policies » Protocol » BGP » BGP Peer Prefix

Diagram

Classes

policies (apic.tenants)

NameTypeConstraintMandatoryDefault Value
bgp_peer_prefix_policiesList[bgp_peer_prefix_policies]No

bgp_peer_prefix_policies (apic.tenants.policies)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
descriptionStringRegex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$No
actionChoicereject, log, shut, restartNoreject
max_prefixesIntegermin: 1, max: 300000No20000
thresholdIntegermin: 1, max: 100No75
restart_timeIntegermin: 1, max: 65535No65534

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