cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
716
Views
0
Helpful
3
Replies

Which ethernet expansion card do I need?

nammysu88
Level 1
Level 1

Hi all,

I have a Cisco 1720 router. The only expansion card I have in it right now is a WIC1DSUT1 card. I am trying to configure this router with a cable modem with Comcast service. Which ethernet expansion card do I need?

Thanks!!

3 Replies 3

desai.jaideep
Level 5
Level 5

Hi

You can buy one WIC-ENET card.

The second thing you can do is connect both the ethernet from ComCast Modem and the router to a single switch. The configure dot1q encap on the fe of 1720.Give both the IPs and this will do for u.

Regards

JD

JD,

Are you saying that I can get away with buying a WIC-ENET card if I just use a switch? If so...

Then I would plug the ethernet from the modem into the switch, the ehternet from another switch (that goes out to my network) into the switch, and then and ethernet cable from the swtich to the builtin ehthernet port on the router?

Hi

Let me make myself clear.

You can plug the modem ethernet cable to a switch on port 1.Its ip is say 10.0.0.10/24 Gw: 10.0.0.1.

Then u plug the router's ethernet cable to the switch on port 2.

Then u plug your access switch to that switch on port 3.

Lets say that ur internal network is 192.168.1.0/24.

Now on ur router ethernet do the following config:

int f0/0

no shut

int f0/0.1

encap dot1q 1 native

ip add 192.168.1.1 255.255.255.0

ip nat inside

int f0/0.2

encap dot1q 2

ipa dd 10.0.0.10 255.255.255.0

ip nat outside

ip nat inside source list 1 interface f0/0.2 overload

ip route 0.0.0.0 0.0.0.0 10.0.0.1

First try this.If it dosen't work for u, then there is no alternative other then going in for a WIC-1ENET card.

Regards.

JD