亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 5662 | 回復: 7
打印 上一主題 下一主題

cisco經典配置第一集:)文件系統(tǒng)方面 [復制鏈接]

論壇徽章:
1
榮譽版主
日期:2011-11-23 16:44:17
跳轉到指定樓層
1 [收藏(0)] [報告]
發(fā)表于 2002-06-27 17:17 |只看該作者 |倒序瀏覽
相應peng的號召,所以我起了這個名字的主題。但是不知道是否經典:)
首先是文件系統(tǒng)方面
How to Download a Software Image to a Cisco 2600 via TFTP Using the tftpdnld ROMMON Command


This document explains how to download a software image to a Cisco 2600 using Trivial File Transfer Protocol (TFTP) over the first LAN port using the tftpdnld ROMMON command.

Notes:

    * The ROMMON TFTP transfer works on the first LAN port only&#59; however, for the Cisco 2612, you can choose the Token Ring or Ethernet port.

    * You can only download files to the router. You cannot use ROMMON TFTP to get files from the router.

    * Does not support source route bridging on Token Ring ports.

Operation

First, you must set ROMMON environment variables prior to the TFTP download. All variable names are case sensitive.

You can view the ROMMON environment variables by using the set command, as shown below:

rommon 3 >; set PS1=rommon ! >; IP_ADDRESS=172.18.16.76
    IP_SUBNET_MASK=255.255.255.192
    DEFAULT_GATEWAY=172.18.16.65
    TFTP_SERVER=172.18.16.2
    TFTP_FILE=quake/rel22_Jan_16/c2600-i-mz

The variables to set for tftpdnld are shown below:

usage: tftpdnld
       Use this command for disaster recovery only to recover an image via TFTP.
       "tftpdnld" has no arguments.  Monitor variables are used for arguments.
       (Syntax: "VARIABLE_NAME=value" and use "set" to show current variables.)
       "ctrl-c" or "break" stops the transfer before flash erase begins.

       The following variables are REQUIRED to be set for tftpdnld:
                 IP_ADDRESS: The IP address for this unit
             IP_SUBNET_MASK: The subnet mask for this unit
            DEFAULT_GATEWAY: The default gateway for this unit
                TFTP_SERVER: The IP address of the server to fetch from
                  TFTP_FILE: The filename to fetch

       The following variables are OPTIONAL:
               TFTP_VERBOSE: Print setting. 0=quiet, 1=progress(default), 2=verbose
           TFTP_RETRY_COUNT: Retry count for ARP and TFTP (default=7)
               TFTP_TIMEOUT: Overall timeout of operation in seconds (default=2400)
              TFTP_CHECKSUM: Perform checksum test on image, 0=no, 1=yes (default=1)
     rommon 14 >;

The variables to set for Token Ring are shown below:

TR_1E1R_PORT On the Cisco 2612, this variable sets the Token Ring or Ethernet port.
0 = use Ethernet port
1 = use Token Ring port
Default is 0
TR_SPEED_MODE For a Token Ring port, this variable sets the ring speed and duplex mode.
0 = 4 Mbps half-duplex mode
1 = 4 Mbps full-duplex mode
2 = 16 Mbps half-duplex mode
3 = 16 Mbps full-duplex mode
Default is 2

The variables to set for Fast Ethernet are shown below:

FE_SPEED_MODE 0 = 10 Mbps half-duplex mode
1 = 10 Mbps full-duplex mode
2 = 100 Mbps half-duplex mode
3 = 100 Mbps full-duplex mode
4 = auto-negotiation
Default is 4

You must use the sync command to save ROMMON environment variables to nonvolatile RAM (NVRAM).
Example

rommon 16 >; IP_ADDRESS=171.68.171.0
rommon 17 >; IP_SUBNET_MASK=255.255.254.0
rommon 18 >; DEFAULT_GATEWAY=171.68.170.3
rommon 19 >; TFTP_SERVER=171.69.1.157
rommon 20 >; TFTP_FILE=c2600-is-mz.113-2.0.2.Q
rommon 21 >; tftpdnld

IP_ADDRESS: 171.68.171.0
           IP_SUBNET_MASK: 255.255.254.0
          DEFAULT_GATEWAY: 171.68.170.3
              TFTP_SERVER: 171.69.1.129
                TFTP_FILE: c2600-is-mz.113-2.0.3.Q

     Invoke this command for disaster recovery only.
     WARNING: all existing data in all partitions on flash will be lost!
     Do you wish to continue? y/n:  [n]:  y

Receiving c2600-is-mz.113-2.0.3.Q from 171.69.1.129 !!!!!.!!!!!!!!!!!!!!!!!!!.!!
     File reception completed.
     Copying file c2600-is-mz.113-2.0.3.Q to flash.
     Erasing flash at 0x607c0000
     program flash location 0x60440000
     rommon 22 >;


How to Download a Software Image to a Cisco 2600 through the Console Port Using the xmodem ROMMON Command

You can download a software image to a Cisco 2600 through the console port using the xmodem [-cyr] [filename] ROMMON command, where:

    * -c specifies CRC-16

    * -y specifies YMODEM protocol

    * -r copies the image to RAM. (It does not copy to Flash. Leave off the -r to copy the image to Flash.)

Notes:

    * The ROMMON XMODEM/YMODEM transfer works on the console port only.

    * You can only download files to the router. You cannot use XMODEM/YMODEM to get files from the router.

Example

rommon 1 >; xmodem -c c2600-is-mz.113-4.T1
Do not start the sending program yet...
              File size           Checksum   File name
        4466148 bytes (0x4425e4)   0x7a90    c2600-is-mz.113-2.0.3.Q

     WARNING: All existing data in bootflash will be lost!
     Invoke this application only for disaster recovery.
     Do you wish to continue? y/n  [n]:  y
Ready to receive file c2600-is-mz.113-4.T1 ...
     Erasing flash at 0x607c0000
     program flash location 0x60440000
     Download Complete!
     program load complete, entry point: 0x80008000, size: 0x4412cc
     Self decompressing the image : ################################################]


論壇徽章:
0
2 [報告]
發(fā)表于 2002-07-04 11:53 |只看該作者

cisco經典配置第一集:)文件系統(tǒng)方面


收下了

論壇徽章:
0
3 [報告]
發(fā)表于 2002-07-07 10:35 |只看該作者

cisco經典配置第一集:)文件系統(tǒng)方面

閣下是美國農民吧,看得我好辛苦,多打點中國字不好嗎?

論壇徽章:
1
榮譽版主
日期:2011-11-23 16:44:17
4 [報告]
發(fā)表于 2002-07-07 11:24 |只看該作者

cisco經典配置第一集:)文件系統(tǒng)方面

  就硬著頭皮看吧,時間長了,就沒什么困難了,一舉兩得,即學技術,又學英語。
  你占便宜了!!。。。海

論壇徽章:
0
5 [報告]
發(fā)表于 2002-07-07 11:40 |只看該作者

cisco經典配置第一集:)文件系統(tǒng)方面

感覺看起來挺復雜的,慢慢看吧

論壇徽章:
0
6 [報告]
發(fā)表于 2002-07-07 23:10 |只看該作者

cisco經典配置第一集:)文件系統(tǒng)方面

哈哈
我希望咱們版里多點英文的資料,最好能有朋友再翻譯一下,我的英語菜,在學習,抓緊提高.
我們能比看,那樣提高快

論壇徽章:
1
榮譽版主
日期:2011-11-23 16:44:17
7 [報告]
發(fā)表于 2002-07-08 17:49 |只看該作者

cisco經典配置第一集:)文件系統(tǒng)方面

那我肯定完蛋了,我過去是學習俄語的。:(
關鍵是新的技術都是英文的。沒有辦法。:(大家對付看吧。

論壇徽章:
1
榮譽版主
日期:2011-11-23 16:44:17
8 [報告]
發(fā)表于 2002-07-08 17:50 |只看該作者

cisco經典配置第一集:)文件系統(tǒng)方面

對了,忘記說了我是中國農民:)地道的中國農民:)
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復

  

北京盛拓優(yōu)訊信息技術有限公司. 版權所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關心和支持過ChinaUnix的朋友們 轉載本站內容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP