Term
| The __________ contains a mapping of all the best routes to networks and the interfaces to exit. |
|
Definition
|
|
Term
| These are protocols exchanged between routing devices to dynamically advertise networks. |
|
Definition
|
|
Term
| These are entries made to the routing table by the administrator manually. |
|
Definition
|
|
Term
| As soon as an IP address is assigned to a working ____________, the router associates the entire subnet of the it's IP address in the routing table. |
|
Definition
|
|
Term
| When multiple sources advertise the same network, how does the router determine which one goes in the routing table? |
|
Definition
|
|
Term
| What is the administrative distance of a static route? |
|
Definition
|
|
Term
| ROM chips are utilized to conduct series of tests when power is switched on Cisco routers and switches as these are hard coded and does not require power to always remain on to keep the programs in memory. Which boot process does this describe? |
|
Definition
|
|
Term
| This code looks for the operating system as per programming routine after all the tests are passed by the hardware. |
|
Definition
|
|
Term
| ___________ is a code set that helps to perform basic functions to set the router or switch back to functioning state in a manual way. |
|
Definition
|
|
Term
| The ____________ is a 16-bit (4 hexadecimal characters) that specifies how the router or switch should operate. |
|
Definition
|
|
Term
| Where is the configuration register located? |
|
Definition
|
|
Term
| The last hexadecimal character known as _________ specifies the bootstrap code where to find the IOS. |
|
Definition
|
|
Term
| The saved configuration is firstly searched in NVRAM location. A file called ____________ is saved here by the administrator in which he had stored all the configurations to startup. |
|
Definition
|
|
Term
| When startup- config is loaded into RAM, what is it known as? |
|
Definition
|
|
Term
| What is the maximum range of a serial cable? |
|
Definition
|
|
Term
| Is RIPv2 classful or classless by default? |
|
Definition
|
|
Term
| What reserved multicast address does RIPv2 use to communicate with other RIPv2 neighbors? |
|
Definition
|
|
Term
| What are the commands to configure RIP on Router A? |
|
Definition
RouterA(config)#router rip RouterA(config-router) #version 2 RouterA(config-router) #network 172. 16.0.0 RouterA(config-router) #network 192. 168. 1. 0 |
|
|
Term
| _________________ is an easy command to show configuration for RIP and the other networks that have been configured. It also serves as a starting point for troubleshooting an existing implementation of RIP. It serves well when misconfigured or missing network statements are a likely situation. |
|
Definition
|
|
Term
| This command makes sure that RIP updates are received from neighbors. It also shows that the network configuration is functioning as the entries are reflected in the routing table. |
|
Definition
|
|
Term
| This command helps to see all the IP routing protocols that have been configured on a routing device. |
|
Definition
|
|
Term
| This command helps to see real-time updates as they are being sent and received for RIP. |
|
Definition
|
|
Term
| The _________________ command (Global Configuration)enables manipulation of fields and alteration of normal default operations of the router. |
|
Definition
|
|
Term
| This command can optionally be used to instruct the bootstrap to boot from specific locations. This command can even be used to specify which file to load in case of multiple IOS files on that location. |
|
Definition
|
|
Term
| What would be the command to change a router's hostname to CCNA2222 |
|
Definition
| Router(config) #hostname CCNA2222 |
|
|
Term
| __________ is also known as the message of the day. |
|
Definition
|
|
Term
| ____ is used as a delimiting character to inform the IOS the beginning and the end of the banner. |
|
Definition
|
|
Term
| The primary function of Cisco routers and switches is _______________. |
|
Definition
| transferring data between interfaces |
|
|
Term
| The command ____________ is used to designated ip addresses. The syntax is that the assigned address for the interface and subnet mask should follow the command. |
|
Definition
|
|
Term
| A description for the purposes of documentation can be entered by using the command _____________. |
|
Definition
| Router(config-if)#description |
|
|
Term
| By default all router interfaces are in a ________ state. |
|
Definition
|
|
Term
| The configuring administrator has to enable the interface by using the command ___________. |
|
Definition
|
|
Term
| The configuration to set duplex and speed manually is: |
|
Definition
Router(config) #interface FastEthernet 0/0 Router(config-if)#speed 100 Router(config-if)#duplex full |
|
|
Term
| WAN serial Interfaces work on an automatic assumption that it is the ____________ speed circuit that is connected to them. |
|
Definition
|
|
Term
| It becomes imperative to set a _____________ for anyone to achieve access to User EXEC. If this is not done an error stating that Password required, but none set would be received. |
|
Definition
|
|
Term
| The most insecure methods of establishing an EXEC are by using __________ |
|
Definition
|
|
Term
| The complete idea behind a ____________ is to inform the router about how to reach the destination network which is not attached to it and another router‘s interface is the via media through which it is attached to the network. |
|
Definition
|
|
Term
| The syntax that will be used for configuring is ip route. It will be followed by the ____________, __________, and __________ of the neighbor‘s interface. |
|
Definition
| destination network, destination subnet mask, the next-hop IP address |
|
|
Term
|
Definition
|
|
Term
| All the information in configuration is stored in ___________ first unless and until it is saved in configuration file in NVRAM. |
|
Definition
|
|
Term
| The all-around command for saving running information is _______ command. |
|
Definition
|
|
Term
|
Definition
| Internetwork Operating System. |
|
|
Term
| Cisco allows interaction with the devices through what two kinds of interfaces? |
|
Definition
|
|
Term
| How are rollover cables wired? |
|
Definition
| pins of both sides of tabs are reverse images of each other tabs when viewed in same orientation. (1-8,2-7, etc.) |
|
|
Term
| An auxiliary (AUX) port is built in on specific Cisco models. This port also uses a rollover cable and _________ connection like a console port. |
|
Definition
|
|
Term
| Virtual terminal emulation to a device is gained through TCP port _______ via _______ which is an Application layer protocol of the TCP/IP protocol suite. |
|
Definition
|
|
Term
| While HTTP uses TCP port _____ to establish in-band management connection to the Cisco device the HTTPS uses TCP port _____. |
|
Definition
|
|
Term
| HTTPS is a secure version of HTTP over _______________. |
|
Definition
| Secure Socket Layer (SSL) |
|
|
Term
| What are the two commands used to set a password? |
|
Definition
| enable password, enable secret |
|
|
Term
| Which password command is more secure as it utilizes a non-reversible one-way MD5 (Message Digest 5) cryptographic hash of the password? |
|
Definition
|
|
Term
| Which command is in clear text and can be seen by any hacker? |
|
Definition
|
|
Term
| This command can be used for encrypting all clear text passwords in configuration. It can also be used for passwords used in EXEC lines. |
|
Definition
| CCNA2811 (config) #service password-encryption |
|
|
Term
| This command helps to see the active configuration that is running in RAM. |
|
Definition
|
|
Term
This command displays the configuration that is to be loaded after the router or the switch is rebooted. The examples illustrated below |
|
Definition
|
|
Term
| This command gives the most detailed information about the status of the interface and network traffic. It gives information about all the interfaces on the network. |
|
Definition
|
|
Term
| What are the possible symptoms if the interface is up and the line protocol is up? |
|
Definition
| None everything is properly functioning |
|
|
Term
| What are the possible symptoms if the interface is up and the line protocol is down? |
|
Definition
| Encapsulation mismatch, lack of clocking on serial interfaces, missing keepalives |
|
|
Term
| What are the possible symptoms if the interface is down and the line protocol is down? |
|
Definition
| Cable is disconnected or attached to a shut down interface on the far end device |
|
|
Term
| What are the possible symptoms if the interface is administratively down and the line protocol is down? |
|
Definition
| local interface was not enabled with the no shutdown command |
|
|
Term
| In case a condensed output about the interface status and the IP address is required this command can be used. |
|
Definition
|
|
Term
| This command is not easy to interpret for everyone except the Cisco TAC (Technical Assistance Center). This command is useful for identifying whether a DTE or a DCE cable is attached to the serial interface or not. |
|
Definition
|
|
Term
| Start by resetting all the counters, this can be done by issuing the command ____________. |
|
Definition
|
|
Term
| The most commonly used command for troubleshooting is the ______ command. |
|
Definition
|
|
Term
| ____________ sends ICMP messages and receives replies from every routing device coming along the path to the destination. |
|
Definition
|
|