02-04-2008 04:08 PM - edited 03-05-2019 08:55 PM
Hi I would like to create subinterfaces with 3750g series switch. pls let me know the IOS version supporting the same feature.
02-04-2008 04:58 PM
Pls help.....
is there any alternate command to create sub interfaces with gig ports as it does not supports the command " int gig1/0/1.1 "
02-04-2008 08:29 PM
Hi roop,
enter the fallowing commands hope it will be clear you,
Switch-01#conf t
Switch-01#int GE0/1/2
Switch-01#description ******aaaaaaa******
Switch-01#switchport trunk encapsulation dot1q
Switch-01#switchport mode trunk
Regards,
Naidu :-)
02-04-2008 05:33 PM
I don't think the 3750 support subinterfaces as per command:
int gi1/0/1.1
You would usually communicate with subinterfaces on a router with a trunk port and specific vlans for each broadcast domain. Otherwise known as Router-On-A-Stick.
Best Regards
02-04-2008 05:41 PM
Got some more information from the configuration guide, that confirms my suspicion.
From the configuration guide:
"A routed port behaves like a regular router interface, except that it does not support VLAN subinterfaces."
Here is the link for the configuration guide:
http://www.cisco.com/univercd/cc/td/doc/product/lan/cat3750/12244se/scg/swint.htm#wp1810955
Again your solution is Router-On-A-Stick, for inter-vlan communication, or SVIs.
Best Regards
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