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

(ASCEND) Pipline 130 FR--> Cisco 2501



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>


Follow-Ups: