思科路由器模式以及简单命令

    Read

模式简介:
用户EXEC模式:Router>enable //enable可以进入特权模式
特权EXEC模式:Router#configure terminal //configure terminal 可以进入全局配置模式
全局 配置 模式:Router(config)#下的一些常见模式
①:Interface Router(config-if)# //接口配置模式
②:Subinterface Router(config-subif)# //子接口配置模式
③:Controller Router(config-controller)# //控制(连接)器配置模式
④:Line Router(config-line)# //虚拟终端配置模式
⑤:Router Router(config-router)# //路由协议配置模式
全局配置模式退回到特权模式:Router(config)#exit //则退出全局模式回到特权模式
特权配置模式退回到用户模式:Router#disable //注:此处若使用exit则表示退出,而不是退回到用户模式

命令简介:
Router(config)#hostname RouterX //注:RouterX表示修改后的名称;
Router(config)#banner motd # welcome # //日志警告信息;
Router(config)#line console 0 //第一根console线;
Router(config-line)#exec-timeout 10 20 //注:10分20秒后无操作、则注销;
Router(config)#line console 0;
Router(config-line)#logging synchronous //打开日志同步;SourceByrd's Weblog-https://note.t4x.org/route/cisco-mode-command/

接口相关:
Router(config)#interface serial 0 //进入第一个串口→Router(config-if)#shutdown //关闭串口;
Router(config)#interface fastethernet 0/1 //进入快速以太网0号插槽的第二个接口→Router(config-if) #no shutdown //开启端口;
Router(config)#description connect to internet //注:进入接口后给予的描述;
Router#show interface //查看所有接口信息、show命令需在特权模式下;
Router#show interface fastethernet 0/0 //查看快速以太网0/0接口信息;
Router(config)#interface serial 0/0→Router(config-if)#ip address A.B.C.D E.F.G.H //注:其中A.B.C.D表示IP地址、E.F.G.H表示子网掩码;
Router(config-if)no ip address A.B.C.D E.F.G.H //撤销以上配置的IP.
扩展阅读:思科路由器接口状态描述 路由器接口状态
除非注明,Byrd's Blog 内容均为原创,转载前请阅读版权申明
本文地址:http://note.t4x.org/route/cisco-mode-command/SourceByrd's Weblog-https://note.t4x.org/route/cisco-mode-command/ SourceByrd's Weblog-https://note.t4x.org/route/cisco-mode-command/

申明:除非注明Byrd's Blog内容均为原创,未经许可禁止转载!详情请阅读版权申明!
Byrd
  • by Published on November 8, 2012
  • 原文链接:https://note.t4x.org/route/cisco-mode-command/
Comments  2  Guest  0  Pingback  2
匿名

Comment

Anonymous

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: