Guest User

Untitled

a guest
Oct 20th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. instance-type virtual-router;
  2. interface pp0.0;
  3. routing-options {
  4. static {
  5. route 0.0.0.0/0 {
  6. next-hop pp0.0;
  7. qualified-next-hop 12.237.237.233 {
  8. metric 10;
  9. }
  10. }
  11. route 192.168.0.0/16 next-table inet.0;
  12. route 172.16.0.0/12 next-table inet.0;
  13. route 10.0.0.0/8 next-table inet.0;
  14. }
  15. }
Add Comment
Please, Sign In to add comment