实验2:CLI的使用与IOS基本命令

1、实验目的

通过本实验可以掌握:

  • CLI的各种工作模式个CLI各种编辑命令
  • "?" 和【Tab】键使用方法
  • IOS基本命令
  • 网络设备访问限制
  • 查看设备的相关信息

2、实验拓扑

CLI的使用与IOS基本命令使用拓扑如下图所示。

3、实验步骤

(1)CLI模式的切换

复制代码
Router>enable     //进入特权模式
Router#
Router#disable    //返回用户模式
Router>

(2)"?" 和【Tab】键的使用方法

以配置路由器系统时钟为例来说明"?" 和【Tab】键的作用。

复制代码
Router>enable 
Router#clok
Translating "clok"...domain server (255.255.255.255)
% Unknown command or computer name, or unable to find computer address
//输入了未知的命令或计算机名,或者不能找到计算机地址,也就是DNS解析失败

【提示】

如果在特权模式输入了错误的命令,路由器会认为是域名,将会查找 DNS服务器试图解析该域名,由于找不到 DNS服务器,会等很长时间,此时用【Ctrl】+【Shift】+6组合键可以立即退出。全局配置模式下可以通过no ip domain-lookup命令禁止路由器进行 DNS解析,

复制代码
Router#cl?
clear  clock  
Router#clock
% Incomplete command.
Router#clock ?
  set  Set the time and date
Router#clock set ?
  hh:mm:ss  Current Time
Router#clock set 15:00:00 ?
  <1-31>  Day of the month
  MONTH   Month of the year
Router#clock set 15:00:00 29 ?
  MONTH  Month of the year
Router#clock set 15:00:00 29 3 ?
% Unrecognized command
Router#clock set 15:00:00 29 3 
                             ^
% Invalid input detected at '^' marker.
相关推荐
名字不要太长 像我这样就好2 分钟前
【iOS】继承链
macos·ios·cocoa
karshey1 小时前
【IOS webview】IOS13不支持svelte 样式嵌套
ios
潜龙95271 小时前
第4.3节 iOS App生成追溯关系
macos·ios·cocoa
游戏开发爱好者810 小时前
iOS App 电池消耗管理与优化 提升用户体验的完整指南
android·ios·小程序·https·uni-app·iphone·webview
神策技术社区17 小时前
iOS 全埋点点击事件采集白皮书
大数据·ios·app
wuyoula17 小时前
iOS V2签名网站系统源码/IPA在线签名/全开源版本/亲测
ios
2501_9159184118 小时前
iOS 性能监控工具全解析 选择合适的调试方案提升 App 性能
android·ios·小程序·https·uni-app·iphone·webview
fishycx18 小时前
iOS 构建配置与 AdHoc 打包说明
ios
90后的晨仔19 小时前
ios 集成阿里云的AI智能体报错CocoaPods could not find compatible versions for pod "AUIAICal
ios
Keya20 小时前
lipo 命令行指南
ios·xcode·swift