Originally posted by: spidey07
Originally posted by: polm
Originally posted by: spidey07
there was a post that described this in great detail, search for stick.
use sub interfaces and trunk
This one ?
I'm starting to question the abilities of my little 2611 now. I have encapsulation (isl & dot1q) options available in the sub-interface config menu.
I am currently only routing for 1 vlan via the E0/0 interface, and therefore I have not enabled any trunking options. Guess I'll find out when I try to configure the trunk.
I still don't understand why there is a "Vlan" option in the interface config menu. Why would the router have an option for SVI if the best practice is to use sub-if ?
because depending on the hardware you can have VLAN interfaces (think a 8/16 port switch in the NM slot)
this is what you're trying to do for router on a stick.
int f0/0
encap 802.1q
no ip add
int f0/0.50
ip add
<some kind of command to specify the tagging>
int f0/0.100
<some kind of command to specify the tagging>
so you are specifying the encapsulation/framing on the [/b]physical interface/layer2 [/b] and then using sub interfaces to differentiate layer3 and set the mappings.
make sense?
if you search cisco for router on a stick I'm sure you'll find more than you ever wanted to know.