首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏python3

    ipv6 ospfv3 tunnel

    version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption

    54910发布于 2020-01-14
  • 来自专栏全栈程序员必看

    锐捷交换机开启poe_锐捷交换机status灯绿灯闪烁

    0/ 25)#exi Ruijie(config)#enable password ruijie // 配置交换机超级用户密码,请配置为 ruijie Ruijie(config)#service password-encryption

    1.6K20编辑于 2022-09-30
  • 来自专栏python3

    实验3:CDP命令操作

    config-line)#pass cisco3                            设置vty密码 ccna1(config-line)#exit ccna1(config)#service password-encryption password' is set ccna2(config-line)#password cisco3 ccna2(config-line)#exit ccna2(config)#service password-encryption until 'password' is set ccna3(config-line)#pass cisco3 ccna3(config-line)#exit ccna3(config)#service password-encryption

    1.4K10发布于 2020-01-11
  • 来自专栏网络技术联盟站

    锐捷路由技术 | 锐捷路由器基本功能的初始化配置

    XWRJ(config-line)#password0 PASSWORD-txt XWRJ(config-line)#login 口令加密(推荐配置): Router (config)#service password-encryption

    1.8K31发布于 2019-07-23
  • 来自专栏IT运维技术圈

    超级流量负载方案ospf+lvs

    10.0.1.133 #用主机ip代替即可 password test log file /var/log/quagga/ospfd.log log stdout log syslog service password-encryption 10.0.1.133 # 主机ip代替 password test enable password test log file /var/log/quagga/zebra.log service password-encryption 10.0.1.136 #主机ip地址 password test log file /var/log/quagga/ospfd.log log stdout log syslog service password-encryption HOSTNAME改为IP也可以 password test enable password test log file /var/log/quagga/zebra.log #log syslog service password-encryption

    3.6K10编辑于 2022-06-26
  • 来自专栏精讲JAVA

    基于Nginx负载均衡方案

    ./0U enable password 8 g9UPXyneQv2n. log file /var/log/quagga/zebra.log service password-encryption # password 8 cQGHF4e9QbcA enable password 8 RBUKMtvgMhU3M log file /var/log/quagga/ospfd.log service password-encryption

    2K101发布于 2018-01-30
  • 来自专栏网络技术联盟站

    真实项目 | 大型网络的整个安装与配置全过程(思科命令)

    version 12.0 no service pad service timestamps debug uptime service timestamps log uptime service password-encryption version 11.3 service timestamps debug uptime service timestamps log uptime service password-encryption version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption version 11.3 service timestamps debug uptime service timestamps log uptime service password-encryption

    1.5K30发布于 2019-07-23
  • 来自专栏FreeBuf

    老外手把手带你搭建DMZ渗透测试实验室(Part 1,2)

    conf t enable secret Cisco1service password-encryption 接下来我们将实现基于标准VTY线路(0-5)的SSH连接,同时禁掉telnet功能。 我们将建立静态路由和一些小的安全功能: conf t enable secret Cisco1service password-encryption username admin password administrator 255.255.255.0ip route 0.0.0.0 0.0.0.0 192.168.0.1 250 0×07:Router_ISP conf t enable secret Cisco1service password-encryption

    2.6K90发布于 2018-02-02
  • 来自专栏技术杂记

    Cisco Catalyst 3750 配置自动备份2

    version 12.2 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption version 12.2 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption version 12.2 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption

    62120发布于 2021-08-12
  • 来自专栏网络

    Cisco-路由器使用以及原理

    //设置明文密码 R1(config)#enable secret 123456 //设置特权模式密码(优先级大于上面这个) R1(config)#service password-encryption

    36110编辑于 2024-10-17
  • 来自专栏释然IT杂谈

    【收藏】网络设备安全加固规范

    并且要启用Service password-encryption,这条命令用于对存储在配置文件中的所有口令和类似数据进行加密。避免当配置文件被不怀好意者看见,从而获得这些数据的明文。 操作方式: Router(Config)#enable secret xxxxxxxx Router(Config)#Service password-encryption 对比enable password

    1.5K21编辑于 2022-10-27
  • 来自专栏同步文章1234

    【Cisco Packet Tracer| 一.交换机配置模式与基本参数配置】

    version 12.1 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption

    3K20编辑于 2023-04-24
  • 来自专栏飞鸟的专栏

    5、熟悉和配置Cisco Ios 设备

    命令输错时,系统会认为你输入的是一个域名,会进行解析,没有DNS时会卡住很久 加密所有口令:service password-encryption (所有密码都会变成密文) 2、常见命令使用 描述:description

    90450编辑于 2022-01-05
  • 来自专栏python基础文章

    第六章 TCP/IP-网络传输硬件设备

        远程密码:         line vty 0 4         password 密码         login     把明文加密成密文:         service password-encryption

    1.2K20编辑于 2022-11-20
  • 来自专栏开源部署

    Cisco交换机与路由器命令总结

    还需要设置进入特权模式的密码) (config)#line vty 0 4 (config-line)#password 789 (config-lline)#login 说明:在全局配置模式下使用service password-encryption 设置访问用户及密码:  username username password password 设置特权密码密文:  enable secret password 设置将明文密码加密:  service password-encryption

    1.4K10编辑于 2022-07-26
  • 来自专栏技术进阶之路

    使用思科模拟器 Cisco Packet Tracer 模拟交换机基本配置

    version 12.2 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption

    13K30发布于 2020-07-30
  • 来自专栏全栈程序员必看

    简介交换机常用的配置命令行_华为交换机命令行语言

    不过可以使用service password-encryption对password密码、VTY密码等进行简单加密。 hostname SW2950 SW2950(config)#enable password cjj SW2950(config)#enable secret cjj SW2950(config)#service password-encryption

    2.9K10编辑于 2022-09-20
  • 来自专栏网络技术联盟站

    网络工程师必知:35个思科设备show命令,排障利器!

    version 12.4service timestamps debug datetime msecservice timestamps log datetime msecno service password-encryption version 12.4service timestamps debug datetime msecservice timestamps log datetime msecno service password-encryption

    2.8K11编辑于 2025-01-14
  • 来自专栏全国产化交换机

    信息安全-网络设备安全(一)

    信息加密网络设备配置文件中有敏感口令信息,一旦泄露,将导致网络设备失去控制为保护配置文件的敏感信息,网络设备提供安全加密功能,保存敏感口令数据未启用加密保护的时候,配置文件中的口令信息是明文,任何人都可以读懂启用service password-encryption

    86410编辑于 2024-03-15
  • 来自专栏landv

    烽火2640路由器命令行手册-07-安全配置命令

    相关命令 aaa group server 1.1.10   service password-encryption 要对系统中相关的密码进行加密,可使用这条命令,使用该命令的no形式可以取消对新配置密码的加密 service password-encryption no service password-encryption 参数 无 缺省 不对系统中相关的密码进行加密显示。 no service password-encryption命令仅对使用此命令后配置的密码有效,对使用此命令前配置的已被加密的密码无效。 示例 router_config#service password-encryption 使用此命令对已经配置的明文密码进行加密,且对使用此命令后的明文密码也进行加密。 相关命令 aaa authentication enable default service password-encryption 1.1.13   debug aaa authentication

    1.9K20发布于 2018-12-17
领券