04-11-2007 09:58 PM - edited 03-03-2019 04:30 PM
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!!
04-12-2007 12:48 AM
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
04-12-2007 06:35 AM
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?
04-12-2007 07:42 PM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide