Real Time Ascend Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (ASCEND) Cisco ISDN into Max 4048
- To: John Coy <jcoy@anc.net>
 
- Subject: Re: (ASCEND) Cisco ISDN into Max 4048
 
- From: Oliver J Albrecht <olli@spike.allcon.net>
 
- Date: Thu, 7 Oct 1999 01:47:36 +0200
 
- Cc: ascend-users@bungi.com
 
- In-Reply-To: <fea5db18cbcd@news.allcon.net> <bbaa1cba08c5@news.allcon.net>
 
- Organization: AllCon Kommunikationstechnologie GmbH, Flensburg, Germany
 
- Sender: owner-ascend-users@max.bungi.com
 
- User-Agent: tin/pre-1.4-19990517 ("Psychonaut") (UNIX) (Linux/2.2.12-20 (i686))
 
Hi,
John Coy <jcoy@anc.net> wrote:
>Here's a BRI config for a Cisco 2524 router dialing into
>an Ascend MAX (either 40XX or 60XX).  Your ethernet interface
>address needs to match the RADIUS profile for the IP address you're
>assigning to your connection.  This profile works for a
>static IP configuration -- not sure what changes are
>necessary if you're using a negotiated IP address....
Here's one for pool/negotiated addresses, should work fine with
a little fine-tuning (add SPID's etc.. depending on your switch
type). To get back on topic, this Cisco (801) used to connect 
just fine to a Max6000 :)
interface BRI0
 ip address negotiated
 no ip directed-broadcast
 encapsulation ppp
 no keepalive
 dialer idle-timeout 90
 dialer enable-timeout 2
 dialer map ip 212.51.0.11 0046190394
 dialer-group 1
 no peer default ip address
 isdn switch-type basic-net3
 no fair-queue
 no cdp enable
 ppp authentication pap callin
 ppp pap sent-username nexus password 7 XXXXXXXXXXXXX
 ppp multilink bap
 ppp bap call accept
 ppp bap call request
 ppp bap timeout pending 20
 hold-queue 75 in
[...]
ip route 0.0.0.0 0.0.0.0 212.51.0.11
ip route 212.51.0.11 255.255.255.255 BRI0
[...]
access-list 100 permit   ip any any
dialer-list 1 protocol ip list 100
[...]
Hope it helps...
-- 
Oliver J. Albrecht      AllCon GmbH        http://www.allcon.net/
Network Administration  Westerallee 139    Tel:  +49 461 90393-0
olli@spike.allcon.net   D-24941 Flensburg  Fax:  +49 461 90393-33
++ Ascend Users Mailing List ++
To unsubscribe:	send unsubscribe to ascend-users-request@bungi.com
To get FAQ'd:	<http://www.nealis.net/ascend/faq>