Juniper Networks
Log in
|
How to Buy
|
Contact Us
|
United States (Change)
Choose Country
Close

Choose Country

North America

  • United States

Europe

  • Deutschland - Germany
  • España - Spain
  • France
  • Italia - Italy
  • Россия - Russia
  • United Kingdom

Asia Pacific

  • Asean Region (Vietnam, Indonesia, Singapore, Malaysia)
  • Australia
  • 中国 - China
  • India
  • 日本 - Japan
  • 대한민국 - Korea
  • 台灣 - Taiwan
Solutions
Products & Services
Company
Partners
Support
Education
Community
Security Intelligence Center

Technical Documentation

Support
Technical Documentation
Content Explorer New
 
Enterprise MIBs
 
EOL Documentation
 
Feature Explorer Login required New
 
File Format Help
 
Glossary
 
Portable Libraries
 
 
Home > Support > Technical Documentation > JunosE Software > Configuring Local Cross-Connects Between Ethernet/VLAN Interfaces
Print
Rate and give feedback:  Feedback Received. Thank You!
Rate and give feedback: 
Close
This document helped resolve my issue.  Yes No

Additional Comments

800 characters remaining

May we contact you if necessary?

Name:  
E-mail: 
Submitting...
 

Related Documentation

  • encapsulation vlan
  • interface fastEthernet
  • interface loopback
  • ip address
  • mpls-relay
  • vlan id
 

Configuring Local Cross-Connects Between Ethernet/VLAN Interfaces

This section provides an example for configuring a local cross-connect that uses MPLS between two Ethernet/VLAN interfaces.

Note: You must use the mpls-relay command instead of the route interface command to configure a local cross-connect, regardless of the MPLS tunneling method used in the core network.

Figure 1 shows the interface stack that the router builds for this configuration.

Figure 1: Local Cross-Connect Between Ethernet/VLAN Interfaces

Local Cross-Connect Between Ethernet/VLAN
Interfaces

To configure the application shown in Figure 1:

  1. Configure a local IP address.

    You can use any reachable local IP address. This example uses a loopback interface to provide the local IP address.

    host1(config)#interface loopback 0 host1(config-if)#ip address 10.1.1.1 255.255.255.255 host1(config-if)#exit
  2. Configure the Ethernet/VLAN interface on one side of the local cross-connect.
    host1(config)#interface fastEthernet 9/1 host1(config-if)#encapsulation vlan host1(config-if)#exit host1(config)#interface fastEthernet 9/1.1 host1(config-if)#vlan id 10
  3. (Optional) If you are configuring a multiservice local cross-connect, assign an IP address and mask to the Ethernet/VLAN interface.
    host1(config-if)#ip address 10.1.2.3 255.255.255.0
  4. Configure MPLS tunneling on this side of the connection by issuing the mpls-relay command.

    When you issue the mpls-relay command, you must use a reachable local IP address and the same VC ID value (4) on both sides of the connection.

    host1(config-if)#mpls-relay 10.1.1.1 4 host1(config-if)#exit
  5. Configure the Ethernet/VLAN interface on the other side of the local cross-connect.
    host1(config)#interface fastEthernet 3/1 host1(config-if)#encapsulation vlan host1(config-if)#exit host1(config)#interface fastEthernet 3/1.1 host1(config-if)#vlan id 11
  6. (Optional) If you are configuring a multiservice local cross-connect, assign an IP address and mask to the Ethernet/VLAN interface.
    host1(config-if)#ip address 10.1.2.4 255.255.255.0
  7. Configure MPLS tunneling on this side of the connection by issuing the mpls-relay command.

    You must use a reachable local IP address and the same VC ID value (4) specified in Step 4.

    host1(config-if)#mpls-relay 10.1.1.1 4 host1(config-if)#exit
 

Related Documentation

  • encapsulation vlan
  • interface fastEthernet
  • interface loopback
  • ip address
  • mpls-relay
  • vlan id
 

Published: 2012-07-02

 
  • About Juniper
  • Investor Relations
  • Press Releases
  • Newsletters
  • Juniper Offices
  • Green Networking
  • Resources
  • How to Buy
  • Partner Locator
  • Image Library
  • Visio Templates
  • Security Center
  • Community
  • Forums
  • Blogs
  • Junos Central
  • Social Media
  • Developers
  • Support
  • Technical Documentation
  • Knowledge Base (KB)
  • Software Downloads
  • Product Licensing
  • Contact Support
Site Map / RSS Feeds / Careers / Accessibility / Feedback / Privacy & Policy / Legal Notices
Copyright© 1999-2012 Juniper Networks, Inc. All rights reserved.
Help
|
My Account
|
Log Out