Re: Re: what is the command about the per packet of per destination?

From: quanzhang (rucha@xxxxxxxxxxxxx)
Date: Wed Aug 14 2002 - 03:32:29 GMT-3


   
Hi:
  You can refer to Jeff Doyle's Routing TCP/IP Volume I
PartI->Chapter 3:Static Routing
  More detail explanation about this issue.

-----Original Message-----
From: TMontana@gmx.net
To: "chenyan" <chenyan@deeptht.com.cn>
Date: Wed, 14 Aug 2002 07:39:52 +0200 (MEST)
Subject: Re: what is the command about the per packet of per destination?

hi,

To set per-packet load-balancing, enable process switching (or
disable fast switching) using the following commands:

     Router# config t
     Router(config)# interface xxx
     Router(config-if)# no ip route-cache
     Router(config-if)# ^Z

To re-enable fast switching, use these commands:

     Router# config t
     Router(config)# interface xxx
     Router(config-if)# ip route-cache
     Router(config-if)# ^Z

If you want to use CEF than use the following:

- To enable per-packet load balancing, use the following command in
interface configuration mode: ip load-sharing per-packet

- To enable per-destination load balancing, use the following command in
interface configuration mode: ip load-sharing per-destination

regards,
monti

> hi,guys,
>
> what is command to set the forwarding of the per packet or per
> destionation?
>
> Thanks



This archive was generated by hypermail 2.1.4 : Sat Sep 07 2002 - 19:48:24 GMT-3