Instrukcja obsługi Cisco Systems 1700

Instrukcja obsługi dla urządzenia Cisco Systems 1700

Urządzenie: Cisco Systems 1700
Kategoria: Silnik zaburtowy
Producent: Cisco Systems
Rozmiar: 0.15 MB
Data dodania: 6/11/2014
Liczba stron: 14
Drukuj instrukcję

Pobierz

Jak korzystać?

Naszym celem jest zapewnienie Ci jak najszybszego dostępu do treści zawartych w instrukcji obsługi urządzenia Cisco Systems 1700. Korzystając z podglądu online możesz szybko przejrzeć spis treści i przejść do strony, na której znajdziesz rozwiązanie swojego problemu z Cisco Systems 1700.

Dla Twojej wygody

Jeżeli przeglądanie instrukcji Cisco Systems 1700 bezpośrednio na tej stornie nie jest dla Ciebie wygodne, możesz skorzystać z dwóch możliwych rozwiązań:

  • Przeglądanie pełnoekranowe - Aby wygodnie przeglądać instrukcję (bez pobierania jej na komputer) możesz wykorzystać tryp przeglądania pełnoekranowego. Aby uruchomić przeglądanie instrukcji Cisco Systems 1700 na pełnym ekranie, użyj przycisku Pełny ekran.
  • Pobranie na komputer - Możesz również pobrać instrukcję Cisco Systems 1700 na swój komputer i zachować ją w swoich zbiorach. Jeżeli nie chcesz jednak marnować miejsca na swoim urządzeniu, zawsze możesz pobrać ją w przyszłości z ManualsBase.
Cisco Systems 1700 Instrukcja obsługi - Online PDF
Advertisement
« Page 1 of 14 »
Advertisement
Wersja drukowana

Wiele osób woli czytać dokumenty nie na ekranie, lecz w wersji drukowanej. Opcja wydruku instrukcji również została przewidziana i możesz z niej skorzystać klikając w link znajdujący się powyżej - Drukuj instrukcję. Nie musisz drukować całej instrukcji Cisco Systems 1700 a jedynie wybrane strony. Szanuj papier.

Streszczenia

Poniżej znajdziesz zajawki treści znajdujących się na kolejnych stronach instrukcji do Cisco Systems 1700. Jeżeli chcesz szybko przejrzeć zawartość stron znajdujących się na kolejnych strinach instrukcji, możesz z nich skorzystać.

Streszczenia treści
Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 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

Streszczenie treści zawartej na stronie nr. 14

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


Podobne instrukcje
# Instrukcja obsługi Kategoria Pobierz
1 Cisco Systems 1700 Instrukcja obsługi Router sieciowy 24
2 Cisco Systems 1700 Instrukcja obsługi Router 5
3 ATD Tools Atd-7399 Instrukcja obsługi Silnik zaburtowy 7
4 Black Box 5-15R Instrukcja obsługi Silnik zaburtowy 1
5 Black Box Instrukcja obsługi Silnik zaburtowy 0
6 Black Box PDUBV24-S20-120V Instrukcja obsługi Silnik zaburtowy 0
7 Briggs & Stratton 725 Instrukcja obsługi Silnik zaburtowy 19
8 Briggs & Stratton 610000 Instrukcja obsługi Silnik zaburtowy 10
9 Briggs & Stratton 540000 Instrukcja obsługi Silnik zaburtowy 4
10 Briggs & Stratton 775 Instrukcja obsługi Silnik zaburtowy 57
11 Briggs & Stratton 800 Instrukcja obsługi Silnik zaburtowy 40
12 Briggs & Stratton 850 Instrukcja obsługi Silnik zaburtowy 214
13 Briggs & Stratton 875 Instrukcja obsługi Silnik zaburtowy 8
14 Briggs & Stratton 950 Instrukcja obsługi Silnik zaburtowy 312
15 Delta AFE2000 Instrukcja obsługi Silnik zaburtowy 13