Re: Policy Routing on the 3550? [7:64074]

2003-03-01 Thread W. Alan Robertson
Thanks for the replies...

My TAC case worker believes the same to be true, although he's still
trying to verify this with absolute certainty.

I'll have to cross my fingers and hope that they add it in the future,
although by then, it won't matter for this project.  We're going to
have to go another route for now.


- Original Message -
From: "Erick B." 
To: 
Sent: Saturday, March 01, 2003 1:28 AM
Subject: Re: Policy Routing on the 3550? [7:64074]


> route-map isn't listed as a command in the
> documentation so it's probably something from full IOS
> that isn't supported. They may add support in the
> future.
>
>
http://www.cisco.com/univercd/cc/td/doc/product/lan/c3550/12112cea/355
0scg/swuncli.htm#xtocid24
>
> Unsupported route map commands on 3550 (latest code):
>
> match route-type {level-1 | level-2}
> set as-path {tag | prepend as-path-string}
> set automatic-tag
> set dampening
> set ip destination ip-address mask
> set ip next-hop
> set ip precedence value
> set ip qos-group
> set metric-type internal
> set metric-type internal
> set tag tag-value
>
>
> --- "W. Alan Robertson"
> wrote:
> > Howdy folks...
> >
> > I need to set the next hop on a 3550 (with the EMI
> > Image) based on the
> > protocol type.  We've got a number of transparent
> > proxy servers, each
> > one handling a different type of traffic (One for
> > HTTP...  One for
> > SMTP...  Etc.).
> >
> > No problem, right?  Wrong.
> >
> > Merrily, I configured my access-lists to identify
> > the various traffic
> > types.  I then created the route-map statements to
> > set ip next-hop for
> > each of the types of traffic.  I then went to my
> > vlan interface to
> > apply the route-maps, but lo and behold, no "ip
> > policy" command.
> >
> > How can I apply the route-maps to my interface?
> >
> > Is there another way to accomplish this?
> >
> > Thanks,
> >
> > Alan
>
>
> __
> Do you Yahoo!?
> Yahoo! Tax Center - forms, calculators, tips, more
> http://taxes.yahoo.com/
[EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=64162&t=64074
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


Re: Policy Routing on the 3550? [7:64074]

2003-02-28 Thread Erick B.
route-map isn't listed as a command in the
documentation so it's probably something from full IOS
that isn't supported. They may add support in the
future.

http://www.cisco.com/univercd/cc/td/doc/product/lan/c3550/12112cea/3550scg/swuncli.htm#xtocid24

Unsupported route map commands on 3550 (latest code):

match route-type {level-1 | level-2}
set as-path {tag | prepend as-path-string}
set automatic-tag
set dampening 
set ip destination ip-address mask 
set ip next-hop
set ip precedence value 
set ip qos-group
set metric-type internal
set metric-type internal
set tag tag-value


--- "W. Alan Robertson" 
wrote:
> Howdy folks...
> 
> I need to set the next hop on a 3550 (with the EMI
> Image) based on the
> protocol type.  We've got a number of transparent
> proxy servers, each
> one handling a different type of traffic (One for
> HTTP...  One for
> SMTP...  Etc.).
> 
> No problem, right?  Wrong.
> 
> Merrily, I configured my access-lists to identify
> the various traffic
> types.  I then created the route-map statements to
> set ip next-hop for
> each of the types of traffic.  I then went to my
> vlan interface to
> apply the route-maps, but lo and behold, no "ip
> policy" command.
> 
> How can I apply the route-maps to my interface?
> 
> Is there another way to accomplish this?
> 
> Thanks,
> 
> Alan


__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=64137&t=64074
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


Re: Policy Routing on the 3550? [7:64074]

2003-02-28 Thread Jay Mathias
PBR is not available in current image.
I understand it will be available soon.

- Original Message -
From: "W. Alan Robertson" 
To: 
Sent: Friday, February 28, 2003 9:04 AM
Subject: Policy Routing on the 3550? [7:64074]


> Howdy folks...
>
> I need to set the next hop on a 3550 (with the EMI Image) based on the
> protocol type.  We've got a number of transparent proxy servers, each
> one handling a different type of traffic (One for HTTP...  One for
> SMTP...  Etc.).
>
> No problem, right?  Wrong.
>
> Merrily, I configured my access-lists to identify the various traffic
> types.  I then created the route-map statements to set ip next-hop for
> each of the types of traffic.  I then went to my vlan interface to
> apply the route-maps, but lo and behold, no "ip policy" command.
>
> How can I apply the route-maps to my interface?
>
> Is there another way to accomplish this?
>
> Thanks,
>
> Alan




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=64121&t=64074
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


Re: Policy Routing on the 3550? [7:64074]

2003-02-28 Thread The Long and Winding Road
one of the "gotchas" of the 3550 IOS images.

There is no reference to the ip policy route-map command in the
documentation. Policy is not mentioned in the configuration guide.

I did check the "unsupported commands" section and did not see anything
specific. But I can say that there are commands that appear in the IOS
menus, and there are commands that you can enter and receive no error
message. And they still have no effect.

guessing now, but because of the experiences above, I would suggest that
policy routing is not supported in the 3550 IOS at this time.

one of the frustrations of this IOS on this platform


""W. Alan Robertson""  wrote in message
news:[EMAIL PROTECTED]
> Howdy folks...
>
> I need to set the next hop on a 3550 (with the EMI Image) based on the
> protocol type.  We've got a number of transparent proxy servers, each
> one handling a different type of traffic (One for HTTP...  One for
> SMTP...  Etc.).
>
> No problem, right?  Wrong.
>
> Merrily, I configured my access-lists to identify the various traffic
> types.  I then created the route-map statements to set ip next-hop for
> each of the types of traffic.  I then went to my vlan interface to
> apply the route-maps, but lo and behold, no "ip policy" command.
>
> How can I apply the route-maps to my interface?
>
> Is there another way to accomplish this?
>
> Thanks,
>
> Alan




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=64101&t=64074
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


Policy Routing on the 3550? [7:64074]

2003-02-28 Thread W. Alan Robertson
Howdy folks...

I need to set the next hop on a 3550 (with the EMI Image) based on the
protocol type.  We've got a number of transparent proxy servers, each
one handling a different type of traffic (One for HTTP...  One for
SMTP...  Etc.).

No problem, right?  Wrong.

Merrily, I configured my access-lists to identify the various traffic
types.  I then created the route-map statements to set ip next-hop for
each of the types of traffic.  I then went to my vlan interface to
apply the route-maps, but lo and behold, no "ip policy" command.

How can I apply the route-maps to my interface?

Is there another way to accomplish this?

Thanks,

Alan




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=64074&t=64074
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]