书城教材教辅组网技术实训
22843800000003

第3章 项目1网络设备基本配置命令(2)

举例:设置路由器当前日期为2001年6月1日23时0分0秒。

Router#clock set23:0:02001.6.1

3.configure

命令格式:configure[terminal]

功能:从特权用户配置模式进入全局配置模式。

参数:[terminal] 表示进行终端配置。

举例:

Router#configure

Enter configuration commands,one per line.End With command exit!

4.exec timeout

命令格式:exec timeout<minutes>

功能:设置退出特权用户配置模式超时时间。

参数:<minute>为时间值,单位为分钟,取值范围为0~300。

默认情况:系统默认为5分钟。

使用指南:为确保路由器使用的安全性,防止非法用户的恶意操作,当特权用户在做完最后一项配置后,开始计时,到达设置时间值时,系统就自动退出特权用户配置模式。用户如果想再次进入特权用户配置模式,需要再次输入特权用户密码和口令。

举例:设置路由器退出特权用户配置模式的超时时间为5分钟。

Router#exec timeout 5

5.exit

命令格式:exit

功能:退出特权用户配置模式,返回一般用户配置模式。

举例:

Router#exit

Router>

6.first-config

命令格式:first-config

功能:恢复路由器首次配置标志。

使用指南:路由器出厂后的第一次上电,出厂配置标志为设置状态。在对路由器做相应配置后,执行Write命令并重启路由器,会自动清除出厂配置标志。路由器运行一段时间,希望恢复出厂默认配置时,可手动执行first-config、Write、reboot等一系列命令。

举例:系统从当前状态恢复到出厂时的默认配置。

Router#first-config

Router#Write

You selected factory-set When next Router startup!

Router#reboot

7.help

命令格式:help

功能:解释系统帮助的使用方法。

举例:在路由器特权模式下使用help命令。

Router#help

Help may be requested at any point in a command by entering a question mark"?",If nothing matches,the help list Will be empty and you must backup until entering a"?"shoWs theaVailable options.

TWo styles of help are proVided:

1.Full help is aVailable When you are ready to enter a command argument(e.g."shoW ?")and describeseach possible argument.

2.Partial help is proVided When an abbreViated argument is entered and you Want to knoW What argumentsmatch the input(e.g."interface e?".)

8.monitor

命令格式:monitor

功能:打开当前控制界面的调试信息。

命令模式:特权用户配置模式。

使用指南:用户通过Console口配置路由器,默认情况下打开debug开关,debug信息会显示在控制界面上;如果用户通过Telnet登录DCR路由器,打开debug开关时,debug信息仍然显示在Console口的控制界面而不是Telnet控制界面,在Telnet控制界面上使用本命令可以使debug信息显示在Telnet控制界面上而不是Console口的控制界面。同理,当Console口控制界面需要显示debug信息,则在Console口控制界面上使用本命令。

9.no debug all

命令格式:no debug all

功能:关闭所有的调试开关。

命令模式:特权用户配置模式。

使用指南:当打开的调试开关较多时,不希望对没有调试开关都执行一遍关闭操作时,可以使用本命令。

举例:关闭所有的调试开关。

Router#no debug all

all possible debugging has been turned offlapb debug is offx25 debug is off

ip rip recV debug is off

ip rip send debug is off

ip rip recV debug is off

ip rip send debug is off

ip rip packet debug is off

ip ospf lsa debug is off

ip ospf eVent debug is off

ip ospf spf debug is off

ip ospf eVent debug is off

10.reboot

命令格式:reboot

功能:重新启动路由器。

使用指南:本命令功能与路由器关机再上电效果相同。当用户要对路由器远程维护时,本命令可以使用户不必专程到路由器所在地进行关机、上电的操作,直接输入reboot命令即可重启路由器。

在一般情况下,建议不要使用本命令,因为它将导致网络工作在短时间内瘫痪。在重启路由器时,系统会提示用户确认是否保存尚未保存的对路由器配置修改的文件。

举例:

Router#reboot

System configuration has been modified.SaVe?[yes/no]:yProcess With reboot?[confirm]yLoading...

11.setup

命令格式:setup

功能:配置本命令可以使用户进入交互式配置模式。配置本命令与路由器首次上电时选择进入路由器的交互式配置模式效果一样。

使用指南:进入路由器的交互式配置模式,可以配置路由器运行所必需的基本参数:全局参数配置,包括特权用户口令,一个Telnet用户及登录口令,SNMP启动及SNMP基本参数设置;各接口参数配置,包括IP地址,接口打开/关闭。

举例:

Router#setup

——System Configuration Dialog——

At any point you may enter a question mark"?"for help.

Default settings are in square brackets"[]",if you donot change the default settings,you may input enter.

Continue With configuration dialog?[yes/no]:yConfiguring global parameters:

Enter host name[R5]:

Enter enable passWord:aa

Configure Virtual Terminal Management?[yes/no]:yEnter Virtual Terminal Name:aa

Enter Virtual Terminal passWord:aa

Configure SNMP NetWork Management?[yes/no]:n

Interface IP-Address  Interface Status  Line Protocol Status

Ethernet011.11.4.2up up

Serial2/020.20.1.1doWn doWn

Serial2/111.11.5.2up up

Enter the name of interface to be configured from the aboVe summary:serial2/0

Configuring interface serial2/00:

IPaddress for this interface:11.11.6.2

Subnet Mask for this interface:255.255.255.0

Shut doWn this interface?[yes]:n

Line protocol supported encapsulations With

[ppp| hdlc| frame-relay| lapb| x25]:ppp

The folloWing configuration Was created:

host name:R5

enable passWord:aa

Virtual terminal user:aa

Virtual terminal passWord:aa

interface serial2/0

ip addr11.11.6.2255.255.255.0

encapsolution ppp

no shut

end

[0] Exit setup Without saVing this config.

[1] Return to the setup prompt Without saVing this config.

[2] SaVe this configuration and exit.

>2

保存显示配置结果。

12.show clock

命令格式:shoW clock

功能:显示系统日期和时间。

13.show debugging

命令格式:shoW debugging

功能:显示调试开关的状态。

使用指南:如果用户需要查看当前打开了哪些调试开关,可以执行shoW debugging命令。

举例:

Router#shoW debugging

IPpacket debugging sWitch is on.

14.show history

命令格式:shoW history

功能:显示历史命令。

15.show hostname

命令:shoW hostname

功能:显示路由器名称。

举例:

Router#shoW hostname

Hostname is:Router

16.show hosts

命令:shoW hosts

功能:显示主机名称及相应IP地址。

使用指南:本命令可显示通过命令ip host<hostname><ip_ addr>设置的主机名与IP地址的对应关系。如果用户尚未配置主机名与IP地址的对应关系,则系统会提示相应的信息。

举例:

Router#shoW hosts

Host namAddress

beijing 200.121.2.9

shanghai 211.11.11.1

当没有配置主机名和IP地址的对应时,输入本命令时显示:

Router#shoW hosts

There is no entry in hostname-to-address mapping!

相关命令:

ip host

17.show memory

命令:shoW memory

功能:显示指定内存区域的内容。

使用指南:本命令用于调试路由器。命令以交互的方式提示用户输入所需显示信息的内存首地址和输出字(Word)数。显示信息分三个部分:地址、信息的十六进制显示及字符显示。

举例:

Router#shoW memory

start address(0x0-0xffffffff):0x201e0000

number of Words[64]:

201e0000:4c6567656e64203235303120526f 7574*Router2720Rout*

201e0010:65722055 7365 7220496e697469616c69*er User Initiali*

201e0020:7a6174696f6e00004c6567656e642032*Zation..Router2*

201e0030:35303120526f 75746572000000000000*600Router......*

201e0040:000000000000536f 6674776172652056*......SoftWare V*

201e0050:657273696f6e20322e30000000000000*ersion2.0......*

201e0060:00000000436f 707972696768 74202863*....Copyright(c*

201e0070:2920313939392d32303030204c656765*)1999-2001Lege*

18.show running-config

命令:shoW running-config[interface<interface>]

功能:显示当前运行状态下生效的路由器参数配置。

参数:<interface>为接口类型和接口号。

默认情况:对于正在生效的配置参数,如果与默认工作参数相同,则不显示。