IT猫扑网文章教程

分类分类

juniper路由器配置举例

2015-06-28 00:00作者:网管联盟

lab@BJBJ-PS-WAP-RT01> show configuration
version 8.2R1.7;
system {
    host-name BJBJ-PS-WAP-RT01;   #设置主机名
    root-authentication {
  encrypted-password &$1$F.5pBqJO$Cc8.y8UfhvY0kFgq/ukw5/&; #设置root用户密码
    }
    login {
  user lab {        #设置用户,用户名是lab
      uid 2000;     #设置lab用户的uid为2000
      class super-user;   #设置lab用户为超级用户组
      authentication {    #设置lab用户密码
    encrypted-password &$1$LDamL8C0$IOMvGYxO87zPwNvABmfZU.&; ## SECRET-DATA
      }
  }
    }
    services {      #设置远程访问方式
  ftp;        #开放FTP服务
  telnet;      #开放telnet服务
    }
    syslog {  #设置syslog
展开全部

相关文章

说两句网友评论
    我要跟贴
    取消