首页 | 互联网 | IT动态 | IT培训 | Cisco | Windows | Linux | Java | .Net | Oracle | 软件测试 | C/C++ | 嵌入式开发 | 存储世界 | 服务器
网络设备 | IDC | 安全 | 求职招聘 | 数字网校 | 网页设计 | 平面设计 | 技术专题 | 电子书下载 | 教学视频 | 源码下载 | 搜索 | 博客 | 论坛
欢迎光临中国IT实验室思科频道
Google
您现在的位置: 中国IT实验室 >> Cisco >> 路由技术 >> 路由应用 >> 正文

路由器配置命令详细列表

  被验证方:

  router-client(config-if)# encapsulation ppp

  router-client(config-if)# ppp authentication chap

  router-client(config-if)# ppp chap hostname router-client

  router-client(config-if)# ppp chap password 12345

  router-client(config-if)# ^z CHAP双向认证配置实例:

  路由器 A:

  routerA(config)# username routerB password 12345

  routerA(config)# interface serial 0

  routerA(config-if)# encapsulation ppp

  routerA(config-if)# ppp authentication chap

  routerA(config-if)# ppp chap hostname routerA

  routerA(config-if)# ppp chap password 54321

  routerA(config-if)# ^z

  路由器 B:

  routerB(config)# username routerA password 54321

  routerB(config)# interface serial 1

  routerB(config-if)# encapsulation ppp

  routerB(config-if)# ppp authentication chap

  routerB(config-if)# ppp chap hostname routerB

  routerB(config-if)# ppp chap password 12345

  routerB(config-if)# ^z

  Telnet使用:

  routerA# terminal monitor <——可以传回在远端主机执行Debug命令的结果——>

  routerA# telnet IP-Address [ Router-Name ] <——Telnet到指定的地址或名字的主机——>

  routerB# [ exit | logout ] <——退出Telnet——>

  routerB# ++<6>再按 <——挂起Telnet——>

  routerA# show sessions <——显示当前所有Telnet的信息,包括Connect-Number ——>

  routerA# Connect-Number <——返回指定的Telnet连接——>

  routerA# disconnect IP-Address [ Router-Name ] <——断开指定地址或名字的主机的连接——>

  routerA# show user <——显示Telnet到本机的连接信息——>

  routerA# clear line [ 0 | 1 | 2 | 3 | 4 ] <——断开指定Telnet到本机的连接——>

  禁止任何Telnet到本机:

  router(config)# line vty 0 4

    router(config-line)# access-class ACL-Number

  router(config)# ^z

  设置主机名:

  router(config)# hostname Set-Hostname

  router(config)# ^z

  router(config)# ^z

  设置用户模式密码:

  router(config)# line console 0

  router(config-line)# login

  router(config-line)# password Set-Password

  router(config-line)# ^z

  设置Telnet密码:

  router(config)# line vty 0 4

  router(config-line)# login

  router(config-line)# password Set-Password

  router(config-line)# ^z

  设置特权模式密码:

  router(config)# enable password Set-Password <——不加密的密码,明码——>

  router(config)# enable secret Set-Password <——经过加密的密码——>

  router(config)# ^z

  给所有密码加密:

  router(config)# service password-ancryption Set-Password-Here

  router(config)# no service password-ancryption <——取消加密——>

  router(config)# ^z

  设置登录Banner:

  router(config)# banner motd 分隔符 Set-Banner-InFORMation-Here 分隔符 <——前后分隔符一定要一致——>

上一页  [1] [2] [3] [4] [5] 下一页

【责编:Zenghui】
中国IT教育
相关产品和培训
文章评论
 友情推荐精华
 专题推荐

 ·节省成本才是“王道” VOIP案例应用…
 ·巧用网络流量 打造健康内网…
 ·无线路由器设置从入门到精通
 ·企业网管如何部署你的网络监控系统?
 ·负载均衡技术方案攻略
 ·中国IT实验室2007年技术热点盘点
 ·利用路由实现VPN的配置方法
 ·让你的局域网网速更上一层楼
 ·小命令大作用---Ping
 ·OSPF路由协议专题
 今日更新
 认证培训
 频道精选
 思科频道导航