943,972 Members | Top Members by Rank

  • Networking Discussion Thread
  • Unsolved
  • Views: 11160
  • Networking RSS
You are currently viewing page 1 of this multi-page discussion thread
May 23rd, 2005
0

Cisco switches+Router and Win2k server

Expand Post »
Hey,

I have 2912 catalyst with simple setting total 3 vlan (192.168.1.x, 2.x, and 3.x) - the default ip is 192.168.1.10.

port 1,2,3,4 Vlan 1,
Port 5,6,7,8- Vlan 2
port 9,10,11,12 - vlan3

I have win2k server with 3 scopes 192.168.1.x, 2.x, and 3.x. At this moment connect to port 1 (I dont know if I have to set it to trunk port - ISL or 1q?).

I have 1720 router with 2 eth, one is 100mb the other one is 10mb

I would like to get PC that connects to port 5-8 will get an IP from W2k-Server (192.168.2.x)
and PC that connects to port 9-12 will get an ip 192.168.3.x

I am very newbie to CCNA - I able to set VLAN on switch.

Can some please share with me on how to set router and switch in order to get 3 vlans working.

Thanks for your help.

Timolthy
Reputation Points: 10
Solved Threads: 0
Newbie Poster
timolthy is offline Offline
14 posts
since May 2005
May 23rd, 2005
0

Re: Cisco switches+Router and Win2k server

Unfortunetly the 1720 does not support inter-VLAN routing, the 1721 and up does. Also you MUST run IP Plus IOS code or better.

Here is a sample switchport config off switch:
!
interface FastEthernet0/1
description TRUNK TO INTER-VLAN ROUTER
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
duplex full
speed 100
!
*** dont forget to add the vlans to the vlan database!!!!

Here is the router interface that it is plugged into:
!
interface FastEthernet0/0
no ip address
speed 100
full-duplex
!
interface FastEthernet0/0.1
description VLAN1
encapsulation dot1Q 1 native
ip address 192.168.1.1 255.255.255.0
!
interface FastEthernet0/0.2
description VLAN2
encapsulation dot1Q 2
ip address 192.168.2.1 255.255.255.0
!
interface FastEthernet0/0.3
description VLAN1
encapsulation dot1Q 3
ip address 192.168.3.1 255.255.255.0

After port 1 on the switch is configured, and the router interface is set you can put put the remaining switchports into their "access" vlan (including the server which only needs to be in one vlan if you use the IP helper command on the subinterfaces on the router.)

This can be confusing stuff to get a grasp on, if you need clarification please feel free to drop another post on this thread.
Reputation Points: 13
Solved Threads: 3
Junior Poster
w1r3sp33d is offline Offline
186 posts
since Dec 2004
May 23rd, 2005
0

Re: Cisco switches+Router and Win2k server

THANK you very much for your generous and kindness Help. I will try it tonite. I should by 1721 instead of 1720 . I will look at Ebay to see any good deal on 1721.

Timolthy


Quote originally posted by w1r3sp33d ...
Unfortunetly the 1720 does not support inter-VLAN routing, the 1721 and up does. Also you MUST run IP Plus IOS code or better.

Here is a sample switchport config off switch:
!
interface FastEthernet0/1
description TRUNK TO INTER-VLAN ROUTER
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
duplex full
speed 100
!
*** dont forget to add the vlans to the vlan database!!!!

Here is the router interface that it is plugged into:
!
interface FastEthernet0/0
no ip address
speed 100
full-duplex
!
interface FastEthernet0/0.1
description VLAN1
encapsulation dot1Q 1 native
ip address 192.168.1.1 255.255.255.0
!
interface FastEthernet0/0.2
description VLAN2
encapsulation dot1Q 2
ip address 192.168.2.1 255.255.255.0
!
interface FastEthernet0/0.3
description VLAN1
encapsulation dot1Q 3
ip address 192.168.3.1 255.255.255.0

After port 1 on the switch is configured, and the router interface is set you can put put the remaining switchports into their "access" vlan (including the server which only needs to be in one vlan if you use the IP helper command on the subinterfaces on the router.)

This can be confusing stuff to get a grasp on, if you need clarification please feel free to drop another post on this thread.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
timolthy is offline Offline
14 posts
since May 2005
May 23rd, 2005
0

Re: Cisco switches+Router and Win2k server

FYI all 2600's support dot1q routing, even the plain old 2610 as long as you are running at least 12.2 IP Plus. These may be cheaper than a newer 1721.
Reputation Points: 13
Solved Threads: 3
Junior Poster
w1r3sp33d is offline Offline
186 posts
since Dec 2004
May 25th, 2005
0

Re: Cisco switches+Router and Win2k server

Thank you for the Post. I just checked ebay, yea, 2620 is about less than $200 used. I am looking for router with two 100MB ports - are there exist? or would be way more expensive?

Other note: As previous note, my Win2k server-3 DHPC Scopes will be plug in port 1 (Vlan1). How about the router? which port on swtich I should connect to?

The 1720 that I have, there are two NIC ports, 1 is module plug-in, I believe it's 10MBps and it's for WAN/DSL something, the other port is 100MBps for LAN.

Thanks again.

Timolthy



Quote originally posted by w1r3sp33d ...
FYI all 2600's support dot1q routing, even the plain old 2610 as long as you are running at least 12.2 IP Plus. These may be cheaper than a newer 1721.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
timolthy is offline Offline
14 posts
since May 2005
May 25th, 2005
0

Re: Cisco switches+Router and Win2k server

The smallest Cisco router with two 10/100 ports built in that I am aware of is the 2621.

I usually use the first port on the first switch to plug in my router and configure it as a trunk. I also use a special color cable in production networks to warn admins that it is special, then label it, my best practice.

I would plug your server into port 2 and make it vlan 1 only. Configure your three scopes on the server (did you know you could run a dhcp server on the router itself? check out www.routergod.com for a tutorial) On the subinterface of vlan 2 and 3 on the router put an ip-helper pointing to the ip of the server, dhcp should be served! Ip-helper has a tutorial on routergod too if you want to know all the ports being forwarded.

BTW there should be a model number on that card "WIC-????" which card to you have in your 1720?
Reputation Points: 13
Solved Threads: 3
Junior Poster
w1r3sp33d is offline Offline
186 posts
since Dec 2004
May 26th, 2005
0

Re: Cisco switches+Router and Win2k server

You can connect the server with aany switch port, configured with Vlan 1.
For router which will support your requirement is:

1. 2611 XM
2. 2621
3. 2621 XM
4. 2651
5. 2651 XM
etc.

Raj
Reputation Points: 10
Solved Threads: 0
Newbie Poster
netrajarshi is offline Offline
2 posts
since May 2005
Jul 11th, 2005
0

Re: Cisco switches+Router and Win2k server

Hi w1r3sp33d,

It was a while that I was no able to resume.

I did setup as you suggested. the VLANs can communicate between Vlans; however, they can not get IP address from the DHCP server. Only ports on Vlan1 are able to get. ports on Vlan2 and Vlan3 are not able to. In Win2kSrv DHCP server, I did create 3 scopes, 192.168.1.x for VLAN1, 192.168.2.x for VLAN2, and 192.168.3.x for VLAN 3. (only 1 interface is connected to port on VLAN1 - Not Trunking port)

Are there any additional settings I have to proceed?

When there is an IP discover packet how the Win2kSrv would know which VLAN it come from and which scope it would release IP?

Thanks,
Reputation Points: 10
Solved Threads: 0
Newbie Poster
timolthy is offline Offline
14 posts
since May 2005
Jul 11th, 2005
0

Re: Cisco switches+Router and Win2k server

I think you need Trinity's help: http://www.routergod.com/trinity/

Probably much more info than you need, but it will address other issues with splitting a M$ environment across subnets without adding remote servers.
Reputation Points: 13
Solved Threads: 3
Junior Poster
w1r3sp33d is offline Offline
186 posts
since Dec 2004
Jul 12th, 2005
0

Re: Cisco switches+Router and Win2k server

Trinity was so good !

Please shred the light further:
"Well, put you ip helper-address command on the interface that receives the broadcasts, then in global config mode enter the command: ip forward-protocol udp 2000 and that should do the trick."


My DCHP Srv IP address 192.168.1.1 with 3 scopes (1.x, 2.x and 3.x), the Switches IP is 192.168.1.2, and the router IP is 192.168.1.3.

Should I enter command ip helper-address in every ports (interface) and which IP shall be input after 'ip helper-address'? I assume 192.168.1.1 across all the ports of all Vlans?

Mille Thanks.

Timolthy
Reputation Points: 10
Solved Threads: 0
Newbie Poster
timolthy is offline Offline
14 posts
since May 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Networking Forum Timeline: Help setting up home network
Next Thread in Networking Forum Timeline: No activity in network





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC