-
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
- Networking
- JNCIS- ENT Routing and Switching
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 :
[A]
Explanation :
Each sub-AS in a BGP confederation network maintains an IBGP full mesh.
Correct Answers :
[C]
Explanation :
The ingress router of an RSVP LSP assigns a unique value to the tunnel through the tunnel ID. This value is contained in the Session object.
Correct Answers :
[A]
Explanation :
By default, all routing instances operating OSPF are not assigned a domain ID value. This is interpreted as 0.0.0.0 by all PE routers.
Correct Answers :
[A]
Explanation :
After receiving the user’s login name at the router prompt, the router sends it to the TACACS server in a Start message.
Correct Answers :
[A]
Explanation :
An IS-IS router sets the restart request (RR) bit in its restart TLV to signify that it has recently experienced a restart event and that each neighbor should maintain an Up adjacency with the local router. This moves the restarting router into the restart candidate mode.
Correct Answers :
[A]
Explanation :
The VRF routing instance requires the configuration of a static default route to allow packets to reach Internet destinations. The key attribute assigned to that route is the next-table option, which allows the PE router to consult inet.0 for route destinations.
Correct Answers :
[B]
Explanation :
The E bit in the router LSA is set when the local router has a configured routing policy applied to its OSPF configuration.
Correct Answers :
[C]
Explanation :
The Originator ID describes the router that first advertised a route into a route reflection network. It is added by the route reflector and provides a second level of protection of loop avoidance.
Correct Answers :
[D]
Explanation :
When an ingress router has a secondary path configured for an LSP, it establishes that path and begins forwarding traffic during a failure of the primary path.
Correct Answers :
[A]
Explanation :
Once the username and password are validated by the server, an Access-Accept message is sent to the router. This allows the user to log into the device.
prefix-list these-routes{
192.168.1.0/24;
192.168.2.0/24;
192.168.3.0/24;
192.168.4.0/24;
}
Correct Answers :
[B]
Explanation :
A prefix list within a routing policy always assumes a route-filter match type of exact. Therefore, only routes explicitly listed in the prefix list will match. Only the 192.168.1.0 /24 route fits this criterion.
Correct Answers :
[D]
Explanation :
The source of any BGP update represents the Peer ID route selection criterion. This is used when multiple advertisements are received from the same router (constant router ID). This causes the inactive reason to be displayed as Update source.
Correct Answers :
[A]
Explanation :
When any MPLS router encounters the situation described in the question, the Path message is not processed any further. In addition, a PathErr message is generated and sent upstream to the ingress router, informing it of the incorrect address within the ERO.
Correct Answers :
[B]
Explanation :
A scheduler allows a network administrator to allocate resources, such as transmission bandwidth, to a queue in the router.
Correct Answers :
[D]
Explanation :
When multiple candidate bootstrap routers are sharing the same priority value, the router with the highest router ID is elected the BSR for the domain.
Correct Answers :
[E]
Explanation :
The default policy for a specific protocol is always evaluated last in a policy chain.
Correct Answers :
[C]
Explanation :
The evaluation of a policy subroutine only returns a true or false result to the calling policy. A route is never accepted or rejected by a subroutine policy.
outer-policy {
term find-routes {
from policy inner-policy;
then accept;
}
term reject-all-else {
then reject;
}
}
inner-policy {
term find-routes {
from protocol static;
then reject;
}
}
Correct Answers :
[B]
Explanation :
The policy subroutine returns a false result to outer-policy for the 10.10.10.0 /24 static route. The find-routes term in that policy then doesn’t have a match, so the route is evaluated by the reject-all-else term. This term matches all routes and rejects them. This is where the route is actually rejected.
Correct Answers :
[A]
Explanation :
A routing policy always assumes a match type of exact when it is evaluating a prefix list as a match criterion.
policy-1 {
term accept-routes {
from {
route-filter 172.16.1.0/24 exact;
}
then accept;
}
}
policy-2 {
term reject-routes {
from {
route-filter 172.16.1.0/24 exact;
}
then reject;
}
}
Correct Answers :
[B]
Explanation :
The result of policy-1 is true, but the result of policy-2 is false. This makes the entire expression false, and policy-2 guaranteed its result. Therefore, the action of then reject in policy-2 is applied to the route and it is rejected.
|
|
||||||||||||||||||||||||||||