[c-nsp] PBR Strange behavior

Diogo Montagner diogo.montagner at gmail.com
Mon Jul 2 20:28:36 EDT 2007


Hi Omar,

verify the source address of your packets. Your configuration is
correct. Is possible that your packets didn't have a source address
from 172.20.0.48/30 subnet.

Try change the 'match ip address 160' by the following command:

'match interface FastEthernet0/0.73'

This will match all packets coming from interface FastEthernet0/0.73.
Another way is to rebuild your ACL 160 with the correct source address
of your packets.

Regards,
Diogo

On 7/2/07, omar parihuana <omar.parihuana at gmail.com> wrote:
> Hi List,
>
> I've configured an policy routing, however the packets don't match the
> policy. I re-checked the configuration and all seems fine, I don't know why
> that configuration don't work!!! (the packets traverse by default route and
> not by Next-hop configured into route-map.
>
> I've paste my configuration:
>
> !
> interface FastEthernet0/0.73
>  encapsulation dot1Q 73
>  ip address 172.20.0.49 255.255.255.252
>  no ip redirects
>  no ip proxy-arp
>  ip policy route-map NEXT-HOP
>  no cdp enable
>  arp timeout 300
> end
> !
>
> !
> route-map NEXT-HOP permit 10
>  match ip address 160
>  set interface Serial1/0:0
>  set ip next-hop 172.16.1.134
> !
>
> !
> access-list 160 permit ip 172.20.0.48 0.0.0.3 any
> !
>
> Thanks
>
> *The router is a Cisco 3640 with CEF Enabled that works like MPLS-PE router.
>
> --
> Omar E.P.T
> -----------------
> Certified Networking Professionals make better Connections!
> _______________________________________________
> 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