Start a Conversation

Unsolved

This post is more than 5 years old

44497

July 29th, 2012 13:00

VLAN Routing and Config

I have read through many forums and configurations and am missing something, I hope you guys can tell me what it is. I have a single network 192.168.16.0 VLAN 3. The network has grown and is now subbed out to another company, so vlans were mentioned. I want to create a vlan to separate that company from our network/computers, however they will be sharing our DHCP server and Term Server along with internet connection. I see I have to have a management vlan so I have assigned it to 192.168.11.0 VLAN 1 and the new company 192.168.10.0 VLAN 2. I have not been able to get inter vlan routing to work properly.

running-config                                                            

!Current Configuration:
!
System Description "PowerConnect 6248, 3.3.1.10, VxWorks 6.5"
!
System Software Version 3.3.1.10
!
Cut-through mode is configured as disabled
!

configure

vlan database

vlan 2-3

vlan routing 2 1

vlan routing 3 2

vlan routing 1 3

vlan association subnet 192.168.10.0 255.255.255.0 2

vlan association subnet 192.168.16.0 255.255.255.0 3

exit

stack
member 1 2

exit

ip address 192.168.11.210 255.255.255.0

ip default-gateway 192.168.11.254

ip routing

ip route 0.0.0.0 0.0.0.0 192.168.11.254

ip route 192.168.16.0 255.255.255.0 192.168.16.254

ip route 192.168.10.0 255.255.255.0 192.168.16.254

ip helper-address 192.168.16.1 domain

ip helper-address 192.168.16.1 dhcp

interface vlan 1

routing

exit

interface vlan 2

name "VLAN2"

routing

ip address 192.168.10.210 255.255.255.0

ip helper-address 192.168.16.1 domain

ip helper-address 192.168.16.1 dhcp

exit

interface vlan 3

name "VLAN3"

routing

ip address 192.168.16.210 255.255.255.0

exit

dhcp l2relay
dhcp l2relay vlan 2
!

interface ethernet 1/g2 -24 ### to save space
switchport access vlan 3
exit
!

interface ethernet 1/g25 - 36### to save space
switchport access vlan 2
exit
!

interface port-channel 1 - 24  ### to save space
switchport access vlan 3
exit

interface port-channel 25 - 36 ### to save space
switchport access vlan 2
exit

11 Posts

July 31st, 2012 14:00

Management Interface:

IP Address..................................... 192.168.11.210

Subnet Mask.................................... 255.255.255.0

Default Gateway................................ 192.168.11.254

Burned In MAC Address.......................... D067.E583.5584

Network Configuration Protocol Current......... None

Management VLAN ID............................. 1

Routing Interfaces:

                                                   Netdir   Multi

Interface    State  IP Address      IP Mask         Bcast    CastFwd

----------   -----  --------------- --------------- -------- --------

vlan 2       Up     192.168.10.210  255.255.255.0   Disable  Disable

vlan 3       Down   192.168.16.210  255.255.255.0   Disable  Disable

5 Practitioner

 • 

274.2K Posts

August 1st, 2012 11:00

I do not see anything left in the config that would cause this kind of behavior. Have we saved the running config and rebooted recently? Sometimes a reboot can help in situations like this.

No Events found!

Top