Skip to main content

Posts

Showing posts with the label CCNA Cisco IOS

How to configure DHCP Service on Cisco Router

The Dynamic Host Configuration Protocol (DHCP) is a network protocol used to configure devices that are connected to a network so they can communicate on that network using the Internet Protocol (IP). The protocol is implemented in a client-server model, in which DHCP clients request configuration data, such as an IP address, a default gateway, and one or more DNS server addresses from a DHCP server. This tutorial will walk you through configuring a Cisco Router to server as a DHCP server for client computers. Commands: R1>enable R1#conf t R1(config)#service dhcp                                     >   Enables DHCP R1(config)#ip dhcp pool mydhcp                ...

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. 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, ...

What is the result of setting the no login command?

Refer to the exhibit. What is the result of setting the no login command?   A. Telnet access is denied. B. Telnet access requires a new password at the first login. C. Telnet access requires a new password. D. There is a virtually limitless supply of IP addresses. Answer : D Explanation: No Login command allows users to Telnet into a router with no password. Either way, something has to be configured for Telnet to work. Also, you cannot enter privileged mode (which is the IOS EXEC mode that allows you to view or change the configuration on a router) from Telnet unless an Enable password is set. These are very basic features of Cisco routers and allow only some security. Screenshots I just typed “ping 192.168.118.66”, Router R1 IP address: