zoukankan      html  css  js  c++  java
  • 路由器基本配置-命令行配置模式

    配置路由器名称

    r1(config)#host r1

    配置密码:

    r1(config)#enable secret 123

    配置console口(防止在一段时间内没有输入而导致与路由器连接超时)

    r1(config)#line con 0
    r1(config-line)#exec-timeout 0 0
    r1(config-line)#end

    查看配置:

    r1#sh running-config

     保存设置

    r1#copy running-config startup-config
  • 相关阅读:
    20210420
    20210419
    2021041601
    20210416
    20210415
    20210414
    20210413
    20210412
    20210409
    20210405
  • 原文地址:https://www.cnblogs.com/excellencesy/p/8119882.html
Copyright © 2011-2022 走看看