| 
 | 
	
 
2.2 实验1:模式切换、上下文帮助及查看有关信息 
  
 本实验进行路由器IOS软件的基本操作,包括在各种CLI模式之间切换,使用上下文帮助,查验IOS版本信息,以及查看器基本组件信息。 
  
 1.实验目的 
  
 通过本实验,读者可以掌握以下技能: 
 在用户执行模式、特权执行模式和配置模式之间切换; 
 查看各种模式下命令的区别; 
 熟悉上下文关联帮助的使用; 
 查看IOS版本信息; 
 查看器各基本组件信息。 
  
 2.设备需求 
  
 本实验需要以下设备: 
  
 Cio器1台,型号不限; 
 PC机1台,操作系统为Windows系列; 
 Console电缆1条及相应的接口转换器。 
  
 3.线缆连接及配置说明 
  
 如图2-1所示,PC机通过串口与器的console端口直接相连。 
  
   
  
 4.实验配置及监测结果 
  
 实验环境准备就绪后,开启PC机和器的电源,开始进行实验。 
  
 用PC机系统中的超级终端程序访问器,监测清单2.1记录了整个操作过程。 
  
 监测清单2-1实验1的操作与命令说明 
  
 Router> (用户执行模式) 
 Router>enable (进入特权执行模式) 
 Routed (特权执行模式提示符) 
 Router#conf t (向全局配置模式切换) 
 Enter configuration commands, one per line. End with CNTL/Z. 
 Router(config)# (全局配置模式提示符) 
 Router(config)#interface ethernet 0 (进入interface配置模式) 
 Router(config-if)# ( interface配置模式提示符) 
 Router(config-if)#? (查看interface配置模式下的所有配置命令) 
 Interface configuration commands: 
 access-expression Build a bridge boolean access expression 
 appletalk Appletalk interface subcommands 
 arp Set arp type (a, probe, snap) or timeout 
 backup Modify backup parameters 
 bandwidth Set bandwidth informational parameter 
 bridge-group Transparent bridging interface parameters 
 carr |   
 
 
 
 |