Juniper JUNOS 10.1 - CONFIGURATION GUIDE 1-2010 Configuration Manual page 376

Network interfaces configuration
Table of Contents

Advertisement

JUNOS 10.1 Network Interfaces Configuration Guide
To map incoming traffic from a port to an LSP, include the
at the
allow-any-vci
physical interface. Next, you must map
Mapping Incoming
Traffic from a Port to an
LSP
Mapping Unit 0 to an
LSP
To map a VPI to an LSP, you must define the allowed VPIs. You can configure one
or more logical interfaces, each mapped to a different VPI. You can then route traffic
from each of these interfaces to different LSPs.
Mapping a VPI to an LSP
306
Configuring ATM Cell-Relay Promiscuous Mode
unit 0 {
encapsulation atm-ccc-cell-relay; # at the logical interface level only
vpi 0;
}
unit 1 {
encapsulation atm-ccc-cell-relay;
vpi 1;
}
unit 2 {
encapsulation atm-snap;
vci 2.100;
}
unit 3 {
encapsulation atm-vc-mux;
vci 3.100;
}
}
[edit interfaces interface-name unit 0]
statement, you cannot configure other logical interfaces in the same
[edit interfaces at-1/2/0]
encapsulation atm-ccc-cell-relay;
atm-options {
promiscuous-mode;
}
unit 0 {
allow-any-vci;
}
protocols {
connections {
remote-interface-switch router-a-router-c {
interface at-1/2/0.0;
}
lsp-switch router-a-router-c {
transmit-lsp lsp1
receive-lsp lsp2;
}
}
}
[edit interfaces at-1/1/0]
encapsulation atm-ccc-cell-relay;
atm-options {
pic-type atm1;
promiscuous-mode {
allow-any-vci
hierarchy level. When you include the
to an LSP using the CCC connection.
unit 0
statement

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos 10.1

Table of Contents