The following configuration commands exist only in an implementation plan document. An engineer does a copy/paste of these commands into configuration mode on Router R1. Which of the following answers is m ost accurate regarding the results?() ip sla 1 icmp - echo 1.1.1.1 source -ip 2.2.2.2 ip sla schedule 1 start - time now life forever A、The SLA operation will be configured but will not start until additional commands are usedB、The SLA operation is not comp letely configured so it will not collect any datAC、The SLA operation is complete and working, collecting data into the RTTMON MIBD、The SLA operation is complete and working but will not store the data in the RTTMON MIB without more configuration

The following configuration commands exist only in an implementation plan document. An engineer does a copy/paste of these commands into configuration mode on Router R1. Which of the following answers is m ost accurate regarding the results?() ip sla 1 icmp - echo 1.1.1.1 source -ip 2.2.2.2 ip sla schedule 1 start - time now life forever

  • A、The SLA operation will be configured but will not start until additional commands are used
  • B、The SLA operation is not comp letely configured so it will not collect any datA
  • C、The SLA operation is complete and working, collecting data into the RTTMON MIB
  • D、The SLA operation is complete and working but will not store the data in the RTTMON MIB without more configuration

相关考题:

Given the following router output,which configuration file will the router use at its next reload?() A.configB.clientqos.cnfC.startup-configD.running-configuration

Which of the following should an administrator do after running a command from the console onthe perimeter router?() A. Update the configuration logsB. Update the network wiring schematicsC. Update the network configuration proceduresD. Compare the configuration with the baseline

The TestKing.com administrator has made changes to the router configuration but cannot remember if those changes were saved. Which of the following commands allows the administrator to see the configuration that will load when the router is restarted?()A. TestKingC# show memoryB. TestKingC# show startup-configC. TestKingC# show running-configD. TestKingC# show restart

The TestKing.com administrator has made changes to the router configuration but cannot remember if those changes were saved. Which of the following commands allows the administrator to see the configuration that will load when the router is restarted?()A、TestKingC# show memoryB、TestKingC# show startup-configC、TestKingC# show running-configD、TestKingC# show restart

The VLANs in switch R1 are being modified. Which of the following are updated in R1 every time a VLAN is modified?()A、Configuration revision numberB、Configuration revision flag fieldC、Configuration revision reset switchD、Configuration revision databaseE、None of the other alternatives apply

Which of the following is an accurate description of the command copy startup-configftp://kevin:cisco@192.168.1.74?()A、The configuration on the FTP server is copied to RAMB、The command is not valid on a Cisco routerC、The configuration file in RAM is copied to an FTP serverD、The configuration file in NVRAM is copied to an FTP serverE、The configuration on the FTP server is copied to NVRAMF、The configuration will be copied from NVRAM to an FTP server with a filename of Kevin

You work as an application developer at Certkiller .com. You are in the process of creating an application for Certkiller .com’s Human Resources department that tracks employee benefits. You have to store current employee data without recompiling the application. You elect to store this employee data as a custom section in the application configuration file. The relevant portion of the application configuration file is shown in the following exhibit: ?xml version="1.0" encoding="utf-8" ?         You want to use the .NET 2.0 Configuration API to access the custom section. You need to ensure that programmatic access of the EmployeeSection element is enabled. What should you do?()A、 Create a custom section handler class that inherits the ConfigurationSection interface.B、 Add a section element to the EmployeeSection element of the application configuration file.C、 Create a custom section handler class that implements the IConfigurationSectionHandler interface.D、 Add an EmployeeSection element to the configSections element of the application configuration file.E、 Create a custom section handler class that implements the IApplicatioSettingsProvider interface.F、 Add a section element to the configSections element of the application configuration file.

What is the minimum level of account access that partners need to download Cisco Configuration Assistant from Cisco.com?()A、 GuestB、 PrivilegedC、 Cisco CCIED、 SelectE、 Partner

The following configuration command was entered into a router:ip route 172.16.3.0 255.255.255.0 192.168.2.4 Which of the following statements are true regarding this configuration change?()A、The default administrative distance is used.B、The command is used to establish a static route.C、The command is used to configure the router interfaces.D、The command is used to establish a stub network.E、The subnet mask for the source address is 255.255.255.0

Which of the following commands will restore a previously archived configuration by replacing therunning configuration with the archived configuration?()A、configure archive running-configB、configure replaceC、copy archive running configD、copy startup-config running-configE、copy tftp running-configF、configure tftp running-config

Which of the following specifies a set of consistent requirements for a workstation or server?()A、Vulnerability assessmentB、Imaging softwareC、Patch managementD、Configuration baseline

Company.com has encountered a problem on the HMC, which requires access to the root shell on the HMC. Which of the following is necessary to access the root userid on the HMC?()A、Enable remote commands on the HMC Configuration menu,then use ssh to login to theHMC,enter su - rootB、Login to the HMC as hscpe and run pesh,using a temporary password from IBM Support,afterward, enter su - rootC、Login to the HMC as hscroot,then run pesh,using a temporary password from IBM Support, afterward,enter su - rootD、Enable remote commands on the HMC Configuration menu,then telnet in as hscroot,entersu - root

You work as a database administrator for Certkiller .com. You decided to manage client and server connections using Local Naming method in Certkiller .com. When you try to connect to the database you get the following error: ERROR:  ORA-12154:TNS:couldnot resolve service name  Which network configuration files would you look into to resolve this error?()A、snmp.oraB、names.oraC、spfile.oraD、sqlnet.oraE、listener.oraF、tnsnames.ora

You work as an application developer at Cer-Tech.com.You are in the process of creating an application for Cert-Tech.com’s Human Resources department that tracks employee benefits You have to store current employee data without recompiling the application. You elect to store this employee data as a custom section in the application configuration file. The relevant portion of the application configuration file is shown in the following exhibit: What should you do?()A、 Create a custom section handler class that inherits the ConfigurationSection interfaceB、 Add a section element to the EmployeeSection element of the application configuration fileC、 Create a custom section handler class that implements the IConfigurationSectionHandler interface.D、 Add an EmployeeSection element to the configSections element of the application confguration fileE、 Create a custom section handler class that implements the IApplicationSettingsProvider interfaceF、 Add a section element to the configSections element of the application configuration file

Which of the following entries is INVALID in the /etc/resolv.conf file? ()A、nameserver 127.0.0.1B、# gargoyl is128.66.12.1C、domainname peanut.comD、search peanut.com cashew.com brazil.com almond.com

多选题You work as an application developer at Certkiller .com. You are in the process of creating an application for Certkiller .com’s Human Resources department that tracks employee benefits. You have to store current employee data without recompiling the application. You elect to store this employee data as a custom section in the application configuration file. The relevant portion of the application configuration file is shown in the following exhibit:          You want to use the .NET 2.0 Configuration API to access the custom section. You need to ensure that programmatic access of the EmployeeSection element is enabled. What should you do?()ACreate a custom section handler class that inherits the ConfigurationSection interface.BAdd a section element to the EmployeeSection element of the application configuration file.CCreate a custom section handler class that implements the IConfigurationSectionHandler interface.DAdd an EmployeeSection element to the configSections element of the application configuration file.ECreate a custom section handler class that implements the IApplicatioSettingsProvider interface.FAdd a section element to the configSections element of the application configuration file.

多选题You work as a database administrator for Certkiller .com. You decided to manage client and server connections using Local Naming method in Certkiller .com. When you try to connect to the database you get the following error: ERROR:  ORA-12154:TNS:couldnot resolve service name  Which network configuration files would you look into to resolve this error?()Asnmp.oraBnames.oraCspfile.oraDsqlnet.oraElistener.oraFtnsnames.ora

单选题Which of the following is an accurate description of the command copy startup-configftp://kevin:cisco@192.168.1.74?()AThe configuration on the FTP server is copied to RAMBThe command is not valid on a Cisco routerCThe configuration file in RAM is copied to an FTP serverDThe configuration file in NVRAM is copied to an FTP serverEThe configuration on the FTP server is copied to NVRAMFThe configuration will be copied from NVRAM to an FTP server with a filename of Kevin

单选题A Windows Communication Foundation (WCF) service listens for messages at net.tcp://www.contoso.com/MyService.It has a logical address at http://www.contoso.com/MyService. The configuration for the WCF client is as follows:The generated configuration does not provide enough information for the client to communicate with the server.You need to update the client so that it can communicate with the server. What should you do?()AIn the client configuration, change the value of the address attribute to net.tcp://www.contoso.com/MyServiceBIn the client configuration, change the value of the address attribute to net.tcp://www.contoso.com/MyService listen=http://www.contoso.com/MyService.CAfter instantiating the client and before invoking any service operation, add this line of code. EndpointBehaviors.Add(new EndpointDiscoveryBehavior(){ Enabled = true });DAfter instantiating the client and before invoking any service operation, add this line of code. client.Endpoint.Behaviors.Add(new ClientViaBehavior(new Uri(net.tcp://www.contoso.com/IMyService)));

单选题An administrator needs to update a router configuration for a router that does not support SSH.Which of the following can be used to securely update the router configuration?()AFTPBSNMPv2CTFTPDKTTPS

单选题Which of the following should an administrator do after running a command from the console onthe perimeter router?()AUpdate the configuration logsBUpdate the network wiring schematicsCUpdate the network configuration proceduresDCompare the configuration with the baseline

单选题Which of the following commands will restore a previously archived configuration by replacing therunning configuration with the archived configuration?()Aconfigure archive running-configBconfigure replaceCcopy archive running configDcopy startup-config running-configEcopy tftp running-configFconfigure tftp running-config

多选题On router R1, which three of the following protocols will be forwarded to a host specified by the "iphelper-address" interface configuration command if the configuration has not been modified by the"ip forward-protocol udp" global configuration command?()ABOOTPBTFTPCARPDDNSEproxy-ARPFFTPGCDP

单选题You are an enterprise administrator for Cer-tech .com. All the servers on the network run Windows Server2008. The network consists of a Terminal Server. Which of the following options would you choose toconfigure the Terminal Server to end any sessions that are inactive for more than one hour?()AModify the RDP-Tcp settings from Terminal Services Configuration.BModify the User logon mode setting from Terminal Services Configuration.CCreate a new group from Terminal Services Manager.DDelete the inactive sessions from Terminal Services Manager.

单选题The TestKing.com administrator has made changes to the router configuration but cannot remember if those changes were saved. Which of the following commands allows the administrator to see the configuration that will load when the router is restarted?()ATestKingC# show memoryBTestKingC# show startup-configCTestKingC# show running-configDTestKingC# show restart

单选题Which of the following entries is INVALID in the /etc/resolv.conf file? ()Anameserver 127.0.0.1B# gargoyl is128.66.12.1Cdomainname peanut.comDsearch peanut.com cashew.com brazil.com almond.com

多选题Which three of the following protocols will be forwarded to a host specified by the ip helper - address interface configuration command if the configuration has not been modified by the ip forward - protocol udp global con figuration command?()ABOOTPBTFTPCARPDDNSEproxy - ARPFFTP

单选题In configuration mode you see the following prompt: [edit interfaces fe-1/1/1] user@router#  Which command will take you to operational mode?()AendBexitCquitDexit configuration-mode