Hi
I think you configuration should be:
interface range g1/0/1-28
switchport host <--- it will apply recommended settings for access ports.
switchport voice vlan 10
switchport mode access
switchport access vlan <Your Data Vlan>
And if you are going to connect to manageable switch with other manageable switch, example config on both switches:
interface G1/1/1
switchport trunk encapsulation dot1q
switchport mode trunk
no shutdown
Otherwise
*Connecting a Manageable switchport to No manageable switch config:
interface G1/1/1
description MANAGEABLE_SWITCH
switchport access vlan 10
switchport mode access
* By default the vlan 1 is the native vlan, as suggested by the provider it should be used (but you could recommend use other vlan for best practice) so:
Although for security purposes the vlan 1 should be shutdown.
interface vlan 1
no shutdown
Please rate the comment if it is useful
:-)
>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<