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
!