Example: Configuring Atm1 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

Example: Configuring ATM1 Interfaces

The following configuration is sufficient to get an ATM1 OC3 or OC12 interface up
and running. By default, ATM interfaces use ATM PVC encapsulation.
Complex Configuration
Example
358
Example: Configuring ATM1 Interfaces
vc-cos-mode strict;
forwarding-class best-effort {
priority low;
transmit-weight percent 25;
linear-red-profile red-profile-1;
}
}
}
unit 0 {
vci 0.128;
shaping {
vbr peak 20m sustained 10m burst 20;
}
atm-scheduler-map map-1;
family inet {
address 192.168.0.100/32 {
destination 192.168.0.101;
}
}
}
}
[edit interfaces]
at-fpc/pic/port {
atm-options {
vpi vpi-identifier maximum-vcs maximum-vcs-value;
unit 0 {
# one unit per VC
vci vpi-identifier.vci-identifier;
family inet {
address local-address {
destination address;
}
}
}
unit 1 {# second VC
...
}
[edit interfaces]
at-0/0/0 {
encapsulation atm-pvc;
atm-options {
vpi 0 maximum-vcs 1200;
}
unit 2 {
encapsulation atm-snap;
inverse-arp;
vci 0.80;
family inet {
mtu 1500;

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos 10.1

Table of Contents