Unsolved
This post is more than 5 years old
8 Posts
0
19292
February 1st, 2007 13:00
6024 and routing between vlans.
Hey there.. I am new to the 6024 switch. and have the following scenario: 3 total vlans 1 production vlan 1 backup traffic vlan 1 vlan for an isolated machine available on the internet. I read that by default all of the vlans should be able to route traffic between themselves just by configuring an IP to the vlan. This does not appear to be the case. I have configured simply 3 vlans, and assigned them IP addresses. after i get the vlans communicating i can setup an ACL to block certain incoming traffic from the internet machine.. vlan 2 is the backup vlan, vlan 3 is the isolated vlan. Here is just a snippit of my config:
vlan database
vlan 2-3
exit
interface range ethernet g(13-23)
switchport access vlan 2
exit
interface ethernet g24
switchport access vlan 3
exit
interface vlan 1
ip address 192.168.0.100 255.255.255.0
exit
interface vlan 2
ip address 192.168.100.1 255.255.255.0
exit
interface vlan 3
ip address 192.168.200.1 255.255.255.0
exit
... thanks!
Message Edited by i2ambler on 02-01-2007 09:34 AM
vlan database
vlan 2-3
exit
interface range ethernet g(13-23)
switchport access vlan 2
exit
interface ethernet g24
switchport access vlan 3
exit
interface vlan 1
ip address 192.168.0.100 255.255.255.0
exit
interface vlan 2
ip address 192.168.100.1 255.255.255.0
exit
interface vlan 3
ip address 192.168.200.1 255.255.255.0
exit
... thanks!
Message Edited by i2ambler on 02-01-2007 09:34 AM
0 events found
No Events found!


tester25
626 Posts
0
February 1st, 2007 18:00
router rip enable
Let me know what the results are.
http://support.dell.com/support/edocs/network/pc6024/en/cli/html/rip.htm#1040634
Message Edited by tester25 on 02-01-2007 02:45 PM
i2ambler
8 Posts
0
February 1st, 2007 19:00
tester25
626 Posts
0
February 1st, 2007 21:00
!Current Configuration:
!System Description "Dell PowerConnect"
!System Software Version 1.0.0.27
!
configure
vlan database
vlan 2-3
exit
stack
member 1 2
exit
ip address 192.168.1.100 255.255.255.0
interface vlan 2
routing
ip address 192.168.50.1 255.255.255.0
exit
interface vlan 3
routing
ip address 192.168.60.1 255.255.255.0
exit
ip routing
router rip
no enable
no hostroutesaccept
exit
username "admin" password 5f4dcc3b5aa765d61d8327deb882cf99 level 15 encrypted
no spanning-tree
!
interface ethernet 1/g1
switchport access vlan 2
exit
!
interface ethernet 1/g33
switchport access vlan 3
exit
enable password 5f4dcc3b5aa765d61d8327deb882cf99 encrypted
exit
Message Edited by tester25 on 02-01-2007 05:07 PM
kalex1
8 Posts
0
February 3rd, 2007 04:00
i2ambler
8 Posts
0
February 5th, 2007 14:00
tester25
626 Posts
0
February 5th, 2007 18:00
Router Configuration
-----------------------------
interface range ethernet all
spanning-tree disable
exit
interface range ethernet all
spanning-tree portfast
exit
interface range ethernet all
flowcontrol auto
exit
vlan database
vlan 101-102
exit
interface ethernet g17
switchport access vlan 101
exit
interface ethernet g18
switchport access vlan 102
exit
interface vlan 1
ip address 192.168.10.254 255.255.255.0
ip address 192.168.100.253 255.255.255.0
exit
interface vlan 101
ip address 192.168.17.254 255.255.255.0
exit
interface vlan 102
ip address 192.168.18.254 255.255.255.0
exit
router rip enable
hostname 6024-1
username admin password 5f4dcc3b5aa765d61d8327deb882cf99 level 15 encrypted
snmp-server location here
-----------------------------
StarLog
2 Intern
•
203 Posts
0
February 6th, 2007 21:00
tester25
626 Posts
0
February 7th, 2007 14:00
i2ambler
8 Posts
0
February 7th, 2007 14:00
YamakasY
70 Posts
0
January 6th, 2013 10:00
I'm also busy with this and can't get it working.
I have a attached router to my switch, pure for internetaccess from the hosts, but I would like to have routes between my vlans and from my vlans to my vlan1 where my router is in.
What gateway do I set for my hosts connected to the Vlans ? Are this the IP's of the Vlans ? If so, how does the routing goes to the internet ?
I have Rip enabled, but this doesn't change a thing yet.