Hi, I have packet tracer 5.0. I want to test intervlan
routing routing. Can someone plz tell me about intervlan
routing?



Hi, I have packet tracer 5.0. I want to test intervlan routing routing. Can someone plz tell me ab..

Answer / jitendera sinha

ok here i am trying for intervlan routing

what is vlan
vlan is virtual lan which is used for break the single broadcast domain of the switch.some we also say that it is used for security across the lan.

ok how we create it

switch#vlan database
swirch(vlan)#vlan 2 name sales
#vlan 3 name hr
ok by this way you can assiagin vlan to the switch
now assighn interface to the particula vlan
sitch#config t
switch(config)# interface fa0/1
#switchport access vlan 2
#switchport mode access
#exit
#interface fa0/2
#switchport access vlan 3
#switchport mode access
#exit
similay u can assign range of interface for particular vlan
comand is
switch(config)#interface range fa0/4 -48(for phycial router)
or
witch(config)#interface range fa0/4 -fa0/48 (for boson or any other)
sitch(config)#switchport access vlan xx
switchport mode acess

after doing this you have to assighn ip for the particular vlan
switch(configt)#interface vlan 2
#ip address <ip address> <netmask>
simlary for vlan 3

note< you should not configure vlan 1 becoz it is default one>
now you have also assign default gateway address to switch
switch(config)#default-gateway <ip address>
ok
now from here you are not able to ping vlan 2 from vlan 3 and vise versa
note since vlan is virtual lan they you should assign same class of ip address with same mask and with same default gate way
if you assign 10.10.10.0 /24
then you should assigns this ip for ip address not 10.11.10.0 or 11.11.11.0 only 10.10.10.0/24 remember
many of the student done mistake and nikhil is master in that(kiding soory)
ok
now your requirement is that ok a vlan should access some particular service from network but some are deny for that
so we introduced a router with fast Ethernet to that network
this process is called interfvaln routing

how it will be done i will say u in eving with example becoz i am in office till then paractc for vlan creation

Is This Answer Correct ?    4 Yes 4 No

Post New Answer

More CCNA Interview Questions

Which decision called socket base?

0 Answers  


What is the Between Normal Switch and Manageable Switch?

15 Answers  


Identify 3 feature of access-lists? A.) Implicit deny will deny any packets not matched B.) Processed sequentially from bottom to top C.) Processed sequentially from top to bottom D.) If a packet is denied it would be tested against the remaining statements in the access-list E.) Once a match is made the packet is either denied or permitted F.) Enabled on all interfaces by default

1 Answers  


Which two types of route table entries are used by a Layer 3 router to determine the appropriate path to destination? (Choose two) A. static route entry B. default route entry C. Dynamic route entry D. temporary route entry E. permanent route entry

2 Answers  


Identify the number range for IPX SAP filters? A.) 900 - 999 B.) 1000 - 1099 C.) 800 -899 D.) 100 - 199

1 Answers  






Identify the 3 methods routers learn paths to destinations? A.) Dynamic routing B.) None of the above, configured by default C.) Default routes D.) Administrative distance E.) Static routes

1 Answers  


When setting up a WAN network, everything outside of the Demarc is not owned by the customer. Which of the following are not owned by the customer? A.) The T1 line. B.) LAN C.) The Router D.) DTE E.) PC's F.) CO

1 Answers  


Why we are not using subnet mask of class A in class C?before answering this question, just think upon if we do this then we don't need to move to IPv6.

2 Answers  


What is the regional Telco office called, where the customers local loop terminates? A.) Demarc B.) DTE C.) DCE D.) CO E.) CPE

1 Answers  


What is the size of ipv6?

0 Answers  


Identify the command that displays ethernet0/1 interface status? A.) show interface ethernet0/1 B.) show interface ethernet e0/1 C.) show interface ethernet0.1 D.) show ethernet0/1

3 Answers  


When you type google.com what are the process involved from layer 7-layer1?

3 Answers   Cisco, IIHT,


Categories