Start a Conversation

Unsolved

This post is more than 5 years old

40370

January 15th, 2007 23:00

Policy Based Routing on a Dell 6224

I have a Cisco 3XXX switch performing policy based routing. Relevant code follows...

**** snip
access-list 100 deny ip host 172.16.21.1 172.16.0.0 0.0.255.255
access-list 100 deny ip host 172.16.0.11 172.16.0.0 0.0.255.255
access-list 100 deny ip host 172.16.0.1 172.16.0.0 0.0.255.255
access-list 100 deny ip host 172.16.0.5 172.16.0.0 0.0.255.255
access-list 100 deny ip any 192.168.0.0 0.0.255.255
access-list 100 permit ip host 172.16.21.1 any
access-list 100 permit ip host 172.16.0.11 any
access-list 100 permit ip host 172.16.0.1 any
access-list 100 permit ip host 172.16.0.5 any
route-map AANM permit 100
match ip address 100
set ip next-hop 172.16.0.252

!
interface Vlan100
ip address 172.16.0.254 255.255.255.0
ip policy route-map AANM
!
**** snip

I wish to program my new Dell 6224 to perform the same function. I am having trouble deciphering the Dell CLI. Any help would be appreciated.

203 Posts

January 30th, 2007 01:00

Take a look at this conversion article.
 
 
 

Message Edited by StarLog on 01-29-200709:47 PM

1 Message

March 22nd, 2011 16:00

Hi, i have to do the same thing do you solve this on Dell Switch?

117 Posts

March 22nd, 2011 23:00

The PC6200 does not support PBR.  From the explination given to me the platform hardware does not support it.

<ADMIN NOTE: Broken link has been removed from this post by Dell>

No Events found!

Top