PDA

View Full Version : verifica configurazione cisco 803 isdn


paoleno
01-02-2007, 09:17
Buongiorno, sono nuovo in questo forum la configurazione sotto citata serve ad un mio amico che purtroppo non ha copertura adsl ma solo liea isdn "teleconomy internet 128kb", e vorrebbe fruttare le 2 linee ed in caso di telefonata in trasmissione e in ricezione si disabiliti 1 linea in automatico per poi riabilitarsi, io lo inserita nel router tramite il programma "fast step" e non o modo di provarla tranne che non vada a casa sua, se possibile per chi abbia dimestichezza di configurazioni cisco 803 controllarla e nel caso di errori indirizzarmi con comandi a correggerla.
Grazie.

Building configuration...

Current configuration : 2511 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname telecom
!
enable secret 5 XXXXXXXXX
!
username telecom password 7 XXXXXXXXX
username router password 7 XXXXXXXXXXXX
!
dial-peer voice 1 pots
no caller-id
no forward-to-unused-port
call-waiting
ring 0
no silent-fax
registered-caller ring 1
port 1
volume 3
destination-pattern XXXXXXXXXXX
!
pots country IT
!
ip subnet-zero
no ip source-route
ip name-server 212.216.112.112
ip name-server 212.216.172.62
!
ip dhcp pool DHCPPoolLAN_0
network 192.168.1.0 255.255.255.0
dns-server 212.216.112.112 212.216.172.62
default-router 192.168.1.1
!
isdn switch-type basic-net3
!
!
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip access-group 121 in
no ip proxy-arp
ip nat inside
!
interface BRI0
no ip address
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
isdn voice-priority 1234567899 out conditional
isdn voice-priority 1234567899 in conditional
isdn incoming-voice modem
ppp authentication chap pap callin
ppp multilink
!
interface Dialer1
description ISP
ip address negotiated
ip access-group 121 in
no ip proxy-arp
ip nat outside
encapsulation ppp
no ip split-horizon
dialer pool 1
dialer remote-name router
dialer idle-timeout 300
dialer string 7020187187 class DialClass
dialer hold-queue 10
dialer load-threshold 10 either
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname telecom
ppp chap password 7 010703085E080902
ppp pap sent-username telecom password 7 15060E0001292429
ppp multilink
!
ip nat inside source list 18 interface Dialer1 overload
ip nat inside source static udp 192.168.1.2 4672 interface Dialer1 4672
ip nat inside source static tcp 192.168.1.2 4662 interface Dialer1 4662
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip http server
!
!
map-class dialer DialClass
access-list 18 permit 192.168.1.0 0.0.0.255
access-list 121 deny udp any eq netbios-dgm any
access-list 121 deny udp any eq netbios-ns any
access-list 121 deny udp any eq netbios-ss any
access-list 121 deny tcp any eq 137 any
access-list 121 deny tcp any eq 138 any
access-list 121 deny tcp any eq 139 any
access-list 121 permit ip any any time-range TIME
dialer-list 1 protocol ip permit
!
!
line con 0
exec-timeout 120 0
stopbits 1
line vty 0 4
exec-timeout 0 0
login local
!
no rcapi server
!
!
time-range TIME
periodic daily 0:00 to 23:59
!
!
end

Ciao.

paoleno
01-02-2007, 14:37
up

paoleno
02-02-2007, 07:40
up

paoleno
02-02-2007, 18:00
up

CH1CC0
03-02-2007, 19:22
mmm... a prima vista è stato configurato tutto quello che serve per la chiamata (oltre a tante altre cose che non mi sono soffermato a guardare).

paoleno
05-02-2007, 08:35
dovrebbe essere cosi: la chiamata sulle 2 linee il distacco di una linea in caso di chiamata telefonica per poi riattivarsi al termine della chiamata in automatico,
per ultimo le porte nat di emule.
vorrei avere conferma se é stato configurato bene, perché non ho modo di provarelo in quanto non ho linea isdn.

ciao.

paoleno
06-02-2007, 08:31
up

cisketto
16-03-2007, 14:23
Da Cisco.com:

isdn voice-priority
Use the isdn voice-priority interface configuration command to control the priority of data and voice calls for the telephones, fax machines, and modems connected to the router telephone ports. If an ISDN circuit endpoint is busy with a data call or calls and either a voice call comes in (incoming) or you attempt to place a voice call (outgoing), the data call is handled according to the setting of this command. Use the no form of this command to disable a specified ISDN voice priority setting and to use the default setting.

isdn voice-priority local-directory-number {in | out} {always | conditional | off}
no isdn voice-priority local-directory-number

Syntax Description

local-directory-number
Local ISDN directory number assigned by your telephone service provider.

in
Incoming voice call.

out
Outgoing voice call.

always
Always bump a data call for a voice call.

conditional
Bump a data call only if there is more than one call to the same destination.

off
Never bump a data call for a voice call.



Default
A data call is always bumped for an incoming or outgoing voice call.

Command Mode
Interface configuration

Usage Guidelines
If you are in North America and have multiple ISDN directory numbers associated with a SPID, the outgoing voice priority that you set for any of these directory numbers applies to the other directory numbers. For example, if you enter the following commands, the outgoing voice priority for all directory numbers specified in the isdn spid1 command is set to conditional:

router (config-if)# isdn spid1 0 4085551111 4085552222 4085553333

router (config-if)# isdn voice-priority 5551111 out conditional


The setting of the pots dialing-method command affects when you hear a busy signal in the following situation:

A data call cannot be bumped.


You are trying to make an outgoing call.


If the setting is overlap, you hear a busy signal when you pick up the handset. If the setting is enblock, you initially hear a dial tone and then a busy signal.

Example
The following example specifies that a data call for the specified ISDN directory number never be bumped for an incoming or an outgoing voice call:

router (config-if)# isdn voice-priority 555-1111 in off

router (config-if)# isdn voice-priority 555-1111 out off

se dopo ti servono chiarimenti sn qui!