Configuring A Logical Interface For Access Mode - Juniper JUNOS 10.1 - CONFIGURATION GUIDE 1-2010 Configuration Manual

Network interfaces configuration
Table of Contents

Advertisement

The following configuration shows the type of traffic supported on the Layer 2 VPN
routing instance, and shows that the VLAN-bundled logical interface handles traffic
for a CCC to which the Layer 2 circuit connects:

Configuring a Logical Interface for Access Mode

Enterprise network administrators can configure a single logical interface to accept
untagged packets and forward the packets within a specified bridge domain. A logical
interface configured to accept untagged packets is called an access interface or access
port. Access interface configuration is supported on MX Series routers only.
You can include this statement at the following hierarchy levels:
family inet {
address 10.30.1.1/30;
}
family mpls;
}
}
[edit protocols]
rsvp {
interface all;
interface lo0.0;
}
mpls {
label-switched-path lsp {
to 10.255.69.128;
}
interface all;
}
ospf {
traffic-engineering;
area 0.0.0.0 {
interface lo0.0;
interface ge-1/1/1.0;
}
}
ldp {
interface ge-1/1/1.0;
interface ge-1/0/5.0; # VLAN-bundled logical interface
interface lo0.0;
}
l2circuit {
neighbor 10.255.69.128 {
interface ge-1/0/5.0 { # VLAN-bundled logical interface
virtual-circuit-id 3;
no-control-word;
}
}
}
interface-mode access;
[edit interfaces interface-name unit logical-unit-number family bridge]
Chapter 34: Configuring 802.1Q VLANs
Configuring a Logical Interface for Access Mode
639

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos 10.1

Table of Contents