cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
848
Views
0
Helpful
8
Replies

ciro voip

nettuno8_20111
Level 1
Level 1

but i have a fxs interface for the 2611xm router I configured the router but i only make internal calls how do i send outside calls and associate it with the fxs interface? and how to configure a fxs interface? thanks for your answers

1 Accepted Solution

Accepted Solutions

To run internally you need to configure CME, to connect to outside it depends on what type of circuit you have, i.e. standard phone line would be VIC-FXO line along with PVDMs.  Keep in mind this router model is 13+ years behind having any updates on it as they were later replaced by ISR G1, ISR G2, and now ISR 4K, so anything you do will require a "time machine".

View solution in original post

8 Replies 8

Chris Deren
Hall of Fame
Hall of Fame

You first need to connect an outside line to your router via FXO port for example (assuming you have one). FXS is station line for analog devices (there are FXS-DID external trunks but those are rare).  So, get FXO port, connect to external POTS line and then configure dial peers on the GW to router calls out.


version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname fabio
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
memory-size iomem 25
no network-clock-participate slot 1
no network-clock-participate wic 0
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.3.100
!
ip dhcp pool voice
network 192.168.3.0 255.255.255.0
default-router 192.168.3.100
dns-server 8.8.8.8 8.8.4.4
option 150 ip 192.168.3.100
lease infinite
!
ip dhcp pool default
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 8.8.8.8 8.8.4.4
option 150 ip 192.168.1.1
lease infinite
!
ip dhcp pool ciro
network 192.168.2.0 255.255.255.0
default-router 192.168.2.1
dns-server 8.8.8.8 8.8.4.4
option 150 ip 192.168.2.1
lease infinite
!
ip dhcp pool fabio
network 192.168.4.0 255.255.255.0
default-router 192.168.4.1
dns-server 8.8.8.8 8.8.4.4
option 150 ip 192.168.4.1
lease infinite
!
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface ATM0/0
no ip address
shutdown
no atm ilmi-keepalive
dsl operating-mode auto
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
pppoe enable
pppoe-client dial-pool-number 2
!
interface FastEthernet0/1
description trunk-to-switch
no ip address
duplex auto
speed auto
!
interface FastEthernet0/1.1
description default vlan
encapsulation dot1Q 1 native
ip address 192.168.1.1 255.255.255.0
ip nat inside
no snmp trap link-status
!
interface FastEthernet0/1.2
description ciro vlan
encapsulation dot1Q 2
ip address 192.168.2.1 255.255.255.0
ip nat inside
no snmp trap link-status
!
interface FastEthernet0/1.3
description voice vlan
encapsulation dot1Q 3
ip address 192.168.3.100 255.255.255.0
ip nat inside
no snmp trap link-status
!
interface FastEthernet0/1.4
description fabio vlan
encapsulation dot1Q 4
ip address 192.168.4.1 255.255.255.0
ip nat inside
no snmp trap link-status
!
interface Dialer2
mtu 1492
ip address negotiated
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 2
ppp pap sent-username fabio password 0 aliceadsl
!
ip route 0.0.0.0 0.0.0.0 Dialer2
!
!
ip http server
no ip http secure-server
ip nat inside source list 102 interface Dialer2 overload
!
access-list 102 permit ip 192.168.0.0 0.0.255.255 any
!
!
control-plane
!
!
!
!
!
!
!
!
!
telephony-service
max-ephones 5
max-dn 5
ip source-address 192.168.3.100 port 2000
auto assign 1 to 5
max-conferences 4 gain -6
!
!
ephone-dn 1
number 0001
!
!
ephone-dn 2
number 0002
!
!
ephone-dn 3
number 0003
!
!
ephone-dn 4
number 0004
!
!
ephone 1
!
!
!
ephone 2
!
!
!
ephone 3
!
!
!
ephone 4
!
!
!
line con 0
password ciro
login
line aux 0
line vty 0 1
password ciro
login
line vty 2 4
login
!
!
end save this and my voip configuration ran the written configuration of the fxs interface, and the configuration association to fxs interface thanks.

nettuno8_20111
Level 1
Level 1
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname fabio
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
memory-size iomem 25
no network-clock-participate slot 1
no network-clock-participate wic 0
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.3.100
!
ip dhcp pool voice
network 192.168.3.0 255.255.255.0
default-router 192.168.3.100
dns-server 8.8.8.8 8.8.4.4
option 150 ip 192.168.3.100
lease infinite
!
ip dhcp pool default
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 8.8.8.8 8.8.4.4
option 150 ip 192.168.1.1
lease infinite
!
ip dhcp pool ciro
network 192.168.2.0 255.255.255.0
default-router 192.168.2.1
dns-server 8.8.8.8 8.8.4.4
option 150 ip 192.168.2.1
lease infinite
!
ip dhcp pool fabio
network 192.168.4.0 255.255.255.0
default-router 192.168.4.1
dns-server 8.8.8.8 8.8.4.4
option 150 ip 192.168.4.1
lease infinite
!
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface ATM0/0
no ip address
shutdown
no atm ilmi-keepalive
dsl operating-mode auto
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
pppoe enable
pppoe-client dial-pool-number 2
!
interface FastEthernet0/1
description trunk-to-switch
no ip address
duplex auto
speed auto
!
interface FastEthernet0/1.1
description default vlan
encapsulation dot1Q 1 native
ip address 192.168.1.1 255.255.255.0
ip nat inside
no snmp trap link-status
!
interface FastEthernet0/1.2
description ciro vlan
encapsulation dot1Q 2
ip address 192.168.2.1 255.255.255.0
ip nat inside
no snmp trap link-status
!
interface FastEthernet0/1.3
description voice vlan
encapsulation dot1Q 3
ip address 192.168.3.100 255.255.255.0
ip nat inside
no snmp trap link-status
!
interface FastEthernet0/1.4
description fabio vlan
encapsulation dot1Q 4
ip address 192.168.4.1 255.255.255.0
ip nat inside
no snmp trap link-status
!
interface Dialer2
mtu 1492
ip address negotiated
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 2
ppp pap sent-username fabio password 0 aliceadsl
!
ip route 0.0.0.0 0.0.0.0 Dialer2
!
!
ip http server
no ip http secure-server
ip nat inside source list 102 interface Dialer2 overload
!
access-list 102 permit ip 192.168.0.0 0.0.255.255 any
!
!
control-plane
!
!
!
!
!
!
!
!
!
telephony-service
max-ephones 5
max-dn 5
ip source-address 192.168.3.100 port 2000
auto assign 1 to 5
max-conferences 4 gain -6
!
!
ephone-dn 1
number 0001
!
!
ephone-dn 2
number 0002
!
!
ephone-dn 3
number 0003
!
!
ephone-dn 4
number 0004
!
!
ephone 1
!
!
!
ephone 2
!
!
!
ephone 3
!
!
!
ephone 4
!
!
!
line con 0
password ciro
login
line aux 0
line vty 0 1
password ciro
login
line vty 2 4
login
!
!
end save this and my voip configuration ran the written configuration of the fxs interface, and the configuration association to fxs interface thanks.

I dont see any pots ports here, so are you looking for what voice-card you need?

Can you post "show diagnostics" and "show inventory".

I would like to communicate with the voip internally to my network, I want to communicate also outside. and my router and the 2611xm. i do not know wic to acquire give me a tip, for now i have an atm like wic

To run internally you need to configure CME, to connect to outside it depends on what type of circuit you have, i.e. standard phone line would be VIC-FXO line along with PVDMs.  Keep in mind this router model is 13+ years behind having any updates on it as they were later replaced by ISR G1, ISR G2, and now ISR 4K, so anything you do will require a "time machine".

but i would like to write the configuration for making external calls that i can call and receive with an interface fxs internally communicate already. thank you.

hi I have a 2600xm router I have configured the router and I communicate internally, now I would like to make urban calls and receive them how? thank you. I wait for your answers
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: