侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

Juniper简单配置

2022-12-17 星期六 / 0 评论 / 0 点赞 / 75 阅读 / 755 字

cliconfigureload factory-defaultset system root-authentication plain-text-passwordshow system root-a

.

cli
configure
load factory-default

set system root-authentication plain-text-password

show system root-authentication

set system login user lab class super-user authentication plain-text-password

run set date 201702061449.57

set system time-zone Asia/Shanghai

set system host-name SR-650-1
set system name-server 172.17.1.26

set system services web-management http

set interfaces ge-0/0/0 unit 0 family inet address 172.17.1.23/24

set routing-options static route 0.0.0.0/0 next-hop 172.17.1.1

 set system services web-management http interface ge-0/0/0

show interfaces
commit  

show system

reboot

 

.

广告 广告

评论区