827-4v registrato e funzionante ma....
Inviato: gio 18 ott , 2007 5:17 pm
Ciao a tutti sono nuovo e con piacere mi sto dilettando a smanettare con il router in oggetto, sono riuscito a configurarlo grazie a questo forum (credo abb bene ma suggerimenti sono sempre ben accetti) sia per la connessione a internet sia per la telefonia....
ora il mio problema è che vorrei far registrare + numeri voip sullo stesso router ma non so come fare ho provato a generare + sip-ua ma non ci riesco
vi posto la mia conf attuale e la versione della ios
grazie in anticipo
Lorenzo
ora il mio problema è che vorrei far registrare + numeri voip sullo stesso router ma non so come fare ho provato a generare + sip-ua ma non ci riesco
vi posto la mia conf attuale e la versione della ios
grazie in anticipo
Lorenzo
Codice: Seleziona tutto
router#show run
Building configuration...
Current configuration : 1736 bytes
!
version 12.4
service config
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router
!
boot-start-marker
boot-end-marker
!
enable secret XXXXXXXXXXXXXXXXXXX
!
no aaa new-model
!
!
ip name-server 62.94.0.1
ip name-server 62.94.0.2
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Ethernet0
ip address 192.168.1.10 255.255.255.0
ip nat inside
ip virtual-reassembly
hold-queue 100 out
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Dialer0
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
ppp chap hostname XXXXXXXXXXXXXXXXXX
ppp chap password XXXXXXXXXXXXXXXXXX
ppp pap sent-username XXXXXXXXXXXXXXXXXX password XXXXXXXXXXXXXXXXXX
!
ip route 0.0.0.0 0.0.0.0 Dialer0
ip http server
!
ip nat inside source list 1 interface Dialer0 overload
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
control-plane
!
!
voice-port 1
!
voice-port 2
!
voice-port 3
!
voice-port 4
!
dial-peer voice 1 voip
destination-pattern .T
session protocol sipv2
session target sip-server
session transport udp
dtmf-relay sip-notify
codec g711alaw
fax protocol t38 ls-redundancy 0 hs-redundancy 0 fallback cisco
!
dial-peer voice 2 pots
destination-pattern 1000
port 1
!
sip-ua
authentication username XXXXXXXXXXXXXXXXXX password XXXXXXXXXXXXXXXXXX
calling-info pstn-to-sip from name set VoipEutelia
retry invite 4
retry response 3
retry bye 2
retry cancel 2
registrar dns:voip.eutelia.it:5060 expires 3600
sip-server dns:voip.eutelia.it:5060
!
!
line con 0
line vty 0 4
password XXXXXXXXXXXXXXXXX
login
!
scheduler max-task-time 5000
end
router#
Codice: Seleziona tutto
router#SHOW VERSION
Cisco IOS Software, C820 Software (C820-V6Y6-M), Version 12.4(12), RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2006 by Cisco Systems, Inc.
Compiled Fri 17-Nov-06 19:32 by prod_rel_team
ROM: System Bootstrap, Version 12.2(4r)XM3, RELEASE SOFTWARE (fc1)
router uptime is 8 hours, 17 minutes
System returned to ROM by reload
System image file is "flash:c820-v6y6-mz.124-12.bin"
Cisco C827-4V (MPC855T) processor (revision 0x1001) with 48128K/1024K bytes of memory.
Processor board ID JAE08127LNJ, with hardware revision 0000
CPU rev number 5
4 POTS Ports
1 Ethernet interface
1 ATM interface
128K bytes of NVRAM.
12288K bytes of processor board System flash (Read/Write)
2048K bytes of processor board Web flash (Read/Write)
Configuration register is 0x2102
router#