Руководство по эксплуатации Cisco Systems 1700

Руководство по эксплуатации для устройства Cisco Systems 1700

Устройство: Cisco Systems 1700
Категория: Лодочный двигатель
Производитель: Cisco Systems
Размер: 0.15 MB
Добавлено: 6/11/2014
Количество страниц: 14
Печатать инструкцию

Скачать

Как пользоваться?

Наша цель - обеспечить Вам самый быстрый доступ к руководству по эксплуатации устройства Cisco Systems 1700. Пользуясь просмотром онлайн Вы можете быстро просмотреть содержание и перейти на страницу, на которой найдете решение своей проблемы с Cisco Systems 1700.

Для Вашего удобства

Если просмотр руководства Cisco Systems 1700 непосредственно на этой странице для Вас неудобен, Вы можете воспользоваться двумя возможными решениями:

  • Полноэкранный просмотр -, Чтобы удобно просматривать инструкцию (без скачивания на компьютер) Вы можете использовать режим полноэкранного просмотра. Чтобы запустить просмотр инструкции Cisco Systems 1700 на полном экране, используйте кнопку Полный экран.
  • Скачивание на компьютер - Вы можете также скачать инструкцию Cisco Systems 1700 на свой компьютер и сохранить ее в своем архиве. Если ты все же не хотите занимать место на своем устройстве, Вы всегда можете скачать ее из ManualsBase.
Cisco Systems 1700 Руководство по эксплуатации - Online PDF
Advertisement
« Page 1 of 14 »
Advertisement
Печатная версия

Многие предпочитают читать документы не на экране, а в печатной версии. Опция распечатки инструкции также предусмотрена и Вы можете воспользоваться ею нажав на ссылку, находящуюся выше - Печатать инструкцию. Вам не обязательно печатать всю инструкцию Cisco Systems 1700 а только некоторые страницы. Берегите бумагу.

Резюме

Ниже Вы найдете заявки которые находятся на очередных страницах инструкции для Cisco Systems 1700. Если Вы хотите быстро просмотреть содержимое страниц, которые находятся на очередных страницах инструкции, Вы воспользоваться ими.

Краткое содержание
Краткое содержание страницы № 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

Краткое содержание страницы № 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

Краткое содержание страницы № 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

Краткое содержание страницы № 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

Краткое содержание страницы № 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

Краткое содержание страницы № 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

Краткое содержание страницы № 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

Краткое содержание страницы № 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

Краткое содержание страницы № 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

Краткое содержание страницы № 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

Краткое содержание страницы № 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

Краткое содержание страницы № 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

Краткое содержание страницы № 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

Краткое содержание страницы № 14

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


Скачавание инструкции
# Руководство по эксплуатации Категория Скачать
1 Cisco Systems 1700 Руководство по эксплуатации Сетевой маршрутизатор 24
2 Cisco Systems 1700 Руководство по эксплуатации Маршрутизатор 5
3 ATD Tools Atd-7399 Руководство по эксплуатации Лодочный двигатель 7
4 Black Box 5-15R Руководство по эксплуатации Лодочный двигатель 1
5 Black Box Руководство по эксплуатации Лодочный двигатель 0
6 Black Box PDUBV24-S20-120V Руководство по эксплуатации Лодочный двигатель 0
7 Briggs & Stratton 725 Руководство по эксплуатации Лодочный двигатель 19
8 Briggs & Stratton 610000 Руководство по эксплуатации Лодочный двигатель 10
9 Briggs & Stratton 540000 Руководство по эксплуатации Лодочный двигатель 4
10 Briggs & Stratton 775 Руководство по эксплуатации Лодочный двигатель 57
11 Briggs & Stratton 800 Руководство по эксплуатации Лодочный двигатель 40
12 Briggs & Stratton 850 Руководство по эксплуатации Лодочный двигатель 214
13 Briggs & Stratton 875 Руководство по эксплуатации Лодочный двигатель 8
14 Briggs & Stratton 950 Руководство по эксплуатации Лодочный двигатель 312
15 Delta AFE2000 Руководство по эксплуатации Лодочный двигатель 13