Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Router CE1 1921
- interface GigabitEthernet0/0
- ip address 192.168.1.21 255.255.255.0
- ip policy route-map DGW-DC-LAN
- standby 200 ip 192.168.1.23
- standby 200 priority 90
- standby 200 preempt
- duplex auto
- speed auto
- !
- interface GigabitEthernet0/1
- description Uplink to ISP
- ip address 10.0.0.11 255.255.255.0
- ip policy route-map DGW-DC-LAN
- standby 100 ip 10.0.0.13
- standby 100 priority 90
- standby 100 preempt
- duplex auto
- speed auto
- !
- !
- ip route 0.0.0.0 0.0.0.0 192.168.1.253
- ip route 192.168.10.0 255.255.255.0 10.0.0.3 name ISP-GW
- !
- ip access-list extended DGW-DC-LAN-REROUTE
- permit ip host 192.168.1.1 any
- deny ip any any
- !
- !
- route-map DGW-DC-LAN permit 10
- match ip address DGW-DC-LAN-REROUTE
- set ip default next-hop 192.168.1.254
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement