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 gkittelson 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
Aug 21, 2002
3
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
!
 
It looks good to me!!!
Here is the way I do it.


interface Serial0
description Frame Relay
no ip address
encapsulation frame-relay
service-module t1 timeslots 1-6
frame-relay lmi-type ansi


Interface serial0.1 point-to-point
bandwidth 128
ip address 192.168.1.1 255.255.255.252
frame-relay interface-dlci 70 IETF

interface FastEthernet0
ip address 10.1.1.1 255.255.255.0
speed 100


ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.2

“Reserve your right to think, for even to think wrongly is better than not to think at all”

Fisher CCNA
[americanflag]
 
Dear Jeter,
thanks for the reply, but perhaps I was not clear enough. My question was not regarding the Cisco router but the Vanguard 320. I want help on how to do frame-relay.

Regards.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top