Hi, I have packet tracer 5.0. I want to test intervlan
routing routing. Can someone plz tell me about intervlan
routing?
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 |
What port does rip use?
What is true about Link-State protocols? A.) They maintain a more complex table than distant vector protocols B.) They maintain a less complex table than distant vector protocols C.) They use routing ports D.) The maintain backup copies of the IOS
The maximum distance on a 10BaseT network from the hub to a workstation is which of the following? A.) 500 meters B.) 1000 meters C.) 100 meters D.) 1500 meters
Of the following, which reason applies to dividing a large network into two or more smaller networks? Performance Security Address Management All of the above
You want to set the console password to ralph. What would be the first command you need to execute from global configuration mode? A.) line console 0 B.) enable password ralph C.) login password ralph D.) set password= ralph E.) password ralph F.) login Ralph
Which of the following is an example of the Session Layer? A.) TCP B.) SQL C.) IP D.) X-Windows E.) Token Ring F.) LLC
Which reserve port no http use?
What is BGP Synchronization rules?? Can any one explain..???
A default route is analogous to a _________. A. default gateway B. static route C. dynamic route D. one-way route
What are the possible ways of data transmission in ccna?
What is the syntax to use to configure the port on a Catalyst 5000 switch? A.) slot port/type B.) type slot/port C.) port slot/type D.) port type/slot
Which command sets IGRP as the routing protocol for autonomous system 100? A. Router(config)#igrp 100 B. Router(config)#network 100 C. Router(config)#router igrp 100 D. Router(config)#enable igrp 100