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

what is subnet mask?

5 Answers   HCL,


What is the difference between dynamic NAT and NAT overloading

4 Answers  


What is the purpose of the DLCI? A.) Identifies the remote routers B.) Contained with a 802.2 frame for routing purposes C.) Used with PPP during authentication D.) Identifies the PVC in a Frame Relay network

1 Answers  


What is the default LMI type? A.) Cisco B.) ANSI C.) IETF D.) Q933a

3 Answers  


1-what is the diffrence between hdlc and ppp protocol 2- why frame realy technogy called NBMA

4 Answers   Brigade,






Which is true regarding store-and-forward switching method? A.) Latency varies depending on frame-length B.) Latency is constant C.) It is default for all Cisco switches D.) It only reads the destination hardware address before forwarding the frame

1 Answers  


Identify 2 characteristics of PPP? A.) Uses LLC to establish the link B.) Default serial encapsulation C.) Support multiple layer 3 protocols D.) Offers two types of authentication; PAP and CHAP

3 Answers  


Can you explain VPN tunneled packet in detail?

0 Answers   CCIE,


Which three are typical operational phases in a basic connection oriented network service? A. call setup B. data transfer C. load balancing D. call termination E. caller ID F. call prionflication G. data segmentation H. data and momma I. data link identification J. callering book

1 Answers  


Completely describe the steps based on OSI Model, what happens when you enter the address http://google.com in browser?? Summarize the complete steps based on layered OSI approach.

3 Answers   Cisco, Intel, TCS, Trimble Navigation,


How many potions of ip?

0 Answers  


hello friend i have answerd more time of your question or doute.now i am seeing towards you for help,plz send the soln before monedya the problem is i have three router r1 and r2 and r3 they are conested in that maneer thai is r1---r2---r3---server | | server bothe server have diffrent ip now i have to implemnt access list on the r3 router in such a way that user from r1 can access only one server while user from r2 can access whole servre i ahve done it but both user of r1 and r2 uses all server i need help please help me this time? i have repalsced my firwall by r3 router so bacicaly i have to implement it on my firewall but you tell me on cisco router please help

2 Answers  


Categories