Advertisement
Guest User

Untitled

a guest
Dec 17th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.08 KB | None | 0 0
  1. Which statement describes the port speed LED on the Cisco Catalyst 2960 switch?
  2. If the LED is green, the port is operating at 100 Mb/s.*
  3. If the LED is off, the port is not operating.
  4. If the LED is blinking green, the port is operating at 10 Mb/s.
  5. If the LED is amber, the port is operating at 1000 Mb/s.
  6. The port speed LED indicates that the port speed mode is selected. When selected, the port LEDs will display colors with different meanings. If the LED is off, the port is operating at 10 Mb/s. If the LED is green, the port is operating at 100 Mb/s. If the LED is blinking green, the port is operating at 1000 Mb/s.
  7. Which command is used to set the BOOT environment variable that defines where to find the IOS image file on a switch?
  8. config-register
  9. boot system*
  10. boot loader
  11. confreg
  12. The boot system command is used to set the BOOT environment variable. The config-register and confreg commands are used to set the configuration register. The boot loader command supports commands to format the flash file system, reinstall the operating system software, and recover from a lost or forgotten password.
  13. What is a function of the switch boot loader?
  14. to speed up the boot process
  15. to provide security for the vulnerable state when the switch is booting
  16. to control how much RAM is available to the switch during the boot process
  17. to provide an environment to operate in when the switch operating system cannot be found*
  18. The switch boot loader environment is presented when the switch cannot locate a valid operating system. The boot loader environment provides a few basic commands that allows a network administrator to reload the operating system or provide an alternate location of the operating system.
  19. Which interface is the default location that would contain the IP address used to manage a 24-port Ethernet switch?
  20. VLAN 1*
  21. Fa0/0
  22. Fa0/1
  23. interface connected to the default gateway
  24. VLAN 99
  25. A production switch is reloaded and finishes with a Switch> prompt. What two facts can be determined? (Choose two.)
  26. POST occurred normally.*
  27. The boot process was interrupted.
  28. There is not enough RAM or flash on this router.
  29. A full version of the Cisco IOS was located and loaded.*
  30. The switch did not locate the Cisco IOS in flash, so it defaulted to ROM.
  31. Which two statements are true about using full-duplex Fast Ethernet? (Choose two.)
  32. Performance is improved with bidirectional data flow.*
  33. Latency is reduced because the NIC processes frames faster.
  34. Nodes operate in full-duplex with unidirectional data flow.
  35. Performance is improved because the NIC is able to detect collisions.
  36. Full-duplex Fast Ethernet offers 100 percent efficiency in both directions.*
  37. In which situation would a technician use the show interfaces switch command?
  38. to determine if remote access is enabled
  39. when packets are being dropped from a particular directly attached host*
  40. when an end device can reach local devices, but not remote devices
  41. to determine the MAC address of a directly attached network device on a particular interface
  42. The show interfaces command is useful to detect media errors, to see if packets are being sent and received, and to determine if any runts, giants, CRCs, interface resets, or other errors have occurred. Problems with reachability to a remote network would likely be caused by a misconfigured default gateway or other routing issue, not a switch issue. The show mac address-table command shows the MAC address of a directly attached device.
  43. Refer to the exhibit. A network technician is troubleshooting connectivity issues in an Ethernet network with the command show interfaces fastEthernet 0/0. What conclusion can be drawn based on the partial output in the exhibit?
  44.  
  45. All hosts on this network communicate in full-duplex mode.
  46. Some workstations might use an incorrect cabling type to connect to the network.
  47. There are collisions in the network that cause frames to occur that are less than 64 bytes in length.
  48. A malfunctioning NIC can cause frames to be transmitted that are longer than the allowed maximum length.*
  49. The partial output shows that there are 50 giants (frames longer than the allowed maximum) that were injected into the network, possibly by a malfunctioning NIC. This conclusion can be drawn because there are only 25 collisions, so not all the 50 giants are the result of a collision. Also, because there 25 collisions, it is most likely that not all hosts are using full-duplex mode (otherwise there would not be any collisions). There should be no cabling issues since the CRC error value is 0. There are 0 runts, so the collisions have not caused malformed frames to occur that are shorter than 64 bytes in length .
  50. Refer to the exhibit. What media issue might exist on the link connected to Fa0/1 based on the show interface command?
  51.  
  52. The bandwidth parameter on the interface might be too high.
  53. There could be an issue with a faulty NIC.
  54. There could be too much electrical interference and noise on the link.*
  55. The cable attaching the host to port Fa0/1 might be too long.
  56. The interface might be configured as half-duplex.
  57. Escalating CRC errors usually means that the data is being modified during transmission from the host to the switch. This is often caused by high levels of electromagnetic interference on the link.
  58. If one end of an Ethernet connection is configured for full duplex and the other end of the connection is configured for half duplex, where would late collisions be observed?
  59. on both ends of the connection
  60. on the full-duplex end of the connection
  61. only on serial interfaces
  62. span style=”color: red;”>on the half-duplex end of the connection*
  63. Full-duplex communications do not produce collisions. However, collisions often occur in half-duplex operations. When a connection has two different duplex configurations, the half-duplex end will experience late collisions. Collisions are found on Ethernet networks. Serial interfaces use technologies other than Ethernet.
  64. What is one difference between using Telnet or SSH to connect to a network device for management purposes?
  65. Telnet uses UDP as the transport protocol whereas SSH uses TCP.
  66. Telnet does not provide authentication whereas SSH provides authentication.
  67. Telnet supports a host GUI whereas SSH only supports a host CLI.
  68. Telnet sends a username and password in plain text, whereas SSH encrypts the username and password.*
  69. SSH provides security for remote management connections to a network device. SSH does so through encryption for session authentication (username and password) as well as for data transmission. Telnet sends a username and password in plain text, which can be targeted to obtain the username and password through data capture. Both Telnet and SSH use TCP, support authentication, and connect to hosts in CLI.
  70. Refer to the exhibit. The network administrator wants to configure Switch1 to allow SSH connections and prohibit Telnet connections. How should the network administrator change the displayed configuration to satisfy the requirement?
  71.  
  72. Use SSH version 1.
  73. Reconfigure the RSA key.
  74. Configure SSH on a different line.
  75. Modify the transport input command.*
  76. What is the effect of using the switchport port-security command?
  77. enables port security on an interface*
  78. enables port security globally on the switch
  79. automatically shuts an interface down if applied to a trunk port
  80. detects the first MAC address in a frame that comes into a port and places that MAC address in the MAC address table
  81. Port security cannot be enabled globally. All active switch ports should be manually secured using the switchport port-security command, which allows the administrator to control the number of valid MAC addresses allowed to access the port. This command does not specify what action will be taken if a violation occurs, nor does it change the process of populating the MAC address table.
  82. Where are dynamically learned MAC addresses stored when sticky learning is enabled with the switchport port-security mac-address sticky command?
  83. ROM
  84. RAM*
  85. NVRAM
  86. flash
  87. When MAC addresses are automatically learned by using the sticky command option, the learned MAC addresses are added to the running configuration, which is stored in RAM.
  88. A network administrator configures the port security feature on a switch. The security policy specifies that each access port should allow up to two MAC addresses. When the maximum number of MAC addresses is reached, a frame with the unknown source MAC address is dropped and a notification is sent to the syslog server. Which security violation mode should be configured for each access port?
  89. restrict*
  90. protect
  91. warning
  92. shutdown
  93. In port security implementation, an interface can be configured for one of three violation modes:
  94. Protect – a port security violation causes the interface to drop packets with unknown source addresses and no notification is sent that a security violation has occurred.
  95. Restrict – a port security violation causes the interface to drop packets with unknown source addresses and to send a notification that a security violation has occurred.
  96. Shutdown – a port security violation causes the interface to immediately become error-disabled and turns off the port LED. No notification is sent that a security violation has occurred.
  97. Which two statements are true regarding switch port security? (Choose two.)
  98. The three configurable violation modes all log violations via SNMP.
  99. Dynamically learned secure MAC addresses are lost when the switch reboots.*
  100. The three configurable violation modes all require user intervention to re-enable ports.
  101. After entering the sticky parameter, only MAC addresses subsequently learned are converted to secure MAC addresses.
  102. If fewer than the maximum number of MAC addresses for a port are configured statically, dynamically learned addresses are added to CAM until the maximum number is reached.*
  103. Which action will bring an error-disabled switch port back to an operational state?
  104. Remove and reconfigure port security on the interface.
  105. Issue the switchport mode access command on the interface.
  106. Clear the MAC address table on the switch.
  107. Issue the shutdown and then no shutdown interface commands.*
  108. When a violation occurs on a switch port that is configured for port security with the shutdown violation action, it is put into the err-disabled state. It can be brought back up by shutting down the interface and then issuing the no shutdown command.
  109. Refer to the exhibit. Port Fa0/2 has already been configured appropriately. The IP phone and PC work properly. Which switch configuration would be most appropriate for port Fa0/2 if the network administrator has the following goals?
  110.  
  111. No one is allowed to disconnect the IP phone or the PC and connect some other wired device.
  112. If a different device is connected, port Fa0/2 is shut down.
  113. The switch should automatically detect the MAC address of the IP phone and the PC and add those addresses to the running configuration.
  114. SWA(config-if)# switchport port-security
  115. SWA(config-if)# switchport port-security mac-address sticky
  116. SWA(config-if)# switchport port-security mac-address sticky
  117. SWA(config-if)# switchport port-security maximum 2
  118. SWA(config-if)# switchport port-security
  119. SWA(config-if)# switchport port-security maximum 2
  120. SWA(config-if)# switchport port-security mac-address sticky*
  121. SWA(config-if)# switchport port-security
  122. SWA(config-if)# switchport port-security maximum 2
  123. SWA(config-if)# switchport port-security mac-address sticky
  124. SWA(config-if)# switchport port-security violation restrict
  125. The default mode for a port security violation is to shut down the port so the switchport port-security violation command is not necessary. The switchport port-security command must be entered with no additional options to enable port security for the port. Then, additional port security options can be added.
  126. The following words are displayed:
  127. ATC_S2# show port-security interface fastethernet 0/3
  128. Port Security : Enabled
  129. Port Status : Secure-up
  130. Violation Mode : Shutdown
  131. Aging Time : 0 mins
  132. Aging Type : Absolute
  133. SecureStatic Address Aging : Disabled
  134. Maximum MAC Addresses : 2
  135. Total MAC Addresses : 1
  136. Configured MAC Addresses : 0
  137. Sticky MAC Addresses : 1
  138. Last Source Address:Vlan : 00D0.D3B6.C26B:10
  139. Security Violation Count : 0
  140. Refer to the exhibit. What can be determined about port security from the information that is shown?
  141.  
  142. The port has been shut down.
  143. The port has two attached devices.
  144. The port violation mode is the default for any port that has port security enabled.*
  145. The port has the maximum number of MAC addresses that is supported by a Layer 2 switch port which is configured for port security.
  146. The Port Security line simply shows a state of Enabled if the switchport port-security command (with no options) has been entered for a particular switch port. If a port security violation had occurred, a different error message appears such as Secure-shutdown. The maximum number of MAC addresses supported is 50. The Maximum MAC Addresses line is used to show how many MAC addresses can be learned (2 in this case). The Sticky MAC Addresses line shows that only one device has been attached and learned automatically by the switch. This configuration could be used when a port is shared by two cubicle-sharing personnel who bring in separate laptops.
  147. Refer to the exhibit. Which event will take place if there is a port security violation on switch S1 interface Fa0/1?
  148.  
  149. A notification is sent.
  150. A syslog message is logged.
  151. Packets with unknown source addresses will be dropped.*
  152. The interface will go into error-disabled state.
  153. Interface FastEthernet 0/1 is configured with the violation mode of protect. If there is a violation, interface FastEthernet 0/1 will drop packets with unknown MAC addresses.
  154. Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.
  155. Which event will take place if there is a port security violation on switch S1 interface Fa0/1?
  156.  
  157. Packets with unknown source addresses will be dropped.
  158. A syslog message is logged.
  159. The interface will go into error-disabled state.
  160. A notification is sent.
  161. The violation mode can be viewed by issuing the show port-security interface command. Interface FastEthernet 0/1 is configured with the violation mode of protect. If there is a violation, interface FastEthernet 0/1 will drop packets with unknown MAC addresses.
  162. Fill in the blank.
  163. Do not use abbreviations.What is the missing command on S1? “ ip address 192.168.99.2 255.255.255.0 ”
  164. Match the step to each switch boot sequence description. (Not all options are used.)
  165.  
  166. Place the options in the following order:
  167. step 3
  168. – not scored –
  169. step 1
  170. step 4
  171. step 2
  172. step 5
  173. step 6
  174. The steps are:
  175. 1. execute POST
  176. 2. load the boot loader from ROM
  177. 3. CPU register initializations
  178. 4. flash file system initialization
  179. 5. load the IOS
  180. 6. transfer switch control to the IOS
  181. Identify the steps needed to configure a switch for SSH. The answer order does not matter. (Not all options are used.)
  182.  
  183. Place the options in the following order:
  184. [+] Create a local user.
  185. [+] Generate RSA keys.
  186. [+] Configure a domain name.
  187. [+] Use the login local command.
  188. [+] Use the transport input ssh command.
  189. [+] Order does not matter within this group.
  190.  
  191. The login and password cisco commands are used with Telnet switch configuration, not SSH configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement