美文网首页网络运维自动化
网络运维自动化入门四:交换机环境的准备

网络运维自动化入门四:交换机环境的准备

作者: wsf535 | 来源:发表于2018-02-28 11:10 被阅读215次

    client与交换机三层互打通,略过。。。如果这个通不了就没有必要讲什么自动化了。

    交换机开启SSH,并配置一个帐号,操作如下:

    #配置一个SSH用户
    aaa
    local-user wsf535 password irreversible-cipher $1a$}")FR_EZ!*$q9Y/I(iUOXbg~g!!cLuOe9:-OV=;XA*vD9NQ:tk5$
     local-user wsf535 service-type ssh
     local-user wsf535 level 15
    #
    ssh user wsf535 authentication-type password
    ssh user wsf535 service-type all
    ssh authorization-type default aaa
    #
    user-interface vty 0 4
     authentication-mode aaa
     protocol inbound ssh
    

    使能netconf

    snetconf server enable
    

    测试配置是否成功,在client服务器 “ssh 用户名@交换机IP” 测试登陆,如果能成功登陆,交换环境准备完毕。

    相关文章

      网友评论

        本文标题:网络运维自动化入门四:交换机环境的准备

        本文链接:https://www.haomeiwen.com/subject/lfdbxftx.html