To configure applications properties and to group application objects, use the following statements at the [edit applications] hierarchy level. Statements exclusively for J-series and SRX-series devices running JUNOS software are shown in bold font and are documented in this chapter.
Shared JUNOS statements in the applications hierarchy are shown in normal font and are documented in the JUNOS Services Interfaces Configuration Guide.
- applications {
-
- application application-name
{
-
application-protocol protocol-name;
-
destination-port port-number;
- icmp-code value ;
- icmp-type value ;
- inactivity-timeout seconds ;
-
protocol type;
- rpc-program-number number ;
-
source-port port-number;
-
-
term term-name {
-
alg application;
-
destination-port port-number;
-
icmp-code value;
-
icmp-type value;
-
inactivity-timeout seconds;
-
protocol type;
-
rpc-program-number number;
-
source-port port-number;
-
uuid hex-value;
- }
- uuid
hex-value;
- }
-
- application-set application-set-name {
- [application application-name ];
- }
- }