Re: Looking for advice on home lab

From: SFeldberg@xxxxxxxxxxxxx
Date: Fri Nov 02 2001 - 14:20:29 GMT-3


   
Some tips for you and anyone else who is on a limited budget:

1). Use AUX to CON connections with rollover cables instead of terminal
server (see configs below)
2). Use back to back 2501 routers to make a 4-port frame-switch
configuration. (see configs below)
     Caveat: Enterprise feature set is required to route FR over tunnel
interfaces
3). Rent rack time from www.bradshawlabs.com for ATM / VoIP / Cat3920
practice
     Jeff K is a member of this list and has been quite helpful to the
CCIE-wannabe community

Please feel free to email me with questions about these configs:

Router 2 (1st "half" of frame switch)

service timestamps debug uptime
service timestamps log uptime
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname R2
!
!
ip subnet-zero
ip tcp synwait-time 5
no ip domain-lookup
ip host R3 2001 2.2.2.2
frame-relay switching
!
!
interface Loopback99
 ip address 2.2.2.2 255.255.255.255
!
interface Tunnel0
 no ip address
 tunnel source Ethernet0
 tunnel destination 192.19.15.4
!
interface Ethernet0
 ip address 192.19.15.2 255.255.255.0
 no ip directed-broadcast
no shut
!
interface Serial0
 no ip address
 no ip directed-broadcast
 encapsulation frame-relay
 no ip mroute-cache
 no fair-queue
 clockrate 1000000
 frame-relay lmi-type cisco
 frame-relay intf-type dce
fr route 113 int s1 311
fr route 115 int t0 105
fr route 116 int t0 106
no shut
!
interface Serial1
 no ip directed-broadcast
 encapsulation frame-relay
 clockrate 4000000
 frame-relay lmi-type cisco
 frame-relay intf-type dce
fr route 311 int s0 113
fr route 315 int t0 205
fr route 316 int t0 206
no shut
!
ip classless
!
alias exec cl clear line 1
!
line con 0
 privilege level 15
 logging synchronous
 transport input none
 escape-character 2
line aux 0
 session-timeout 15
 no exec
 transport input all
line vty 0 4
 privilege level 15
 no login
 escape-character 2
!
end

Router 4 (2nd "half" of frame switch)

service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname R4
!
boot system flash
!
ip subnet-zero
no ip domain-lookup
ip host R5 2001 4.4.4.4
frame-relay switching
!
!
interface Loopback99
 ip address 4.4.4.4 255.255.255.255
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
!
interface Tunnel0
 no ip address
 tunnel source Ethernet0
 tunnel destination 192.19.15.2
!
interface Ethernet0
 ip address 192.19.15.4 255.255.255.0
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
no shut
!
interface Serial0
 no ip address
 no ip directed-broadcast
 encapsulation frame-relay
 no ip route-cache
 no ip mroute-cache
 no fair-queue
 clockrate 4000000
 frame-relay lmi-type cisco
 frame-relay intf-type dce
fr route 511 int t0 105
fr route 513 int t0 203
fr route 516 int s1 615
no shut

!
interface Serial1
 no ip address
 encap frame
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
 clockrate 4000000
 frame-relay lmi-type cisco
 frame-relay intf-type dce
fr route 611 int t0 106
fr route 613 int t0 206
fr route 615 int s0 516
no shut
!
no ip classless
!
alias exec cl clear line 1
!
line con 0
 privilege level 15
 logging synchronous
 transport input none
 escape-character 4
line aux 0
 session-timeout 15
 no exec
 transport input all
 escape-character 4
line vty 0 4
 privilege level 15
 no login
 escape-character 4
!
end

R4#

Stephen Feldberg
e ^ deltacom
phone: 678.835.5437
sfeldberg@edeltacom.com

                    jim.phillipo@gu

                    ardent.com To: ccielab@groupstudy.com

                    Sent by: cc:

                    nobody@groupstu Subject: Looking for advice on h
ome lab
                    dy.com

                    11/02/2001

                    11:48 AM

                    Please respond

                    to jim.phillipo

I presently have

2-2611
2514
2-2501
2-2502
1-2503
2-2523
cat 5k

No matter which lab prep guide I look at I am always missing one piece of
the puzzle. Is it general practice to go out and buy whatever it takes to
do
the labs or cut pieces out of them and make due ?

Just Wondering



This archive was generated by hypermail 2.1.4 : Fri Jun 21 2002 - 06:45:02 GMT-3