当前位置:首页 > 步进教学

实验一 Cisco IOS基本操作实验

 


 
实验一
 
实验二
   
实验三
   
实验四
   
实验五
   
实验六
   
实验七
   
实验八
   
下载

 

1 实验的目的
--本实验主要熟悉Cisco网络设备的初级的操作和设置方法。

2 实验内容

2.1 模式
--Cisco 互联操作系统(IOS)的命令行接口(CLI)有三种不同的访问级别,分别是用户模式、特权模式和配置模式

2.1.1 用户模式
--用户模式是以一个大于号“〉”标识的,如“SW1〉”,其中的“SW1”为当前正在配置的设备的名称。在用户模式下,你只能查看已有的配置而不能做任何新的配置。

2.1.2 特权模式
--特权模式是以一个“#”标识的,如“SW1#”,其中的“SW1”也为当前正在配置的设备的名称。在特权模式下,你可以做任何事情。 可以通过命令“Enable”从用户模式进入到特权模式,在这过程中,如果设有口令,则会提示你输入口令。整个过程如下所示:

Router>
Router>enable
Password:
Router#

2.1.3 配置模式
--可以在特权模式下输入“Config Terminal”进入到配置模式。也可以输入“End” 或按 +z从配置模式返回到特权模式。对于设备的具体的配置一般都是在配置模式下才能完成。在特权模式和配置模式之间的转换如下所示:

Router#config t
Router(config)#end

2.2 帮助
--在不同的模式下,为了浏览该模式下支持的所有命令,可以在该模式下输入“?”并按回车。 这系统会列出这个设备在当前模式下所支持命令的列表。另外,当你不清楚某一个命令后面的参数时,也可以使用“?”。如你不清楚“Show”命令后可以跟那些参数,你可以键入“show ?”,那么系统将会列出“show”后面所有的参数列表,详细信息如下所示:

Router#show ?
access-expression List access expression
access-lists List access lists
backup Backup status
cdp CDP information
clock Display the system clock
cls DLC user information
compress Show compression statistics
configuration Contents of Non-Volatile memory
--More—

上图中第二列为第一列参数的解释。

2.3 Show 命令

2.3.1 显示版本信息(Show Version)

Router>show version
Krang Operating System Software
Router uptime is 2 minutes
System returned to ROM by power-on
System image file is "flash:c2500.bin"
[[[OUTPUT DELETED]]]
1 Ethernet/IEEE 802.3 interface(s)
1 Serial(sync/async) network interface(s)
1 ISDN Basic Rate interface(s)
32K bytes of non-volatile configuration memory.
4096K bytes of processor board System flash (Read/Write)
Configuration register is 0x2102

2.3.2 显示当前已经配置的路由协议(Show Protocols)

Router>show protocols
Global values:
Internet Protocol routing is enabled
BRI0 is administratively down, line protocol is Down
Ethernet0 is administratively down, line protocol is Down
Serial0 is administratively down, line protocol is Down

2.3.3 显示当前配置信息(Show Running-Config)

Router#show running-config
Building configuration...
!
Current configuration:
!
version 12.0
!
hostname Router
!
interface Serial0
no ip address
shutdown
!
interface BRI0
no ip address
shutdown
!
interface Ethernet0
no ip address
shutdown
!
line con 0
line aux 0
line vty 0 4
!
end

Router#

2.3.4 显示已经输入的命令的列表(Show History)

Router>show history
show version
show protocols
show flash
enable
show running-config
disable
show history

2.3.5 显示时钟信息(Show Clock)

Krang#show clock
*00:38:35.755 UTC Mon Mar 1 1993
Krang#

2.3.6 显示设备的接口信息(Show Interfaces)
--通过该命令能够详细地显示出设备所有的接口的情况,如下图所示:

Krang#show interfaces
BRI0 is administratively down, line protocol is down
Hardware is BRI
MTU 1500 bytes, BW 64 Kbit, DLY 20000 usec, rely 255/255, load 1/255
Encapsulation HDLC, loopback not set
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0 (size/max/drops); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/0/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 5 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
--More—

--还有其它很多内容,如如何配置接口的IP地址、如何查看某一个接口的具体配置信息、如何查看ARP缓存等,同学们可以通过Boson Netsim自带的Boson Netsim Lab Navigator自己通过查阅获得相关信息。

 


首页课程简介步进教学自测练习电子教案视频点播考试样卷