Real Time Ascend Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (ASCEND) cisco <> ascend
On Thu, Nov 06, 1997 at 09:38:59AM -0500, Phillip Vandry wrote:
> Just yesterday I had a 1004 customer who was unable to connect at all with
> IOS 10.something. It was rejecting the Multilink PPP LCP options offered by
> the Max and also (and this was the reason it was not connecting) failing
> to proceed beyond the LCP stage.
> Upgrade to 11.something.
I'm ussing 11.2(9)P and have had no problems whatsoever.... Here's a sample
config for those of you trying to connect to Ascend boxes (this config also
works with USR TC racks and Livingston PM3s):
(Login name in this case is "gothic", with a cap-I in front to signify
ISDN. This connection is a nailed-up 128k routing an entire class C
to my desktop).
BTW, I've never been able to get 10.x to work with ANYTHING. If I see
a Cisco box with 10.x IOS on it, I immediately upgrade it.
Current configuration:
version 11.2
service timestamps debug uptime
service password-encryption
no service udp-small-servers
no service tcp-small-servers
hostname Igothic
enable secret 5 <secret stuff>
enable password 7 <password>
username Igothic password 7 <password>
ip name-server 207.207.0.3
ip name-server 206.127.0.3
isdn switch-type basic-ni1
interface Loopback0
no ip address
interface Ethernet0
ip address 207.207.49.1 255.255.255.0
interface BRI0
description texas.net
ip unnumbered Ethernet0
no ip mroute-cache
encapsulation ppp
dialer idle-timeout 604800
dialer string 4850143
dialer load-threshold 1 either (for 64k, make the 1 a 255)
dialer-group 1
isdn spid1 512302341701 3023417
isdn spid2 512302329801 3023298
no fair-queue
compress stac
ppp authentication pap callin (if you dont have this line, shit will break)
ppp pap sent-username Igothic password 7 <password>
ppp multilink
ip classless
ip route 0.0.0.0 0.0.0.0 BRI0
ip http server (for cisco's nifty web-server-stats)
dialer-list 1 protocol ip permit
line con 0
line vty 0 4
password 7 <password>
login
end
--
Bill Bradford Sr. Systems Engineer
mrbill@texas.net Texas Networking, Inc. http://www.texas.net
------------------------------------------------------------------
"USENET is not a right." "USENET is a right, a left, a jab, and a
sharp uppercut to the jaw. The postman hits! You have new mail."
-- Ed Vielmetti & Chip Salzenberg
++ Ascend Users Mailing List ++
To unsubscribe: send unsubscribe to ascend-users-request@bungi.com
To get FAQ'd: <http://www.nealis.net/ascend/faq>