zoukankan      html  css  js  c++  java
  • Cisco交换机管理员配置

    conf t
    service timestamps debug datetime msec localtime year
    service timestamps log datetime msec localtime year

    aaa new-model
    ip domain-name uxin.com
    crypto key generate rsa
    1024

    username xinghen password xxx
    username soho privilege 3 secret xxxx

    aaa authentication login default local enable

    aaa authorization exec default local

    privilege exec level 3 write memory
    privilege exec level 3 copy running-config ftp:
    privilege exec level 3 copy startup-config ftp:

    ip ftp username soho
    ip ftp password Sohxing1216o=
    line vty 0 4
    transport input ssh
    line vty 5 15
    transport input ssh
    end
    wr

  • 相关阅读:
    Java-判断一个数是不是素数
    Sublime快捷键
    python
    全排列
    python
    python
    OpenCV 实现图像结构相似度算法 (SSIM 算法)
    C++
    C++
    NFA 转 DFA
  • 原文地址:https://www.cnblogs.com/xinghen1216/p/14115579.html
Copyright © 2011-2022 走看看