Jump to content

C878 - ISDN mit 128k


Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Empfohlene Beiträge

Hallo,

 

anbei eine laufende Config - ich habe auch schon Leased-Line 128 benutzt habe da aber über längere Wege das Problem gehabt, das die nicht Sync. wurden und mit der T-COM gesprochen und die sagten mir, das kann sein das sie Kanal 1 über Weg A und Kanal 2 über Weg B schalten - daher habe ich es dann mit Multilink gemacht - damit rennt die Line nun seid 4 Jahre Problemlos.

Natürlich auf der anderen Seite den Router entsprechend den Namen anderst Herumm konfigurieren, damit PPP klappt.

 

hostname SUB-RU

!

username SUB-FI password xxxx

isdn switch-type basic-???? (vermutlich ETSI)

isdn leased-line BRI0

!

!

interface Ethernet0

ip address 10.1.1.1 255.255.0.0

!

interface BRI0

no ip address

shutdown

!

interface BRI0:1

ip unnumbered Ethernet0

encapsulation ppp

bandwidth 64

no fair-queue

compress stac

ppp multilink

!

interface BRI0:2

ip unnumbered Ethernet0

encapsulation ppp

bandwidth 64

no fair-queue

compress stac

ppp multilink

!

Link zu diesem Kommentar

Danke für die schnelle Hilfe, aber mir ist leider noch nicht geholfen.

 

Dann poste ich doch nochmal etwas ausführlicher: Wir haben einen SLA-Poller in einem VPN, der diverse Responder anspricht. Nun ist ein weiterer Responder hinzugekommen, der per SDSL und 128k Leased Line angebunden ist. Beide Leitungen sollen parallel überwacht werden. Auf dem Responder (C878) habe ich eine VRF-Instanz für SDSL konfiguriert.

SDSL ist problemlos, das wird bereits überwacht. ISDN funktioniert mit der unten angegebenen Config noch nicht.

 

!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname slares
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
logging buffered 51200 warnings
enable secret 5 XXX
!
no aaa new-model
!
!
dot11 syslog
ip source-route
!
!         
ip cef
no ip domain lookup
ip vrf sdsl
description SDSL
!
!
!
isdn switch-type basic-net3
isdn leased-line BRI0
!
!
username XXXX password 7 XXX
username XXX privilege 15 secret 5 XXX
! 
!
!
archive
log config
 hidekeys
!
!
controller DSL 0
mode atm 
dsl-mode shdsl symmetric annex B
ignore-error-duration 15
!
!
!
interface BRI0
description 128kbit/s-Verbindung
ip address 10.192.23.7 255.255.0.0
load-interval 30
encapsulation ppp
load-interval 30
ppp pap sent-username XXX password XXX
no shutdown
!
!
interface ATM0
no ip address
no ip route-cache cef
no ip route-cache
no atm auto-configuration
no atm ilmi-keepalive
no atm address-registration
no shutdown
!
interface ATM0.1 point-to-point
no shutdown
no ip redirects
no ip route-cache
timeout absolute 71582 0
pvc 1/32 
 pppoe-client dial-pool-number 1
!
!
interface FastEthernet0
!         
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
description VLAN1
ip address 10.0.0.1 255.255.255.0
ip tcp adjust-mss 1452
!
interface Dialer1
no shutdown
description 2,3Mbit/s-SDSL-Verbindung
ip vrf forwarding sdsl
ip address 10.192.23.6 255.255.0.0
no ip redirects
ip mtu 1492
encapsulation ppp
no ip route-cache cef
no ip route-cache
ip tcp adjust-mss 1400
load-interval 30
dialer pool 1
dialer idle-timeout 0
dialer enable-timeout 2
dialer hold-queue 100
dialer persistent
dialer-group 1
no cdp enable
ppp authentication pap callin
ppp pap sent-username XXX password 7 XXX
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 BRI0
no ip http server
no ip http secure-server
!
!
ip sla responder
dialer-list 1 protocol ip permit
no cdp run

!
!
!         
!
control-plane
!
!
line con 0
login local
no modem enable
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet ssh
!
scheduler max-task-time 5000
end

Link zu diesem Kommentar

sh int bri0 
BRI0 is up, line protocol is down 
 Hardware is BRI with S/T interface
 Description: 128kbit/s-Verbindung
 Internet address is 10.192.23.7/16
 MTU 1500 bytes, BW 64 Kbit/sec, DLY 20000 usec, 
    reliability 255/255, txload 1/255, rxload 1/255
 Encapsulation PPP, LCP REQsent, loopback not set
 Keepalive set (10 sec)
 Last input never, output never, output hang never
 Last clearing of "show interface" counters 00:01:51
 Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
 Queueing strategy: weighted fair
 Output queue: 6/1000/64/0 (size/max total/threshold/drops) 
    Conversations  1/1/16 (active/max active/max total)
    Reserved Conversations 0/0 (allocated/max allocated)
    Available Bandwidth 48 kilobits/sec
 30 second input rate 0 bits/sec, 0 packets/sec
 30 second output rate 0 bits/sec, 0 packets/sec
    0 packets input, 0 bytes, 0 no buffer
    Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
    0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
    0 packets output, 0 bytes, 0 underruns
    0 output errors, 0 collisions, 2 interface resets

 

sh ip int brie
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0              unassigned      YES unset  up                    down    
FastEthernet1              unassigned      YES unset  up                    down    
FastEthernet2              unassigned      YES unset  up                    down    
FastEthernet3              unassigned      YES unset  up                    down    
BRI0                       10.192.23.7     YES manual up                    down    
BRI0:1                     unassigned      YES unset  administratively down down    
BRI0:2                     unassigned      YES unset  administratively down down    
SSLVPN-VIF0                unassigned      NO  unset  up                    up      
Vlan1                      10.0.0.1        YES manual up                    down    
ATM0                       unassigned      YES manual up                    up      
ATM0.1                     unassigned      YES unset  up                    up      
Dialer1                    10.192.23.6     YES manual up                    up      
Virtual-Access1            unassigned      YES unset  up                    up 

 

sh isdn status 
Global ISDN Switchtype = basic-net3
ISDN BRI0 interface
       dsl 0, interface ISDN Switchtype = basic-net3
   Layer 1 Status:
       DEACTIVATED
   Layer 2 Status:
       Layer 2 NOT Activated
   Layer 3 Status:
       0 Active Layer 3 Call(s)
   Active dsl 0 CCBs = 0
   The Free Channel Mask:  0x80000003
   Total Allocated ISDN CCBs = 0

 

Ausgabe von debug bri-interface

*Jan  6 13:12:10.103: %LINK-5-CHANGED: Interface BRI0, changed state to administratively downu
slares.stb-2(config-if)#
*Jan  6 13:12:12.859: mc14557x_read_with_retry_spi: retr=0 reply=0

*Jan  6 13:12:12.859: mc14557x_read_with_retry_spi: retr=0 reply=0

*Jan  6 13:12:12.859: BRI0 : Sending Activation to the chip
*Jan  6 13:12:12.859: BRI0 : changing state to F4
*Jan  6 13:12:12.859: BRI0 : Starting layer 1 T3 
*Jan  6 13:12:12.859: BRI0: mc145574_activate_line - changing to f4
*Jan  6 13:12:13.895: %LINK-3-UPDOWN: Interface BRI0, changed state to down
*Jan  6 13:12:20.955: BRI0 : T3 timer expired 
*Jan  6 13:12:20.955: BRI0 : sm_in_f4 rxinfo =5

*Jan  6 13:12:20.959: BRI0 : Sending PH-DEACTIVATE to layer2
*Jan  6 13:12:20.959: BRI0 : changing state to F3
*Jan  6 13:12:20.959: BRI: disable channel B1 
*Jan  6 13:12:20.959: mc14557x_read_with_retry_spi: retr=0 reply=0

*Jan  6 13:12:20.959: BRI: disable channel B2 
*Jan  6 13:12:20.959: mc14557x_read_with_retry_spi: retr=0 reply=0

Link zu diesem Kommentar

So, es gab ein Missverständnis: kein 128K sondern nur 64k...

Unten die funktionierende Config, fall nochmal jemand ein ähnliches Problem hat.

 

!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname slares
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
enable secret 5 XXX
!
no aaa new-model
!
!
! 
!         
ip cef
!
!
!
!
ip vrf sdsl
description SDSL
!
no ip domain lookup
!
multilink bundle-name authenticated
isdn switch-type basic-net3
isdn leased-line BRI0
!
!
username XXX privilege 15 secret 5 XXX
archive
log config
 hidekeys
!
!
controller DSL 0
mode atm
line-term cpe
line-mode 2-wire line-zero
dsl-mode shdsl symmetric annex B
ignore-error-duration  15
line-rate auto
!
!
!
!
interface BRI0
description 64kbit/s-Verbindung
ip address 10.192.23.7 255.255.0.0
encapsulation ppp
load-interval 30
ppp pap sent-username XXX password 7 XXX
!
interface BRI0:1
no ip address
shutdown
!         
interface BRI0:2
no ip address
shutdown
!
interface ATM0
no ip address
no ip route-cache cef
no ip route-cache
no atm auto-configuration
no atm ilmi-keepalive
no atm address-registration
!
interface ATM0.1 point-to-point
no ip redirects
no ip route-cache
timeout absolute 71582 0
no snmp trap link-status
pvc 1/32 
 pppoe-client dial-pool-number 1
!
!
interface FastEthernet0
!         
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
description VLAN1
ip address 10.0.0.1 255.255.255.0
ip tcp adjust-mss 1452
!
interface Dialer1
description 2,3Mbit/s-SDSL-Verbindung
ip vrf forwarding sdsl
ip address 10.192.23.6 255.255.0.0
no ip redirects
ip mtu 1492
encapsulation ppp
no ip route-cache cef
no ip route-cache
ip tcp adjust-mss 1400
load-interval 30
dialer pool 1
dialer idle-timeout 0
dialer enable-timeout 2
dialer hold-queue 100
dialer persistent
dialer-group 1
no cdp enable
ppp authentication pap callin
ppp pap sent-username XXX password 7 XXX
!
ip route 0.0.0.0 0.0.0.0 BRI0
ip route vrf sdsl 0.0.0.0 0.0.0.0 Dialer1
!
!
no ip http server
no ip http secure-server
!
ip sla responder
dialer-list 1 protocol ip permit
no cdp run
!
!
!         
!
control-plane
!
line con 0
login local
no modem enable
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet ssh
!
scheduler max-task-time 5000
!
webvpn cef
end

Link zu diesem Kommentar
Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Schreibe einen Kommentar

Du kannst jetzt antworten und Dich später registrieren. Falls Du bereits ein Mitglied bist, logge Dich jetzt ein.

Gast
Auf dieses Thema antworten...

×   Du hast formatierten Text eingefügt.   Formatierung jetzt entfernen

  Only 75 emoji are allowed.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Editor-Fenster leeren

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.

×
×
  • Neu erstellen...