Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Mar 2005 21:24:10 +0800
From:      John Mok <jmok@attglobal.net>
To:        "Maren S. Leizaola" <maren@leizaola.com>
Cc:        freebsd-net@freebsd.org
Subject:   Re: HOWTO connect MCI using Netgraph + Frame Relay with Digi SYNC/570i
Message-ID:  <4235907A.2010907@attglobal.net>
In-Reply-To: <Pine.NEB.4.61.0503141834320.28529@hades.leizaola.com>
References:  <42344AF7.6070701@attglobal.net> <Pine.NEB.4.61.0503141834320.28529@hades.leizaola.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Dear Maren,

I did not notice anything special in the Cisco 1600 router config. as 
shown below :-

!
hostname example.com
no service udp-small-servers
no service tcp-small-servers
!
ip sub-net-zero
ip classless
ip routing
!
enable-password *****
!
interface FastEthernet 0
description To Intranet
ip address 1.2.3.4 255.255.255.224
no ip directed broadcast
no shutdown
!
interface Serial 0
description To MCI
bandwidth 1536
encapsulation frame-relay IETF
frame-relay lmi-type ansi
no ip address
no shutdown
no fair-queue
!
interface Serial 0.1 point-to-point
ip unnumbered FastEthernet0
frame-relay interface-dlci 500 IETF
bandwidth 1536
no shutdown
!
ip route 0.0.0.0 0.0.0.0 Serial 0.1
!
ip domain-name ALTER.NET
ip name-server 198.6.1.5
snmp-server community ....
....
 
How to put the same serial config. on ARNET/Digi SYNC/570i with Netgraph 
+ Frame Relay? If it would be easier to work with Sangoma S5141, then 
how to convert into the Sangoma config. with Netgraph?

Thanks a lot.

John Mok


Maren S. Leizaola wrote:

> On Sun, 13 Mar 2005, John Mok wrote:
>
>> Hi,
>>
>> I would like to replace the existing Cisco router 1600 and connect to 
>> MCI Hong Kong with FeeBSD 5.3 box with a Digi SYNC 570 serial card. 
>> With reference of the FreeBSD handbook and the information from 
>> Julian Elischer at
>>
>> http://www.elischer.org/netgraph/
>
>
> John,
>     Are you sure that you have moved all the items you need from the 
> cisco config to FreeBSD... I've not played with netgraph, but if I 
> recall correctly your configuration needs to also match what PCCW have 
> configured, in particular the sub-interface... s0.100 etc...
>
> regards,
> maren.
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4235907A.2010907>