[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

family

See the following sections:

family (Interfaces)

Syntax

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;
}

Hierarchy Level

[edit interfaces interface-name unit logical-unit-number]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Configure protocol family information for the logical interface.

Options

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.

Usage Guidelines

See Configuring Flow Monitoring.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

Related Topics

JUNOS Network Interfaces Configuration Guide for other options not used with services interfaces.

family (Monitoring)

Syntax

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;
}
}
}

Hierarchy Level

[edit forwarding-options monitoring name]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Specify input and output interfaces and properties for flow monitoring. Only IPv4 (inet) is supported.

The statements are explained separately.

Usage Guidelines

See Configuring Flow Monitoring.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

family (Port Mirroring)

Syntax

family (inet | inet6) {
output {
interface interface-name {
next-hop address;
}
no-filter-check;
}
}

Hierarchy Level

[edit forwarding-options port-mirroring]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Configure the protocol family to be sampled. Only IPv4 (inet) and IPv6 (inet6) are supported.

The statements are explained separately.

Usage Guidelines

See Configuring Port Mirroring.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

family (Sampling)

Syntax

family (inet | inet6 | mpls) {
max-packets-per-second number;
rate number;
run-length number;
}

Hierarchy Level

[edit forwarding-options sampling input]

Release Information

Statement introduced before JUNOS Release 7.4.

mpls option introduced in Release 8.3.

inet6 option introduced in Release 9.4.

Description

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.

Usage Guidelines

See Configuring Traffic Sampling.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]