Juniper Router Configuration Backup

Juniper Router Configuration Backup Today i will discuss about Juniper Router Configuration Backup procedure..If you want to back up the router’s configuration to a remote server. You can use the following command to copy the active configuration file to a server: [boxads] shahed@Jessore-CE1> file copy /config/juniper.conf.gz  server1:/homes/shahed/tmp shahed@server1’s password: juniper.conf.gz               100% 2127       2.1KB/s       00:00 From … Read more

Juniper rollback command Back Previous Configuration

Juniper rollback command, How to get Back Previous Configuration:

Today i will discuss about Juniper rollback command, How to get Back Previous Configuration in juniper router.

[boxads]

shahed@Jessore-CE1# rollback 0
[Resets the candidate configuration to the currently active configuration]

shahed@Jessore-CE1# rollback 1
[Loads the previously active configuration]  

Read more

Juniper Software Version show

How to show Juniper Software Version: Today i will discuss how to show Juniper Software Version. [boxads] You want to determine which software version is running on the router. The following command shows the software version and lists all the software components that are running on the router: shahed@Jessore-CE1> show version Hostname: Jessore-CE1 Model: acx1100 … Read more

juniper ipv6 configuration guide

juniper ipv6 configuration guide Today i will discuss about how to configure juniper ipv6 address.  [boxads] You want to configure an interface to work on an IPv6 network. The IPv6 address configuration is very similar to that for IPv4: # set interfaces ge-0/0/3 unit 0 family inet6 address abc0:2:3:1::2/64 # set interfaces ge-0/0/3 unit 0 … Read more

Juniper Router factory default

Juniper Router factory default:

Are you want to  juniper router factory default ? or delete total configuration ?

There are many reason to want to reset the configuration back to factory defaults on a Juniper Router. Perhaps you bought a router off eBay and its got an existing configuration and you don’t want to manually delete every section of the config. Maybe you have to sanitize your devices because they’re being decommissioned and sold off. Wouldn’t want configurations with company confidential information ending up in the hands of random strangers who bought the devices off eBay would you? Sadly this does happen. [boxads]

There are two ways to reset the configuration back to factory defaults. Both methods of course require root or super-user privileges. The first method is known as the zeroize method. This method removes all existing configurations off the Juniper device including the configuration, certs, logs and forces a system reboot. This process is used when you need to sanitize a device prior to decommissioning. This method is done executing the single command request system zeroize in user mode. It will prompt you to confirm this action and will reboot the device.

The second process which is a more common does not erase the configuration pe se but replaces the running configuration with the factory default configuration while the device is running. Once the existing running configuration is replaced by the factory default configuration you must still commit the changes however you’re required to set the root password prior to committing the changes. To replace the running config with the factory default config, you would execute the load factory-default command in configuration mode.

You should note when loading the factory-default configuration, the existing hostname you have assigned to the device will remain until the device is rebooted or the hostname is changed in configuration.

Now that you’re familiar with the commands needed to execute this procedure you should attempt to perform this procedure on R1 or you own device.

Factory default procedure are given below:

Step-1. Type the load factory-default command in configuration mode:

root@host# load factory-default

Read more