Instruction d'utilisation Cisco Systems 1700

Instruction d'utilisation pour le dispositif Cisco Systems 1700

Dispositif: Cisco Systems 1700
Catégorie: Moteur hors-bord
Fabricant: Cisco Systems
Dimension: 0.15 MB
Date d'addition: 6/11/2014
Nombre des pages: 14
Imprimez l'instruction

Téléchargez

Comment utiliser?

Notre objectif consiste à vous assurer le plus rapide accès au contenu de l'instruction d'utilisation du dispositif Cisco Systems 1700. En utilisant l'aperçu en ligne vous pouvez parcourir le sommaire et passer à la page où vous trouverez la résolution de votre problème avec Cisco Systems 1700.

Pour votre confort

Si regarder l'instruction Cisco Systems 1700 directement sur la page n'est pas confortable pour vous, vous pouvez profiter de deux solutions possibles:

  • Exploration au mode de plein écran - pour analyser l'instruction d'une manière commode (sans l'avoir téléchargée sur votre ordinateur) vous pouvez utiliser le mode d'exploration en plein écran. Pour démarrer l'exploration de l'instruction Cisco Systems 1700 en plein écran, utilisez le bouton Plein écran.
  • Téléchargement sur l'ordinateur - vous pouvez aussi télécharger l'instruction Cisco Systems 1700 sur votre ordinateur et la sauvegarder dans vos ressources. Si vous n'avez pas envie de gaspiller votre espace disque, vous pouvez toujours télécharger cette instruction du ManualsBase dans l'avenir.
Cisco Systems 1700 Manuel d'utilisation - Online PDF
Advertisement
« Page 1 of 14 »
Advertisement
Version imprimée

Beaucoup de gens préfèrent de lire les documents dans la version imprimée et non pas sur l'écran. L'option d'impression de l'instruction est aussi prévue et vous pouvez en profiter en cliquant le lien ci-dessus - Imprimez l'instruction. Il n'est pas nécessaire d'imprimer toute l'instruction Cisco Systems 1700 - on peut choisir des pages. Economisez le papier.

Résumés

Vous trouverez ci-dessous les annonces des contenus qui se trouvent sur les pages suivantes de l'instruction de Cisco Systems 1700. Si vous voulez parcourir rapidement le contenu des pages suivantes de l'instruction, vous pouvez en profiter.

Résumés du contenu
Résumé du contenu de la page N° 1

APPENDIX B
ROM Monitor
This appendix describes the Cisco router ROM monitor (also called the bootstrap
program). The ROM monitor firmware runs when the router is powered up or
reset. The firmware helps to initialize the processor hardware and boot the
operating system software. You can perform certain configuration tasks, such as
recovering a lost password or downloading software over the console port, by
using the ROM monitor. If there is no Cisco IOS software image loaded on the
router, the RO

Résumé du contenu de la page N° 2

Appendix B ROM Monitor Entering the ROM Monitor Follow these steps to configure the router to boot up in ROM monitor mode the next time it is rebooted. Command Router Prompt Task Router> Step 1 enable If there is an enable password configured, enter the enable command and the enable password to enter privileged EXEC mode. Step 2 Router# configure terminal Enter global configuration mode. Router(config)# Step 3 config-reg 0x0 Reset the configuration register. Step 4 Router(config)# exit Exit

Résumé du contenu de la page N° 3

Appendix B ROM Monitor ROM Monitor Commands ROM Monitor Commands Enter ? or help at the ROM monitor prompt to display a list of available commands and options, as follows: rommon 1 > ? alias set and display aliases command boot boot up an external process break set/show/clear the breakpoint confreg configuration register utility cont continue executing a downloaded image context display the context of a loaded

Résumé du contenu de la page N° 4

Appendix B ROM Monitor Command Descriptions Command Descriptions Table B-1 describes commonly used ROM monitor commands. Table B-1 Common ROM Monitor Commands Command Description help or ? Displays a summary of all available ROM monitor commands. -? Displays information about command syntax, for example: rommon 16 > dis -? usage : dis [addr] [length] The output for this command is slightly different for the xmodem download command: rommon 11 > xmodem -? xmodem: illegal option -- ? usage: xm

Résumé du contenu de la page N° 5

Appendix B ROM Monitor Disaster Recovery with TFTP Download Table B-2 describes the ROM monitor boot commands. For more information about the ROM monitor boot commands, refer to the Cisco IOS Configuration Guide and Cisco IOS Command Reference publications. Table B-2 Boot Commands Command Description b Boots the first image in Flash memory. b flash: [filename] Attempts to boot the image directly from the first partition of Flash memory. If you do not enter a filename, this command will boot

Résumé du contenu de la page N° 6

Appendix B ROM Monitor Disaster Recovery with TFTP Download Note The commands described in this section are case sensitive and must be entered exactly as shown in the lists. Required Variables The following variables must be set with the commands shown before using the tftpdnld command: Variable Command IP address of the router. IP_ADDRESS= ip_address Subnet mask of the router. IP_SUBNET_MASK= ip_address IP address of the default gateway of the DEFAULT_GATEWAY= ip_address router. IP address

Résumé du contenu de la page N° 7

Appendix B ROM Monitor Disaster Recovery with TFTP Download Variable Command Number of times the router attempts TFTP_RETRY_COUNT= ARP and TFTP download. The default retry_times is 7. Amount of time, in seconds, before the TFTP_TIMEOUT= time download process times out. The default is 2400 seconds (40 minutes). Configures how the router displays file TFTP_VERBOSE= setting download progress. 0—No progress is displayed. 1—Exclamation points (!!!) are displayed to indicate file download progres

Résumé du contenu de la page N° 8

Appendix B ROM Monitor Configuration Register Note The -r variable is optional. Entering this variable downloads and boots the new software but does not save the software to Flash. You can then use the image that is in Flash the next time you enter the reload command in the Cisco IOS software CLI. You will see output similar to the following: IP_ADDRESS: 10.0.0.1 IP_SUBNET_MASK: 255.255.0.0 DEFAULT_GATEWAY: 1.3.0.1 TFTP_SERVER: 223.255.254.254 TFTP_FILE: c1700

Résumé du contenu de la page N° 9

Appendix B ROM Monitor Configuration Register This will change the virtual configuration register to the value specified. The value is always interpreted as hexadecimal. Entering confreg without an argument displays the contents of the virtual configuration register and a prompt to alter the contents by describing the meaning of each bit. Whether or not an argument is provided, the new virtual configuration register value is written into NVRAM, but it does not take effect until you reset or

Résumé du contenu de la page N° 10

Appendix B ROM Monitor Console Download Console Download You can use console download, a ROM monitor function, to download over the router console port either a software image or a configuration file. After downloading, the file is saved either to Flash memory or to main memory for execution (image files only). Use console download when you do not have access to a TFTP server. Note If you want to download a software image or a configuration file to the router over the console port, you must

Résumé du contenu de la page N° 11

Appendix B ROM Monitor Console Download Argument Description y Optional. Sets the router to perform the download using ymodem protocol. Default is xmodem protocol. The protocols differ as follows: • The xmodem protocol supports a 128-block transfer size, whereas the ymodem protocol supports a 1024-block transfer size. • The ymodem protocol uses 16-bit CRC error checking to validate each packet. Depending on the device that the software is being downloaded from, this function might not be su

Résumé du contenu de la page N° 12

Appendix B ROM Monitor Debug Commands Debug Commands Most ROM monitor debugging commands are functional only when Cisco IOS software has crashed or stopped. If you enter a debugging command and Cisco IOS crash information is not available, you see the following error message: "xxx: kernel context state is invalid, can not proceed." The following are ROM monitor debugging commands: • stack or k—Produce a stack trace. For example: rommon 6> stack Stack trace: PC = 0x801111b0 Frame 00: FP = 0x

Résumé du contenu de la page N° 13

Appendix B ROM Monitor Debug Commands R28 = 0xffffffff R29 = 0xffffffff R30 = 0xffffffff R31 = 0xffffffff • frame—Display an individual stack frame. • sysret—Display return information from the last booted system image. This information includes the reason for terminating the image, a stack dump of up to eight frames, and, if an exception is involved, the address where the exception occurred. For example: rommon 8> sysret System Return Info: count: 19, reason: user break pc:0x801111b0

Résumé du contenu de la page N° 14

Appendix B ROM Monitor Debug Commands Cisco 1700 Series Router Software Configuration Guide 78-5407-03 B-14


Instructions pareilles
# Instruction d'utilisation Catégorie Téléchargez
1 Cisco Systems 1700 Manuel d'utilisation Routeur réseau 24
2 Cisco Systems 1700 Manuel d'utilisation Routeur 5
3 ATD Tools Atd-7399 Manuel d'utilisation Moteur hors-bord 7
4 Black Box 5-15R Manuel d'utilisation Moteur hors-bord 1
5 Black Box Manuel d'utilisation Moteur hors-bord 0
6 Black Box PDUBV24-S20-120V Manuel d'utilisation Moteur hors-bord 0
7 Briggs & Stratton 725 Manuel d'utilisation Moteur hors-bord 19
8 Briggs & Stratton 610000 Manuel d'utilisation Moteur hors-bord 10
9 Briggs & Stratton 540000 Manuel d'utilisation Moteur hors-bord 4
10 Briggs & Stratton 775 Manuel d'utilisation Moteur hors-bord 57
11 Briggs & Stratton 800 Manuel d'utilisation Moteur hors-bord 40
12 Briggs & Stratton 850 Manuel d'utilisation Moteur hors-bord 214
13 Briggs & Stratton 875 Manuel d'utilisation Moteur hors-bord 8
14 Briggs & Stratton 950 Manuel d'utilisation Moteur hors-bord 312
15 Delta AFE2000 Manuel d'utilisation Moteur hors-bord 13