Difference between revisions of "Cisco command's equivalent in JUNOS"
From Tech-Wiki
Line 1: | Line 1: | ||
[[Category:Juniper_Networks]] | [[Category:Juniper_Networks]] | ||
− | |||
− | |||
<blockquote></blockquote> | <blockquote></blockquote> | ||
− | ''' | + | '''Essentials JUNOS commands.''' |
<blockquote></blockquote> | <blockquote></blockquote> | ||
{|border="1" cellpadding="5" cellspacing="0" | {|border="1" cellpadding="5" cellspacing="0" | ||
Line 17: | Line 15: | ||
|show clock | |show clock | ||
|show system uptime | |show system uptime | ||
+ | |- | ||
+ | |clock set | ||
+ | |set date | ||
|- | |- | ||
|show environment | |show environment | ||
Line 50: | Line 51: | ||
|clear arp-cache | |clear arp-cache | ||
|clear arp | |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 neighbor | ||
|} | |} |
Revision as of 19:51, 9 October 2016
Essentials JUNOS commands.
Cisco Command | JUNOS Equivalent |
---|---|
ping | ping |
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 neighbor |