Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with leased-line two Cisco 801

Status
Not open for further replies.

xyCruiseryx

Technical User
Oct 18, 2004
94
DE
Moin,

i configured both router for a leased-line connection about 128kb/s (it should be use both B-Chanals (Europe-bundle ISDN)for transmitting)

Problem: sporadically the connection breaks down. I use the line for a digital phone (about ethernet) which should connectto the TK.

(TK-Cisco1^^^^^leased-line^^^^^^Cisco2-Phone)

Is a timeout the problem or is the configuration not correct????


Cisco1:

User Access Verification

Password:
KLM>ena
Password:
KLM#show run
Building configuration...

Current configuration : 1085 bytes
!
version 12.3
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname xxxxx
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$uI53$KQ2R48rn6C1hdYRnkSPIT1
!
no aaa new-model
ip subnet-zero
!
isdn switch-type basic-net3
isdn leased-line BRI0
!
!
!
interface Multilink1
bandwidth 128
ip address 172.16.10.2 255.255.255.252
ppp multilink
ppp multilink group 1
!
interface Ethernet0
ip address 172.16.1.1 255.255.255.0
!
interface BRI0
no ip address
encapsulation ppp
!
interface BRI0:1
no ip address
encapsulation ppp
no fair-queue
ppp multilink
ppp multilink group 1
!
interface BRI0:2
no ip address
encapsulation ppp
no fair-queue
ppp multilink
ppp multilink group 1
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.10.1
no ip http server
!
!
line con 0
password 7 13061E0108034A7A7B
login
transport preferred all
transport output all
stopbits 1
line vty 0 4
password 7 00071A15075445565F
login
transport preferred all
transport input all
transport output all
!
no rcapi server
!
!
!
end

Cisco2:

Password:
FGH>ena
Password:
FGH#show run
Building configuration...

Current configuration : 1085 bytes
!
version 12.3
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname FGH
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$uI53$KQ2R48rn6C1hdYRnkSPIT1
!
no aaa new-model
ip subnet-zero
!
isdn switch-type basic-net3
isdn leased-line BRI0
!
!
!
interface Multilink1
bandwidth 128
ip address 172.16.10.2 255.255.255.252
ppp multilink
ppp multilink group 1
!
interface Ethernet0
ip address 172.16.1.1 255.255.255.0
!
interface BRI0
no ip address
encapsulation ppp
!
interface BRI0:1
no ip address
encapsulation ppp
no fair-queue
ppp multilink
ppp multilink group 1
!
interface BRI0:2
no ip address
encapsulation ppp
no fair-queue
ppp multilink
ppp multilink group 1
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.10.1
no ip http server
!
!
line con 0
password 7 13061E0108034A7A7B
login
transport preferred all
transport output all
stopbits 1
line vty 0 4
password 7 00071A15075445565F
login
transport preferred all
transport input all
transport output all
!
no rcapi server
!
!
!
end

FGH#
 
Try debug comands to view live packets. Could be a flapping interface. Do you use dial on demand? If so, are you allowing all the protocols you need to be?

Jimi

ISDN=I Still Don't Know, It Still Does Nothing
 
Hi thx for helping,

no i dont use dial on demand. it is a leased line.

I noticed the follow entries in the router log:


3d21h: %LINEPROTO-5-UPDOWN: Line protocol on Interface Multilink1, changed
state
to up


3d21h: BRI0 : Error in Receiving Activation Indication, NOT
Sending PH-Activate to the layer 2



3d21h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down
3d21h: %LINK-3-UPDOWN: Interface BRI0:2, changed state to down
3d21h: %LINK-3-UPDOWN: Interface Multilink1, changed state to down
3d21h: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0:1, changed state
to
down
3d21h: %LINEPROTO-5-UPDOWN: Line protocol on Interface Multilink1, changed
state
to down
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top