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

From Tech-Wiki
Jump to: navigation, search
Line 7: Line 7:
 
<blockquote></blockquote>
 
<blockquote></blockquote>
 
{|border="1" cellpadding="5" cellspacing="0"
 
{|border="1" cellpadding="5" cellspacing="0"
|+ align="bottom" |''Table 1.  Useful CP Commands''
+
|+ align="bottom" |''Table 1.  JUNOS Commands''
 
|-
 
|-
!scope="col" style="background:#97CAFF;" |Command
+
!scope="col" style="background:#97CAFF;" |Cisco Command
!scope="col" style="background:#97CAFF;" |Description
+
!scope="col" style="background:#97CAFF;" |JUNOS Equivalent
 
|-
 
|-
|fw monitor -e "accept host(10.1.1.10);"
+
|ping
|trace the packet flow to/from the specified host
+
|ping
 
|-
 
|-
|fw ver
+
|show clock
|firewall version
+
|show system uptime
 +
|-
 +
|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
 
|}
 
|}

Revision as of 20:47, 9 October 2016


Essentials JUNOS commands.

Useful CP Commands

Table 1. JUNOS Commands
Cisco Command JUNOS Equivalent
ping ping
show clock show system uptime
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