Example: Configuring Aggregated Sonet/Sdh Interfaces - Juniper JUNOS 10.1 - CONFIGURATION GUIDE 1-2010 Configuration Manual

Network interfaces configuration
Table of Contents

Advertisement

JUNOS 10.1 Network Interfaces Configuration Guide
Configuring Sampling on
an Aggregated
SONET/SDH Interface
Defining the Sampling
Filter and the
Forwarding Action

Example: Configuring Aggregated SONET/SDH Interfaces

The following configuration is sufficient to get an aggregated SONET/SDH interface
up and running:
940
Configuring Aggregated SONET/SDH Interfaces
term match-any-input {
then {
accept;
}
}
}
filter output-filter-name {
term match-any-output {
then {
accept;
}
}
}
[edit interfaces]
asx {
unit 0 {
family inet {
address 10.2.11.1/30;
filter {
input input-sampler-name;
}
}
}
}
[edit firewall]
filter input-sampler-name {
term match-any-input {
then {
sample;
accept;
}
}
}
[edit forwarding-options]
sampling {
input {
family inet {
rate 10000;
run-length 1;
}
}
}
[edit interfaces]
as0 {

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos 10.1

Table of Contents