Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I Share my DSL over Frame Relay

Status
Not open for further replies.

Kudzu46

IS-IT--Management
Apr 1, 2002
3
0
0
US
(Can I share my dsl over my frame relay info below)

I have a 256k circuit at home office.
I have 2 remote locations with 128k circuits.
All locations use Cisco 2620 Routers for the Frame-Relay.

Frame Relay is used so that The two remote locations can telnet into Dispatching Software on (AIX Risc 6000).

All this Works Great what I need is to Share the
Caymen 3220-H DSL which is on the LAN and can be accessed from all computers on the lan and let the remote locations have DSL.

Both Remote locations have just a Single Workstation connected to the Cisco 2620 Routers



Additional Info if need to help answer Question.
------------------ show running-config ------------------


Building configuration...

Current configuration : 1377 bytes
!
version 12.2
service config
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname Atlcovga
!
enable secret 5
enable password
!
clock timezone est -5 54
ip subnet-zero
!
!
no ip domain-lookup
!
!
!
!
interface FastEthernet0/0
description connected to EthernetLAN
ip address 192.168.1.30 255.255.255.0
speed auto
half-duplex
!
interface Serial0/0
no ip address
encapsulation frame-relay IETF
service-module t1 timeslots 1-4
service-module t1 remote-alarm-enable
frame-relay lmi-type ansi
!
interface Serial0/0.1 point-to-point
description connected to xxxxxxxxxxxxxxx
ip address 192.168.2.1 255.255.255.252
frame-relay interface-dlci 115
!
interface Serial0/0.2 point-to-point
description Connected to XXXXXXXXXXXXXXXX
ip address 192.168.2.5 255.255.255.252
frame-relay interface-dlci 102
!
router rip
network 192.168.1.0
network 192.168.2.0
network 192.168.3.0
network 192.168.4.0
!
ip classless
ip route 192.168.1.0 255.255.255.0 192.168.2.2
ip route 192.168.1.0 255.255.255.0 192.168.2.6
ip http server
ip pim bidir-enable
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
!
line con 0
exec-timeout 0 0
password
login
line aux 0
line vty 0 4
password
login
!
end


--------------------------
1st Remote location

*****************************************
------------------ show running-config ------------------


Building configuration...

Current configuration : 1213 bytes
!
version 12.2
service config
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname xxxxxxx
!
enable secret 5
enable password
!
ip subnet-zero
!
!
no ip domain-lookup
!
!
!
!
interface FastEthernet0/0
description connected to EthernetLAN
ip address 192.168.3.30 255.255.255.0
speed auto
half-duplex
!
interface Serial0/0
no ip address
encapsulation frame-relay IETF
no fair-queue
service-module t1 timeslots 1-2
service-module t1 remote-alarm-enable
frame-relay lmi-type ansi
!
interface Serial0/0.1 point-to-point
description connected to XXXXXXXX
ip address 192.168.2.2 255.255.255.252
frame-relay interface-dlci 115
!
router rip
version 2
network 192.168.1.0
network 192.168.2.0
network 192.168.3.0
network 192.168.4.0
no auto-summary
!
ip classless
ip route 192.168.1.0 255.255.255.0 192.168.2.1
ip http server
ip pim bidir-enable
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
route-map end permit 10
!
!
line con 0
exec-timeout 0 0
password
login
line aux 0
line vty 0 4
password
login
!
no scheduler allocate
end



2nd Remote location*****************************************

------------------ show running-config ------------------


Building configuration...

Current configuration : 1096 bytes
!
version 12.2
service config
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname xxxxxxxx
!
enable secret 5
enable password
!
ip subnet-zero
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.4.30 255.255.255.0
no ip mroute-cache
speed auto
half-duplex
no cdp enable
!
interface Serial0/0
no ip address
encapsulation frame-relay IETF
no fair-queue
service-module t1 timeslots 1-2
!
interface Serial0/0.1 point-to-point
description connected to ATLCOVGA
ip address 192.168.2.6 255.255.255.252
frame-relay interface-dlci 101
!
router rip
version 2
network 192.168.1.0
network 192.168.2.0
network 192.168.3.0
network 192.168.4.0
no auto-summary
!
ip classless
ip route 192.168.1.0 255.255.255.0 192.168.2.5
ip route 192.168.4.0 255.255.255.0 192.168.2.5
ip http server
ip pim bidir-enable
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
password
login
!
end


James Stanford
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top