[nsp] PBR on two serial interfaces
ROY
roy at cybees.com
Mon Mar 8 03:11:13 EST 2004
hi list,
with the config below, will the packets get routed to the other
interface if the primary (S1 for 101, S0 for 102) goes down?
thanks,
roy
! ----------------------------------
int E0
ip address 172.16.1.1 255.255.255.0
!
int S0
ip address 172.16.2.1 255.255.255.252
!
int S1
ip address 172.16.2.5 255.255.255.252
!
access-list 101 172.16.10.0 0.0.0.127 any
!
access-list 102 172.16.10.128 0.0.0.127 any
!
route-map mymap permit 10
match ip address 101
set interface S1 S0
!
route-map mymap permit 20
match ip address 102
set interface S0 S1
More information about the cisco-nsp
mailing list