(Kenny D) wrote in
news: om:
> Hi,
>
> I have a router that has the commands "no ip route-cache" and "no ip
> mroute-cache" configured on a fast ethernet interface. Also it has ip
> cef enabled globally. However when i run a sh int fast 0/0 switching i
> get the following output
>
> [snip
>
> My understanding was that with the "no ip route-cache" command all
> packets would be process switched, but above i can see the
> fast-switched counter increase.
>
> Does anyone know why?
>
> Thanks
>
According to this page:
http://www.cisco.com/en/US/products/...ucts_tech_note
09186a00801d6038.shtml
Look at the table with "Incoming Interface / Outgoing Interface /
Switching Method". It looks like it still uses fast switching when going
Process to CEF.
Quote:
In other words, you need CEF to be enabled on the incoming interface for
packets to be CEF switched, and since CEF makes the forwarding decision
on input, use the no ip route-cache cef command on the ingress interface
to disable CEF. In contrast, since Cisco IOS builds a fast-switching
cache entry after switching a packet, a packet coming in on a process-
switched interface and going out through a fast-switched interface will
be fast switched, use the no ip route-cache command on the egress
interface to disable fast switching.
--
Joe Drago
StreamLine Communications