网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
Which statement is correct based upon the following output from the show command on RT1 ? ()

A. OSPFv3 establishes neighbor adjacencies by using global IPv6 addresses.

B. OSPFv3 establishes neighbor adjacencies by using Link - local addresses.

C. RT1 owns a subnet mask of 64 bits.

D. OSPFv3 establishes neighbor adjacencies by using IPv4 addr esses.


参考答案

更多 “ Which statement is correct based upon the following output from the show command on RT1 ? () A. OSPFv3 establishes neighbor adjacencies by using global IPv6 addresses.B. OSPFv3 establishes neighbor adjacencies by using Link - local addresses.C. RT1 owns a subnet mask of 64 bits.D. OSPFv3 establishes neighbor adjacencies by using IPv4 addr esses. ” 相关考题
考题 Which of the following will permit an operator to retrieve console log output from the command line?() A. lscons -lB. cat /var/conslogC. alog -t console -oD. lslog /var/adm/conslog

考题 The fol lowing line of output was extracted from the output of the show ip bgp command on Router R1. Which of the following can be determined from this output?()Network Next Hop Metric LocPrf Weight Path* 130.1.1.0/28 1.1.1.1 0 1 2 3 4 iA. The route is learne d from an eBGP peerB. The route has no more than three ASNs in the AS_PatHC. The route is the best route for this prefixD. None of these facts can be positively determined by this output

考题 The following output exists on Router R1, a router internal to area 1. What can you d etermine as true from the output of the show ip ospf database summary command?() A. The LSA was created by an ABR due to an area range command.B. The LSA was created by an ASBR due to a summary - address command.C. If cr eated by an area range command, the best metric for a subordinate subnet on that ABR must have been 11.D. None of the other answers is correct.

考题 Refer to the exhibit. Based on the output from the show command on RT1which statement is true? () A. OSPFv3 uses global IPv6 addresses to establish neighbor adjacencies.B. RT1 has a subnet mask of 64 bits .C. RT1 has FastEthernet0/0 set as a DR for network type broadcast.D. OSPFv3 uses Link - local addresses to establish neighbor adjacencies.E. RT1does not have a global IPv6 address set on FastEthernet0/0.F. OSPFv3 uses IPv4 addresses to establish nei ghbor adjacencies.

考题 After logging into the RtrB router, you issue the show interface command as displayed below:After considering the effects of the command output illustrated in the exhibit above,which of the following protocols are operational on the serial link?()A. PPPB. IPC. CompressionD. IPXE. MultilinkF. ATX

考题 Which of the following pieces of information will the command show interface provide?(Choose allthat apply.)()A、Layer 1 statusB、Output queue dropsC、Interface CPU utilizationD、Cable type connected to interfaceE、Layer 2 statusF、Input queue drops

考题 Refer to the exhibit. Which statement is correct based on the show login command output shown?()A、When the router goes into quiet mode, any host is permitted to access the router via Telnet,SSH, and HTTP,since the quiet-mode access list has not been configured.B、The login block-for command is configured to block login hosts for 93 seconds.C、All logins from any sources are blocked for another 193 seconds.D、Three or more login requests have failed within the last 100 seconds.

考题 Which of the following is TRUE about the ping  -f command?()A、 It is useful for diagnosing data dependent problems by filling the packet with the byte pattern following the "f" in the command line. B、 It is useful for flooding from slow character based terminals since it only displays a dot "." for each packet sent in fast mode. C、 It is useful for flooding from slow character based terminals since it only displays a dot "."       for each packet sent and a backspace on returned in fast mode. D、 The command can only be run by root.

考题 With the following CLI command output performed on an LNS: show l2tp session L2TP session 1/to-Denver/2 is up Which two statements are correct? ()(Choose two.) A、This command was done on the LNSB、This command was done on the LACC、The 1 defines the destination numberD、The 1 defines the session number

考题 Your database is up and running and one of your three control files is accidentally erased. You start RMAN and run the following command:   RESTORE CONTROLFILE FROM AUTOBACKUP;   Which of the following statements is true?() A、 The command restores only the missing control file.B、 The command restores all the control files.C、 The command fails because the database is running.D、 This is the correct way to address this problem.E、 This is not the correct way to address this problem.

考题 Which statement describes the Authentication Proxy feature?()A、All traffic is permitted from the inbound to the outbound interface upon successful authentication of the user.B、A specific access profile is retrieved from a TACACS+ or RADIUS server and applied to an IOS Firewall based on user provided credentials.C、Prior to responding to a proxy ARP,the router will prompt the user for a login and password which are authenticated based on the configured AAA policy.D、The proxy server capabilities of the IOS Firewall are enabled upon successful authentication of the user.

考题 The following output on Router R1 lists details of a BGP route for 190.1.0.0/16. Which of the following is true based on this output?() R1# show ip bgp 190.1.0.0/16 BGP routing table entry for 190.1.0.0/16, version 121 Paths: (1 available, best #1, table Default - IP - Routing - Table) Advertised to update - groups: 1 1 2 3 4 1.1.1.1 from 2.2.2.2 (3.3.3.3) Origin IGP, metric 0, localpref 100, valid, internal, bestA、R1 has a neighbor 1.1.1.1 command configured.B、R1 has a neighbor 2.2.2.2 command configured.C、The show ip bgp command lists a line for 190.1.0.0/16 with both a n and an i on the left.D、R1 is in ASN 1.

考题 The following line of output was gathered on Enterprise Router Ent1 using the command show ip route. Which of the following answers is most likely to be true, based on thi s output?() B 128.107.0.0 [20/10] via 11.11.11.11, 00:02:18A、This router has set the Weight of this route to 10.B、This router's BGP table lists this route as an iBGP route.C、This router's MED has been set to 10.D、This router's BGP table lists an AS_Path length of 10 for this route.

考题 Which of the following command allows you to view the UDI information for a Cisco device?()A、show environmentB、show statusC、show inventoryD、show hardware

考题 Given the following code:     public class Person{     int arr[] = new int[10];  public static void main(String a[]) {     System.out.println(arr[1]);     }     }  Which statement is correct?() A、 When compilation some error will occur.B、 It is correct when compilation but will cause error when running.C、 The output is zero.D、 The output is null.

考题 You just issued the following statement: ALTER TABLE SALES DROP COLUMN PROFIT. Which of the following choices identifies when the column will actually be removed from Oracle?()A、Immediately following statement execution B、After the ALTER TABLE DROP UNUSED COLUMNS command is issued C、After the ALTER TABLE SET UNUSED COLUMN command is issued D、After the ALTER TABLE MODIFY command is issued

考题 多选题Your database is up and running and one of your three control files is accidentally erased. You start RMAN and run the following command:   RESTORE CONTROLFILE FROM AUTOBACKUP;   Which of the following statements is true?()AThe command restores only the missing control file.BThe command restores all the control files.CThe command fails because the database is running.DThis is the correct way to address this problem.EThis is not the correct way to address this problem.

考题 单选题Refer to the exhibit. Which statement is correct based on the show login command output shown?()A When the router goes into quiet mode, any host is permitted to access the router via Telnet,SSH, and HTTP,since the quiet-mode access list has not been configured.B The login block-for command is configured to block login hosts for 93 seconds.C All logins from any sources are blocked for another 193 seconds.D Three or more login requests have failed within the last 100 seconds.

考题 单选题Given the following code:     public class Person{ static int arr[] = new int[10];  public static void main(String a[]) {     System.out.println(arr[1];)     }     }  Which statement is correct?()A  When compilation some error will occur.B  It is correct when compilation but will cause error when running.C  The output is zero.D  The output is null.

考题 单选题A system administrator ran the iostat command because of system performance problems. The following iostat output is provided: Based on the output, which of the following is insufficient?()A CPUB MemoryC Paging spaceD Disk capacityX

考题 单选题Which of the following answers can be verified as true based on the following command output from Router R1?() R1#show ip ospf virtual - links Virtual Link OSPF_VL0 to router 4.4.4.4 is up Run as demand circuit DoNotAge LSA alloweD. Transit area 1, via interface FastEthernet0/1, Cost of using 3A R1 is configured with an area 0 virtual - link 4.4.4.4 cost 3 command.B The ping 4.4.4.4 command on R1 must currently be successful.C R1's Fa0/0 OSPF cost is 3.D 4.4.4.4 is known to R1 based on a Type 1 LSA in area 1.

考题 单选题Which result is of securing the Cisco IOS image by use of the Cisco IOS image resilience feature?()A The Cisco IOS image file will not be visible in the output from the show flash command.B The show version command will not show the Cisco IOS image file location.C When the router boots up, the Cisco IOS image will be loaded from a secured FTP location.D The running Cisco IOS image will be encrypted and then automatically backed up to a TFTP server.

考题 单选题Which of the following will permit an operator to retrieve console log output from the command line?()A lscons -lB cat /var/conslogC alog -t console -oD lslog /var/adm/conslog

考题 单选题The fol lowing line of output was extracted from the output of the show ip bgp command on Router R1. Which of the following can be determined from this output?() Network Next Hop Metric LocPrf Weight Path * 130.1.1.0/28 1.1.1.1 0 1 2 3 4 iA The route is learne d from an eBGP peerB The route has no more than three ASNs in the AS_PatHC The route is the best route for this prefixD None of these facts can be positively determined by this output

考题 多选题With the following CLI command output performed on an LNS: show l2tp session L2TP session 1/to-Denver/2 is up Which two statements are correct? ()(Choose two.)AThis command was done on the LNSBThis command was done on the LACCThe 1 defines the destination numberDThe 1 defines the session number

考题 多选题The following output on Router R1 lists details of a BGP route for 190.1.0.0/16. Which of the following is true based on this output?() R1# show ip bgp 19 0.1.0.0/16 BGP routing table entry for 190.1.0.0/16, version 121 Paths: (1 available, best #1, table Default - IP - Routing - Table) Advertised to update - groups: 1 1 2 3 4 1.1.1.1 from 2.2.2.2 (3.3.3.3) Origin IGP, metric 0, localpref 100, valid, internal, bestAR1 has a neighbor 1.1.1.1 command configured.BR1 has a neighbor 2.2.2.2 command configured.CThe show ip bgp command lists a line for 190.1.0.0/16 with both an and an i on the left.DR1 is in ASN 1.

考题 单选题Given the following code:     public class Person{     int arr[] = new int[10];  public static void main(String a[]) {     System.out.println(arr[1]);     }     }  Which statement is correct?()A  When compilation some error will occur.B  It is correct when compilation but will cause error when running.C  The output is zero.D  The output is null.