RE: Making a 4 port Frame Switch out of two 1601's

From: Robert Ferguson (rferguso@xxxxxxxxxxxxxxxxxxx)
Date: Tue May 15 2001 - 02:35:40 GMT-3


   
Here are the configs for my two 2501s.

frame1#sho run
Building configuration...

Current configuration:
!
version 11.2
no service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname frame1
!
enable secret 5 $1$IuN1$1mUS1x3hAHnQYn2kbg2AD1
enable password cisco1
!
frame-relay switching
!
interface Tunnel0
 no ip address
 tunnel source Ethernet0
 tunnel destination 192.168.1.1
!
interface Ethernet0
 ip address 192.168.1.2 255.255.255.0
!
interface Serial0
 no ip address
 encapsulation frame-relay
 no fair-queue
 clockrate 1000000
 frame-relay lmi-type ansi
 frame-relay intf-type dce
 frame-relay route 305 interface Tunnel0 1001
!
interface Serial1
 no ip address
 encapsulation frame-relay
 clockrate 1000000
 frame-relay lmi-type ansi
 frame-relay intf-type dce
 frame-relay route 405 interface Tunnel0 1000
!
no ip classless
!
!
line con 0
 exec-timeout 0 0
line aux 0
line vty 0 4
 password cisco
 login
!
end

frame2# sho run
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname frame2
!
enable secret 5 $1$jvJb$Xvb.ox2d2ZmQNIB6nGt5x0
enable password cisco1
!
frame-relay switching
!
interface Tunnel0
 no ip address
 tunnel source Ethernet0
 tunnel destination 192.168.1.2
!
interface Ethernet0
 ip address 192.168.1.1 255.255.255.0
 no mop enabled
!
interface Serial0
 no ip address
 encapsulation frame-relay
 clockrate 1000000
 frame-relay lmi-type ansi
 frame-relay intf-type dce
 frame-relay route 501 interface Serial1 105
 frame-relay route 503 interface Tunnel0 1001
 frame-relay route 504 interface Tunnel0 1000
!
interface Serial1
 no ip address
 encapsulation frame-relay
 clockrate 1000000
 frame-relay lmi-type ansi
 frame-relay intf-type dce
 frame-relay route 105 interface Serial0 501
!
no ip classless
logging console notifications
!
!
line con 0
 exec-timeout 0 0
line aux 0
line vty 0 4
 password cisco
 login
!
end
**Please read:http://www.groupstudy.com/list/posting.html



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:30:41 GMT-3