[nsp] PBR on two serial interfaces

ROY roy at cybees.com
Mon Mar 8 05:55:20 EST 2004


found it..

in case someone is faced with the same design problem:
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=3DDFB1A6.1020408%40none.com



On Mon, 2004-03-08 at 16:11, ROY wrote:
> 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
> 
> 
> _______________________________________________
> cisco-nsp mailing list  cisco-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/
> 



More information about the cisco-nsp mailing list