Skip to main content

Which two privileged mode Cisco IOS commands can be used to determine a Cisco router chassis serial number? (Choose two.)

Which two privileged mode Cisco IOS commands can be used to determine a Cisco router chassis serial number? (Choose two.)

A. show inventory
B. show flash:filesys
C. dir flash:|include chassis
D. show diag
E. show controllers


Answer : A, D



Choice A

The “chassis” hardware serial number section designates the serial number that is physically on the router.

r1

Choice D

The show diag command returns the following information about a router and its adaptors/modules:

  • Hardware version
  • Board revision
  • RMA number and history
  • Chassis serial number
  • Cisco field replaceable unit (FRU) number (a good identifiable part number for the device)
  • Cisco part number (the actual part number of the device)
  • Technical registers of the backplane, including power supply and temperature status (not readable by this command)
  • Ports built into the motherboard of the device
  • Hardware versions, serial numbers, and part numbers for WIC cards in the device
  • Part numbers, port information, and serial numbers for network modules (NMs) inserted in the device


r2

Comments

Popular posts from this blog

Cisco Packet Tracer Multi User Connection

Multiuser communication allows multiple point-to-point (peer) connections between multiple instances of Packet Tracer. By allowing communication between Packet Tracer instances, a new door has been opened to a fun, interactive, social, collaborative, and competitive learning environment. Instructors will now be able to create a variety of activities for students to learn in groups that will facilitate greater social interaction between students. Students will benefit from this environment by working together to solve problems and share ideas. Both students and teachers should take full advantage that Multiuser will offer in their learning environment. Technical Information Communicates between instances using PTMP. PTMP is TCP based. By default, uses TCP port 38000, is customizable, and each new instances on the same PC will use the next available port. On by default. UPnP will attempt to establish port forwarding to facilitate home networks. All network co...

Access Control List (ACL) Simlet

An administrator is trying to ping and telnet from Switch to Router with the results shown below: For this question we only need to use the show running-config command to answer all the questions below: Router>enable Router#show running-config   Question 1 Which will fix the issue and allow ONLY ping to work while keeping telnet disabled? A. Correctly assign an IP address to interface fa0/1 B. Change the ip access-group command on fa0/0 from “in” to “out” C. Remove access-group 106 in from interface fa0/0 and add access-group 115 in. D. Remove access-group 102 out from interface s0/0/0 and add access-group 114 in E. Remove access-group 106 in from interface fa0/0 and add access-group 104 in Answer : E Explanation: The question was not about FTP so skip line #1 and line #2. The line #3 denies telnet traffic and line #4 permits icmp-echo traffic. L...

Drag and Drop Questions

Question 1 Drag the security feature on the left to the specific security risks they help protect against on the right. (Not all options are used.) Answer : Question 2 Routing has been configured on the local router with these commands: Local(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.1 Local(config)#ip route 10.1.0.0 255.255.255.0 192.168.2.2 Local(config)#ip route 10.1.0.0 255.255.0.0 192.168.3.3 Drag each destination IP address on the left to its correct next hop address on the right Answer: Question 3 The left describes the types of cables, while the right describes the purposes of the cables. Drag the items on the left to the proper locations. (Not all items can be used.) Answer: Question 4 Drag each category on the left to its corresponding router output on the right. Each router output line is in the result of a show ip interface command. (No...