See the following sections:
- family family {
-
- address address {
- destination destination-address;
- }
-
- filter {
- group filter-group-number;
- input filter-name;
- output filter-name;
- }
- sampling direction;
- receive-options-packets;
- receive-ttl-exceeded;
- }
- [edit interfaces interface-name unit logical-unit-number]
Statement introduced before JUNOS Release 7.4.
Configure protocol family information for the logical interface.
family—Protocol family; for flow monitoring and accounting services, only the IP version 4 (IPv4) protocol (inet) 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.
JUNOS Network Interfaces Configuration Guide for other options not used with services interfaces.
- family inet {
-
- output {
- flow-active-timeout seconds;
- flow-inactive-timeout seconds;
- export-format format;
-
- cflowd hostname {
-
- aggregation {
- autonomous-system;
- destination-prefix;
- protocol-port;
-
- source-destination-prefix {
- caida-compliant;
- }
- source-prefix;
- }
- port port-number;
- }
-
- interface interface-name {
- engine-id number;
- engine-type number;
- input-interface-index number;
- output-interface-index number;
- source-address address;
- }
- }
- }
- [edit forwarding-options monitoring name]
Statement introduced before JUNOS Release 7.4.
Specify input and output interfaces and properties for flow monitoring. Only IPv4 (inet) is supported.
The 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.
- family (inet | inet6) {
-
- output {
-
- no-filter-check;
- }
- }
- [edit forwarding-options port-mirroring]
Statement introduced before JUNOS Release 7.4.
Configure the protocol family to be sampled. Only IPv4 (inet) and IPv6 (inet6) are supported.
The statements are explained separately.
See Configuring Port Mirroring.
interface—To view this statement in the configuration.
interface-control—To add this statement to the configuration.
- family (inet | inet6 | mpls) {
- max-packets-per-second number;
- rate number;
- run-length number;
- }
- [edit forwarding-options sampling input]
Statement introduced before JUNOS Release 7.4.
mpls option introduced in Release 8.3.
inet6 option introduced in Release 9.4.
Configure the protocol family to be sampled. IPv4 (inet) is supported for most purposes, but you can configure family mpls to collect and export MPLS label information or family inet6 to collect and export IPv6 traffic using flow aggregation version 9.
The remaining statements are explained separately.
See Configuring Traffic Sampling.
interface—To view this statement in the configuration.
interface-control—To add this statement to the configuration.