Difference between revisions of "Cisco command's equivalent in JUNOS"

From Tech-Wiki
Jump to: navigation, search
Line 10: Line 10:
 
!scope="col" style="background:#97CAFF;" |JUNOS Equivalent
 
!scope="col" style="background:#97CAFF;" |JUNOS Equivalent
 
|-
 
|-
|ping
+
|ping address
|ping
+
|ping address rapid
 
|-
 
|-
 
|show clock
 
|show clock
Line 28: Line 28:
 
|show system processes
 
|show system processes
 
|-
 
|-
|show running config
+
|show running-config
 
|show configuration
 
|show configuration
 
|-
 
|-
Line 62: Line 62:
 
|-
 
|-
 
|clear ip bgp
 
|clear ip bgp
|clear bgp neighbor
+
|clear bgp neighbour
 +
|-
 +
|reload
 +
|request system reboot
 +
|-
 +
|terminal length 0
 +
|set cli screen-length 0
 +
|-
 +
|terminal monitor
 +
|monitor start messages
 +
|-
 +
|terminal no monitor
 +
|monitor stop
 +
|-
 +
|write erase / erase startup-config
 +
|load factory-default
 
|}
 
|}

Revision as of 20:55, 9 October 2016


Essentials JUNOS commands.

Table 1. JUNOS Commands
Cisco Command JUNOS Equivalent
ping address ping address rapid
show clock show system uptime
clock set set date
show environment show chassis environment
show ip traffic show system statistics
show processes show system processes
show running-config show configuration
show tech-support request support information
show ip interface brief show interfaces terse
show ip route show route
write memory commit
show route-map show policy
clear counters clear interface statistics
clear arp-cache clear arp
show ip bgp show route protocol bgp
show ip bgp neighbors address advertised-routes show route advertising-protocol bgp address
show ip bgp regexp show route aspath-regex
clear ip bgp clear bgp neighbour
reload request system reboot
terminal length 0 set cli screen-length 0
terminal monitor monitor start messages
terminal no monitor monitor stop
write erase / erase startup-config load factory-default