Hi all of you,
Actually this is interview qe? but i did,t do explain it
completely so please give reply recently and completly Ans,
what is sub-interface and inter-vlan ? And How to implement
it on cisco router & switches and also which series router
switches supported please write..........
Answers were Sorted based on User's Feedback
Answer / jitendera
hi
This is jitendera here i am trying to give answer hope this will help u
sub interface-sub interface is no thing it is a virtual interface so that on single interface of a router we can assigns multiple ip and it is very important in inter-vlan routing
how we can create it
route(config)interface fa0/0.1
this command is used to make the sub interface
remember the concept of inter vlan routing there u will get the command like
#interface fa0/0.1
#encapsulation dotq/isl 2
#ip address 192.168.100.10 255.255.255.0
#interface fa0/0.2
#encapsulation dotq/isl 3
#ip address 193.168.100.1 255.255.255.0
this is the command for intervlan routing.here what u are looking that on single interface fa0/0 i am putting multiple ip as 192 and 193 series and i can put more
this is the concept of sub interface
i am assuming that u know what is vlan now what is intervaln?
as you know that 2 different vlan can not communicate now i want communication then what will u do
this step is called intervlan
and whole process is called intervlan routing.command i have written above
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mahesh
Hi buddy...
Go through "Router on Stick" Method..
Using Trunk it can achieve...
| Is This Answer Correct ? | 0 Yes | 2 No |
How do you disable CDP on the entire Router? A.) Router#no cdp run B.) Router(config-if)# no cdp enable C.) Router(config)# no cdp enable D.) Router(config)# no cdp run
On Cisco catalyst 5000 how would you set the second port on the controller in the first slot to full duplex? A.) Set port duplex 1/1 full B.) Set port duplex 1/2 full C.) Set port duplex 0/1 full D.) Set port duplex 0/2 full
What should be the first command to create an access-list that prevents all users on subnetwork 10.10.128.0, using subnet mask 255.255.192.0, from being able to telnet anywhere? A.) access-list 101 deny tcp 10.10.128.0 0.0.63.255 any eq telnet B.) access-list 101 deny tcp 10.10.128.0 255.255.0.0 any eq telnet C.) access-list 101 deny tcp 10.10.128.0 255.255.192.0 any eq telnet D.) access-list 101 deny tcp 10.10.128.0 0.0.192.255 any eq telnet E.) access-list 101 deny tcp 10.10.128.0 0.0.128.255 any eq telnet F.) access-list 101 deny tcp 10.10.128.0 0.0.127.255 any eq telnet
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.i have to pcs in the network 192.168.1.1 202.55.88.16 2. if that fails shud go through 122.16.1.3 and and if that comes back active it shud go through 202.55.88.16 itself
Identify the switching method that examines the destination MAC address as the frame is being received then begins forwarding the frame prior to receiving the entire frame? A.) Fragment-free B.) Store and Forward C.) Cut-through D.) Fast forward
what are the port numbers for DNS,FTP,TELNET,SMTP,NNTP
5 Answers Airtel, Walton Group,
in the ospf area network dr and bdr selection procedure occur let there are 4 router in that n/w r1 have the higher priority then r2 and r2 have higher priority then r3 and so on like that r1>r2>r3>r4 now as we know that selection of dr and bdr based upon the router priority so in this case r1 will be dr and r2 will be bdr now my question is that if i am going to implement 5th router which have greater priority then r1 then will it become dr atomically remember that i am not going change my 5 or 1st router property answer that one please
The benefits to segmenting with Bridges are which of the following? A.) Scalability B.) Datagram filtering C.) Manageability D.) Reliability
What are the OSPF router rules????
What is the difference between TCP and UDP? A.) TCP is connection-oriented; UDP uses acknowledgements only B.) TCP is connection-oriented; UDP is connectionless C.) Both TCP and UDP are connection-oriented, but only TCP uses windowing D.) TCP and UDP both have sequencing, but UDP is connectionless
ip dhcp excluded-address 192.168.0.1 192.168.0.19 what is the use of that command can any one explain it