cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
491
Views
0
Helpful
1
Replies

VLan setup with a 3Com 3900 Switch and a Cisco 2621 Router (for a DMZ).

communi
Level 1
Level 1

OK I need someon's help. I am trying to setup a DMZ.

I have a Cisco 2621 Router that is connected to the WAN link via interface FastEthernet 0/0.

I then have the interface FastEthernet 0/1 connected to my 192.168.1.X network.

I tried to get a Fast Ethernet Network Module for that Router but none was available so I went with the NM-1E Ethernet 10BaseT. That would be my 1/0 interface and it is going to my 192.168.2.X Network (DMZ).

My web server is on the DMZ and my SQL servers are on the other 192.168.1.X Network. When you try to serve up my site that needs data from my SQL server it is very slow. Now I think it has to do with the 10BaseT Network Module I have for my DMZ. Any ideas?

Now I am confident that is the reason it is so slow. So I am thinking of setting up VLans on my 3Com 3900 Switch and having them work with my Cisco 2621 router. Can someone help me set them up?

Thanks for any info you can give this Rookie.

Chad

1 Reply 1

bribrown
Level 5
Level 5

Chad,

On the 2621 FE0/1 you can set up a sub-interface for each vlan needed. So you want something like the following:

interface FastEthernet0/1.1

ip address 192.168.1.1 255.255.255.0

encapsulation dot1q 20

interface FastEthernet0/1.2

ip address 192.168.2.1 255.255.255.0

encapsulation dot1q 30

There is more information at:

http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/switch_c/xcprt7/xcdvl80q.htm

Hope this helps,

Brian

Review Cisco Networking for a $25 gift card