A-A+
Juniper的路由器、防火墙、交换机如何恢复出厂配置
有些时候,在正常的业务使用中,逐条删除配置的内容很繁琐,我们可以使用恢复出厂配置,清空设备中的配置;还有的时候,由于设备配置异常,可以使用恢复出厂配置,重新进行配置,可能解决一些繁琐的问题。下面是对一些Juniper设备进行恢复出厂配置的操作。
1、路由器J系列J2320
- >config
- #load factory-default
- #set system root-authentication plain-text-password
- #123nihao
- #123nihao
- #commit
- #run request system reboot //进行重启系统
2、交换机EX系列EX4200
- >config
- #load factory-default
- #set system root-authentication plain-text-password
- #123nihao
- #123nihao
- #commit
- #run request system reboot //进行重启系统
3、防火墙SSG系列
>unset all回车
>reset save-config
输入no
输入yes
重启之后就可以了
以上是三种类型的Juniper网络设备恢复出厂配置的操作过程,其他系列接触不多,还望有兴趣的朋友多多交流,如果对以上内容有问题,请留言。。。。