- term term-name {
-
- from {
- application-sets set-name;
- applications [ application-names ];
- destination-address (address | any-unicast) <except>;
- destination-address-range low minimum-value high
maximum-value <except>;
- source-address (address | any-unicast) <except>;
- source-address-range low minimum-value high maximum-value <except>;
- }
-
- then {
-
- aggregation {
- destination-prefix prefix-value | destination-prefix-ipv6 prefix-value;
- source-prefix prefix-value | source-prefix-ipv6 prefix-value;
- }
- (force-entry | ignore-entry);
-
-
- session-limit {
-
- by-destination {
- hold-time seconds;
- maximum number;
- packets number;
- rate number;
- }
-
- by-pair {
- hold-time seconds;
- maximum number;
- packets number;
- rate number;
- }
-
- by-source {
- hold-time seconds;
- maximum number;
- packets number;
- rate number;
- }
- }
-
- syn-cookie {
- mss value;
- threshold rate;
- }
- }
- }
Statement introduced before JUNOS Release 7.4.
Define the IDS term properties.
term-name—Identifier for the term.
The remaining statements are explained separately.
interface—To view this statement in the configuration.
interface-control—To add this statement to the configuration.