12-28-2018 02:23 AM - edited 03-08-2019 04:54 PM
Hi,
How to create a service in vIOS_L2 switch? Any help regarding this will be appreciated.
01-02-2019 02:23 AM
I'm not sure i understand the question, what service do you want to create?
if you are talking bout DHCP or TFTP service then you most likely need to replace the L2-switch by a L3-switch!
01-02-2019 05:22 PM
I would like to create two services with two different VLAN ID such that packets with one VLAN ID go through one service and other VLAN ID packets into another service.
01-03-2019 12:53 AM
what do you mean with a " service" is this an external connection to a service provider?
then you can configure the port as accessport with the corresponding vlan as native.
interface GigabitEthernet0/1
description Service provider1
switchport mode access
switchport access vlan 101
interface GigabitEthernet0/2
description Service provider2
switchport mode access
switchport access vlan 102
interface GigabitEthernet0/24
description trunk to all vlans
switchport mode trunk
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