Evil_TTL> show | s

Junos vs Cisco CLI

Category:Juniper -> Security

IOS# show ip bgp neighbor 10.1.1.1 advertised-routes
JUNOS> show route advertising-protocol bgp 10.1.1.1


IOS# show ip bgp neighbor 10.1.1.1 received-routes
JUNOS# show route receive-protocol bgp 10.1.1.1


Cisco: sh ip bgp community 35:36
Juniper: show route community 35:36

Cisco: sh ip bgp a.b.c.d
Juniper: show route protocol bgp a.b.c.d detail

For advertised routes:

Juniper: show route advertising-protocol bgp

detail
Cisco:

By privilege15