Skip to content

Data Plane Policing Policy

Location in GUI: Tenants » XXX » Policies » Protocol » Data Plane Policing

Diagram
NameTypeConstraintMandatoryDefault Value
data_plane_policing_policiesList[data_plane_policing_policies]No

data_plane_policing_policies (apic.tenants.policies)

Section titled “data_plane_policing_policies (apic.tenants.policies)”
NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
admin_stateBooleantrue, falseNofalse
modeChoicebit, packetNobit
typeChoice1R2C, 2R3CNo1R2C
sharing_modeChoicededicated, sharedNodedicated
conform_actionChoicetransmit, mark, dropNotransmit
conform_mark_cosAnyInteger[min: 0, max: 7] or Choice[unspecified]Nounspecified
conform_mark_dscpAnyInteger[min: 0, max: 63] or Choice[unspecified]Nounspecified
exceed_actionChoicetransmit, mark, dropNodrop
exceed_mark_cosAnyInteger[min: 0, max: 7] or Choice[unspecified]Nounspecified
exceed_mark_dscpAnyInteger[min: 0, max: 63] or Choice[unspecified]Nounspecified
violate_actionChoicetransmit, mark, dropNodrop
violate_mark_cosAnyInteger[min: 0, max: 7] or Choice[unspecified]Nounspecified
violate_mark_dscpAnyInteger[min: 0, max: 63] or Choice[unspecified]Nounspecified
rateIntegermin: 0, max: 4398046510080No0
peak_rateIntegermin: 0, max: 4398046510080No0
peak_rate_unitChoiceunspecified, kilo, mega, gigaNounspecified
rate_unitChoiceunspecified, kilo, mega, gigaNounspecified
burst_excessiveAnyInteger[min: 0, max: 549755813760] or Choice[unspecified]Nounspecified
burst_excessive_unitChoiceunspecified, kilo, mega, giga, msec, usecNounspecified
burstAnyInteger[min: 0, max: 549755813760] or Choice[unspecified]Nounspecified
burst_unitChoiceunspecified, kilo, mega, giga, msec, usecNounspecified

apic:
tenants:
- name: ABC
policies:
data_plane_policing_policies:
- name: DPP1
admin_state: true
mode: packet
type: 2R3C
sharing_mode: shared
conform_action: mark
conform_mark_cos: 1
conform_mark_dscp: 10
exceed_action: mark
exceed_mark_cos: 2
exceed_mark_dscp: 20
violate_action: mark
violate_mark_cos: 3
violate_mark_dscp: 30
rate: 10
rate_unit: mega
burst: 20
burst_unit: mega
peak_rate: 30
peak_rate_unit: mega
burst_excessive: 40
burst_excessive_unit: mega