My little experience with Juniper
Cisco/Juniper
One day, I was giving consultancy to solve some routing issues. In multi vendor mesh topology, I have some E and T Series Juniper modular routers. At that time even I was not able to see routing table via JunOS. Again, I tried to search something via my love http://www.google.com . Done! J
Although, I don’t have good experience with Juniper products. But I’m writing some of the common commands. Most of the time we use these commands to troubleshoot issues (YUKEEZ).
Some of the commands are shown below:-
|
Cisco Command |
Juniper Command |
|
show ip interface brief |
show interface terse |
|
show interface [intfc] |
show interfaces [intfc] detail |
|
show controller intfc |
show interfaces intfc extensive |
|
show interface | incl (proto|Desc) |
show interfaces description |
|
show ip route |
show route |
|
show ip bgp summary |
show bgp summary |
|
show ip bgp net mask |
show route protocol bgp prefix |
|
show ip bgp net mask longer-prefixes |
show route range prefix |
|
show ip bgp regexp AS-regexp |
show route aspath-regexp "AS-regexp" |
|
show ip bgp neighbors neigh received-routes |
show route receive-protocol bgp neigh
show route source-gateway neigh protocol bgp |
|
show ip bgp neighbor neigh advertised-routes |
show route advertising-protocol bgp neigh |
|
show clns neighbors |
show isis adjacency |
|
show clns interface |
show isis interface |
|
show ip route isis |
show isis routes |
|
show isis topology |
show isis spf |
|
show ip ospf interface |
show ospf neighbor |
|
show ip ospf interface |
show ospf interface |
|
show ip route ospf |
show ospf route |
|
show ip ospf database |
show ospf database |
|
show version |
show version, show system uptime |
|
show diags |
show chasis hardware |
|
show processes cpu |
show system process |
|
show tech-support |
request support info |
|
show logging |
show log messages |
|
show route-map name |
show policy name |
|
show ip prefix-list name |
show policy name |
|
show ip community-list list |
configure, show policy-options community name |
|
show environment all |
show chassis environment |
|
ping dest |
ping dest rapid (for cisco like output) ping dest (for unix like output) |
|
ping (setting source int) |
ping dest bypass-routing |
|
terminal monitor |
monitor start messages |
|
terminal no monitor |
monitor stop |
|
terminal length 0 |
set cli screen-length 0 |