Link to home
Start Free TrialLog in
Avatar of jazz250
jazz250

asked on

Cisco 851 Frame Relay configuration

Hello,
Basically I just needed help to configure Frame relay on the WAN interface (FE4) on this cisco switch.

I'm pretty much clueless on how to configure frame relay on this device.

this is the information i got from the ISP

Details
=============
Circuit ID:         LXXXXX
Bandwidth:          1.5Mbps

WAN IP Address:     19x.xxx.xxx.109
WAN Subnet Mask:    255.255.255.252

Default Gateway:    19x.xxx.xxx.110
Primary DNS Server: 19x.xxx.xxx.58
Secondary DNS:      19x.xxx.xxx.3

LAN IP Addresses:   2xx.xxx.xxx.81 - 2xx.xxx.xxx.86
LAN Subnet Mask:    255.255.255.248



Local Access Details
====================
Provider:           Frame Relay
Leased Line #:      490-1087 / 490-1088
VLAN ID:            415


any help will be appreciated,

regards,
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

I'm making some assumptions external CSU, inverse arp, etc.), but here goes:

conf t
int s1/0 (or whatever interface is connected to the frame provider)
 encapsulation frame-relay
 ip address 19x.xxx.xxx.109 255.255.255.252
 no shut
ip route 0.0.0.0 19x.xxx.xxx.110

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of kyleb84
kyleb84
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I should add:

Paste this in after the above one:

conf t
crypto key generate rsa
ip ssh version 2
end
wr me

You'll now have SSH access to it from the web, and the config will be saved.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial