cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
719
Views
0
Helpful
3
Replies

Creating Services in vIOS_L2 switch.

Hi,
   How to create a service in vIOS_L2 switch? Any help regarding this will be appreciated. 

3 Replies 3

pieterh
VIP
VIP

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!

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. 

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