09-18-2018 07:27 PM - edited 03-05-2019 10:55 AM
System Description: SF350-48P
System Up Time (days,hour:min:sec): 01,21:54:02
System Contact:
System Name: L2CSOC-NOC
System Location:
System MAC Address: 00:8e:73:32:37:63
System Object ID: 1.3.6.1.4.1.9.6.1.96.48.1
Unit Type
---- ----------------------
1 SF350-48P
interface FastEthernet4
spanning-tree portfast
switchport mode trunk
switchport access vlan 123 IP Phone not Cisco
switchport trunk native vlan 567 Computer
no macro auto smartport
!
Explain to me please about why to set Trunk and Access in same interface
Thanks you
09-19-2018 12:37 AM
1) a port configured as trunk expects packets to contain a vlan-id
2) packets not containing a vlan-id/tag are cosidered to belong to the native vlan
3) the access vlan.... command in the configuration is ignored.-> you can remove it
09-19-2018 02:54 AM
Hi,
I don't think that mentioned configuration is working. If it is working then this is your luck. This may a try to overwrite configuration. Best configuration for Phone and PC is below
interface FastEthernet4
switchport mode trunk
switchport trunk native vlan 567 (Copmuter-VLAN)
switchport trunk allowed vlan add 567,123
no macro auto smartport
!
Voice VLAN-ID 123
!
!
Regards,
Deepak Kumar
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