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

graphics/09fig26.gif

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(r) LAN Switching
Cisco Catalyst LAN Switching
ISBN: B00007FYCI
EAN: N/A
Year: 2005
Pages: 223

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net