ho un cisco 803 isdn con due porte pots e vorrei usarlo in maniera da sfruttare entrambi i canali isdn. Utilizzando il call bumping vorrei anche cercare di liberare una linea nel momento in cui si effettua una chiamata o si riceve una chiamata.
Attualmente ho i seguenti problemi:
- non scarico effettivamente a 14/15 kbps ma solo a 7
- il telefono aladino young non riesce ad effettuare una chiamata mentre il sirio classico si
Vi mostro alcuni comandi ed in fondo la configurazione.
Grazie
Codice: Seleziona tutto
mycisco#sh isdn active
--------------------------------------------------------------------------------
ISDN ACTIVE CALLS
--------------------------------------------------------------------------------
Call Calling Called Remote Seconds Seconds Seconds Charges
Type Number Number Name Used Left Idle Units/Currency
--------------------------------------------------------------------------------
Out 085447xxxx 7020187187 stack1 +33758 +47465 17 0
Out 085447xxxx 7020187187 stack1 128 +47478 4 0
--------------------------------------------------------------------------------
Questa e' la configurazione:
Codice: Seleziona tutto
!
! No configuration change since last restart
! NVRAM config last updated at 17:11:27 CEST Sun Apr 23 2006
!
version 12.3
service timestamps debug datetime localtime
service timestamps log datetime localtime
no service password-encryption
!
hostname mycisco
!
logging buffered 4096 debugging
enable password xxxxxxx
clock timezone CET 1
clock summer-time CEST recurring last Sun Mar 2:00 last Sun Oct 3:00
!
dial-peer voice 1 pots
caller-id
no forward-to-unused-port
no call-waiting
ring 0
no silent-fax
registered-caller ring 1
port 1
volume 1
destination-pattern 085447xxxx
!
pots country DK
!
ip subnet-zero
ip name-server 212.216.112.112
ip dhcp excluded-address 192.168.0.1 192.168.0.100
!
ip dhcp pool mypool
network 192.168.0.0 255.255.255.0
default-router 192.168.0.254
!
isdn switch-type basic-net3
isdn tei-negotiation first-call
!
!
!
!
!
!
!
!
interface Ethernet0
description connected to EthernetLAN
ip address 192.168.0.254 255.255.255.0
ip nat inside
no cdp enable
!
interface BRI0
description connected to Internet
no ip address
dialer pool-member 1
isdn switch-type basic-net3
isdn voice-priority 085447xxxx in always
isdn voice-priority 085447xxxx out always
isdn voice-priority always
isdn incoming-voice modem
no cdp enable
!
interface Dialer1
description connected to Internet
ip address negotiated
ip nat outside
encapsulation ppp
no ip split-horizon
ip tcp header-compression
dialer pool 1
dialer idle-timeout 0
dialer string 7020187187
dialer hold-queue 10
dialer load-threshold 1 either
dialer persistent
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname Telecom
ppp chap password 0 Telecom
ppp pap sent-username Telecom password 0 Telecom
ppp multilink links maximum 2
ppp multilink links minimum 1
!
ip nat translation timeout 900
ip nat translation tcp-timeout 900
ip nat translation udp-timeout 600
ip nat translation finrst-timeout 300
ip nat translation syn-timeout 120
ip nat translation dns-timeout 300
ip nat translation icmp-timeout 120
ip nat translation max-entries 8192
ip nat inside source list 1 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
no ip http secure-server
!
access-list 1 permit 192.168.0.0 0.0.0.255
dialer-list 1 protocol ip permit
no cdp run
!
snmp-server community public RO
snmp-server community xxxxxx RW
snmp-server enable traps tty
!
line con 0
exec-timeout 0 0
password xxxx
login
stopbits 1
line vty 0 4
access-class 1 in
exec-timeout 0 0
password xxxx
login
!
rcapi server port 2578
!
!
sntp server 193.204.114.232
!
end