Skip to main content

Posts

Showing posts from September, 2024

Juniper and Cisco Commands

  Here's a comparison of some commonly used Juniper and Cisco switch commands for basic configuration and management: 1. Entering Configuration Mode Juniper: configure Cisco: configure terminal 2. Setting Hostname Juniper: sql set system host - name < hostname > Cisco: php hostname < hostname > 3. Saving Configuration Juniper: sql Copy code commit Cisco: arduino Copy code write memory or arduino Copy code copy running-config startup-config 4. Displaying Interface Information Juniper: sql Copy code show interfaces Cisco: kotlin Copy code show ip interface brief 5. Assigning IP Address to Interface Juniper: csharp Copy code set interfaces < interface > unit 0 family inet address < ip - address > Cisco: csharp Copy code interface < interface > ip address < ip - address > < subnet - mask > 6. Configuring VLAN Juniper: python Copy code set vlans <vlan-name> vlan- id <vlan- id > Cisco: php Copy code vlan < vlan-