Link to home
Start Free TrialLog in
Avatar of rayscue
rayscueFlag for United States of America

asked on

Secondary IP interface address and slow performance

We have a location that has the need for about 500 ip host addresses.  Our primary ip network is 172.20.1.0   To accomodate the additional IP addresses, I added a secondary ip address on the Ethernet interface of 172.20.11.0   This works well except for the fact that communication speed between the .1 and .11 subnet is extremely poor.  Most of our servers are on the .1 subnet and some hosts on the .11 subnet have difficulty accessing applications on those servers because of the slow communication.  I did expect some performance degradation considering the fact that I am routing between 2 networks, but what we are experiencing seems excessive.  Copying files between hosts on the 2 different networks is many orders of magnitude slower than copying between hosts on the same network.  Our backup server is on the .1 network and backing up/restoring to the .11 network is extremely slow.  The router we are on happens to be a very OLD one (Cisco 3640) and that may play a role in causing this problem.

Are such network perfromance issues expected when using secondary ip addresses?  Is the problem with the old router?  Are there additional configuration changes I should make, such as using VLANS?

Any help would be appreciated.
Avatar of harbor235
harbor235
Flag of United States of America image

If you have a 3640 then the max throughput on the interface is 100M full duplex.
how much traffic is on the interface? is it configured properly? Are there any errors on
the interface? Is CEF enabled?

the max perfromance with CEF turned on is only 50,000-70,000 PPS without CEF its
4000 PPS.

Need more info

-harbor235
A 3640 can only do 50,000 - 70,000 PPS with CEF on, 4000PPS with it off, is CEF on?
(sh ip cef)

How much traffic is going through this interface since you added 500 hosts? thats a alot for a 3640. If it were another router there may not be an issue.

we need more info

-harbor235 ;}


oops, thought i lost the first post , DOH !!!!

-harbor235 ;{
Avatar of rayscue

ASKER

There would be quite a bit of traffic on the interface as there are 7 other subnets connected to this router.  This router is basically the hub of our network.  However, the Ethernet interface usually runs somewhere between 500-1000 PPS max.  I don't believe CEF is available on this router.  There aren't any errors being generated on the interface.

The interface is configured as follows:

interface FastEthernet0/0
 ip address 172.20.11.30 255.255.255.0 secondary
 ip address 172.20.1.30 255.255.255.0
 duplex auto
 speed auto
What version of code are you running, CEF is definitely available.


-habor235 ;}
Is this 3640 interface .30 the default gateway for both networks?
ASKER CERTIFIED SOLUTION
Avatar of harbor235
harbor235
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rayscue

ASKER

harbor235

You're right about CEF.  It is available and it was set to off.  I have enabled it and will see if that makes any difference.  I should be able to determine that tonight when we do some backups over the network.

We set the default gateway to be .11.30 for the .11 hosts and .1.30 for the .1 hosts.
Avatar of rayscue

ASKER

harbor235

After implementing CEF our throughput to the .11 subnet increased by about 50%-60%.  Although the throughput to servers on the .11 network is still considerably less than the throughput to servers on the .1 network, implementing CEF was a viable solution for us.  This along with a router upgrade later on should provide us the throughput we need.  Thanks for your help!