Ascend Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (ASCEND) Pipline 130 FR--> Cisco 2501



We've got several people running pipe130s into our cisco 7000 for frame
relay and we've had no problems.  Here's an example config off my router:

interface Serial4/5
 description TW Frame Relay Cloud
 no ip address
 encapsulation frame-relay IETF
 frame-relay lmi-type ansi
!
interface Serial4/5.1 point-to-point
 ip address xxx.xxx.xxx.xxx 255.255.255.252
 no cdp enable
 frame-relay interface-dlci 19 IETF

Your config may vary slightly depending on your frame cloud provider.
I've got 2 different frame clouds I use here, and both are setup
different.  Also, remember that if you accidently don't put the sub
interface as point to point right off the bat and fixing it as an
afterthought, you'll have to reboot the router to get it to use the
sub-interface as point-to-point.

Regards,
Joe Shaw - jshaw@insync.net
NetAdmin - Insync Internet Services
Fortune for the day: "Speak softly and carry a +6 two-handed sword."

On Fri, 19 Dec 1997, Steve LaDuke wrote:

> I need to configure a Cisco 2501 to talk to my Pipeline 130 (T1, Frame
> Relay.)
> The Pipeline 130 seems easy to configure.  It is already
> sending packets onto the frame-relay network.
> 
> I need to add a second PVC to my Cisco 2501 frame relay port.
> 
> Here is my current config:
> 	interface Serial0
> 	 ip address 165.113.2.90 255.255.255.0
> 	 no ip mroute-cache
> 	 encapsulation frame-relay
> 	 no fair-queue
> 	 frame-relay map ip 165.113.2.17 17 broadcast IETF
> 	!
> 
> Here is my guess on what I should change it to:
> 	interface Serial0
> 	 no ip address
> 	 encapsulation frame-relay
> 	!
> 	interface Serial0.1 point-to-point
> 	 description Link to CRL - San Francisco
> 	 ip address 165.113.2.90 255.255.255.0
> 	 no ip mroute-cache
> 	 no fair-queue
> 	 frame-relay map ip 165.113.2.17 17 broadcast IETF
> 	!
> 	interface Serial0.2 point-to-point
> 	 description Link to Tuttle & Co - Gig Harbor, WA
> 	 ip unnumbered Ethernet0
> 	 no ip mroute-cache
> 	 no fair-queue
> 	 frame-relay map ip 32.71.253.234 255.255.255.224 21 broadcast
> IETF
> 	!
> I got some of this from a FAQ at Ascend.
> 
> Does this have a chance of working?
> Thanks,
> 
> Steve LaDuke
> Tuttle & Co.
> ++ Ascend Users Mailing List ++
> To unsubscribe:	send unsubscribe to ascend-users-request@bungi.com
> To get FAQ'd:	<http://www.nealis.net/ascend/faq>
> 

++ Ascend Users Mailing List ++
To unsubscribe:	send unsubscribe to ascend-users-request@bungi.com
To get FAQ'd:	<http://www.nealis.net/ascend/faq>


References: