Advertisement
Guest User

Untitled

a guest
Oct 18th, 2016
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. #Router CE1 1921
  2.  
  3. interface GigabitEthernet0/0
  4. ip address 192.168.1.21 255.255.255.0
  5. ip policy route-map DGW-DC-LAN
  6. standby 200 ip 192.168.1.23
  7. standby 200 priority 90
  8. standby 200 preempt
  9. duplex auto
  10. speed auto
  11. !
  12. interface GigabitEthernet0/1
  13. description Uplink to ISP
  14. ip address 10.0.0.11 255.255.255.0
  15. ip policy route-map DGW-DC-LAN
  16. standby 100 ip 10.0.0.13
  17. standby 100 priority 90
  18. standby 100 preempt
  19. duplex auto
  20. speed auto
  21. !
  22. !
  23. ip route 0.0.0.0 0.0.0.0 192.168.1.253
  24. ip route 192.168.10.0 255.255.255.0 10.0.0.3 name ISP-GW
  25.  
  26. !
  27. ip access-list extended DGW-DC-LAN-REROUTE
  28. permit ip host 192.168.1.1 any
  29. deny ip any any
  30. !
  31. !
  32. route-map DGW-DC-LAN permit 10
  33. match ip address DGW-DC-LAN-REROUTE
  34. set ip default next-hop 192.168.1.254
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement