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

Vanguard 320 Frame relay Connection to Cisco Network using IP

Status
Not open for further replies.

fotini

ISP
Joined
Aug 21, 2002
Messages
3
Location
CY
I recently came accross a an installation with a Motorola Vanguard 320. Personally I have no experience on the specific platform.

I am trying to connect this router to a Frame relay provider network (point-to-point frame-relay) and connect the client to Internet.

I tried to follow examples through manuals but I cannot get anywhere.

I was wondwering if anyone can help me (i.e. forward me some steps or configuration file - not through manual, I am already confused enough).


to explain scenario better, If I was going to do the configuration on a cisco router would be like (IP's are imaginary):

!
interface Ethernet0
ip address 192.168.143.1 255.255.255.248
!
interface Serial0
description FR TO LK GLOBALSOFT LL0520599
bandwidth 64
no ip address
encapsulation frame-relay IETF
frame-relay lmi-type q933a
!
interface Serial0.20 point-to-point
ip address 172.16.16.18 255.255.255.252
frame-relay interface-dlci 20
!
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.16.17
!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top