• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Configure a VLAN

stuman19

Senior member
I need the commands in order to configure a vlan on a cisco router. I have to do documentation for a class for college (getting my networking degree). They are rack mounted cisco routers. Everything is done via hyperterminal. It would be nice to know some commands on how to configure em. Maybe a link to help out. Thanks people.

Stu
 
interface fastethernet 1/1.x
encapsulation dot1q y

where x is a subinterface number (local) and y is the 802.1q tag.
 
Right VLANs are used in a switched environment to seperate broadcast domains and retain some security. But how do you set it up on a switch involving a router too? I need to know the right commands. Also can someone explain the subinterfaces?
 
In Frame Relay (most of which applies to regular sub interfaces), sub interfaces are:

-Logical subdivisions of a physical interface

-Each PVC can be configured as a point to point connection

-Sub int. acts as a dedicated line

-S0/0.1 , s0/0.2, etc...

-Connectivity costs can be reduced by using sub interfaces...


Would a one armed router help?
Link
 
Back
Top