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

Frame-Relay on Cisco

Status
Not open for further replies.

kaneranch

MIS
Sep 1, 2002
25
GB
i am trying to configure frame relay on a cisco 2600 series router.Any sample configurations would be very helpful.
 
This is an excellent website for information regarding frame relay:
Here are some sample configs from my network:

interface Serial0/0
description AT&T 128k Frame Access
bandwidth 128
no ip address
no ip directed-broadcast
encapsulation frame-relay
no ip mroute-cache

interface Serial0/0.1
description PVC to Head End
bandwidth 64
ip address 172.31.3.138 255.255.255.252
no ip directed-broadcast
frame-relay interface-dlci 510 --dlci of Head End
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top