配置Cisco2500系列访问服务器
思科无线: 2500 系列无线控制器部署指南新

Cisco 2500系列升级指南

Cisco 2500系列升级指南Cisco 2500系列升级指南(使用TFTP SERVER)1,准备:PC机一台,安装网卡,TFTP软件PC机一台,运行WINDOWS或WIN95仿真终端程序2,步骤:①设备连接:使用Cisco设备所带的Console线(黑色),连接2500的Console口和PC机的COM口,使用Cisco设备所带的双绞线(灰色),连接2500的AUI口(需要有AUI-AJ45的收发器)和TFTP SERVER的网卡RJ-45口。
②将升级软件拷贝至TFTP SERVER的相关目录下,启动TFTP SERVER。
③在PC机上通过终端仿真方式进入Cisco 2500的控制台在控制台方式下不要进入AUTOINSTALL方式,选择手动配置方式。
④在控制台状态下键入:router>en {进入特权模式}router#sh flash all {记录system images文件名}router#copy flash tftp {备份原有system images到tftp server}按提示输入TFTP SERVER的IP地址按提示输入SYSTEM IMAGES的文件名router#conf t {进入全局配置模式}router(config)#config-reg 0x2101 {修改寄存器值为 2101}router(config)#interface e0 {进入以太口配置模式}router(config-if)#ip address ##.##.##.## 255.255.255.0 {ip地址应与tftp server ip在同一网段}router(config-if)#no shutdown {激活端口}router(config-if)#^zrouter#reload {重新加载系统}router(boot)>enrouter(boot)#copy tftp flash {从tftp server升级IOS软件}按提示输入TFTP SERVER的IP地址按提示输入升级IOS源文件名按提示输入升级IOS目标文件名回车确认后,系统删除旧的IOS,开始从tftp server向router传输新的IOS文件.传输完成后键入:router(boot)#config trouter(boot)(config)#config-reg 0x2102 {将寄存器值改回2102}router(boot)(config)#^zrouter(boot)#reload。
各路由器密码找回方法

各路由器密码找回方法适用于所有的2000系列、2500系列、3000系列,以680x0为基准的4000系列,在ROM 中运行10.0或更高版本的IOS以后的7000系列,在ROM中运行9.1或更高版本的软件的IGS系列。
这里假定您的路由器的名字为“router”。
--------------------------------------------------------------------1、将一台终端或将PC以终端仿真的方式连到路由器的CONSOLE口上。
2、启动路由器到“router>”状态下,键入“show version”命令,此时记录下该命令的输出信息中的configration register的值(改值通常在该命令输出的最后一行),这个值通常应为0x2102或0x102。
例如:configration register is 0x2102。
3、将路由器的电源关掉,然后又重新开启。
4、在路由器启动后的60秒内请在终端上键入中断键(Break键或Ctrl_C键),您会看到一个前面没有路由器名字的>大于号)提示符。
如果没有出现,说明您没有给出正确的Break 信号,在这种情况下,请您检查终端仿真的设置。
5、在>号提示符下键入“o/r0x42”以便从Flash启动,注意第一个字母“o”不是十进制数“0”6、在>号提示符下键入“i”,路由器便会忽视存储的配置文件进行重新启动。
7、路由器启动后,对所有的setup的问题回答“no”。
8、在router> 提示符下键入“enable”,您就不需要口令就进入到enable模式,并且看到router# 提示符。
9、有两种方法可以改变enable口令:a. 删除所有的配置,键入“write erase”。
b. 不删除所有的配置,只删除enable的口令①.在router# 提示符下键入“config mem”。
②.在router# 提示符下键入“write term”。
cisco路由器恢复出厂设置

cisco路由器恢复出厂设置路由器都有恢复出厂设置额功能,那么cisco路由器怎么恢复出厂设置?有网友提到自己不会设置思科的设备,该怎么办?店铺在网上找了一些教程及命令,需要的朋友可以参考下。
一、Cisco 1000,1600,2500,4000系列1、IOS映像恢复的方法及步骤1) 连接PC的COM1口与路由器的console口,使用PC的超级终端软件访问该路由器;2)开启路由器的电源开关,并在30秒内按下键盘的Ctrl+break,中断路由器的正常启动以进入rom监视模式,屏幕上提示符如下:>3) 键入如下命令:>o /r 0x2101改变路由器虚拟寄存器的默认值(0x2102);4) 键入重启命令:>i路由器重启,当屏幕显示以下信息表明路由器重启完毕:System Bootstrap, Version 5.2(8a), RELEASE SOFTWARECopyright (c) 1986-1995 by cisco Systems2500 processor with 1024 Kbytes of main memory…Press RETURN to get started!5) 路由器在虚拟寄存器的值为0x2101时自动进入rom启动模式:router(boot)>6) 此时,将TFTP服务器上的IOS映像文件恢复至路由器flash memory中,依次键入以下命令:router(boot)>enrouter(boot)#copy tftp flashSystem flash directory:No files in System flashAddress or name of remote host192.168.18.168(IP地址已作技术处理,下同)Source file name? igs-i-l.110-22a.bin(IOS映像文件名)Destination file name ?Accessing file 'igs-i-l.110-22a.bin' on192.168.18.168...Loading igs-i-l.110-22a.bin from 192.168.18.168 (viaEthernet0): !Device needs erasure before copying new fileErase flash device before writing?Copy 'igs-i-l.110-22a.bin' from serveras 'igs-i-l.110-22a.bin' into Flash WITH erase?yErasing device... eeeeeeeeeeeeeeee ...erasedLoading igs-i-l.110-22a.bin from 192.168.18.168 (viaEthernet0): (!表示恢复成功)7) 还原路由器虚拟寄存器的默认值(0x2102),恢复路由器的正常启动顺序,依次键入以下命令:router(boot)#conf trouter(boot)(config)#config-register 0x2102router(boot)(config)#exitrouter(boot)#wrrouter(boot)#reload2、IOS映像升级的方法及步骤1) 升级之前先备份,将相关文件备份至TFTP服务器,键入如下命令:router#copy bootflash tftp(Cisco2500系列路由器不存在bootflash,相应的是rom)router#copy flash tftprouter#copy startup-config tftp2) 因为Cisco 1000,1600,2500,4000系列路由器不允许在正常工作状态下重写flashmemory,所以只有进入rom(或bootflash)启动模式才能升级IOS映像,依次键入以下命令:router#conf trouter(config)#config-register 0x2101router(config)#exitrouter#wrrouter#reload3)路由器重启完毕后进入rom(或bootflash)启动模式,从TFTP服务器将新的IOS映像文件拷贝至路由器的flashmemory中:router(boot)#copy tftp flash4) 还原路由器虚拟寄存器的默认值(0x2102),恢复路由器的正常启动顺序,依次键入以下命令:router(boot)#conf trouter(boot)(config)#config-register 0x2102router(boot)(config)#exitrouter(boot)#wrrouter(boot)#reload二、Cisco 1700,2600,3600,7200系列1、IOS映像恢复的方法及步骤1) 连接PC的COM1口与路由器的console口,使用PC的超级终端软件访问该路由器;2)开启路由器的电源开关,并在30秒内按下键盘的Ctrl+break,中断路由器的正常启动以进入rom监视模式,屏幕上提示符如下:rommon 1>3) 键入xmodem命令:rommon 1>xmodem c3640-i-mz.120-10.bin(IOS映像文件名)4)然后,路由器一直等待从PC上接收该IOS映像文件,此时在超级终端软件中点击发送选项,选择存放在PC本地硬盘中的IOS映像文件,确定后即开始下载文件至路由器的flashmemory中,由于通讯带宽只有9600波特,整个文件下载时间约为1.5小时(依文件大小而定),屏幕显示信息如下:Do not start the sending program yet...device does not contain a valid magic numberdir: cannot open device flash:WARNING: All existing data in flash will be lost!Invoke this application only for disaster recovery.Do you wish to continue? y/n:yReady to receive file c3640-i-mz.120-10.bin ...Erasing flash at 0x307c0000program flash location 0x30380000Download Complete!program load complete, entry point: 0x80008000, size:0x38f4105) 接着,路由器将自动重启,屏幕显示信息如下:Self decompressing the image :#################################…Press RETURN to get started!2、IOS映像升级的方法及步骤1) 同理,升级之前先备份,将关键文件备份至TFTP服务器,键入下列命令: router#copybootflash tftp(Cisco 3600系列路由器不存在bootflash)router#copy flash tftprouter#copy startup-config tftp2) 因为Cisco 1700,2600,3600,7200系列路由器允许在正常工作状态下重写flashmemory,所以直接键入以下命令就可完成IOS映像的在线升级:router#copy tftp flashrouter#reload或者,为保险起见(以路由器停止服务为代价),在进入rom监视模式后才进行IOS映像的升级,则依次进行下列操作:2)在路由器重启加电后30秒内按下键盘的Ctrl+break,中断路由器的正常启动直接进入rom监视模式,屏幕上提示符如下:rommon 1>或者,在路由器重启过程完成后进行以下操作,同样可以进入路由器的rom监视模式:router#conf trouter(config)#config-register 0x0router(config)#exitrouter#wrrouter#reloadrommon 1>3) 键入以下命令,将IOS映像的升级文件从TFTP服务器复制至路由器的flash memory中:rommon 1>b c3640-i-mz.121-2.T 192.168.18.168program load complete, entry point: 0x80008000, size:0x4ed478Self decompressing the image :##################################Loading c3640-i-mz.121-2.T from 192.168.18.168 (viaEthernet0/0):4) 还原路由器虚拟寄存器的默认值(0x2102),恢复路由器的正常启动顺序,依次键入以下命令:rommon 1>confreg 0x21025) 键入重启命令,使得新配置生效,完成IOS映像的离线升级:rommon 2>reset以上内容来自互联网,希望对大家有所帮助。
Cisco 2500系列访问服务器概述说明书

1Overview of the Cisco 2500 Series Access ServerThe Cisco 2500 series access server is a full-featured communication server with multiprotocol routing capability between synchronous serial, LAN, and asynchronous serial ports.The Cisco 2500 series access server is available in four models, as follows:Model 2509 1 Ethernet port2 synchronous serial ports8 asynchronous serial portsModel 2510 1 Token Ring2 synchronous serial ports8 asynchronous serial portsModel 2511 1 Ethernet2 synchronous serial ports16 asynchronous serial portsModel 2512 1 Token Ring2 synchronous serial ports16 asynchronous serial portsAccess Server Hardware FeaturesAccess Server Hardware FeaturesThe access server has the following hardware features:•8 or 16 ports for connection to modems, terminals, or other asynchronous(EIA/TIA-232) equipment• 2 MB to 16 MB (depending on the selected feature set) of primary memory, using dynamic random-access memory (DRAM) single in-line memory modules (SIMMs)•32-KB nonvolatile random-access memory (NVRAM) to store configurations•4-MB to 8-MB Flash memory for running the Cisco Internetwork Operating System (Cisco IOS) image•2-MB shared packet memory•Two synchronous serial ports for connection to a WAN•EIA/TIA-232 console port for connection of a console terminal•EIA/TIA-232 auxiliary port for connection of a terminal or modemNote EIA/TIA-232 and EIA/TIA-449 were known as recommended standards RS-232and RS-449 before their acceptance as standards by the Electronic Industries Association(EIA) and Telecommunications Industry Association (TIA).The serial WAN connections use a proprietary, 60-pin connector. The Ethernet andToken Ring connections use standard LAN cabling with an attachment unit interface (AUI)or DB-9 connector.The console terminal is used to provide basic and emergency local system access. Theauxiliary port is used to provide basic and emergency remote system access.The access server uses a 68-pin connector and breakout cable, which provides 8 RJ-45 portson each cable. These ports use RJ-45-to-DB-25 adapters to connect to asynchronousdevices.Access Server ServicesSystem SpecificationsT erminal ServicesTerminal services provide terminal-to-host connectivity with virtual terminal protocolsincluding Telnet, local-area transport (LAT), TN3270, and rlogin. Terminal services can beused to connect to a modem in a modem pool for outbound connectivity.Asynchronous Routing ServicesRouting services enable the access server to route packets over LANs and WANs usingasynchronous interfaces to a remote LAN or WAN.Protocol T ranslation ServicesProtocol translation allows terminal services running over one protocol to be translated toterminal services running over another protocol such as an X.25 packetassembler/disassembler (PAD) to Telnet (using Transmission Control Protocol/InternetProtocol [TCP/IP]). Protocol translation on the access server supports Telnet, TN3270,LAT, X.25, and PAD.System SpecificationsThe system specifications of the Cisco 2500 series access server are listed in Table1-1.Table1-1System SpecificationsDescription SpecificationDimensions (H x W x D) 1.75 x 17.5 x 10.56" one rack unit(4.44x44.45x26.82cm)Weight10 lb (4.5 kg)Input voltage, AC power supply CurrentFrequencyPower dissipation 100–240 V AC0.5–1.0A50–60 Hz40W (maximum), 135.5 Btus1/hrSystem SpecificationsInput voltage, DC power supply CurrentPower dissipation 40W, 40–72 VDC0.5–1.0A40W (maximum), 135.5 Btus/hrProcessor20-MHz Motorola 68EC030Network interface options Model 2509:1 Ethernet, 2 synchronous serial, 8asynchronous serialModel 2510: 1 Token Ring, 2 synchronous serial, 8asynchronous serialModel 2511: 1 Ethernet, 2 synchronous serial, 16asynchronous serialModel 2512: 1 Token Ring, 2 synchronous serial, 16asynchronous serialEthernet interface Ethernet AUI IEEE 802.3Token Ring interface IEEE 802.5 (DB-9)Synchronous serial interfaces EIA/TIA-232, EIA/TIA-449, V.35, X.21 (NRZ/NRZI2and DTE/DCE3 mode)EIA-530 (NRZ/NRZI and DTE mode)All synchronous serial interfaces use the DB-60connector at the chassisAsynchronous serial interfaces EIA/TIA-232,Asynchronous serial interfaces use RJ-45 connectors Console and auxiliary ports Asynchronous serial (RJ-45)Operating environment32–104°F (0–40°C)Nonoperating temperature–40–185°F (–40–85°C)Operating humidity5–95%, noncondensingNoise level34 dBa @ 3' (0.914 m)1.BTU = British thermal unit.2.NRZ = nonreturn to zero; NRZI = nonreturn to zero inverted.3.DTE = data terminal equipment; DCE = data communications equipment.Description SpecificationSystem Specifications。
杰克潘 Cisco 2500系列路由器简介说明书

Cisco2500 SeriesProduct OverviewThe Cisco2500 series routers provide a variety of models designed for branch office and remote site environments. Theserouters are typically fixed configuration with at least two of the following interfaces:•Ethernet (AUI)•10BaseT Ethernet hub•Token Ring•Synchronous serial•Asynchronous serial•ISDN BRIKey Features and BenefitsCisco2500 routers come with Flash EPROM technology for simplified software maintenance. These systems support avariety of Cisco IOS software feature sets,so you can choose a feature set that supports your specific protocol environment.The software feature sets range from an IP and bridging-only to the full array of Cisco’s software functionality, includingAPPN and RMON.Mission-specific models contain less memory and less hardware functionality to support a subset of protocols.Each mission-specific model can be upgraded to full router capability by downloading a new Cisco IOS software feature set and, ifnecessary, adding memory.Cisco2500 series models can be divided into the following categories:•Single LAN routers—Models 2501, 2502, 2503, 2504, 2520, 2521, 2522 and 2523•Mission-specific, entry-level routers—Models 2501CF, 2501LF, 2502CF, 2502LF, 2503I, 2504I, 2520CF, 2520LF, 2521CF, 2521LF, 2522CF, 2522LF, 2523CF and 2523LF•Router/hub combinations—Models 2505, 2507 and 2516•Access servers—Models2509to2512(refer to the“Cisco2500Series Access Servers”section in the“Access Servers”chapter later in the catalog)•Dual LAN routers—Models 2513, 2514 and 2515•Modular routers—Models 2524 and 2525 (optional integrated DSU/CSU or NT-1)SpecificationsHardwareAll the Cisco2500 series models support the features listed in the following table.Table 5-53: Cisco 2500 Series Specifications 1. If your system requires more than 8MB of Flash memory, the additional memory must be ordered separately.2. This feature set is available with Cisco IOS Release 11.0 and later releases.3. The console cable kit includes an RJ-45-to-RJ-45 roll-over console cable, an RJ-45-to-DB-25 male DCE adapter, an RJ-45-to-DB-25 female DTE adapter, and an RJ-45-to-DB-9 female DTE adapterSoftwareTable 5-54: Cisco 2500 Series Environmental Specifications Characteristic DescriptionFlash memoryMinimum of 8 MB of Flash memory, except for the mission-specific routers which require only 4MB of Flash memory. However, depending on the Cisco IOS release that shipped with the sys-tem, it might require more memory. Refer to the “Cisco IOS Software” chapter for the minimum Flash memory required for each feature set.DRAM memory expandability Minimum DRAM required by the Cisco IOS release that shipped with the system. Refer to the “Cisco IOS Software” chapter for the minimum DRAM required for each feature set.Processor type20-MHz 68030Software options—Cisco IOS Re-lease 11.2IP Routing IP Routing PlusIP/IPX with IBM base functionality and APPN Desktop (IP/IPX/AppleTalk/DEC)Desktop (IP/IPX/AppleTalk/DEC) Plus Enterprise Enterprise PlusEnterprise/APPN/PlusMission-specific Cisco 2500 series: application-specific software Software options—Cisco IOS Re-lease 11.1 and 11.0IP RoutingIP Routing with IBM base functionality IP/IPX RoutingIP/IPX Routing with IBM base functionality IP/IPX with IBM base functionality and APPN DesktopDesktop with IBM base functionality EnterpriseEnterprise/APPN RMONMission-specific Cisco 2500 series: application-specific softwareDimensions (H x W x D)Models 2501 to 2516 and 2520 to 2525: 1.75 x 17.5 x 10.56 in. (4.44 x 44.45 x 26.82 cm)Weight (average shipping)Models 2501 to 2516 and 2520 to 2525: 10 lb. (4.5 kg)Standard componentsPower supply and cord Console cable kitRJ-45-to-DB-9 adapter19 in. rack-mount/wall-mount kitDescription SpecificationConsumption For models 2501 to 2525: 40WInput For models 2501 to 2516 and 2520 to 2525: 110 to 220 V AC, 50 to 60 Hz –48VDC Current ratingFor models 2501 to 2516 and 2520 to 2525: 1.0A at 60 Hz, 0.5A at 50 Hz Operating temperature range For models 2501 to 2516 and 2520 to 2525: 32 to 104F (0 to 40C)Nonoperating temperature rangeFor models 2501 to 2516 and 2520 to 2525: –40 to 185F (–40 to 85C)Description SpecificationHumidity (noncondensing)For models 2501 to 2525: 5 to 95%OptionsThe Cisco2500 series routers are discussed in the following sections:•Memory Options•Single LAN Routers•Mission-Specific Routers•Router/Hub Combinations•Access Servers•Dual LAN Routers•Modular Routers•Hardware Product NumbersMemory OptionsAll Cisco2500models include a minimum of8MB of Flash memory,except for the mission-specific routers which include4 MB or 8 MB of Flash memory, depending upon the Cisco IOS software release you order. Additional Flash memory canbe purchased to allow for dual banking or potential future code growth.There are two types of DRAM memory in the Cisco2500 series routers: primary and shared (packet). Primary memory isused to store the operating configuration,routing tables,caches,and queues.Shared memory is used to store incoming andoutgoing packets. In the table below, the physical configuration column lists the amount of DRAM SIMM memorysupported. The system usage column lists how the system allocates the total DRAM memory installed.Table 5-55: Shared and Primary DRAM Memory—Cisco2500 SeriesPhysical Configuration System UsageTotal DRAM Memory DRAM SIMM Shared DRAM Memory Primary DRAM Memory4MB4MB2MB2MB8MB8MB2MB6MB16MB16MB2MB14MBHardware Product NumbersThe Cisco2500series offers the hardware,memory,and NPM cable options listed in the following table.If a product numberends with an equal sign(=),the item can be ordered only as a spare.If a product number does not end with an equal sign,theitem can be ordered as a spare or as a configurable part of a system order.Other hardware options can also be ordered throughthe Cisco authorized reseller channel.Note For options that apply to most systems,refer to the“Cables and Transceivers”or“Power Supplies and Power Cords”chapters later in the catalog.Single LAN RoutersModels2501,2502,2503,2504,2520,2521,2522,and2523(see through)contain the common Cisco2500series featureslisted in the following table. In addition, these models support the network interfaces listed in Table 11-90.Note This section discusses standard models.The mission-specific models are described in the “Mission-Specific Routers”section later in this chapter.Table 5-56: Single LAN Router Network Interfaces 1. Synchronous and asynchronous.2. Synchronous.Figure 5-13: Cisco 2501 Rear ViewFigure 5-14: Cisco 2502 Rear ViewModel Ethernet Token Ring Low-Speed Serial 1Serial 2ISDN BRI 25011002025020102025031002125040102125201022125210122125221082125231821H 8825DB-9DB-60RJ-45On/off switchPowerDB-9DB-60RJ-45On/off switchPowerH 1687Figure 5-16: Cisco 2504 Rear ViewFigure 5-17: Cisco 2520 Rear ViewFigure 5-18: Cisco 2521 Rear ViewDB-15DB-60RJ-45On/off switchPowerH 1688DB-9DB-60RJ-45On/off switchPowerH 1689H 6707DB-15RJ-45On/off switchPower DB-60DB-600H 6696DB-9UTP Token Ring ISDN (BRI)RJ-45On/off switch PowerDB-60Figure 5-20: Cisco 2523 Rear ViewMission-Specific RoutersMission-specific routers are entry-level routers that are based on standard Cisco 2500hardware.However,mission-specific routers contain less memory than standard models and run reduced software images designed for CFRAD,LAN FRAD,and ISDN applications. These reduced software images disable unused ports. Mission-specific routers can be upgraded to full standard-model functionality by purchasing additional software and memory.Table 5-57: Mission-Specific Router Network Interfaces Model Ethernet Token Ring Serial Low-Speed Serial ISDN BRI 2501CF Software disabled 02002501LF 102002502CF 0Software disabled 2002502LF 012002503I 10Software disabled 012504I 01Software disabled 012520CF Software disabled 022Software disabled 2520LF 1022Software disabled 2521CF 0Software disabled 22Software disabled 2521LF 0122Software disabled 2522CF Software disabled 028Software disabled 2522LF128Software disabledH 6697DB-60DB-1510BaseTISDN (BRI)RJ-45On/off switchPowerH 66980DB-15UTP Ethernet ISDN (BRI)RJ-45On/off switchDB-60PowerDB-60Router/Hub CombinationsModels 2505,2507,and 2516support integrated hub functionality as well as all the common features listed in Table 11-89. In addition, these models support the interfaces listed in the following table.Table 5-58: 10BaseT Hub Ports Figure 5-21: Cisco 2505 Rear ViewFigure 5-22: Cisco 2507 Rear View2523CF 0Software disabled 28Software disabled 2523LF128Software disabledModel Serial Hub Ports ISDN BRI 25052802507216025162141Model Ethernet Token Ring Serial Low-Speed Serial ISDN BRI DB-60RJ-45On/off switchPowerH 8826RJ-451Cisco 2505DB-60RJ-45On/off switchPowerH 2544RJ-45Access ServersModels 2509, 2510, 2511, and 2512 are designed to function as access servers for remote node and asynchronous/synchronous routing. For complete information, refer to the “Access Servers” chapter later in the catalog.Dual LAN RoutersModels 2513, 2514, and 2515 provide higher-density LAN support and include all the common features listed in Table 11-89. In addition, these models support the interfaces listed in the table below.Table 5-59: Dual LAN Router Interface Options Figure 5-24: Cisco 2513 Rear ViewModel Ethernet Token Ring Serial 25131122514202251522DB-60RJ-45RJ-45 On/off switch PowerH 2856MDI/MDI-XswitchBRI DB-60DB-15DB-60RJ-45On/off switchPowerH 2547DB-9TOK EN RIN GFigure 5-26: Cisco 2515 Rear ViewModular RoutersModels 2524 and 2525 provide LAN and WAN access in a low-cost modular router platform that can grow with yourinternetworking needs.The Cisco 2524offers an Ethernet (AUI or 10BaseT)LAN connection,and the Cisco 2525offers a Token Ring (STP or UTP) LAN connection. Both routers can accommodate up to three WAN modules—two synchronous serial and one ISDN.The choice of synchronous serial W AN modules is as follows:•2-wire, switched, 56-kbps DSU/CSU •4-wire, 56/64-Kbps DSU/CSU •Fractional T1/T1 DSU/CSU •Five-in-one synchronous serialNote The five-in-one synchronous serial WAN module gets its name from the five types of signaling it supports, whichinclude:EIA/TIA-232,EIA/TIA-449,V .35,X.21and EIA-530.You can order a DB-60shielded serial transition cable.The router end of the cable has a DB-60 connector; the other end of the cable has the appropriate connector for the standard interface you specify.The choice of ISDN WAN modules is as follows:•ISDN BRI•ISDN with integrated NT1 deviceThe ISDN W AN modules are keyed so that you cannot insert them into the synchronous serial WAN slots.A blank slot cover is installed over unused slots.DB-15DB-60RJ-45On/off switchPowerH 2546DB-15DB-9DB-60RJ-45On/off switchPowerH 2548DB-9Figure 5-28: Cisco 2525 Rear ViewFigure 5-29: 2-Wire, Switched, 56-Kbps DSU/CSU WAN ModulePowerH 5045On/offswitchConsole port (RJ-45)10BaseT port(RJ-45)Ethernet AUI port (DB-15)LAN activity LED Ethernet link LED Auxiliary port (RJ-45)H 5271PowerOn/off switchConsoleport(RJ-45)UTP port (RJ-45)Token Ring port (DB-9)LANactivityLEDToken Ringin-ring LEDAuxiliary port (RJ-45)H 5046RJ-112-WIRE 56KDSU/CSUTXLBRX ALCDCarrier detectLEDReceive LEDAlarmLED Loopback LEDTransmit LEDCaptive screwCaptive screwFigure 5-30: 4-Wire, 56/64-kbps DSU/CSU WAN ModuleFigure 5-31: Fractional T1/T1 DSU/CSU WAN ModuleFigure 5-32: ISDN BRI WAN ModuleH 5047RJ-48S4-WIRE 56K/64K DSU/CSUTXLBRX ALCDCarrier detectLEDReceive LEDAlarmLED Loopback LEDTransmit LEDCaptive screwCaptive screwH 5048RJ-48CFTI/TI DSU/CSUTX LBRX ALCDCarrier detectLEDReceive LEDAlarmLED Loopback LEDTransmit LEDCaptive screwCaptive screwMONINOUTNETJACK Monitor jackH 5050RJ-45ISDN-BRIS/TACTIVITYISDN BRI activity LEDCaptive screwCaptive screwFigure 5-33: ISDN BRI with Integrated NT1 WAN ModuleFigure 5-34: Five-in-One Synchronous Serial WAN ModuleFigure 5-35: Blank Slot CoverRefer to the “Cisco IOS Software” chapter for detailed software feature set information.Ordering InformationProduct NumbersNote For more information, including cable illustrations, refer to the “Cables and Transceivers” chapter. The “PowerCords” chapter provides international power cord product numbers.H 5051RJ-45ISDN-BRI with NTIACT UCaptive screwCaptive screwNTIH 5049SERIALCaptive screwCaptive screwACTIVITYSerial activity LEDDB-60H 5052Captive screwCaptive screwDo not plug/unplug modules with power on.BLANKTable 5-60: Cisco2500 Series Base Models Hardware Product NumbersModel Description Product Number Cisco2501 1 Ethernet, 2 serial, AC power supply CISCO2501 Cisco2501-DC 1 Ethernet, 2 serial, DC power supply CISCO2501-DC Cisco 2501CF1 2 serial, CFRAD software, AC power supply CISCO2501CF Cisco2501LF 1 Ethernet, 2 serial, LAN FRAD software, AC power supply CISCO2501LF Cisco2502 1 Token Ring, 2 serial, AC power supply CISCO2502 Cisco2502CF1 2 serial, CFRAD software, AC power supply CISCO2502CF Cisco2502LF 1 Token Ring, 2 serial, LAN FRAD software, AC power supply CISCO2502LF Cisco2503 1 Ethernet, 2 serial, 1 ISDN BRI, AC power supply CISCO2503 Cisco2503-DC 1 Ethernet, 2 serial, 1 ISDN BRI, DC power supply CISCO2503-DC Cisco2503I1 1 Ethernet, 1 ISDN BRI, ISDN software, AC power supply CISCO2503I Cisco2503I-DC1 1 Ethernet, 1 ISDN BRI, ISDN software, DC power supply CISCO2503I-DC Cisco2504 1 Token Ring, 2 serial, 1ISDN BRI, AC power supply CISCO2504 Cisco2504-DC 1 Token Ring, 2 serial, 1ISDN BRI, DC power supply CISCO2504-DC Cisco2504I1 1 Token Ring, 1 ISDN BRI, ISDN software, AC power supply CISCO2504I Cisco25058 Ethernet UTP hub ports, 2 serial, AC power supply CISCO2505 Cisco2505-DC8 Ethernet UTP hub ports, 2 serial, DC power supply CISCO2505-DC Cisco250716 Ethernet UTP hub ports, 2 serial, AC power supply CISCO2507 Cisco2507-DC16 Ethernet UTP hub ports, 2 serial, DC power supply CISCO2507-DC Cisco25092 1 Ethernet, 2 serial, 8 async serial, AC power supply CISCO2509 Cisco2509-DC2 1 Ethernet, 2 serial, 8 async serial, DC power supply CISCO2509-DC Cisco25102 1 Token Ring, 2 serial, 8 async serial, AC power supply CISCO2510 Cisco25112 1 Ethernet, 2 serial, 16 async serial, AC power supply CISCO2511 Cisco2511-DC2 1 Ethernet, 2 serial, 16 async serial, DC power supply CISCO2511-DC Cisco25122 1 Token Ring, 2 serial, 16 async serial, AC power supply CISCO2512 Cisco2513 1 Ethernet, 1 Token Ring, 2serial, AC power supply CISCO2513 Cisco2514 2 Ethernet, 2 serial, AC power supply CISCO2514 Cisco2514-DC 2 Ethernet, 2 serial, DC power supply CISCO2514-DC Cisco2515 2 Token Ring, 2 serial, AC power supply CISCO2515 Cisco251614 Ethernet UTP hub ports, 2 sync serial, 1ISDN BRI, AC power supply CISCO2516 Cisco2516-DC14 Ethernet UTP hub ports, 2 sync serial, 1ISDN BRI, DC power supply CISCO2516-DCCISCO2520 Cisco25201Ethernet,2high-speed sync serial,2low-speed async/sync serial,1ISDN BRI inter-face, AC power supplyCisco2520-DC1Ethernet,2high-speed sync serial,2low-speed async/sync serial,1ISDN BRI inter-CISCO2520-DC face, DC power supplyCisco2520CF1 2 high-speed sync serial, 2 low-speed async/sync serial, CFRAD software,CISCO2520CF AC power supplyCisco2520LF1 1 Ethernet, 2 high-speed sync serial, 2 low-speed async/sync serial, LAN FRAD soft-CISCO2520LF ware, AC power supplyCISCO2521 Cisco2521 1 Token Ring, 2 high-speed sync serial, 2 low-speed async/sync serial, 1 ISDN BRIinterface, AC power supplyCisco2521-DC 1 Token Ring, 2 high-speed sync serial, 2 low-speed async/sync serial, 1 ISDN BRICISCO2521-DC interface, DC power supplyCisco2521CF1 2 high-speed sync serial, 2 low-speed async/sync serial, CFRAD software,CISCO2521CF AC power supply1. Mission-specific router. Mission-specific routers are based on standard Cisco 2500 hardware, but they contain less memory and run reduced Cisco IOS images that disable unused ports and support a subset of protocols. By adding software, and possibly memory, mission-specific routers can be upgraded to full standard router functionality.2. See the “Access Servers” chapter later in this catalog, for more information.Cisco 2521LF 1 1 Token Ring, 2 high-speed sync serial, 2 low-speed async/sync serial, LAN FRAD software, AC power supplyCISCO2521LF Cisco 2522 1 Ethernet, 2 high-speed sync serial, 8 low-speed async/sync serial, 1 ISDN BRI in-terface, AC power supplyCISCO2522Cisco 2522-DC 1Ethernet,2high-speed sync serial,8low-speed async/sync serial,1ISDN BRI inter-face, DC power supplyCISCO2522-DC Cisco 2522CF 1 2 high-speed sync serial, 8 low-speed async/sync serial, CFRAD software,AC power supplyCISCO2522CF Cisco 2522LF 11Ethernet,2high-speed sync serial,8low-speed async/sync serial,LAN FRAD soft-ware, AC power supplyCISCO2522LF Cisco 2523 1 Token Ring, 2 high-speed sync serial, 8 low-speed async/sync serial, 1 ISDN BRI interface, AC power supplyCISCO2523Cisco 2523-DC 1 Token Ring, 2 high-speed sync serial, 8 low-speed async/sync serial, 1 ISDN BRI interface, DC power supplyCISCO2523-DC Cisco 2523CF 1 2 high-speed sync serial, 8 low-speed async/sync serial, CFRAD software,AC power supplyCISCO2523CF Cisco 2523LF 1 1 Token Ring, 2 high-speed sync serial, 8 low-speed async/sync serial, LAN FRAD software, AC power supplyCISCO2523LF Cisco 2524 1 Ethernet (AUI or 10BaseT) with 3 slots for WAN modules, AC power supply CISCO2524Cisco 2524-DC 1 Ethernet (AUI or 10BaseT) with 3 slots for WAN modules, DC power supply CISCO2524-DC Cisco 25251 Token Ring (STP or UTP) with 3 slots for WAN modules, AC power supplyCISCO2525Model DescriptionProduct NumberProduct and Part NumbersPart Numbers for the Rack-Mount KitsPart Description Part Number19-in. rack-mount kit1ACS-2500RM-19=24-in. rack-mount kit A25-2500RM-24=Memory OptionsBoot ROM upgrade BOOT-2500=DRAM Memory Options4-MB DRAM SIMM (spare)MEM-1X4D=MEM2500-4U8D4-MB to8-MB DRAM SIMM Factory Up-grade8-MB DRAM SIMM (spare)MEM-1X8D=MEM2500-4U16D 4-MB to 16-MB DRAM SIMM FactoryUpgrade16-MB DRAM SIMM (spare)MEM-1X16D=MEM2500-8U16D 8-MB to 16-MB DRAM SIMM FactoryUpgradeFlash Memory Options4-MB Flash SIMM (spare)MEM-1X4F=MEM2500-8U16F8-MB to 16-MB Flash SIMM Factory Up-grade8-MB Flash SIMM (spare)MEM-1X8F=ModulesSM25-56K22-wire switched 56-kbps DSU/CSU mod-ule(for Cisco2524and Cisco2525routersonly)SM25-56K44-wire 56/64-kbps DSU/CSU module (forCisco 2524 and Cisco 2525 routers only)SM25-T1Fractional T1/T1 DSU/CSU module (forCisco 2524 and Cisco 2525 routers only)SM25-5IN1Five-in-one synchronous serial module(forCisco 2524 and Cisco 2525 routers only)SM25-BRI-S/TISDN BRI module (for Cisco 2524 andCisco 2525 routers only)ISDN with integrated NT1 device moduleSM25-BRI-U(for Cisco 2524 and Cisco 2525 routersonly)SM25-BLANKBlank slot cover(for Cisco2524and Cisco2525 routers only)Redundant Power SystemsPWR-600-AC-RPS 600W redundant AC power system for theCisco 2500 series routersCAB-RPSY-2208Redundant power supply22/18OIR Y-loadcableRedundant power supply 22/18 load cable CAB-RPS-2218=Redundant power supply 22/08 load cable CAB-RPS-2208=ACS-2500RPS=Redundant power supplyfield upgrade forCisco 2500 series routersCables1.The 19-inch rack-mount kit can only be ordered as a spare;a 19-inch rack-mount kit is included with all Cisco 2500series routers.An optional 24-inch rack-mount kit can be ordered from Cisco Systems.2.The auxiliary/console cable kit includes an RJ-45-to-RJ-45roll-over console cable,an RJ-45-to-DB-25male DCE adapter,an RJ-45-to-DB-25female DTE adapter, and an RJ-45-to-DB-9 adapter.EIA/TIA-232 male DTE interface, 10 ft (3m)CAB-232MT EIA/TIA-232 female DCE interface, 10 ft (3 m)CAB-232FC EIA/TIA-449 male DTE interface, 10 ft (3m)CAB-449MT EIA/TIA-449 female DCE interface, 10 ft (3 m)CAB-449FC EIA-530 male DTE interface, 10 ft (3 m)CAB-530MT V .35 male DTE interface, 10 ft (3 m)CAB-V35MT V .35 female DCE interface, 10 ft (3 m)CAB-V35FC X.21 male DTE interface, 10 ft (3 m)CAB-X21MT X.21 female DCE interface, 10 ft (3 m)CAB-X21FC Ethernet AUI adapter cable CAB-3CE18=Auxiliary/console cable kit 2ACS-2500ASYN RJ-45-to-DB-25 management card con-sole cableCAB-MGMT-RH Shielded power cable, United States CABS-AC Shielded power cable, Australia CABS-ACA Shielded power cable, Italy CABS-ACI Shielded power cable, Europe CABS-ACE Shielded power cable, United KingdomCABS-ACUPart DescriptionPart Number。
cisoc路由器配置使用手册

CISCO路由器配置使用手册目录1.CISCO路由器基本知识.物理端口介绍.内存体系结构介绍.配置途径.命令行配置模式.路由器口令的安全管理.常用命令2.IP协议配置3.部分广域网协议配置协议配置配置配置4.IP路由协议配置.静态路由配置.缺省路由配置配置配置5.远程访问服务配置附录A:路由器口令恢复附录B:参考资料1.CISCO路由器基本知识CISCO路由器品种繁多,从低端的700系列到高端的12000系列,共有十多个系列,每个系列的硬件接口和结构都是不一样的,其市场定位也分为几个层次,如早期固定配置的800、2500系列路由器分别是面向家庭或小型办事处用户、小型企业广域网或远程拨号接入,Cisco7000系列路由器用于大型网络的分布层连接,12000系列为骨干网络的核心路由器。
现在的路由器都是模块化结构,用户根据需要选择网络模块和广域网接口卡,同时为以后升级提供了很大的灵活性,如3600系列拥有70种接口模块(ATM、E1、ISDNPRI、DIGITALMODEM等)可以选择,可以提供数据/语音、虚拟专网、拨号访问和多协议路由等解决方案。
其实,但从另一角度来说,路由器也是一台计算机,就象大家熟悉的运行WINDOWS95的PC机一样。
CISCO 路由器也包含硬件和软件两部分,其软件就是思科公司创造的网络操作系统:CiscoIOS (InternetworkOperatingSystem),掌握了IOS系统,也就掌握了路由器。
.路由器常用物理端口介绍Cisco路由器支持的部分物理接口类型包括:■以太网■快速以太网■令牌环网■FDDI■低速串口■高速串口■HSSI■ISDNBRI/PRI■ATM比如,CISCO2500系列包含以下几种端口:高速同步串口,最大支持的E1速率。
通过软件配置,这种端口可以连接DDN,帧中继(FrameRelay),,PSTN(模拟电话线路)。
同步/异步串口(sync/async),这种端口可以用软件设置工作方式。
CISCO路由器接口的配置

CISCO路由器的基本安装维护1 控制口连接先将CISCO2500/1000系列路由器附件中的控制电缆RJ45的一端连接到CISCO的CONSOLE口上,CISO7000/4000系列路由器则将MODEM电缆的DB25的一端接到CISCO 的CONSOLE口上,DB9的一端连接到PC的COM1/2上。
在PC上设置仿真终端程序:比如用WINDOWS中的TERMINAL程序,使用COM1/2,9600BPS,8 DATA BIT,2STOP BIT。
其余使用默认值。
做好控制口连接后,打开路由器的电源开关。
2 初始安装一般建议使用机器安装,这样既美观又便于维护。
!!!注意:路由器必须使用带有有效地的电源。
一般要求使用的电源的零地间的电压<4V,零火/地火的电压就为220V。
地线保护基本上要求上网的设备需有保护地线,这些设备包括主机、工作站、HUB、交换器、路由器及连接路由器的MODEM等。
配置路由器的终端或PC机也必须使用带有有效地的电源。
CISCO的同步串行接口是多用的,通过不同的电缆可引出不同的接口,如RS232、V.35等。
并且CISCO的同步串行接口电缆的电缆是特别预制的。
第一次安装时系统会自动进入DIALOG SETUP。
依次回答路由器名称,加密超级登录密码,超级登录密码,远程登录密码,动态路由协议,各个接口的配置等。
之后回答YES 保存该配置。
然后等2分钟,按回车数下。
出现路由器名称。
打入ENABLE命令,回答超级登录密码。
出现路由器名称#。
打入CONFIG TERMINAL配置路由器:NO SERVICE CONFIGNO IP DOMAIN-LOOKUP(进一步的配置)按CTRL-Z退出,出现路由器名称#。
打入WRITE MEMORY保存配置。
3 一般同步拨号、专线、DDN连接配置IPX routing IPX routingINTERFACE SERIAL 0 INTERFACE SERIAL 0IP ADDRESS 1.1.1.1 255.0.0.0 IP ADDRESS 1.1.1.2.255.0.0.0IPX NETWORK 111 IPXNETWORK 111INTERFACE ETHERNET 0 INTERFACE ETHERNET 0IP ADDRESS 12.1.1.1 255.0.0.0 IPADDRESS 16.1.1.1255.0.0.0IPX NETWORK 123456 IPXNETWORK 987654ROUTER IGRP 1 ROUTERIGRP 1NETWORK 1.0.0.0 NETWORK 1.0.0.0NETWORK 12.0.0.0 NETWORK16.0.0.04 X.25连接配置IP ROUTING IPROUTINGINTERFACE SERIAL 0 INTERFACE SERIAL 0IP ADDRESS 1.1.1.1 255.0.0.0 IP ADDRESS 1.1.1.2255.0.0.0ENCAPSULATION X25 ENCAPSULATION X25X25 ADDRESS 32699 X25 ADDRESS 32688X25 HTC 16 X25 HTC 16X25 IDLE6 X25 IDLE 6X25 map ip 1.1.1. 2 32688 broadcast X25 map ip 1.1.1.132699 broadcastINTERFACE ETHERNET 0 INTERFACE ETHERNET 0IP ADDRESS 12.1.1.1 255.0.0.0 IP ADDRESS 16.1.1.1 255.0.0.0ROUTER IGRP 1 ROUTER IGRP1NETWORK 1.0.0.0 NETWORK 1.0.0.0NETWORK 12.0.0.0 NETWORK 16.0.0.05 一般故障判断首先看MODEM的状态,如果MODEM的DCD不亮,则表示线路连接故障,请先检查线路连接。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
配置Cisco2500系列访问服务器你可以按下列几节中描述的程序之一配置访问服务器:✧使用配置方式(Configuration Mode)配置访问服务器✧使用自动安装(AutoInstall)配置访问服务器✧使用设置工具(Setup Facility)手工配置访问服务器按照最适合你的网络配置需要的程序做。
在继续配置过程前,输入show version命令检查访问服务器的当前状态。
show version 命令将显示在访问服务器上可用的Cisco IOS软件的版本。
●用配置方式配置访问服务器如果你不打算使用设置工具或自动安装的话,你可以手工配置访问服务器。
手工配置访问服务器采取以下几个步骤:步骤1、连接一个控制台终端,给访问服务器加电。
步骤2、当你被问到是否进入初始会话时,回答no,进入访问服务器正常的操作方式。
Would you like to enter the initial dialog? [yes]: no步骤3、几秒钟后,你会看到用户EXEC提示符(Router>)。
键入enable以进入授权方式(enable mode)。
改变配置只能在授权方式下做。
Router> enable提示符将变为特权EXEC提示符:router#步骤4、在授权提示符下键入config terminal命令,从终端进入配置方式:router# config terminal你现在可以键入你需要的任何对配置的改变。
要退出配置方式按Ctrl-Z 。
为了看到当前运行的配置,在#提示符下键入show running-config命令(如果你运行的是Cisco IOS 11.0或更高版本)。
键入命令write terminal (如果你运行的是Cisco IOS 11.0 以前的版本)router# show running-config为看到NVRAM中的配置,在授权提示符下键入show startup-config命令:router# show config为了使你的改变永久保留,在授权提示符后键入命令copy running-config startup- config(如果你运行的是Cisco IOS 11.0或更高版本),或键入命令write terminal (如果你运行的是Cisco IOS 11.0以前的版本)router# copy running-config startup-config********如果你对配置做了改变但是还没有将它写入NVRAM,则show running-config和show startup-config命令的结果会不同。
现在访问服务器已经被配置,并将用你所输入的配置引导。
●用自动安装配置访问服务器自动安装程序AutoInstall是设计用于访问服务器连接到WAN后的自动配置的。
为使AutoInstall正确工作,你的网络上的一个TCP/IP主机必须预先配置成能够提供必需的配置文件。
TCP/IP主机可以在网络上的任何位置,只要能够维持下列两个条件:1. 主机必须在访问服务器对WAN的异步串行连接的远方场地。
2. 用户数据报协议(UDP)广播入出访问服务器,该TCP/IP主机必须被授权。
这个功能由你的系统管理员在该TCP/IP主机所在地点调整。
在TCP/IP主机上未提供必须的文件时,你不要试图使用AutoInstall。
采取以下步骤为AutoInstall程序准备你的访问服务器:步骤1、将异步串行电缆装至访问服务器。
步骤2、给访问服务器加电。
访问服务器将从闪速存储器装入操作系统映像。
如果WAN连接的远端被连接并正确地配置,AutoInstall程序将开始。
如果AutoInstall成功地完成,你可能要将配置数据写入访问服务器的非易失随机存取存储器(NVRAM)中。
执行下一个步骤完成这个任务:步骤3、如果你运行的是Cisco IOS 11.0或更高版本,请在#提示符后面输入copy running-config startup-config命令;如果你运行的是Cisco IOS 11.0以前的版本,输入write memory命令。
Hostname# copy running-config startup-config采取这些步骤将保存AutoInstall程序在访问服务器中生成的配置设定。
如果你未能作到这一点,你的配置将会在你下次加载访问服务器时丢失。
●用设置工具手工配置访问服务器如果你不打算使用AutoInstall,那就不要连接访问服务器的串行(WAN)电缆到通道服务单元/数据服务单元(CSU/DSU)。
这样就防止访问服务器试图运行AutoInstall程序。
不管你什么时候打开访问服务器,它都试图运行AutoInstall,只要串行(WAN)连接在两端连接而访问服务器又没有在NVRAM中保存一个配置。
访问服务器要确定AutoInstall未设置到一个远端TCP/IP主机上可能需要几分钟。
一旦访问服务器确认AutoInstal未被配置,它将默认设置工具。
如果串行(WAN)电缆没有连接,访问服务器将从闪速存储器引导并进入设置工具。
注意:任何时候你只要在授权提示符(#)后输入setup命令都可以运行设置工具。
配置全局参数当你第一次启动设置程序时你必须配置全局参数。
全局参数是用于控制整个系统的设置。
输入全局参数使用以下步骤:步骤1、连接一个控制台终端,然后引导访问服务器到EXEC提示符(router>)。
步骤2、在你从闪速存储器引导后大约30秒钟会出现下面的信息。
当你看到这些信息显示出来,你就已经成功地引导了你的访问服务器。
System Bootstrap, Version 4.14(8), SOFTWARECopyright (c) 1986-1995 by cisco Systems2500 processor with 16384 Kbytes of main memoryLoading igs-c-l.110-0.7 at 0x3000040, size = 3865444 bytes [OK]F3: 3779532+85880+173868 at 0x3000060Restricted Rights LegendUse, duplication, or disclosure by the Government issubject to restrictions as set forth in subparagraph(c) of the Commercial Computer Software - RestrictedRights clause at FAR sec. 52.227-19 and subparagraph(c) (1) (ii) of the Rights in Technical Data and ComputerSoftware clause at DFARS sec. 252.227-7013.cisco Systems, Inc.170 West Tasman DriveSan Jose, California 95134-1706Cisco Internetwork Operating System SoftwareIOS (tm) 3000 Software (IGS-C-L), Version 11.0(0.8), SOFTWARECopyright (c) 1986-1995 by cisco Systems, Inc.Compiled Mon 19-Jun-95 23:22 byImage text-base: 0x030200E4, data-base: 0x00001000cisco 2500 (68030) processor (revision C) with 16380K/2048K bytesof memory.Processor board ID 2685538369SuperLAT software copyright 1990 by Meridian Technology Corp).TN3270 Emulation software (copyright 1994 by TGV Inc).X.25 software, Version 2.0, NET2, BFE and GOSIP compliant.Bridging software.Authorized for Enterprise software set. (0x0)1 Ethernet/IEEE 802.3 interface.2 Serial network interfaces.8 terminal lines.32K bytes of non-volatile configuration memory.4096K bytes of processor board System flash (Read ONLY)Notice: NVRAM invalid, possibly due to write erase.--- System Configuration Dialog ---At any point you may enter a question mark '?' for help.Refer to the 'Getting Started' Guide for additional help.Use ctrl-c to abort configuration dialog at any prompt.Default settings are in square brackets '[]'.步骤3、当你被问到是否想进入配置对话而你又想看到当前界面的摘要时,键入yes或按回车。
按回车接受默认(yes):Would you like to enter the initial configuration dialog? [yes]:First, would you like to see the current interface summary? [yes]:Any interface listed with OK? value "NO" does not have a validconfigurationInterface IP-Address OK? Method Status ProtocolEthernet0 unassigned NO not set up downSerial0 unassigned NO not set down downSerial1 unassigned NO not set down down步骤4、选择你的Ethernet或Token Ring接口上支持的协议。