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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setup Frame Relay?

Status
Not open for further replies.

COMPUTERTECH33

IS-IT--Management
Dec 14, 2005
73
0
0
US
Hey all.

I have a Cisco 2501. It has two DB60 connections and an AUI. I figured out that I use the AUI and a transceiver to connect to my hub on the LAN...

I also have a Frame Relay circuit. How do I actually connect the frame to the Cisco?

Any help would be greatly appreciated.

thanks
 
How is the circuit delivered to the POP? What type of connector and/or serial device is there?
 
It comes from the Central Office on a dry pair. I'm just wondering how it connects to the 2501 router...
 
You connect the circuit to a CSU/DSU, which then connects to a serial interface on the 2501.
 
Hi,

I have already performed all the following on may lab devices.

line con 0
VTY 0 4
enable password cisco
login
on all the devices

and the telnet statement on the PIX.

Current configuration:
!
version 11.1
no service udp-small-servers
no service tcp-small-servers
!
hostname BURNS-2511-16
!
enable password cisco
!
partition flash 2 4 4
!
ip subnet-zero
no ip domain-lookup
!
interface Loopback0
ip address 192.168.20.12 255.255.255.0
!
interface Ethernet0
ip address 192.168.10.12 255.255.255.0
!
interface Serial0
no ip address
shutdown
!
interface Serial1
no ip address
shutdown
!
ip default-gateway 192.168.10.1
ip host PIX-1 2001 192.168.20.12
ip host 1720-RTR4 2002 192.168.20.12
ip host 2924-CAT2 2003 192.168.20.12
ip host 2503-RTR3 2004 192.168.20.12
ip host 2503-RTR2 2005 192.168.20.12
ip host 2912-CAT1 2006 192.168.20.12
ip host 2501-RTR1 2007 192.168.20.12
ip host 2520-FRS1 2008 192.168.20.12
ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.10.1
logging buffered
!
line con 0
session-timeout 20
no exec
exec-timeout 60 0
transport preferred none
line 1 8
session-timeout 20
no exec
exec-timeout 60 0
modem InOut
transport preferred telnet
transport input telnet
rxspeed 38400
txspeed 38400
flowcontrol hardware
line 9 16
session-timeout 20
no exec
exec-timeout 60 0
transport preferred telnet
transport input all
rxspeed 38400
txspeed 38400
flowcontrol hardware
line aux 0
line vty 0 4
password cisco
login

Could you take a look at this? It doesn't seem to open to the devices.
I have checked the cables and they are connect phys to logical (1-2001 thru 8 -2008).

Thanks
 
Huangdi, you should start a new thread if you have a problem different from the original post.

Regards,
John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top