0% found this document useful (0 votes)
235 views2 pages

Configure Router On A Stick Inter VLAN Routing Explained

The document explains how to configure router-on-a-stick inter-VLAN routing. It describes configuring a switch with VLANs 10 and 20 and trunk port. It also provides the configuration steps for a router with subinterfaces for each VLAN, assigning IP addresses and encapsulation.

Uploaded by

Quang Anh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
235 views2 pages

Configure Router On A Stick Inter VLAN Routing Explained

The document explains how to configure router-on-a-stick inter-VLAN routing. It describes configuring a switch with VLANs 10 and 20 and trunk port. It also provides the configuration steps for a router with subinterfaces for each VLAN, assigning IP addresses and encapsulation.

Uploaded by

Quang Anh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

9/12/2014

ConfigureRouteronaStickInterVLANRoutingExplained

OrbitComputerSolutions.Com
ComputerTraining&CCNANetworkingSolutions

Home
Networking
Fundamental

CCIETraining

LAN

We'veCertified3000+CCIEsMoreCCIEsthananyothercompany.

WAN

Routers
Switches
Broadband
IPAddressing+
IPRouting/Protocols
WirelessNetworking
VLANandTrunking
AccessControlLists
(ACL)
BasicComputerTraining
NetworkSecurity

HowtoConfigureRouteronaStickInterVLANRouting.
InaVLANswitchednetwork,onlyhostsonthesameVLANcancommunicate.Tochangethis
andallowinterVLAN(hostsfromotherVLANs)tocommunicate,youneedarouteroralayer
3device.
Therouterorlayer3deviceinterfaceportconnectedtotheswitchmustbeconfiguredwithlogical
interfacescalledsubinterfaceoneforeachVLAN,thisisachievedbysettingtheinterfacetotrunkwith
encapsulation.

Beforeconfiguringtherouter,firstconfiguretheswitchthatitwillbeconnectedto.

Usingthediagrambelow,RouterR1isconnectedtoswitchSW1ontrunkportF0/3.VLANs
10and20havealsobeenaddedtoswitchSW1.

RouteronaStickInterVLANConfiguration

TroubleshootNetwork
CCNAExamQuestions.

Search

SignUpForPostUpdate

FirstName:

EmailAddress:

SignMeUp
EmailMarketing
VerticalResponse

SiteMap
ContactUs

Resources
CCNANetworkingBoo
MCSECertification
CiscoPacketTracer
GNS3RouterSimulato
CCNAPastQuestion
&AnswerswithExplana

VLSMeBook

fromthetopologyabove,VLANs10and20willbecreatedonswitchSW1usingthevlan10andvlan20
commands.

Exampleswitchconfigurationcommand:
SW1#configt
SW1(config)#vlan10
SW1(configvlan)#vlan20
SW1(configvlan)#exit

Thefastethernet(fa0/3)willbesettotrunkmode:

SW1(config)#interfacefa0/3
SW1(configif)#switchportmodetrunk
SW1(configif)#end
SW1#

Asseenabove,becauseswitchportF0/3willbeenconfiguredasatrunkport,youdonothaveto
assignanyVLANstotheport.AndVLANs10and20hadbeencreatedtoo.
Youcannotusetheswitchportmodedynamicautoorswitchportmodedynamicdesirable
commandsbecausetherouterdoesnotsupportdynamictrunkingprotocol.
Dontforgetsavetheconfigurationsothatitisnotloseafterareloadoftheswitch,usethecopy
runningconfigstartupconfigcommandinprivilegedEXECmodetobackuptherunning
configurationtothestartupconfiguration.
Next,theroutercanbeconfiguredtoperformtheinterVLANrouting

http://www.orbitcomputersolutions.com/HowtoConfigureRouteronaStickInterVLANRouting.php

1/3

9/12/2014

ConfigureRouteronaStickInterVLANRoutingExplained
ExampleofrouterR1configurationcommand:
R1#configt
R1(config)#interfacefa0/0.10
R1(configsubif)#encapsulationdot1q10
R1(configsubif)#ipaddress192.168.1.1255.255.255.0
R1(configsubif)#interfacefa0/0.20
R1(configsubif)#encapsulationdot1q20
R1(configsubif)#ipaddress192.168.2.1255.255.255.0
R1(configsubif)#interfacefa0/0
R1(configif)#noshut
R1(configif)#end

Asyoucanseefromtheabove,theconfigurationofmultiplesubinterfacesisdifferentthanwhen
physicalinterfacesareused.
Eachsubinterfaceiscreatedusingtheinterfaceinterface_id.Subinterface_idglobal
configurationmodecommand.Afterthat,VLANIDisassignedusingtheencapsulationdot1q
vlan_idsubinterfaceconfigurationmodecommand.
Next,youassigntheIPaddressforthesubinterfaceusingtheipaddressip_address
subnet_masksubinterfaceconfigurationmodecommand.
Thisprocessisrepeatedforalltheroutersubinterfacesthatareneededtoroutebetweenthe
VLANsconfiguredonthenetwork.EachroutersubinterfaceneedstobeassignedanIPaddresson
auniquesubnetforroutingtooccur.
Note:
Youdonotneedtoexecuteanoshutdowncommandatthesubinterfacelevelbecauseitdoes
notenablethephysicalinterface.Ciscoroutersareconfiguredtoroutetrafficbetweenthelocal
subinterfacesbydefault,asaresult,routingdoesnotspecificallyneedtobeenabled
Next,usetheshowiproutecommandfromprivilegedEXECmodetoexaminetheroutingtable.
Toverifytherouterconfiguration,usetheshowrunningconfigcommandinprivilegedEXEC
mode.Theshowrunningconfigcommanddisplaysthecurrentoperatingconfigurationofthe
router.:
InterfaceSubinterfaceGatewayIPAddress/MaskVLANIDRouterEncapsulation
Fa0/0fa0/0.10192.168.1.1/24VLAN
10encapsulationdot1q10
Fa0/0fa0/0.20192.168.2.1/24VLAN
20encapsulationdot1q20

Like

Share

25

Follow@orbitcomputerso

IntroductionToVLAN

VLANIDRanges

VLANTrunking

VLANConfigurationonaCiscoSwitch

HowToConfigureSwitchSecurity

TroubleshootingRouteronaStickInterVLANRoutingConfiguration.

CCNACertificationQuestionsandAnswerswithExplanations

31.5K

363

42

http://www.orbitcomputersolutions.com/HowtoConfigureRouteronaStickInterVLANRouting.php

14

Follow@orbitcomputerso

2/3

You might also like