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