Real Time Ascend Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: (ASCEND) cisco 2503 connect to Max6k 128k



Hi,

don't forget to set
	ppp authentication chap callin

in the dialer interface (i.e BRI 0 here) or the Cisco will never connect when
it is the calling station.

If you omit this the 2503 will send a CHAP challenge even as calling side and the
Ascend will drop the line with "LAN security error".

The "callin" parameter is implemented from IOS 11.0 and up.

Burkhard Weeber
C. Haushahn Automationssysteme GmbH & Co. KG
P/O Box 300668
D-70446 Stuttgart
Email: B.Weeber@haushahn-as.de

-----Original Message-----
From: owner-ascend-users@max.bungi.com
[mailto:owner-ascend-users@max.bungi.com]On Behalf Of Winfried Haug
Sent: Saturday, June 12, 1999 3:30 PM
To: Code Chang; ascend-users@max.bungi.com
Subject: RE: (ASCEND) cisco 2503 connect to Max6k 128k


Hello,


> -----Original Message-----
> From: root [mailto:root]On Behalf Of Code Chang
> Sent: Samstag, 12. Juni 1999 04:02
> To: ascend-users@max.bungi.com
> Subject: (ASCEND) cisco 2503 connect to Max6k 128k
>
>
> hi, All
>
>    Did anyone try to use cisco 2503 connect Max6k with 128k MP ?
>    The max6k used 6.1.24 and T1 ISDN PRI trunk.
>
>    I dont know why the max6k always droped the secondary channel.
>    And the syslog said 'LAN security error' ?   But I am sure the
> ID and Password was correctly !
>
>    Any ideas ?
>
>    Thanks !!
>


We have a 128kb connection to us on a TNT using CLID.
Even Dialout with the cisco calling back works.

Important:
You should use the Ethernet IP of the Cisco on the WAN
link (ip unnumbered ethernet0).

If seems to be, that the TNT/MAX checks the peer-LAN-ID and if you use
e.g a transfer network on your cisco, the connection fails. The Cisco doesnt
check the peer-IP of the MAX.


Radius:

0711112345     Password = "Ascend-CLID"
        User-Name = "User-Name-here",
        User-Service = Framed-User,
        Framed-Protocol = MPP,
        Ascend-Idle-Limit = 300,
        Framed-Address = 192.168.1.1,
        Framed-Netmask = 255.255.255.0,
        Framed-Routing = None


Cisco:

!
isdn switch-type basic-net3
clock timezone MET 1
clock summer-time MEST recurring
!
interface Ethernet0
 description Red Zone
 ip address 192.168.1.1 255.255.255.0
 ip accounting output-packets
 ip accounting access-violations
 no keepalive
!
interface Serial0
 no ip address
 shutdown
!
interface Serial1
 no ip address
 shutdown
!
interface BRI0
 description ISDN Link Seicom
 ip unnumbered Ethernet0
 no ip proxy-arp
 ip accounting output-packets
 ip accounting access-violations
 encapsulation ppp
 no ip route-cache
 no ip mroute-cache
 bandwidth 128
 no keepalive
! 2 dialer-maps, because incoming number is seen without
! a leading 0
 dialer map ip <IP-MAX> name MAX4000 071112345
 dialer map ip <IP-MAX> name MAX4000 71112345
 dialer load-threshold 1 either
 dialer-group 1
 isdn caller <ISDN-NR MAX> callback
 ppp multilink
!
no ip classless
ip route 0.0.0.0 0.0.0.0 <IP-MAX>
ip route <IP-MAX> 255.255.255.255 BRI0
logging facility local0
dialer-list 1 protocol ip permit




++ Ascend Users Mailing List ++
To unsubscribe:	send unsubscribe to ascend-users-request@bungi.com
To get FAQ'd:	<http://www.nealis.net/ascend/faq>

++ Ascend Users Mailing List ++
To unsubscribe:	send unsubscribe to ascend-users-request@bungi.com
To get FAQ'd:	<http://www.nealis.net/ascend/faq>