cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
662
Views
1
Helpful
7
Replies

CBS350 VOIP server issue

Richard Tapp
Level 1
Level 1

Just wondering if anyone else has come across this issue.

We were migrating from a 2960S switch to a CBS350 switch. They have data VLAN 10 and VOIP VLAN 100.

We tried with one user phone migrated and the VOIP server, VOIP server on a port which is 'switch port access vlan 100'. Configured the same on both switches.

The phone will get an IP, but not register for voice services. If I move the VOIP server back to its original VLAN 100 port on the 2960S it all works fine. So I know VLAN 100 is propogating OK between switches via the 1111-8P router. Even if I put the VOIP server into VLAN 100 on the 1111-8P I get the same result.

Not sure if we need to leave it a bit longer, probably only left it for 5 minutes. But it does work as sonn as the VOIP server is pu tback into the 2960S

VOIP config from the CBS350

interface GigabitEthernet15

 storm-control broadcast level 10

 storm-control multicast level 10

 port security max 10

 port security mode max-addresses

 port security discard trap 60

 spanning-tree portfast

 spanning-tree bpduguard enable

 switchport mode trunk

 switchport access vlan 10

 switchport trunk native vlan 10

 switchport trunk allowed vlan 1,10,100

 macro description "ip_phone "

 voice vlan enable

 macro auto smartport type ip_phone

 

OUI added for Yealink phones

 

voice vlan id 100

voice vlan state oui-enabled

voice vlan oui-table add 0001e3 Siemens_AG_phone

voice vlan oui-table add 00036b Cisco_phone

voice vlan oui-table add 00096e Avaya

voice vlan oui-table add 000fe2 H3C_Aolynk

voice vlan oui-table add 001565 Yealink

voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone

voice vlan oui-table add 00d01e Pingtel_phone

voice vlan oui-table add 00e075 Polycom/Veritel_phone

voice vlan oui-table add 00e0bb 3Com_phone

 

VOIP device interface

 

interface GigabitEthernet2

 description VOIP

 switchport access vlan 100

 

RichardTapp_0-1702303738354.png

 

 

7 Replies 7

Hi Richard,

When you move the server to the 350 switch, are you able to ping it?

Please move back the voip server to the 2960 switch and perform a show mac address-table interface x/x/x using interface where the server is connected to.. Than move it back to the 350 and do the same command on 2960. (i guess the 2960 is connected to 350)

 

Please let me know

 

Regards

 

Carlo

Please rate all helpful posts "The more you help the more you learn"

balaji.bandi
Hall of Fame
Hall of Fame

It was not clear and posted on the post

what is Gig1 Interface config on Cisco CBS 350 and what config on Cisco1K gig0/1/1 config

I see the configuration you post have trunk and also access configuration, if you using Trunk and allowed vlan i suggest to remove access vlan X

Also on CBS remove smart macro configuration use just like tradinal way config data and voice config (where both side Trunk and access port)

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

I also noticed that you are interconnecting two switches through a c1111 which is a Router.

Make sure that ports on router are correctly configured and VLANS defined on it.

 

Let me know 

 

Cheers

 

Carlo

Please rate all helpful posts "The more you help the more you learn"

Richard Tapp
Level 1
Level 1

Just going to try this config on the phone data ports, as we have the same in another office and it works ok there.

interface GigabitEthernet4
switchport access vlan 10                (data vlan)
switchport trunk allowed vlan 100     (voip vlan)
no macro auto smartport

Hi Richard,

Switchport trunk commands, take effect once the port is placed in switchport mode trunk and , to forward untagged traffic on a trunk you should configure switchport trunk native vlan instead of switchport access VLAN.

That said , please preform the commands I earlier suggested and post the output.

 

Thanks

 

Regards

 

Carlo

Please rate all helpful posts "The more you help the more you learn"

Richard Tapp
Level 1
Level 1

It worked with this in the end

User ports

interface GigabitEthernet8
spanning-tree guard root
switchport mode general
switchport general allowed vlan add 60 tagged
switchport general allowed vlan add 1 untagged

and just 'switch port access vlan 60' on the port where the VOIP GW is connected

Thanks for all your help

Hi @Richard Tapp 

Glad to know that you solved your issue!

 

Thanks for updating the post

 

Regards

 

Carlo

Please rate all helpful posts "The more you help the more you learn"