
CISCO vs Juniper – Comparing 10 Common Network Commands
Introduction Are you a CISCO or Juniper person? Have you ever wondered what certain commands look like in CISCO’s IOS, or in Juniper’s Junos? This article covers 10 common network engineering commands and compares the CISCO vs Juniper version. Tasks 1. Change Host-Name Every device has a device name or hostname. This is an easy way to know which device you are currently logged into. Most network administrators give their network devices hostnames that describe what device it is and what it does. Think of a core router located at your main office, you could use a hostname like “CORE-RTR-HQ”. The more descriptive the name, the better. CISCO Router(config)# hostname CORE-RTR-HQCORE-RTR-HQ(config)# Note how the prompt changes from “Router” to “CORE-RTR-HQ” which is the new hostname. Juniper root@# set host-name CORE-RTR-HQroot@CORE-RTR-HQ#…