Jump to content

Cisco 801 über capi nutzen


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

Empfohlene Beiträge

also mit der capi vom 801 er ist das so eine Sache, die funktioniert leider nicht mit jeder SW, ich weiß nur, dass sie mit der beigelegten RVS Software funktioniert, bei Bintec ist das besser, da hasst du wirklich eine CAPI wie bei einer isdn Karte

 

Hier die Befehlsliste

 

Step 1

 

router# configure terminal

router(config)# At the router console, change to global configuration mode.

 

Step 2

 

router(config)# isdn switch-type basic-net3 Set the switch type. In this example, the switch type is set to ETSI.

 

Step 3

 

router(config)# rcapi number number Enter the RCAPI directory number assigned by the ISDN provider for the device. For example, rcapi number 12345. (lokale eigene Rufnummer ohne Vorwahl)

 

Step 4

 

router(config)# rcapi server port port_number Optional. Perform this step only if you wish to specify a port number for RCAPI functions. Otherwise, the default port 2578 is used. For example, rcapi server port 2000. Configure the same number on both the router and client PC.

 

Step 5

 

router(config)# int bri0

router# Exit from global configuration mode to interface configuration mode.

 

Step 6

 

router(config-if)# isdn switch-type basic-net3 Set the switch type for the bri0 interface. In this example, the switch type is set to ETSI.

 

Step 7

 

router(config-if)# isdn incoming-voice modem Set the modem as the default handler for incoming voice calls.

 

Step 8

 

router(config-if)# exit

router(config)# exit

router# Change to privileged EXEC mode either by pressing Ctrl-Z or by entering exit twice, once at the interface mode prompt and again at the global configuration mode prompt.

 

Step 9

 

router# show rcapi status Optional. Enter this command if you wish to display the RCAPI status.

 

Step 10

 

router# debug rcapi events Optional. In privileged EXEC mode, start the debug program to run in the background.

 

Gruß

 

Rob

Link zu diesem Kommentar

Das mit dem Capi von RVS funktioniert jetzt. aber ich hab immer noch einen Fehler drin, weil ich immer noch nicht raus komme über ISDN.

 

Deshalb hier mal meine aktuelle Config. Ich bin für jede Hilfe Dankbar.

 

version 12.3
service config
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname autec_tdz
!
boot-start-marker
boot-end-marker
!
enable secret 5 ***
enable password ***
!
no aaa new-model
ip subnet-zero
no ip routing
no ip domain lookup
!
isdn switch-type basic-net3
!
!
!
interface Ethernet0
ip address 192.169.0.104 255.255.255.0
no ip route-cache
no cdp enable
!
interface BRI0
no ip address
no ip route-cache
autodetect encapsulation lapb-ta
isdn switch-type basic-net3
isdn incoming-voice modem
no cdp enable
!
interface Dialer1
description KA Trierweiler
ip address 192.168.1.140 255.255.255.0
encapsulation ppp
dialer pool 1
dialer idle-timeout 90
dialer string ***
dialer-group 1
no cdp enable
ppp authentication chap
ppp chap hostname ***
ppp chap password 0 ***
!
ip classless
ip route 192.168.1.140 255.255.255.255 Dialer1
ip http server
!
no cdp run
!
line con 0
exec-timeout 0 0
transport preferred all
transport output all
stopbits 1
line vty 0 4
password ***
login
transport preferred all
transport input all
transport output all
!
rcapi server port 2578 
!
rcapi number 749847
rcapi number 51
!
!
end

autec_tdz#

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...