cisco 803 e call bumping

Tutto ciò che ha a che fare con la configurazione di apparati Cisco (e non rientra nelle altre categorie)

Moderatore: Federico.Lagni

Rispondi
damon
n00b
Messaggi: 19
Iscritto il: dom 29 gen , 2006 8:22 pm

salve a tutti,

ho copiato di pari passo questa configurazione http://www.antidigitaldivide.org/index. ... 172189e462
su di un cisco 803, ho settato il destination-pattern con il mio numero telefonico ed il tutto sembra funziona bene tranne per il fatto che e ricevo o faccio una canale entrambi i canali vanno giu
c'e' qualcosa per evitare questo comportamento ?? dovrebbe andare giu' solo un canale per permettere la chiamata analogica, giusto ?

Un altra domana, come da esempio di configurazione ho messo questo comandi:

ppp multilink
ppp multilink links maximum 2
ppp multilink links minimum 1

ma il router si impalla terribilmente, ho dovuto eliminare la prima riga per farlo funzionare a dovere, mi sapete spiegare perche'?

grazie mille a tutto il forum.

Carlo
Avatar utente
mip
Cisco enlightened user
Messaggi: 149
Iscritto il: mer 23 nov , 2005 5:10 pm
Località: Rovigo

Ciao, posta uno show run e uno show ver e poi vediamo di capire meglio cos'ha.
damon
n00b
Messaggi: 19
Iscritto il: dom 29 gen , 2006 8:22 pm

ok, di seguito troverai lo show running-config e lo show ver

Codice: Seleziona tutto

!
! No configuration change since last restart
!
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 xxxxxxxxxxx
!
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 085xxxxxx
!
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
!
! 
!
!
crypto ipsec profile test
!
!
!
!
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 085xxxxxx out always
 isdn voice-priority 085xxxxxx in 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
!
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 private 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

Codice: Seleziona tutto

mycisco#show ver
Cisco Internetwork Operating System Software 
IOS (tm) C800 Software (C800-K8NOSY6-MW), Version 12.3(1a), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2003 by cisco Systems, Inc.
Compiled Sat 07-Jun-03 04:27 by dchih
Image text-base: 0x00195000, data-base: 0x00F9E000

ROM: TinyROM version 1.4(1)
mycisco uptime is 14 minutes
System returned to ROM by reload
System restarted at 14:57:26 CET Sun Mar 19 2006
System image file is "flash:c800-k8nosy6-mw.123-1a.bin"


This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
[email protected].

Cisco C803  (MPC850) processor (revision 1) with 56144K bytes of virtual memory.
Processor board ID  (2162172014)
CPU part number 0x2101
Bridging software.
X.25 software, Version 3.0.0.
Basic Rate ISDN software, Version 1.1.
2 POTS Ports
1 Ethernet/IEEE 802.3 interface(s)
1 ISDN Basic Rate interface(s)
12M bytes of physical memory (DRAM)
8K bytes of non-volatile configuration memory
8M bytes of flash on board (4M from flash card)
          
Configuration register is 0x2102
Avatar utente
mip
Cisco enlightened user
Messaggi: 149
Iscritto il: mer 23 nov , 2005 5:10 pm
Località: Rovigo

Prova così:

Codice: Seleziona tutto

conf t
interface BRI0
no isdn voice-priority 085xxxxxx out always
no isdn voice-priority 085xxxxxx in always
exit
interface Dialer1
no dialer idle-timeout 0
no dialer load-threshold 1 either
ppp multilink
ppp multilink load-threshold 1 either
exit
exit
copy run start
Eventualmente prova a inventarti un'altra coppia hostname/password e vedi se così funziona in multilink.
La quantità di ram che hai a bordo è ottima, ma non ho mai testato/provato l'immmagine di IOS che hai installata. Considera eventualmente il passaggio a una 12.3.6 o una 12.3.17a (basta anche la IP PLUS come feature).
Saluti
Rispondi