See the following sections:
- family inet {
- layer-3;
- layer-4;
- }
- [edit forwarding-options hash-key]
Statement introduced before JUNOS Release 7.4.
Configure layer information for the load-balancing specification. Only the IPv4 protocol is supported.
layer-3—Include Layer 3 (IP) data in the hash key.
layer-4—Include Layer 4 Transmission Control Protocol (TCP) or User Datagram Protocol (UDP) data in the hash key.
See Configuring the Load-Balance Per-Packet Action.
interface—To view this statement in the configuration.
interface-control—To add this statement to the configuration.
- family inet {
-
-
output {
-
-
cflowd hostname {
-
port port-number;
- }
-
export-format cflowd-version-5;
-
flow-active-timeout seconds;
-
-
flow-export-destination {
- (cflowd-collector | collector-pic);
- }
-
flow-inactive-timeout seconds;
-
-
interface interface-name {
- engine-id number;
- engine-type number;
- input-interface-index number;
- output-interface-index number;
- source-address address;
- }
- }
- }
- [edit forwarding-options monitoring group-name]
Statement introduced before JUNOS Release 7.4
Configure flow monitoring for an address family. Only the IPv4 protocol is supported.
The remaining statements are explained separately.
See Configuring Flow Monitoring
interface—To view this statement in the configuration.
interface-control—To add this statement to the configuration.