Config Router

  • Google Sheets
  • CCNA Online training
    • CCNA
  • CISCO Lab Guides
    • CCNA Security Lab Manual With Solutions
    • CCNP Route Lab Manual with Solutions
    • CCNP Switch Lab Manual with Solutions
  • Juniper
  • Linux
  • DevOps Tutorials
  • Python Array
You are here: Home / Cisco / A Complete LANE Network

A Complete LANE Network

March 17, 2020 by Scott

A Complete LANE Network

Figure 9-26 pulls together many of the concepts and commands discussed earlier in previous sections. This section also shows the configuration for an ATM-attached router.

Figure 9-26. A Complete LANE Network
complete-lane-network-9.26

The network consists of two Catalysts that contain Ethernet and LANE modules. Each Catalyst has been configured with two VLANs that use ATM as a trunk media. VLAN 1 is transparently bridged to ELAN1, creating a single broadcast domain. VLAN 2 uses ELAN2. Both Catalysts have two LANE Clients, one for each ELAN. Cat-A is acting as the LES/BUS for ELAN1, and Cat-B is serving as the LES/BUS for ELAN2. Example 9-10 shows the configuration code for Cat-A.

Example 9-10 Cat-A Configuration for the LANE Network in Figure 9-26

int atm 0
atm pvc 1 0 5 qsaal
atm pvc 2 0 16 ilmi
!
int atm 0.1 multipoint
lane server-bus ethernet ELAN1
lane client ethernet 1 ELAN1
!
int atm 0.2 multipoint
lane client ethernet 2 ELAN2

Example 9-11 shows the configuration code for Cat-B.

Example 9-11 Cat-B Configuration for the LANE Network in Figure 9-26

int atm 0
atm pvc 1 0 5 qsaal
atm pvc 2 0 16 ilmi
!
int atm 0.1 multipoint
lane client ethernet 1 ELAN1
!
int atm 0.2 multipoint
lane server-bus ethernet ELAN2
lane client ethernet 2 ELAN2

An ATM-attached router on a stick has also been configured to provide routing services between the VLANs/ELANs. To function in this capacity, the router must be configured with the two overhead PVCs on the major interface and two subinterfaces containing LANE Clients and IP addresses. The router is also acting as the LECS for the network. Example 9-12 shows the configuration code for the router.

Example 9-12 Router Configuration for the LANE Network in Figure 9-26

lane database my_database
name ELAN1 server-atm-address 47.0091.8100.0000.0010.2962.E801.0010.2962.E431.01
name ELAN2 server-atm-address 47.0091.8100.0000.0010.2962.E801.0010.1F26.6431.02
!
int atm 1/0
atm pvc 1 0 5 qsaal
atm pvc 2 0 16 ilmi
lane config database my_database
lane config auto-config-atm-address
!
int atm 1/0.1 multipoint
ip address 10.0.1.1 255.255.255.0
lane client ethernet 1 ELAN1
!
int atm 1/0.2 multipoint
ip address 10.0.2.1 255.255.255.0
lane client ethernet 2 ELAN2
  • Cisco LAN Switching Study Guide

Related

Filed Under: Cisco Tagged With: A Complete LANE Network

Recent Posts

  • How do I give user access to Jenkins?
  • What is docker volume command?
  • What is the date format in Unix?
  • What is the difference between ARG and ENV Docker?
  • What is rsync command Linux?
  • How to Add Music to Snapchat 2021 Android? | How to Search, Add, Share Songs on Snapchat Story?
  • How to Enable Snapchat Notifications for Android & iPhone? | Steps to Turn on Snapchat Bitmoji Notification
  • Easy Methods to Fix Snapchat Camera Not Working Black Screen Issue | Reasons & Troubleshooting Tips to Solve Snapchat Camera Problems
  • Detailed Procedure for How to Update Snapchat on iOS 14 for Free
  • What is Snapchat Spotlight Feature? How to Make a Spotlight on Snapchat?
  • Snapchat Hack Tutorial 2021: Can I hack a Snapchat Account without them knowing?

Copyright © 2025 · News Pro Theme on Genesis Framework · WordPress · Log in