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

family

See the following sections:

family (Filtering)

Syntax

family family-name {
filter {
input filter-name;
output filter-name;
}
flood {
input filter-name;
}
route-accounting;
}

Hierarchy Level

[edit forwarding-options]

Release Information

Statement introduced before JUNOS Release 7.4.

route-accounting option introduced in JUNOS Release 8.3; supported only with IPv6.

Description

Specify address family for filters.

Options

family-name—Address family. Specify inet for IP version 4 (IPv4), inet6 for IP version 6 (IPv6), mpls for Multiprotocol Label Switching (MPLS), or vpls for virtual private LAN service (VPLS).

The remaining statements are explained separately.

Usage Guidelines

See Configuring a Forwarding Table Filter.

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 | 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 JUNOS Release 8.3.

Description

Configure the protocol family to be sampled.

Options

inet—IP version 4 (IPv4)

mpls—Multiprotocol Label Switching (MPLS)

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]