cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
346
Views
0
Helpful
1
Replies

JunOS Static Routing Cisco Alternative command

shmark
Level 1
Level 1

Hi

Could you please help me to configure cisco router's static routing like this one from juniper router.

set routing-options static route 0.0.0.0/0 next-hop 10.xx.10.x
set routing-options static route 0.0.0.0/0 qualified-next-hop 10.xx.20.x preference 6

1 Reply 1

Jon Marshall
Hall of Fame
Hall of Fame

In the same order you posted -

ip route 0.0.0.0 0.0.0.0 10.xx.10.x
ip route 0.0.0.0 0.0.0.0 10.xx.20.x 6

Jon