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

On which base switches take decisions?

0 Answers  


Identify the correct pair of Novell Ethernet encapsulation and Cisco terminology? A.) Ethernet II, Snap B.) Ethernet 802.3, Novell-Ether C.) Ethernet SNAP, Arpa D.) Ethernet 802.2, Snap

1 Answers  


What is the syntax to add a banner to the Cisco router? A.) motd banner # B.) banner C.) banner motd # D.) banner #

2 Answers  


what is uplink port why are we use this port,this port having extra feature or only use to redundant link or other please explain it ,,,,,,,,,,,,,,,, bcz i am very confuse ..... Thanks

3 Answers  


Can you explain L2TP?

0 Answers   CCIE,






what are layer hierarchy of cisco

1 Answers  


what is firewall how fiarewall work how many interfaeces in the cisco pix 501 firewall what is the working of that dmz interface

3 Answers   Aptron, Volvo,


Identify 2 transport layer protocols? A.) IP B.) TCP C.) CDP D.) ARP E.) UDP

2 Answers  


Hi all, suppose more than two network administrators are configure same router with different configuration through telnet at the same time.. then whose(admin's) configuration will use router for routing ?

2 Answers  


What is the default size of a standard ping on a Cisco router? * A: 100 bytes * B: 32 bytes * C: 10 bytes * D: 16 bytes

2 Answers   CMS,


Identify the command that saves the configuration stored in RAM to NVRAM? A.) copy running-config startup-config B.) copy tftp running-config C.) copy startup running D.) copy active to backup

2 Answers  


What is the difference between an igp and an egp?

0 Answers  


Categories