Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IOS release for 1751 router use as a voice gateway

Status
Not open for further replies.

IpKid

IS-IT--Management
Jun 26, 2009
9
0
0
SG
Hi Everyone,

I would like to ask you about the IOS release for h323 voice gateway feature.
I want to use 1751 router as a voice gateway for testing with the gatekeeper.
In the existing IOS release I could not be able to see the "H323 voice gateway command".
I have already checked the IOS feature by using Feature Navigator but I still confuse about that.
Please let me know the exact IOS release for 1751 router to see "H323 voice gateway" command.
Thank you so much.

Best Regards,
IpKid
 
can you do a show version and post it?

------------------------------------
Dallas, Texas
Telecommunications Tech
CCVP, CCNA, Net+

CCNP in the works
 
Hi Dallas,


Please see the sh ver as per below
Please guide me if there is possible way to use 1751 router as a voice gateway.
Otherwise I would like you to advice me to use other model.
Thank you.

Lab1751#sh run
Building configuration...

Current configuration : 1624 bytes
!
version 12.3
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Lab1751
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$BDi5$XALoA2Z442eG7Y40cdh9q/
!
memory-size iomem 20
voice-card 1
!
voice-card 2
!
no aaa new-model
ip subnet-zero
!
!
no ip domain lookup
ip dhcp excluded-address 192.168.138.1 192.168.138.20
ip dhcp excluded-address 172.16.5.1 172.16.5.10
ip dhcp excluded-address 192.168.20.1 192.168.20.20
ip dhcp excluded-address 192.168.99.1 192.168.99.20
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
username user privilege 5 password 7 15020A1F173D24362C
!
!
!
!
interface FastEthernet0/0
ip address 192.168.99.1 255.255.255.252
speed auto
!
interface Serial0/0
ip address 10.10.1.5 255.255.255.252
clock rate 800000
!
router rip
version 2
network 10.0.0.0
network 192.168.1.0
network 192.168.99.0
no auto-summary
!
ip classless
no ip http server
!
!
!
!
!
voice-port 1/0
operation 4-wire
type 2
signal immediate
!
voice-port 1/1
operation 4-wire
type 2
signal immediate
!
voice-port 2/0
operation 4-wire
type 5
signal immediate
!
voice-port 2/1
operation 4-wire
type 5
signal immediate
!
!
dial-peer voice 1 pots
destination-pattern 2..
port 2/0
!
dial-peer voice 2 pots
destination-pattern 2..
port 2/1
!
dial-peer voice 5 voip
destination-pattern 5..
session target ipv4:192.168.1.10
!
dial-peer voice 3 pots
destination-pattern 2..
port 1/0
!
dial-peer voice 4 pots
destination-pattern 2..
port 1/1
!
!
line con 0
password 7 095C4F1A0A1218000F5D5679
login
line aux 0
line vty 0 4
password 7 044B0A151C36435C0D485744
login
!
end

Lab1751#sh ver
Cisco Internetwork Operating System Software
IOS (tm) C1700 Software (C1700-SV3Y-M), Version 12.3(26), RELEASE SOFTWARE (fc2)
Technical Support: Copyright (c) 1986-2008 by cisco Systems, Inc.
Compiled Mon 17-Mar-08 14:24 by dchih

ROM: System Bootstrap, Version 12.2(1r)XE1, RELEASE SOFTWARE (fc1)

Lab1751 uptime is 3 weeks, 5 days, 19 hours, 38 minutes
System returned to ROM by power-on
System image file is "flash:c1700-sv3y-mz.123-26.bin"

cisco 1751-V (MPC860P) processor (revision 0x600) with 52429K/13107K bytes of me
mory.
Processor board ID JAD06400E8Z (408567972), with hardware revision 0000
MPC860P processor: part number 5, mask 2
Bridging software.
X.25 software, Version 3.0.0.
1 FastEthernet/IEEE 802.3 interface(s)
1 Serial(sync/async) network interface(s)
4 Voice E & M interface(s)
32K bytes of non-volatile configuration memory.
32768K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102

Lab1751#


Best Regards,
IpKid
 
c1700-advipservicesk9-mz.12.4-25a

Really any of the images that show Voice or advanced Ip services will have the feature set... Which you should be able to do...

for doing the voice services..

voice service voip
allow-connections h323 to h323
supplementary-service h450.12
h323

voice class codec 1
codec preference 1 g711ulaw

voice class h323 1
h225 timeout tcp establish 3

need to put the h323-gateway voip interface and bind srcadd <ip add> commands on the ethernet interface

then for it be a CME, you need to make sure you have the telephony-service section configured properly



------------------------------------
Dallas, Texas
Telecommunications Tech
CCVP, CCNA, Net+

CCNP in the works
 
Hi Dallas,

Thank you very much for your guidance.
I will find the IOS and try to work it out.

Best Regards,
IpKid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top