[nsp] Cisco 802 ISDN config

Cheung, Rick Rick.Cheung@NextelPartners.com
Fri, 20 Sep 2002 15:18:21 -0500


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C260E2.DD803EC0
Content-Type: text/plain;
	charset="iso-8859-1"

	Dave, what does your show isdn status say?



Rick Cheung
NPI IT Wan Team, CCNP


-----Original Message-----
From: Dave [Hawk-Systems] [mailto:dave@hawk-systems.com]
Sent: Friday, September 20, 2002 3:31 PM
To: cisco-nsp@puck.nether.net
Subject: [nsp] Cisco 802 ISDN config


below is the runing config for a cisco 802 ISDN router.  We trying to
establish
a dialup connection to a cisco AS5300 to establish a 128k link (both
channels).

The following error is reported from the show log;
ISDN-6-LAYER2DOWN: Layer 2 for Interface BRI0, TEI 255 changed to down.

Not sure what I am missing here or what I have futsed in the config.  Feel
free
to tear it apart.

Thank

Dave

----------------------------

version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname CPE1
!
logging buffered 4096 debugging
enable secret 5 *********************
enable password 7 *******************
!
ip subnet-zero
ip dhcp excluded-address 192.168.0.1
!
ip dhcp pool ClientLAN
   network 192.168.0.0 255.255.255.0
   default-router 192.168.0.1
!
no ip domain-lookup
isdn switch-type basic-dms100
!
!
!
interface Ethernet0
 description LAN
 ip address 192.168.0.1 255.255.255.0
 no ip directed-broadcast
 ip nat inside
!
interface BRI0
 description Connection to ISP
 no ip address
 no ip directed-broadcast
 ip nat outside
 encapsulation ppp
 dialer rotary-group 1
 isdn switch-type basic-dms100
 isdn spid1 9054280817 00
 isdn spid2 9054283995 00
!
interface Dialer1
 ip address negotiated
 no ip directed-broadcast
 ip nat outside
 encapsulation ppp
 no ip split-horizon
 dialer in-band
 dialer idle-timeout 7200
 dialer string 9054358193
 dialer hold-queue 10
 dialer load-threshold 1 either
 dialer-group 1
 ppp authentication chap pap callin
 ppp chap hostname ***********
 ppp chap password 7 ********************
 ppp pap sent-username ********** password 7 ******************
 ppp multilink
!
ip nat inside source list 101 interface Dialer1 overload
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 101 permit ip 192.168.0.0 0.0.0.255 any
dialer-list 1 protocol ip permit
!
line con 0
 exec-timeout 60 0
 password 7 ********************
 login
 transport input none
 stopbits 1
line vty 0 4
 exec-timeout 0 0
 password 7 *******************
 login
!
end

Dave

_______________________________________________
cisco-nsp mailing list  real_name)s@puck.nether.net
http://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

------_=_NextPart_001_01C260E2.DD803EC0
Content-Type: text/html;
	charset="iso-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [nsp] Cisco 802 ISDN config</TITLE>
</HEAD>
<BODY>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>Dave, what does your show isdn status say?</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=2>Rick Cheung</FONT>
<BR><FONT SIZE=2>NPI IT Wan Team, CCNP</FONT>
</P>
<BR>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Dave [Hawk-Systems] [<A HREF="mailto:dave@hawk-systems.com">mailto:dave@hawk-systems.com</A>]</FONT>
<BR><FONT SIZE=2>Sent: Friday, September 20, 2002 3:31 PM</FONT>
<BR><FONT SIZE=2>To: cisco-nsp@puck.nether.net</FONT>
<BR><FONT SIZE=2>Subject: [nsp] Cisco 802 ISDN config</FONT>
</P>
<BR>

<P><FONT SIZE=2>below is the runing config for a cisco 802 ISDN router.&nbsp; We trying to establish</FONT>
<BR><FONT SIZE=2>a dialup connection to a cisco AS5300 to establish a 128k link (both channels).</FONT>
</P>

<P><FONT SIZE=2>The following error is reported from the show log;</FONT>
<BR><FONT SIZE=2>ISDN-6-LAYER2DOWN: Layer 2 for Interface BRI0, TEI 255 changed to down.</FONT>
</P>

<P><FONT SIZE=2>Not sure what I am missing here or what I have futsed in the config.&nbsp; Feel free</FONT>
<BR><FONT SIZE=2>to tear it apart.</FONT>
</P>

<P><FONT SIZE=2>Thank</FONT>
</P>

<P><FONT SIZE=2>Dave</FONT>
</P>

<P><FONT SIZE=2>----------------------------</FONT>
</P>

<P><FONT SIZE=2>version 12.0</FONT>
<BR><FONT SIZE=2>no service pad</FONT>
<BR><FONT SIZE=2>service timestamps debug uptime</FONT>
<BR><FONT SIZE=2>service timestamps log uptime</FONT>
<BR><FONT SIZE=2>service password-encryption</FONT>
<BR><FONT SIZE=2>!</FONT>
<BR><FONT SIZE=2>hostname CPE1</FONT>
<BR><FONT SIZE=2>!</FONT>
<BR><FONT SIZE=2>logging buffered 4096 debugging</FONT>
<BR><FONT SIZE=2>enable secret 5 *********************</FONT>
<BR><FONT SIZE=2>enable password 7 *******************</FONT>
<BR><FONT SIZE=2>!</FONT>
<BR><FONT SIZE=2>ip subnet-zero</FONT>
<BR><FONT SIZE=2>ip dhcp excluded-address 192.168.0.1</FONT>
<BR><FONT SIZE=2>!</FONT>
<BR><FONT SIZE=2>ip dhcp pool ClientLAN</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp; network 192.168.0.0 255.255.255.0</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp; default-router 192.168.0.1</FONT>
<BR><FONT SIZE=2>!</FONT>
<BR><FONT SIZE=2>no ip domain-lookup</FONT>
<BR><FONT SIZE=2>isdn switch-type basic-dms100</FONT>
<BR><FONT SIZE=2>!</FONT>
<BR><FONT SIZE=2>!</FONT>
<BR><FONT SIZE=2>!</FONT>
<BR><FONT SIZE=2>interface Ethernet0</FONT>
<BR><FONT SIZE=2>&nbsp;description LAN</FONT>
<BR><FONT SIZE=2>&nbsp;ip address 192.168.0.1 255.255.255.0</FONT>
<BR><FONT SIZE=2>&nbsp;no ip directed-broadcast</FONT>
<BR><FONT SIZE=2>&nbsp;ip nat inside</FONT>
<BR><FONT SIZE=2>!</FONT>
<BR><FONT SIZE=2>interface BRI0</FONT>
<BR><FONT SIZE=2>&nbsp;description Connection to ISP</FONT>
<BR><FONT SIZE=2>&nbsp;no ip address</FONT>
<BR><FONT SIZE=2>&nbsp;no ip directed-broadcast</FONT>
<BR><FONT SIZE=2>&nbsp;ip nat outside</FONT>
<BR><FONT SIZE=2>&nbsp;encapsulation ppp</FONT>
<BR><FONT SIZE=2>&nbsp;dialer rotary-group 1</FONT>
<BR><FONT SIZE=2>&nbsp;isdn switch-type basic-dms100</FONT>
<BR><FONT SIZE=2>&nbsp;isdn spid1 9054280817 00</FONT>
<BR><FONT SIZE=2>&nbsp;isdn spid2 9054283995 00</FONT>
<BR><FONT SIZE=2>!</FONT>
<BR><FONT SIZE=2>interface Dialer1</FONT>
<BR><FONT SIZE=2>&nbsp;ip address negotiated</FONT>
<BR><FONT SIZE=2>&nbsp;no ip directed-broadcast</FONT>
<BR><FONT SIZE=2>&nbsp;ip nat outside</FONT>
<BR><FONT SIZE=2>&nbsp;encapsulation ppp</FONT>
<BR><FONT SIZE=2>&nbsp;no ip split-horizon</FONT>
<BR><FONT SIZE=2>&nbsp;dialer in-band</FONT>
<BR><FONT SIZE=2>&nbsp;dialer idle-timeout 7200</FONT>
<BR><FONT SIZE=2>&nbsp;dialer string 9054358193</FONT>
<BR><FONT SIZE=2>&nbsp;dialer hold-queue 10</FONT>
<BR><FONT SIZE=2>&nbsp;dialer load-threshold 1 either</FONT>
<BR><FONT SIZE=2>&nbsp;dialer-group 1</FONT>
<BR><FONT SIZE=2>&nbsp;ppp authentication chap pap callin</FONT>
<BR><FONT SIZE=2>&nbsp;ppp chap hostname ***********</FONT>
<BR><FONT SIZE=2>&nbsp;ppp chap password 7 ********************</FONT>
<BR><FONT SIZE=2>&nbsp;ppp pap sent-username ********** password 7 ******************</FONT>
<BR><FONT SIZE=2>&nbsp;ppp multilink</FONT>
<BR><FONT SIZE=2>!</FONT>
<BR><FONT SIZE=2>ip nat inside source list 101 interface Dialer1 overload</FONT>
<BR><FONT SIZE=2>no ip http server</FONT>
<BR><FONT SIZE=2>ip classless</FONT>
<BR><FONT SIZE=2>ip route 0.0.0.0 0.0.0.0 Dialer1</FONT>
<BR><FONT SIZE=2>!</FONT>
<BR><FONT SIZE=2>access-list 1 permit 192.168.1.0 0.0.0.255</FONT>
<BR><FONT SIZE=2>access-list 101 permit ip 192.168.0.0 0.0.0.255 any</FONT>
<BR><FONT SIZE=2>dialer-list 1 protocol ip permit</FONT>
<BR><FONT SIZE=2>!</FONT>
<BR><FONT SIZE=2>line con 0</FONT>
<BR><FONT SIZE=2>&nbsp;exec-timeout 60 0</FONT>
<BR><FONT SIZE=2>&nbsp;password 7 ********************</FONT>
<BR><FONT SIZE=2>&nbsp;login</FONT>
<BR><FONT SIZE=2>&nbsp;transport input none</FONT>
<BR><FONT SIZE=2>&nbsp;stopbits 1</FONT>
<BR><FONT SIZE=2>line vty 0 4</FONT>
<BR><FONT SIZE=2>&nbsp;exec-timeout 0 0</FONT>
<BR><FONT SIZE=2>&nbsp;password 7 *******************</FONT>
<BR><FONT SIZE=2>&nbsp;login</FONT>
<BR><FONT SIZE=2>!</FONT>
<BR><FONT SIZE=2>end</FONT>
</P>

<P><FONT SIZE=2>Dave</FONT>
</P>

<P><FONT SIZE=2>_______________________________________________</FONT>
<BR><FONT SIZE=2>cisco-nsp mailing list&nbsp; real_name)s@puck.nether.net</FONT>
<BR><FONT SIZE=2><A HREF="http://puck.nether.net/mailman/listinfo/cisco-nsp" TARGET="_blank">http://puck.nether.net/mailman/listinfo/cisco-nsp</A></FONT>
<BR><FONT SIZE=2>archive at <A HREF="http://puck.nether.net/pipermail/cisco-nsp/" TARGET="_blank">http://puck.nether.net/pipermail/cisco-nsp/</A></FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C260E2.DD803EC0--