The following examples show an address-based application identification configuration:
- [edit services application-identification]
- rule rule1 {
- application-name test2;
-
- address 1 {
-
- source {
- ip 10.110.1.1/16;
-
- port-range {
- tcp 1110-1150;
- }
- }
-
- destination {
- ip 10.11.1.1/16;
-
- port-range {
- tcp 111-1100;
- }
- }
- order 1;
- }
- }
- }
- [edit services application-identification]
- rule-set rs1 {
- rule rule1;
- }
- profile pf1 {
- rule-set rs1;
- }
- [edit services]
- service-set sset1 {
- application-identification-profile pf1;
- }
The following examples show application group configuration:
- [edit services application-identification]
- application-group junos:peer-to-peer {
- index 5;
-
- application-groups {
- junos:chat;
- junos:file-sharing;
- junos:voip;
- }
- }
- [edit services application-identification]
- application-group junos:voip {
- index 14;
-
- applications {
- junos:h225ras;
- junos:h225sgn;
- junos:mgcp;
- junos:sip;
- }
- }