04-13-2018 02:56 AM - edited 03-08-2019 02:38 PM
Hi,
I have a Cisco Catalyst 3750X.
I tried to create sub interfaces but it is giving an error. I am assuming that these are not supported on this device.
1. Can someone confirm if they are supported?
2. Are there any switches that support sub interfaces or is it just routers?
3. Does the ASA 5515X support sub interfaces?
Thanks
04-13-2018 04:58 AM
Hi
Q1 and Q2 There are 2 ways to it, depending on what is supported.either subinterfaces or or vlan interfaces.
For subinterface use this
interface x/y
no switchport
interface x/y.10
encapsulation dot1q 10
ip address 1.1.1.1 and so on
for vlan interfaces
interface vla 10
ip address 1.1.1.1 and so on
interface x/y
switchport (this is the default)
switchport mode trunk
switchport trunk allowed vla 10 (optional)
Q3 I'm not a asa expert, but last time i configured an asa box it was supported on that unit.
/Mikael
04-13-2018 07:06 AM
Thanks for the update.
I got the following when I tried the above:
(config)#int GigabitEthernet1/0/41
(config-if)#no switchport
(config-if)#int GigabitEthernet1/0/41.10
^
% Invalid input detected at '^' marker.
04-19-2018 02:51 AM
Hi
It seem 3750x doesn't support subinterface command, so you need to use the vlan interface approach then.
see the note in this link
/Mikael
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