- Mitglied seit
- 14 Mai 2012
- Beiträge
- 4
- Punkte für Reaktionen
- 0
- Punkte
- 0
Hallo IP-Phone Forum,
ich bin seit kurzem im Besitz eines Cisco 2801 Router inkl 2x ISDN BRI Interface. Als Switch kommt ein Catalyst 3950 (24Port) zum Einsatz.
Mittlerweile konnte ich ihn erfolgreich mit den 7912 Telefonen Konfigurieren. Intern Telefonieren Funktioniert.
Jetzt würde ich gerne die Vorhandene ISDN leitung bei uns in der Firma nutzen.
Wie sollte ich fortgehen um das ISDN Interface erfolgreich zu Konfigurieren (MSN) und den Telefonen diese Nummern zuzuweisen?
Anbei meine Konfiguration des R2801:
Vielen dank für eure Hilfe,
Mit besten grüssen Poetflashimpact
ich bin seit kurzem im Besitz eines Cisco 2801 Router inkl 2x ISDN BRI Interface. Als Switch kommt ein Catalyst 3950 (24Port) zum Einsatz.
Mittlerweile konnte ich ihn erfolgreich mit den 7912 Telefonen Konfigurieren. Intern Telefonieren Funktioniert.
Jetzt würde ich gerne die Vorhandene ISDN leitung bei uns in der Firma nutzen.
Wie sollte ich fortgehen um das ISDN Interface erfolgreich zu Konfigurieren (MSN) und den Telefonen diese Nummern zuzuweisen?
Anbei meine Konfiguration des R2801:
Code:
Using 2645 out of 196600 bytes
!
! Last configuration change at 11:30:44 UTC Mon May 14 2012
! NVRAM config last updated at 11:30:59 UTC Mon May 14 2012
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2801
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
network-clock-participate wic 1
network-clock-participate wic 2
dot11 syslog
ip source-route
!
ip dhcp excluded-address 172.16.1.1 172.16.1.9
ip dhcp excluded-address 172.16.5.1 172.16.5.9
!
ip dhcp pool VOICE
network 172.16.1.0 255.255.255.0
default-router 172.16.1.1
dns-server 172.16.1.1
option 150 ip 172.16.1.1
!
ip dhcp pool DATA
network 172.16.5.0 255.255.255.0
default-router 172.16.5.1
dns-server 172.16.5.1
!
ip cef
no ipv6 cef
!
multilink bundle-name authenticated
!
voice-card 0
!
username YCS privilege 15 secret 5 $1$KFwZ$0qBB/uMXCWd0nyJpp7L7S.
!
archiv
log config
hidekeys
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 172.16.1.1 255.255.255.0
!
interface FastEthernet0/0.50
encapsulation dot1Q 50
ip address 172.16.5.1 255.255.255.0
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface BRI0/1/0
no ip address
!
interface BRI0/1/1
no ip address
!
interface BRI0/2/0
no ip address
!
interface BRI0/2/1
no ip address
!
ip forward-protocol nd
ip http server
ip http authentication local
no ip http secure-server
ip http path flash:/GUI
!
tftp-server flash:/PHONE/7912/CP7912060101SCCP050429B.sbin alias CP7912060101SCC
P050429B.sbin
!
control-plane
!
!
!
voice-port 0/0/0
!
voice-port 0/0/1
!
voice-port 0/1/0
voice-port 0/1/1
!
voice-port 0/2/0
!
voice-port 0/2/1
!
ccm-manager fax protocol cisco
!
mgcp fax t38 ecm
!
gatekeeper
shutdown
!
!
telephony-service
em logout 0:0 0:0 0:0
max-ephones 24
max-dn 48
ip source-address 172.16.1.1 port 2000
load 7912 CP7912060101SCCP050429B
max-conferences 4 gain -6
transfer-system full-consult
create cnf-files version-stamp 7960 May 14 2012 11:30:42
!
!
ephone-dn 1
number 10
label USER1
name USER1
!
!
ephone-dn 2
number 20
label USER2
name USER2
!
!
ephone 1
device-security-mode none
mac-address 0015.F98B.ABFD
type 7912
device-security-mode none
mac-address 0015.F98B.ABFD
type 7912
button 1:1
!
!
!
ephone 2
device-security-mode none
mac-address 0015.C6FA.53EC
type 7912
button 1:2
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
scheduler allocate 20000 1000
end
Vielen dank für eure Hilfe,
Mit besten grüssen Poetflashimpact