• 搜索
  • 夜间模式
    ©2015-2025  Ethan's Blog Theme by OneBlog
    搜索
    标签
    # Amule # Gargoyle # LUCI # VIM # Python # Nginx # 反代 # Ansible # Apache # LNMP
  • 首页>
  • Cisco>
  • 正文
  • 路由基础配置

    2018年08月19日 27 阅读 0 评论 825 字
    R4#conf t
    R4(config)#enable secret cisco
    R4(config)#service password-encryption
    R4(config)#no ip domain lookup

    R4(config)#line con 0
    R4(config-line)#password cisco
    R4(config-line)#login
    R4(config-line)#exec-timeout 0 0
    R4(config-line)#logging synchronous

    R4(config)#hostname R4
    R4(config)#ip domain-name htlac.com
    R4(config)#username user password password
    R4(config)#crypto key generate rsa modulus 1024
    R4(config)#ip ssh version 2

    R4(config)#line vty 0 4
    R4(config-line)#password cisco
    R4(config-line)#login
    R4(config-line)#exec-timeout 0 0
    R4(config-line)#logging synchronous
    R4(config-line)#transport input ssh telnet

    R4(config-line)#end
    R4#copy run start
    本文著作权归作者 [ Ethan ] 享有,未经作者书面授权,禁止转载,封面图片来源于 [ 互联网 ] ,本文仅供个人学习、研究和欣赏使用。如有异议,请联系博主及时处理。
    — END —
    Copyright©2015-2025  All Rights Reserved.  Load:0.004 s
    Theme by OneBlog V3.6.3
    夜间模式

    开源不易,请尊重作者版权,保留基本的版权信息。