|
Questions 1. [RxNx] Which of the following statements are true about hold down timers. (Choose three.) a) A hold-down timer will be
released if the router receives an update indicating a better route. Answer
2. [RxNx] Which statement best describes a "Triggered Update"? (Choose two.) a) A method of setting a specific
time for route tables to be exchanged. Answer Below is an example of an IGRP triggered update. Router_C(config)#int e0 Router_C(config-if)#shut Router_C(config-if)# IGRP: edition is now 5 IGRP: sending update to 255.255.255.255 via ... Serial0 (192.68.5.10) network 10.0.0.0, metric=-1 IGRP: Update contains 0 interior, 1 system, ... and 0 exterior routes. IGRP: Total routes in update: 1 IGRP: broadcasting request on Serial0 IGRP: received update from 192.68.5.50 on ... Serial0 subnet 192.68.5.48, metric 10476 ... (neighbor 8476) IGRP: Update contains 1 interior, 0 system, ... and 0 exterior routes. IGRP: Total routes in update: 1 %LINEPROTO-5-UPDOWN: Line protocol on ... Interface Ethernet0, changed state to down %LINK-5-CHANGED: Interface Ethernet0, ... changed state to administratively down Router_C(config-if)# IGRP: sending update to 255.255.255.255 via ... Serial0 (192.68.5.10) IGRP: Update contains 0 interior, 0 system, ... and 0 exterior routes. IGRP: Total routes in update: 0 - ... suppressing null update
a) Router# clockrate 56000. Answer Some versions may support clockrate as a single word command, but our goal here is to help you pass the exam. The clock rate would be set on a DCE interface only. Router_C(config-if)#clock rate ? Speed (bits per second) 1200 2400 4800 9600 19200 38400 56000 64000 72000 125000 148000 250000 500000 800000 1000000 1300000 2000000 4000000 <300-8000000> Choose clockrate from list above
4. [CxNx] What would be the proper command to set a bandwidth of 56K for a serial interface? (Choose one.) a) Router# bandwidth 56000 Answer Refer to the following example: Router_C(config-if)#bandwidth ? <1-10000000> Bandwidth in kilobits
5. [CxNx] The line console 0 command could be used to: (Choose one.) a) Establish a telnet session with a
remote router. Answer Refer to the following example. Router_C#config t Enter configuration commands, one per line. ... End with CNTL/Z. Router_C(config)#line console 0 Router_C(config-line)#password ccieprep
6. [RXNx] Which one of the following is true as it pertains to IPX RIP Load Balancing? a) The parallel paths must have the
same hop count. Answer IPX RIP uses TICK and HOP count as a metric. The metric over parallel paths must be the same, also remember that load balancing is not on by default as it is with IP RIP. Use the ipx maximum-paths command to configure load balancing. Before Maximum paths is configured Router_B#sh ipx route Codes: C - Connected primary network, c - Connected secondary network, S - ... Static, F - Floating static, L - Local (internal), W - IPXWAN, R - RIP, ... E - EIGRP, N - NLSP, X - External, A - Aggregate, s - seconds, u ... - uses, U - Per-user static 3 Total IPX routes. Up to 2 parallel paths ... and 16 hops allowed. No default route known. C BAD (HDLC), Se1 C DAD (HDLC), Se0 R CAD [07/01] via ... DAD.0060.09c3.df60, 4s, Se0 Router_B(config)#ipx maximum-paths ? <1-64> Number of paths Router_B(config)#ipx maximum-paths 2 Router_B#sh ipx route Codes: C - Connected primary network, c - Connected secondary network, S - ... Static, F - Floating static, L - Local (internal), W - IPXWAN, R - RIP, ... E - EIGRP, N - NLSP, X - External, A - Aggregate, s - seconds, u ... - uses, U - Per-user static 3 Total IPX routes. Up to 2 parallel paths ... and 16 hops allowed. No default route known. C BAD (HDLC), Se1 C DAD (HDLC), Se0 R CAD [07/01] via ... DAD.0060.09c3.df60, 6s, Se0 via ... BAD.0060.09c3.df60, ... 6s, Se1
7. [CxNx] Given the following dialog, what is the most logical command that the user should use next? Router_B#sh art ^ % Invalid input detected at '^' marker. a) show art Answer The user has either missed key a character or he is not sure what the command should be. Refer to the following: Router_B#sh ar? WORD arap arp If show ar ? were to be used, it would be ambiguous. Router_B#sh ar ? % Ambiguous command: "sh ar" Questions
|
|