8. Managing Cisco Devices Flashcards

1
Q

What is the default value of the Configuration Register?

A

0x2102

15 - 0
0010 0001 0000 0010

  • bit 13 - Boot default ROM software if network boot fails
  • bit 8 - Break disabled
  • bit 1 - Boot commands specified in NVRAM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What values are used in the Boot field of the Configuration Register?

A

Bits 0-3

0 - ROM monitor mode
1 - Boot image from ROM
2-F - Use boot commands specified in NVRAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What configuration register value will ignore NVRAM contents on startup?

A

0x2142
0010 0001 0100 0010
Bit 6 - Ignore NVRAM contents

0xA102
1010 0001 0000 0010
Bit 15 - Enable diagnostic messages and ignore NVRAM contents

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What command is used to set the configuration register in normal operation mode?

A

sw(config)#config-register 0x2142

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A Cisco device will by default load the first IOS image found in flash,
what command can be used to specify which file to use?

A

sw(config)#boot system flash filename.bin

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A Cisco device will by default load the IOS from flash,
what other sources could be used?

A

FTP
TFTP
ROM
MOP
RCP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the usual fallback system for loading IOS?

A

TFTP
sw(config)#system boot tftp a.b.c.d filename.bin**

sw# show run | include boot system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the command steps to recovery a device without the password?

A
  • 1 Interrupt the boot sequence with Ctrl+Break or Ctrl+Shift+6, then b, this will power up into ROM monitor
  • 2 Change the configuration register to ignore NVRAM contents
    rommon#confreg 0x2142
  • 3 Reload the device
    rommon#reset
    rommon#I (i on older devices)
  • 4 Say no to setup mode, enter privileged mode
  • 5 sw#copy start run and enable interfaces if needed straight away
  • 6 Change password
    sw(config)#enable secret passwd
  • 7 Reset configuration register
    sw(config)#config-register 0x2102
  • 8 Save the configuration
    sw(config)#copy run start
  • 9 Reload device (optional)
    sw#reload
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What things must you check before attempting a TFTP transfer between a router/switch and a workstation?

A
  • TFTP server software is running on remote machine
  • The ethernet connection between the router and workstation must be made with a crossover cable
  • The workstation must be on the same subnet as the routers ethernet interface
  • The copy flash tftp command must be supplied the IP address of the workstation if you are copying from the router flash
  • If you are copying into flash, you need to verify there’s enough room in flash memory to accommodate the file to be copied
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What’s command is used to verify flash memory?

A

sw#show flash

sw#show version
- Shows RAM/flash in the output
Main difference is that:
- show flash displays all files in flash
- show version displays the system image that is running the device and the location it was loaded from (normally flash)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Probably outside scope of CCNA

What steps are needed to reflash a device over TFTP from ROM monitor?

A

rommon 1>tftpdnld
rommon 2>set IP_Address:1.1.1.1
rommon 3>set IP_SUBNET_MASK:255.0.0.0
rommon 4>set DEFAULT_GATEWAY:1.1.1.2
rommon 5>set TFTP_SERVER:1.1.1.2
rommon 6>set TFTP_FILE: flash:filename.bin
rommon 7>tftpdnld

You can turn a connected device into an TFTP service with the command:
rt(config)#tftp-server flash:filename.bin

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Probably outside scope of CCNA

What is one way to restore a remote device with no network connectivity?

A

Xmodem protocol through the console port
(I assume this is through a telephone line??)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

List the main Cisco IFS commands

A
  • pwd
  • cd
  • dir
  • copy
  • more
  • show file
  • delete Doesn’t always free up the space it was using, have to use the squeeze command as well
  • erase/format Use with care, may ask if you want to erase the whole file system! Say no
  • mkdir/rmdir
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What IOS version introduced the new licensing features?

A

15.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How is a software package differently in the new licensing model?

A
  • Software releases are now packaged as a universal image, (meaning all feature sets are available in one file)
  • This allows you to unlock (with a license) individual features
  • All routers come with IP Base Licensing which is the prerequisite for installing all other features

Additional features include:
Data: MPLS, ATM and multi protocol support.
Unified Communications: VoIP and IP Telephony
Security: Cisco IOS Firewall, IPS, IPSec, 3DES and VPN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a UDI?

A

The Unique Device Identifier is a combination of product ID (PID) and the device serial number

It can be displayed with the command
sw#show license udi

17
Q

What is a RTU license?

A

A Right To Use license is a 60 day evaluation license that allows users to test features before purchasing a license

18
Q

What is the process to purchase a feature license?

A

You can purchase a license from:
- CLM (Cisco License Manager) which is an automated process typically used by larger companies as it requires running additional software or
- manually through the website Cisco Product License Registration Portal and CLI

19
Q

What is the process to install a feature license?

A

CLM
- This will be done automatically

Cisco Product License Registration Portal
- you will receive a PAK (product authorisation key), this needs to be combined with the UID online to create a licence file
- copy the new license file to the device flash via USB or TFTP
- execute the command
sw#license install flash:license.lic

20
Q

What command is used to activate a Right To Use license?

A

rt(config)#license boot module c2900 technology-package securityk9

21
Q

What commands can be used to view license information?

A

For full details use:
sw#show license

For summarised information use:
sw#show license feature

Some license information is included in:
sw#show version

22
Q

What command is used to backup a license file?

A

rt#license save flash:MyLicense.lic

23
Q

What commands are used to uninstall a license?

A
  1. Disable the technology package
    rt#license boot module module-name technology-package package-name disable
    rt#license boot module c2900 technology-package datak9 disable
  2. Clear the license file
    rt#license clear feature-name
    rt#license clear datak9