-
General Knowledge
-
General Topics
- Abbreviations
- Books and Authors
- Famous Academies and Institutes
- First in India (Man)
- First in India (Women)
- Important Dates
- Famous Personalities
- Public Administration Science
- Astronomy
- Biology
- Botany
- Chemistry
- Physics
- Zoology
- Inventions and Scientists Geography
- Geographical Epithets India
- Geographical Epithets World
- Places Associated with Industries in India
- National Parks and Sanctuaries
- Towns on River Banks History
- Indian History and Culture
- Indian National Movement
- Indian Polity and Constitution
- Ancient Period in Indian History
- World History
- Governor General of India Culture
- Languages
- Indian Dance and Music
- Classical Dances of India
- Folk Dances in India and Tribal Dances in India
- Famous Dancers, Instrumentalists, Vocalists in India World
- First in the World
- Parliament Names
- United Nation Organizations (UNO)
- World's Famous News Agencies
- World Industries
- National Emblems
- Countries and Alternative Names
- Countries and Capitals
- View More topics...
- General Aptitude
- Problems on Ages
- Alligation and Mixture
- Area
- Arithmetic Progression
- Average
- Banker's Discount
- Boats and Streams
- Calendar
- Chain Rule
- Clock
- Compound Interest
- Decimal Fraction
- Height and Distance
- Logarithms
- Mensurations
- Numbers
- Odd Man Out and Series
- Partnership and Share
- Percentage
- Permutation and Combination
- Pipes and Cisterns
- Probability
- Problems on H.C.F and L.C.M
- Problems on Numbers
- Problems on Trains
- Profit and Loss
- Races and Games
- Ratio and Proportion
- Simple Interest
- Simplification
- Stocks and Shares
- Surds and Indices
- Time and Distance
- Time and Work
- True Discount
- Volume & Surface Areas
- General English
- Antonyms
- Synonyms
- Vocabulary Test
- One Word Substitution
- Sentence Completion
- Sentence Improvement
- Idioms & Phrases
- Homonyms
- Word Formation
- Active & Passive Voice
- Direct and Indirect Speech
- Spotting Errors
- Double Synonyms
- Choose the Appropriate Filter
- Spelling Test
- Transformation
- Reconstruction of Sentence
- Chooose the Correct or Incorrect Sentence
- Networking
- Interview Questions
-
Programming
- .NET
- Java
- ASP.NET
- C++
- Perl
- Python
- Ruby and Rails
- Struts
- Core Java
- Hibernate Database
- DB2
- MS SQL Server
- MySQL
- Oracle
- SQL
- DBMS
- Data Warehousing
- Data structures and Algorithms Cisco
- CCNA
- CCNP Routing
- CCNP Switching
- Internetworking
- Border Gateway Protocol Windows
- MCSE
- Exchange Server
- Windows Server 2008
- DNS & Active Directory
- Firewall Questions Linux
- Unix
- Linux Server Administrator
- Linux System Administrator
- Linux File Manipulation
- Database
- Home
- Online-Quiz
- Networking
- CCNP Route
Instructions
- Total Questions 20
- Each question carry 1 mark
- Must answer all the questions (otherwise report card will not be generated)
- If you dont want to take a test, simply click the check answers button and view all the answers with explanations
- Do Not Refresh the Page
- No Time Limit
- Good Luck :)
You Scored % - /
Correct Answers :
[B]
Explanation :
The term TCP Maximum Segment Size (MSS) seems to imply the size of the entire Layer 4 segment (that is, including Layer 2, Layer 3, and Layer 4 headers). However, TCP MSS only refers to the amount of data in the segment (without the inclusion of any headers).
Correct Answers :
[A and D]
Explanation :
A nonbroadcast multiaccess (NBMA) network can have Split Horizon issues in a hub-and-spoke topology, because a route learned by the hub router from a spoke router might not be advertised back out to any other spoke routers, because of Split Horizon operation. Also, if the NBMA network is using OSPF, there can be designated router issues, because the spoke routers might not be able to communicate with one another through broadcasts.
interface Fastethernet 0/0 ip address 172.16.1.1 255.255.255.0 ip policy route-map Q2 ! route-map Q2 permit match ip address 101 set interface s0/0/1 ! access-list 101 permit tcp host 172.16.3.3 172.16.4.0 0.0.0.255
Correct Answers :
[B and E]
Explanation :
Packets created by Telnet use TCP, so the packets will match ACL 101 with a permit action. PBR will match the only route map clause shown in the configuration, with the permit route map clause listing a set command. The set command lists S0/0/1 as the outgoing interface and without a default parameter. So, Router R1 will first attempt to forward the packet based on the set command (interface S0/0/1), but if the interface is down, R1 will then try to forward based on the IP routing table (interface S0/1/1).
R2# show ip policy Interface Route map Fa0/0 RM1 Fa0/1 RM2 S0/0/0 RM3
Correct Answers :
[D]
Explanation :
The output from the show ip policy command shows the interfaces on which PBR has been enabled and the name of the route map enabled for PBR on each interface. For the purposes of this question, the output tells us the interfaces on which PBR has been enabled. Two answers mention packets exiting the interface. Therefore, these answers cannot be correct, because PBR applies to packets entering an interface. For the two interfaces that mention inbound packets, one suggests that all packets will be forwarded per the PBR configuration; some might not be forwarded per PBR, depending on the configuration of the route map. The correct answer specifically mentions that PBR will consider all packets with PBR, which is the more accurate statement about PBR operations.
Correct Answers :
[A]
Explanation :
In a Layer 3 MPLS VPN, a customer edge (CE) router forms a neighborship with a provider edge (PE) router (or an edge label switch router [ELSR]) in an MPLS network. In a Layer 2 MPLS VPN, the MPLS network acts as a Layer 2 switch. IP multicast traffic can flow across an MPLS network with no issue.
ip sla 1 icmp-echo 1.1.1.1 source-ip 2.2.2.2 ip sla schedule 1 start-time now life forever
Correct Answers :
[C]
Explanation :
The three lines shown create the operation number (first command), define the operation (second command), and start the operation (third command). All commands are correct. After the operation is started, IP SLA stores the data in the RTTMON MIB; no additional configuration is necessary.
R1# show track Track 2 IP SLA 1 state State is Up 3 changes, last change 00:00:03 Delay up 45 secs, down 55 secs Latest operation return code: OK Latest RTT (millisecs) 6 Tracked by: STATIC-IP-ROUTING 0
Correct Answers :
[D]
Explanation :
The up timer on the tracking object defines how long to wait, when in a down state, after seeing the IP SLA object transition to an OK state. Similarly, the down timer defines how long to wait, when in an OK state, after seeing the IP SLA object move to a down state, before moving the tracking object to a down state.
Correct Answers :
[C]
Explanation :
A hybrid VPN uses more than one VPN technology. While you can encrypt a packet that has already been encapsulated by a VPN technology, and while you can encapsulate a packet that has already been encrypted, you might need to decrease the MTU for a frame on an interface configured for tunneling. The reason for the MTU decrease is that additional header information is added for each VPN technology you use. As a result, the maximum amount of data contained in a frame is reduced.
Correct Answers :
[A,B and D]
Explanation :
RIP-2 and RIPng both use UDP, both use Distance Vector logic, and both use the same metric, with the same maximum (15) and same metric that means infinity (16). RIPng does not perform automatic route summarization because IPv6 has no concept of a classful network. RIPng also uses the built-in IPv6 authentication mechanisms, rather than a RIP-specific authentication such as RIP-2.
ipv6 router eigrp 1 ipv6 unicast-routing interface f0/0 ipv6 address 2000::1/64 ipv6 eigrp 1 interface s0/0/0 ipv6 address 2001::/64 eui-64 ipv6 eigrp 1
Correct Answers :
[D]
Explanation :
Because the question states that no IPv4 configuration exists, EIGRP for IPv6 cannot derive a 32-bit EIGRP router ID. Before EIGRP will work, R1 needs to define an EIGRP router ID (using the eigrp router-id command) and enable EIGRP using the no shutdown router subcommand.
interface f0/0 mac-address 1111.1111.1111 ipv6 address 2000::/64 eui-64 ipv6 address 2001::1/64
Correct Answers :
[B]
Explanation :
EIGRP uses the link local address as the next hop for routing protocols. Based on R2’s MAC address, R2’s link local address on F0/0 will be FE80::1311:11FF:FE11:1111. This value is derived by splitting the MAC, inserting FFFE, and flipping bit 7, making the initial hex 11 become hex 13.
Correct Answers :
[A and C]
Explanation :
OSPFv3 supports multiple OSPF instances per interface, whereas OSPFv2 does not. Also, each version requires a different set of requirements be met before becoming neighbors, most notably that OSPFv3 does not require neighboring OSPFv3 routers to be in the same subnet.
ipv6 router ospf 1 ipv6 unicast-routing interface f0/0 ipv6 address 2000::1/64 ipv6 ospf 1 area 1 interface s0/0/0 ipv6 address 2001::/64 eui-64 ipv6 ospf 1 area 0
Correct Answers :
[C]
Explanation :
Because the question states that no IPv4 configuration exists, OSPFv3 cannot derive a 32-bit OSPF router ID. Before OSPFv3 works, R1 needs to define an OSPF router ID (using the OSPF router-id command).
D 2000::/64 [90/1422516] via FE80::213:19FF:FE7B:5026, Serial0/0/1 C 2000:0:0:1::/64 [0/0] via Serial0/0/1, directly connected L 2000::1:213:19FF:FE7B:5004/128 [0/0] via Serial0/0/1, receive
Correct Answers :
[A]
Explanation :
The redistribute command does not have a subnets option for IPv6 because OSPFv3 has no concept of IPv6 classful networks nor their subnets. As configured, the redistribute command redistributes only EIGRP-learned routes. If the includeconnected parameter had been included, the connected route for 2000:0:0:1::/64 would have also been redistributed. Local routes are never redistributed.
Correct Answers :
[B]
Explanation :
The only configurable item after the interface that does not first list a keyword is the administrative distance parameter.
interface loopback 1 ip address 1.1.1.1 255.255.255.255 interface tunnel 2 ipv6 address 2000::1::/64 tunnel source loopback 1 tunnel destination 2.2.2.2 tunnel mode ipv6ip ipv6 eigrp 1
Correct Answers :
[B]
Explanation :
A manually configured tunnel explicitly defines the destination IPv4 address, as does a GRE IPv6 tunnel. The other two types listed in the answer do not. Additionally, a manually configured tunnel uses mode ipv6ip, whereas GRE tunnels use mode gre.
Correct Answers :
[C]
Explanation :
IOS defaults to use GRE encapsulation mode on tunnel interfaces, so the tunnel mode command is not required. The mode will default to GRE. The tunnel source and tunnel destination commands are required.
interface loopback 1 ip address 192.168.1.1 255.255.255.255 interface tunnel 2 ipv6 address 2002:C0A8:101::1/64 tunnel source loopback 1
Correct Answers :
[A]
Explanation :
An automatic 6to4 tunnel does not use a tunnel destination command on the tunnel interface; ISATAP tunnels also do not use this command. However, automatic 6to4 tunnels use IPv6 addresses that begin 2002::/16 and have the tunnel’s source IPv4 address imbedded as the second and third octets of the IPv6 address, whereas ISATAP tunnels do not. Because C0A5:101 hex equals 192.168.1.1 in dotted decimal, this configuration represents the almost completed configuration for an automatic 6to4 tunnel.
Correct Answers :
[A and D]
Explanation :
ISATAP uses a modified EUI-64 format, which adds the IPv4 address, in hex, into quartets 7 and 8. Automatic 6to4 tunnels use address range 2002::/16, with the next two quartets (second and third quartets) used to store the hex version of an IPv4 address.
interface loopback 1 ip address 192.168.1.1 255.255.255.255 interface tunnel 1 tunnel source loopback 1 tunnel destination 192.168.1.2 tunnel mode ipv6ip isatap ipv6 address 2000::/64 eui-64
Correct Answers :
[D]
Explanation :
The combination of the configured eui-64 parameter on the ipv6 address command, and the tunnel mode of isatap, tells the router to use modified EUI-64 rules. These rules start with the configured 64 bit prefix (2000::/64 in this case), adding 0000:5EFE as the fifth and sixth quartets. The last two quartets are taken from the tunnel source command’s referenced IPv4 address. In this case, 192.168.1.1 converts to C0A8:0101, making the last answer correct.
|
|
||||||||||||||||||||||||||||