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 command would configure Interface E0 with an IP address of 12.23.4.5 using a Subnet mask of 255.255.255.0 ? A.) ip address 12.23.4.5 255.255.255.0 B.) ip address 12.23.4.5 /24 C.) ip address 12.23.4.5 mask 255.255.255.0 D.) ip address 12.23.4.5 mask ff:ff:ff:0 E.) that is an invalid mask for a class 'A' address

3 Answers   Wipro,


What two types of PPP data compression are available using Cisco IOS? A.) Predictor B.) DoubleSpace C.) Stacker D.) PAP E.) ZIP F.) CHAP

2 Answers  


Which statement about the data link connection identifier (DLCI) is true? A. It is a number that identifies a local virtual circuit in a Frame Relay network B. It is a signaling standard between the CIDE device and the Frame Relay switch C. It is the clock speed (pod speed) of the connection (local loop) to the Frame Relay Cloud D. It is the Maximum number of uncommitted bits that the Frame Relay switch will attempt to transfer beyond the Committed Information Rate (CIP)

2 Answers  


What is the difference between private ip and public ip?

0 Answers  


What is masking? why is needed?

4 Answers  






what is telnet,ssh?? what is the perpose of this? wer r this configured and how to configured??

2 Answers  


Identify the correct IGRP configuration? A.) Router# router igrp 100 Router# network 10.0.0.0 B.) Router(config)#router igrp 100 Router(config-router)#network 10.0.0.0 C.) Router(config)# router igrp Router(config-router)# network 10.0.0.0

3 Answers  


What command do you enter at the keyboard to begin a user mode session? A.) Type 'CTRL-P' B.) Type 'login' C.) Just press . D.) Type 'enable' E.) Press 'Shift + Ctrl + 6' at the same time.

1 Answers  


What is a back off on an 802.3 networks? A. It is latency in store and forward switching B. It is the time used for token passing from machine to machine C. It is the retransmission delay that is enforced when a collision occurs D. It is the result of two nodes transmitting at the same time. The frames from each transmitting device collide and are damaged

1 Answers  


Which fields of an IP packet provide for fragmentation of datagrams to allow differing MTUs in the internet? A. Identification B. Flags C. Frag Offset D. Type of Service E. Total Length

1 Answers  


Which of the following is a valid extended IP access-list? A.) router(config)# access-list 101 permit tcp host 172.16.30.0 any eq 21 log B.) router# access-list 101 permit tcp host 172.16.30.0 any eq 21 log C.) router(config)# access-list 101 permit any any 172.16.30.0 D.) router(config)# access-list 101 permit ip host 172.16.30.0 any eq 21 log

2 Answers  


Which of the following do not belong to the customer? A.) CO B.) DCE C.) Router D.) CPE E.) Demarc F.) DTE

1 Answers  


Categories