How to Configure and Access with SSH in JUNOS
SSH provides a secure channel over an unsecured network, we can use telnet for remote access device but to be a more secure channel and protective with your login credentials,… Read more »
SSH provides a secure channel over an unsecured network, we can use telnet for remote access device but to be a more secure channel and protective with your login credentials,… Read more »
How to install Juniper OS Step by Step For juniper OS instalation you must login as a root. Step 1 Copy your OS to a USB drive. Step2 Insert the… Read more »
Static Routes Configuration in Juniper You want to be able to connect your router to the Internet. Create a default static route: # set routing-options static route 0.0.0.0/0 next-hop 172.16.100.1… Read more »
How to show Last Time of System Booted # run show system uptime Current time: 2014-12-11 14:35:32 BDT System booted: 2013-09-11 18:12:54 BDT (65w0d 20:22 ago) Protocols started: 2013-09-11 18:14:41… Read more »
About Junos OS One operating system One software release One modular software architecture J Series Services Routers (J2300, J4300, and J6300) are deployed at the remote edge of distributed networks…. Read more »
Juniper Basic Connection and Configuration When new Juniper device you purchase from your vendor. What should you do first ? First you have connect with console connection. To connect console… Read more »
JUNOS software updates are contained in four packages jkernel–Operating system jroute–Routing Engine software jpfe–Packet Forwarding Engine software jdocs–On-line documentation jbundle–All four upgrade package – Packages can be upgraded individually – CLI… Read more »
Juniper Standard Interfaces Physical interfaces have standard names Based on Interface port type. FPC slot number (FPC- Flexible PIC Concentrator) PIC slot number within FPC (PIC – Physical Interface Card)… Read more »
Juniper Package Naming Convention Software packages have standard names “package-m.nZnumber.tgz” • m.n is the major version number • Z is a single uppercase letter • A–Alpha • B–Beta • R–Release… Read more »
Comparing Configuration with roolback to File Differences Compare candidate and active configurations: # show | compare Compare active and historical configurations: # show | compare roolback 2 [It will view… Read more »