cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
386
Views
0
Helpful
5
Replies

etherchannel router with 3548XL Switch

hari_bhr
Level 1
Level 1

Hi

i have 3640 with FE

and 3548XL Switch

Right now i have connceted one FE port with 3548XL Switch and running fine

due to over load traffic on network

i want to another port of FE from 3640

so iam looking like this

i want to make 200MB Full duplex

and load balance too

and i want to configure only one IP address for the router Ethernet ( for both the interface)

how can i achive this

hari

5 Replies 5

jamey
Level 4
Level 4

Something like this:

On switch:

conf t

interface fa0/1

port group 1 distribution destination

interface fa0/2

port group 1 distribution destination

exit

On Router:

conf t

interface port-channel 1

ip address x.x.x.x y.y.y.y

interface fa0/0

no ip address

channel-group 1

interface fa0/1

no ip address

channel-group 1

exit

-HTH

Hi

thanks for the reply

but i could not able to excute that command in my Rouer

i having following IOS

cis-3640#show ver

Cisco Internetwork Operating System Software

IOS (tm) 3600 Software (C3640-IO3-M), Version 12.2(12), RELEASE SOFTWARE (fc1)

Copyright (c) 1986-2002 by cisco Systems, Inc.

Compiled Wed 21-Aug-02 00:44 by pwade

Image text-base: 0x60008930, data-base: 0x60A50000

ROM: System Bootstrap, Version 11.1(20)AA2, EARLY DEPLOYMENT RELEASE SOFTWARE (f

c1)

cis-3640 uptime is 3 minutes

System returned to ROM by power-on

System image file is "flash:c3640-io3-mz.122-12"

cisco 3640 (R4700) processor (revision 0x00) with 60416K/5120K bytes of memory.

Processor board ID 21475150

R4700 CPU at 100Mhz, Implementation 33, Rev 1.0

Bridging software.

X.25 software, Version 3.0.0.

2 FastEthernet/IEEE 802.3 interface(s)

2 Serial network interface(s)

DRAM configuration is 64 bits wide with parity disabled.

125K bytes of non-volatile configuration memory.

12288K bytes of processor board System flash (Read/Write)

cis-3640(config)#interface port-channel 1

^

% Invalid input detected at '^' marker.

cis-3640(config)#

can you recomend me what IOS i should use

hari

when i

Sorry. Fast etherchannel isn't supported on 3600 routers AFAIK.

You might need to set up a separate IP subnet on a new FastE interface.

-HTH

what routers support this etherchannel

then i can not use this router for the same option

hari

7xxx routers do. Also many of the newer switches support layer 3 etherchannel including the 6500 and 3550 series.

-HTH