Skip to content

Commit

Permalink
Feat: WIP - wait for PR with metadata - Auto generate application tra…
Browse files Browse the repository at this point in the history
…ffic recognition for CP
  • Loading branch information
gmuloc committed Jan 12, 2024
1 parent 4704ed1 commit 1f40f0e
Show file tree
Hide file tree
Showing 20 changed files with 228 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,20 @@ interface Vxlan1
!
application traffic recognition
!
application ipv4 CONTROL-PLANE-APPLICATION
destination prefix field-set CONTROL-PLANE-APP-DEST-PREFIXES
!
application-profile CONTROL-PLANE-APPLICATION-PROFILE
application CONTROL-PLANE-APPLICATION
!
application-profile it
!
application-profile video
!
application-profile voice
!
field-set ipv4 prefix CONTROL-PLANE-APP-DEST-PREFIXES
42.42.42.42/32
!
ip routing
ip routing vrf IT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,20 @@ interface Vxlan1
!
application traffic recognition
!
application ipv4 CONTROL-PLANE-APPLICATION
destination prefix field-set CONTROL-PLANE-APP-DEST-PREFIXES
!
application-profile CONTROL-PLANE-APPLICATION-PROFILE
application CONTROL-PLANE-APPLICATION
!
application-profile it
!
application-profile video
!
application-profile voice
!
field-set ipv4 prefix CONTROL-PLANE-APP-DEST-PREFIXES
42.42.42.42/32
!
ip routing
no ip routing vrf MGMT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,20 @@ interface Vxlan1
!
application traffic recognition
!
application ipv4 CONTROL-PLANE-APPLICATION
destination prefix field-set CONTROL-PLANE-APP-DEST-PREFIXES
!
application-profile CONTROL-PLANE-APPLICATION-PROFILE
application CONTROL-PLANE-APPLICATION
!
application-profile it
!
application-profile video
!
application-profile voice
!
field-set ipv4 prefix CONTROL-PLANE-APP-DEST-PREFIXES
42.42.42.42/32
!
ip routing
no ip routing vrf MGMT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ interface Vxlan1
!
application traffic recognition
!
application ipv4 CONTROL-PLANE-APPLICATION
destination prefix field-set CONTROL-PLANE-APP-DEST-PREFIXES
!
application ipv4 microsoft-teams
!
application ipv4 skype
Expand All @@ -239,11 +242,17 @@ application traffic recognition
application built-in-not-raising
application microsoft-teams
!
application-profile CONTROL-PLANE-APPLICATION-PROFILE
application CONTROL-PLANE-APPLICATION
!
application-profile video
application skype
category video1
!
application-profile voice
!
field-set ipv4 prefix CONTROL-PLANE-APP-DEST-PREFIXES
42.42.42.42/32
!
ip routing
ip routing vrf IT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ interface Vxlan1
!
application traffic recognition
!
application ipv4 CONTROL-PLANE-APPLICATION
destination prefix field-set CONTROL-PLANE-APP-DEST-PREFIXES
!
application ipv4 microsoft-teams
!
application ipv4 skype
Expand All @@ -235,11 +238,17 @@ application traffic recognition
application built-in-not-raising
application microsoft-teams
!
application-profile CONTROL-PLANE-APPLICATION-PROFILE
application CONTROL-PLANE-APPLICATION
!
application-profile video
application skype
category video1
!
application-profile voice
!
field-set ipv4 prefix CONTROL-PLANE-APP-DEST-PREFIXES
42.42.42.42/32
!
ip routing
no ip routing vrf MGMT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ interface Vxlan1
!
application traffic recognition
!
application ipv4 CONTROL-PLANE-APPLICATION
destination prefix field-set CONTROL-PLANE-APP-DEST-PREFIXES
!
application ipv4 microsoft-teams
!
application ipv4 skype
Expand All @@ -224,11 +227,17 @@ application traffic recognition
application built-in-not-raising
application microsoft-teams
!
application-profile CONTROL-PLANE-APPLICATION-PROFILE
application CONTROL-PLANE-APPLICATION
!
application-profile video
application skype
category video1
!
application-profile voice
!
field-set ipv4 prefix CONTROL-PLANE-APP-DEST-PREFIXES
42.42.42.42/32
!
ip routing
no ip routing vrf MGMT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ interface Vxlan1
!
application traffic recognition
!
application ipv4 CONTROL-PLANE-APPLICATION
destination prefix field-set CONTROL-PLANE-APP-DEST-PREFIXES
!
application ipv4 microsoft-teams
!
application ipv4 skype
Expand All @@ -239,11 +242,17 @@ application traffic recognition
application built-in-not-raising
application microsoft-teams
!
application-profile CONTROL-PLANE-APPLICATION-PROFILE
application CONTROL-PLANE-APPLICATION
!
application-profile video
application skype
category video1
!
application-profile voice
!
field-set ipv4 prefix CONTROL-PLANE-APP-DEST-PREFIXES
42.42.42.42/32
!
ip routing
no ip routing vrf MGMT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,9 @@ interface Vxlan1
!
application traffic recognition
!
application ipv4 CONTROL-PLANE-APPLICATION
destination prefix field-set CONTROL-PLANE-APP-DEST-PREFIXES
!
application ipv4 microsoft-teams
!
application ipv4 skype
Expand All @@ -255,11 +258,17 @@ application traffic recognition
application built-in-not-raising
application microsoft-teams
!
application-profile CONTROL-PLANE-APPLICATION-PROFILE
application CONTROL-PLANE-APPLICATION
!
application-profile video
application skype
category video1
!
application-profile voice
!
field-set ipv4 prefix CONTROL-PLANE-APP-DEST-PREFIXES
42.42.42.42/32
!
ip routing
ip routing vrf IT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,18 @@ application_traffic_recognition:
- name: voice
- name: video
- name: it
categories: []
- name: CONTROL-PLANE-APPLICATION-PROFILE
applications:
- name: CONTROL-PLANE-APPLICATION
applications:
ipv4_applications: []
ipv4_applications:
- name: CONTROL-PLANE-APPLICATION
dest_prefix_set_name: CONTROL-PLANE-APP-DEST-PREFIXES
field_sets:
l4_ports: []
ipv4_prefixes: []
ipv4_prefixes:
- name: CONTROL-PLANE-APP-DEST-PREFIXES
prefix_values:
- 42.42.42.42/32
dps_interfaces:
- name: Dps1
description: DPS Interface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,18 @@ application_traffic_recognition:
- name: voice
- name: video
- name: it
categories: []
- name: CONTROL-PLANE-APPLICATION-PROFILE
applications:
- name: CONTROL-PLANE-APPLICATION
applications:
ipv4_applications: []
ipv4_applications:
- name: CONTROL-PLANE-APPLICATION
dest_prefix_set_name: CONTROL-PLANE-APP-DEST-PREFIXES
field_sets:
l4_ports: []
ipv4_prefixes: []
ipv4_prefixes:
- name: CONTROL-PLANE-APP-DEST-PREFIXES
prefix_values:
- 42.42.42.42/32
dps_interfaces:
- name: Dps1
description: DPS Interface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,18 @@ application_traffic_recognition:
- name: voice
- name: video
- name: it
categories: []
- name: CONTROL-PLANE-APPLICATION-PROFILE
applications:
- name: CONTROL-PLANE-APPLICATION
applications:
ipv4_applications: []
ipv4_applications:
- name: CONTROL-PLANE-APPLICATION
dest_prefix_set_name: CONTROL-PLANE-APP-DEST-PREFIXES
field_sets:
l4_ports: []
ipv4_prefixes: []
ipv4_prefixes:
- name: CONTROL-PLANE-APP-DEST-PREFIXES
prefix_values:
- 42.42.42.42/32
dps_interfaces:
- name: Dps1
description: DPS Interface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@ application_traffic_recognition:
- name: video1
applications:
- name: skype
- name: CONTROL-PLANE-APPLICATION-PROFILE
applications:
- name: CONTROL-PLANE-APPLICATION
categories:
- name: video1
applications:
Expand All @@ -328,9 +331,13 @@ application_traffic_recognition:
ipv4_applications:
- name: skype
- name: microsoft-teams
- name: CONTROL-PLANE-APPLICATION
dest_prefix_set_name: CONTROL-PLANE-APP-DEST-PREFIXES
field_sets:
l4_ports: []
ipv4_prefixes: []
ipv4_prefixes:
- name: CONTROL-PLANE-APP-DEST-PREFIXES
prefix_values:
- 42.42.42.42/32
dps_interfaces:
- name: Dps1
description: DPS Interface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@ application_traffic_recognition:
- name: video1
applications:
- name: skype
- name: CONTROL-PLANE-APPLICATION-PROFILE
applications:
- name: CONTROL-PLANE-APPLICATION
categories:
- name: video1
applications:
Expand All @@ -320,9 +323,13 @@ application_traffic_recognition:
ipv4_applications:
- name: skype
- name: microsoft-teams
- name: CONTROL-PLANE-APPLICATION
dest_prefix_set_name: CONTROL-PLANE-APP-DEST-PREFIXES
field_sets:
l4_ports: []
ipv4_prefixes: []
ipv4_prefixes:
- name: CONTROL-PLANE-APP-DEST-PREFIXES
prefix_values:
- 42.42.42.42/32
dps_interfaces:
- name: Dps1
description: DPS Interface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,9 @@ application_traffic_recognition:
- name: video1
applications:
- name: skype
- name: CONTROL-PLANE-APPLICATION-PROFILE
applications:
- name: CONTROL-PLANE-APPLICATION
categories:
- name: video1
applications:
Expand All @@ -330,9 +333,13 @@ application_traffic_recognition:
ipv4_applications:
- name: skype
- name: microsoft-teams
- name: CONTROL-PLANE-APPLICATION
dest_prefix_set_name: CONTROL-PLANE-APP-DEST-PREFIXES
field_sets:
l4_ports: []
ipv4_prefixes: []
ipv4_prefixes:
- name: CONTROL-PLANE-APP-DEST-PREFIXES
prefix_values:
- 42.42.42.42/32
dps_interfaces:
- name: Dps1
description: DPS Interface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,9 @@ application_traffic_recognition:
- name: video1
applications:
- name: skype
- name: CONTROL-PLANE-APPLICATION-PROFILE
applications:
- name: CONTROL-PLANE-APPLICATION
categories:
- name: video1
applications:
Expand All @@ -348,9 +351,13 @@ application_traffic_recognition:
ipv4_applications:
- name: skype
- name: microsoft-teams
- name: CONTROL-PLANE-APPLICATION
dest_prefix_set_name: CONTROL-PLANE-APP-DEST-PREFIXES
field_sets:
l4_ports: []
ipv4_prefixes: []
ipv4_prefixes:
- name: CONTROL-PLANE-APP-DEST-PREFIXES
prefix_values:
- 42.42.42.42/32
dps_interfaces:
- name: Dps1
description: DPS Interface
Expand Down
Loading

0 comments on commit 1f40f0e

Please sign in to comment.