Unable to create sub-interface on 3750E
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 11:19 AM - edited 03-05-2019 07:51 PM
I am unable to create sub-interfaces on a 3750E running 12.2(35)SE2 (on a gig ethernet interface). Has anyone succesfully done so?
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 12:04 PM
Can you elaborate why you are trying to create a sub interface ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 12:06 PM
I am attempting to mimic a setup currently in use on a 6500.
We have a gig interface connected to a MAN, with multiple endpoints. The subinterfaces are used to encapsulate using 802.1q.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 12:05 PM
Why would you need to create subinterfaces in a switch ?
You should create SVIs (Switch Virtual Interfaces) instead.
interface vlan x
ip address x.x.x.x y.y.y.y
If you want to carry more than one Vlan over that link, configure the switchport as trunk.
