cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
15532
Views
0
Helpful
2
Replies

VG 204 Config

SuperGenius
Level 1
Level 1

Can someone post a basic VG204 config file so I can compare it with one I have for our fax machines.  We are running CCM 6.1 with what I believe is a H323 Gateway... I think... How could I tell if I have H323 or MGCP?

TIA

2 Replies 2

steigja
Level 3
Level 3

You can tell what type of gateway you have configured by going to devices --->gateway, then click find.  It will say what type of gateway you have configured in the icon to the left of the "device name".  You can add a VG204 as a gateway here and it will be configured using SCCP. You can then configure the 4 FXS ports of the VG204 as if they are SCCP devices.  This is the easiest way to configure the VG gateways.  there are commands needed on the VG side.  Check out this link, please rate if helpfull, thanks.

http://www.cisco.com/en/US/docs/ios/voice/fxs/configuration/guide/fxsbasic.html

Here is a sample configuration for a vg224(same thing just 24 ports instead of 4) using SCCP.

Cisco IOS Gateway SCCP Analog Ports Configuration: Example

The following example shows a configuration for a Cisco VG224 Analog Phone Gateway in Cisco IOS Release 12.4(2)T.

Router# show running-config

Building configuration...

Current configuration : 3442 bytes

!

version 12.4

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

!

!

no aaa new-model

!

resource manager

!

ip subnet-zero

no ip dhcp use vrf connected

!

!

no ftp-server write-enable

!

stcapp ccm-group 1

stcapp

!

stcapp feature access-code

 prefix *#

 call forward all 2

 call forward cancel 9

!

stcapp feature speed-dial

 prefix ##

 redial 9

 voicemail 8

 speed dial from 3 to 7

!

!

template address

!

voice-card 0

!

!

!

!

!

interface FastEthernet0/0

 ip address 10.4.138.5 255.255.0.0

 duplex auto

 speed auto

!

interface FastEthernet0/1

 no ip address

 shutdown

 duplex auto

 speed auto

!

ip default-gateway 10.4.0.1

ip classless

ip route 223.255.254.0 255.255.255.0 10.4.0.1

!

ip http server

!

!

!

control-plane

!

!

voice-port 2/0

 caller-id enable

!

voice-port 2/1

 caller-id enable

!

voice-port 2/2

 caller-id enable

!

voice-port 2/3

 caller-id enable

!

voice-port 2/4

!

.

.

.

!

voice-port 2/23

!

!

!

sccp local FastEthernet0/0

sccp ccm 10.4.131.200 identifier 7815

sccp ccm 10.4.138.77 identifier 7825

sccp

!

sccp ccm group 1

 associate ccm 7815 priority 1

 associate ccm 7825 priority 2

!

!

dial-peer voice 500 pots

 service stcapp

 port 2/0

!

dial-peer voice 501 pots

 service stcapp

 port 2/1

!

dial-peer voice 502 pots

 service stcapp

 port 2/2

!

dial-peer voice 503 pots

 service stcapp

 port 2/3

!

dial-peer voice 504 pots

 service stcapp

 port 2/4

!

.

.

.

!

dial-peer voice 523 pots

 service stcapp

 port 2/23

!

!

line con 0

 exec-timeout 0 0

 transport preferred all

 transport output all

line aux 0

 transport preferred all

 transport output all

line vty 0 4

 login

 transport preferred all

 transport input all

 transport output all

!

end

http://www.cisco.com/en/US/docs/routers/access/vg202_vg204/software/vg2_vg4_voip_ps2250_TSD_Products_Configuration_Guide_Chapter.html

dave.hodgkiss
Level 1
Level 1

Hi there,

You also need these statements adding

The config server being your tftp server

The third option is your local gateway if you want your analogue devices to work in srst.

!
ccm-manager config server 10.8.33.19   (TFTP Server )
ccm-manager config
ccm-manager sccp local FastEthernet0/0
ccm-manager sccp
!
!
sccp local FastEthernet0/0
sccp ccm 10.8.33.11 identifier 10
sccp ccm 10.8.33.12 identifier 20
sccp ccm 10.9.24.8 identifier 30       ( Third Option Local Voice Gateway)
sccp
!
sccp ccm group 1
bind interface FastEthernet0/0
associate ccm 10 priority 1
associate ccm 20 priority 2
associate ccm 30 priority 3
!

Regards

Dave

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: