08-04-2009 08:04 AM - edited 03-15-2019 07:13 PM
I am new to the VoIP world and I have been ask to check our configs on the VG224, VG204, and VG248 and the connections to our Catalyst switches. What I have found is every one is different and I wanted to find out the best practice and correct way to configure the ports both on the VG side and the Catalyst side. The catalyst switches are 6500's and 4500's running IOS. Here are the Catalyst side configs I am seeing....
Site 1
interface GigabitEthernet0/45
description VG204_1
switchport mode access
service-policy output autoqos-voip-policy
qos trust device cisco-phone
qos trust cos
auto qos voip cisco-phone
tx-queue 3
priority high
shape percent 33
Site 2
interface GigabitEthernet2/12
switchport mode access
power inline never
spanning-tree portfast
Site 3
interface FastEthernet5/48
description VG224
switchport mode access
power inline never
spanning-tree portfast
Site 4
interface FastEthernet6/47
switchport
switchport mode access
no ip address
Here is what I am finding on the VG side
interface FastEthernet0/0
ip address 10.23.1.226 255.255.255.0
duplex auto
speed auto
Thoughts?
Mike
08-05-2009 03:23 AM
Actually what I am looking for.....Do I just configure as a normal switch port or do I need any special voice or QOS config? I am thinking I just need to config as a normal switchport.
Mike
08-05-2009 04:50 AM
The VG248 and VG224 - I would configure as a router. Just a basic switchport with switch mode access, switch access vlan, and spanning-tree port-fast.
The VG202/VG204, you can configure like a phone. I think it's possible for the VG224 also, but I haven't tested those specifically. The VG202/VG204 will use the voice VLAN and you can have them use SCCP auto registration among other things. In short, you can get them to act like normal phones.
hth,
nick
08-05-2009 06:12 AM
Which would be best....As a phone or just as a switchport.
Do it this way.....
interface GigabitEthernet0/45
description VG204_1
switchport mode access
service-policy output autoqos-voip-policy
qos trust device cisco-phone
qos trust cos
auto qos voip cisco-phone
tx-queue 3
priority high
shape percent 33
Or this way.....
interface GigabitEthernet0/45
description VG204_1
switchport mode access
spanning-tree portfast
Thanks,
Mike
08-05-2009 06:27 AM
It depends on what you would like to do - if you're running the VG202 in something other than SCCP you wouldn't want to use the SCCP auto registration feature.
Additionally, it may be easier just to configure them like all your other devices. But if you're deploying a few hundred of these you will probably want the auto-registration.
hth,
nick
08-05-2009 08:47 AM
We have less than 20. I will probally go ahead and config like my other devices.
Thanks for all your help.
Mike
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide