Solution to Chapter 9 Hands-On Lab

Solution to Chapter 9 Hands-On Lab

The hands-on lab in Chapter 9 asks you to build a network that resembles Figure 9-29.

Table 9-6 shows the LANE components that should be configured on each device.

Table 9-6. LANE Components to Be Configured
Device VLAN1/ELAN1 VLAN2/ELAN2 VLAN3/ELAN3 LEC-ALEC, LES/BUSLECLECLEC-BLECLEC, LES/BUSLECRouterLECLECLEC, LES/BUSLS1010LECLECLEC

The LS1010 is the LECS.

Configure IP addresses on the SC0 interfaces of both Catalysts, the router subinterfaces, and the LS1010 subinterfaces (use interface atm 2/0/0 or 13/0/0 for the LS1010). Configure HSRP between the ATM router and an RSM located in LEC-A. Table 9-7 provides IP addresses that can be used.

When you are done building the network, perform the following tasks:

  • Test connectivity to all devices.

  • Turn on debug lane client all and ping another device on the network (you might need to clear the Data Direct if it already exists). Log the results.

  • With debug lane client all still running, issue shut and no shut commands on the atm major interface. Log the results.

  • Examine the output of the show lane client, show lane config, show lane server, show lane bus, and show lane database commands.

  • Add SSRP to allow server redundancy.

  • If you have multiple ATM switches, add dual-PHY support (don't forget to update your SSRP configurations).

Sample Configurations for Hands-On Lab

Examples A-1 A-5 provide some sample configurations for LEC-A, LEC-B, LS1010, the router, and Cat-A RSM for the hands-on lab. Although your configuration might differ slightly, these examples provide some guidelines to point you in the right direction.

LEC-A

Example A-1 provides a sample configuration for LEC-A.

Example A-1 Sample Configuration for LEC-A for Hands-On Lab
   hostname LEC-A   !   interface ATM0    atm preferred phy A    atm pvc 1 0 5 qsaal    atm pvc 2 0 16 ilmi   !   interface ATM0.1 multipoint    lane server-bus ethernet ELAN1    lane client ethernet 1 ELAN1   !   interface ATM0.2 multipoint    lane client ethernet 2 ELAN2   !   interface ATM0.3 multipoint    lane client ethernet 3 ELAN3   !   line con 0   line vty 0 4    no login   !   end 

LEC-B

Example A-2 provides a sample configuration for LEC-B.

Example A-2 Sample Configuration for LEC-B for Hands-On Lab
   hostname LEC-B   !   interface ATM0    atm preferred phy A    atm pvc 1 0 5 qsaal    atm pvc 2 0 16 ilmi   !   interface ATM0.1 multipoint    lane client ethernet 1 ELAN1   !   interface ATM0.2 multipoint    lane server-bus ethernet ELAN2    lane client ethernet 2 ELAN2   !   interface ATM0.3 multipoint    lane client ethernet 3 ELAN3   !   !   line con 0   line vty 0 4    no login   !   end 

LS1010

Example A-3 provides a sample configuration for LS1010.

Example A-3 Sample Configuration for LS1010 for Hands-On Lab
   hostname LS1010   !   atm lecs-address-default 47.0091.8100.0000.0010.2962.e801.0010.2962.e805.00 1   atm address 47.0091.8100.0000.0010.2962.e801.0010.2962.e801.00   atm router pnni    node 1 level 56 lowest     redistribute atm-static   !   !   lane database Test_Db     name ELAN1 server-atm-address 47.00918100000000102962E801.00102962E431.01     name ELAN2 server-atm-address 47.00918100000000102962E801.00102941D031.02     name ELAN3 server-atm-address 47.00918100000000102962E801.001014310819.03   !   !   interface ATM13/0/0    no ip address    atm maxvp-number 0    lane config auto-config-atm-address     lane config database Test_Db   !   interface ATM13/0/0.1 multipoint    ip address 10.1.1.110 255.255.255.0    lane client ethernet ELAN1   !   interface ATM13/0/0.2 multipoint    ip address 10.1.2.110 255.255.255.0    lane client ethernet ELAN2   !   interface ATM13/0/0.3 multipoint    ip address 10.1.3.110 255.255.255.0    lane client ethernet ELAN3   !   interface Ethernet13/0/0    no ip address   !   no ip classless   !   line con 0   line aux 0   line vty 0 4    login   !   end 

Router

Example A-4 provides a sample configuration for the router.

Example A-4 Sample Configuration for Router for Hands-On Lab
   !   hostname Router   !   interface FastEthernet2/0    no ip address    shutdown   !   interface ATM3/0    no ip address    atm pvc 1 0 5 qsaal    atm pvc 2 0 16 ilmi   !   interface ATM3/0.1 multipoint    ip address 10.1.1.253 255.255.255.0    no ip redirects    lane client ethernet ELAN1    standby 1  preempt    standby 1 ip 10.1.1.254   !   interface ATM3/0.2 multipoint    ip address 10.1.2.253 255.255.255.0    no ip redirects    lane client ethernet ELAN2    standby 2 priority 101    standby 2 preempt    standby 2 ip 10.1.2.254   !   interface ATM3/0.3 multipoint    ip address 10.1.3.253 255.255.255.0    no ip redirects    lane server-bus ethernet ELAN3    lane client ethernet ELAN3    standby 3  preempt    standby 3 ip 10.1.3.254   !   router rip    network 10.0.0.0   !   ip classless   !   !   line con 0   line aux 0   line vty 0 4    login   !   end 

Cat-A-RSM

Example A-5 provides a sample configuration for Cat-A-RSM.

Example A-5 Sample Configuration for Cat-A-RSM for Hands-On Lab
   hostname Cat-A-RSM   !   interface Vlan1    ip address 10.1.1.252 255.255.255.0    no ip redirects    standby 1 priority 101    standby 1 preempt    standby 1 ip 10.1.1.254   !   interface Vlan2    ip address 10.1.2.252 255.255.255.0    no ip redirects    standby preempt    standby 2 ip 10.1.2.254   !   interface Vlan3    ip address 10.1.3.252 255.255.255.0    no ip redirects    standby 3 priority 101    standby 3 preempt    standby 3 ip 10.1.3.254   !   router rip    network 10.0.0.0   !   no ip classless   !   line con 0   line aux 0   line vty 0 4    login   !   end 



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