Unsolved
This post is more than 5 years old
8 Posts
0
162544
October 15th, 2007 03:00
PowerConnect 6248 routing / Management VLAN
Is there some example configurations for VLAN routing with the PC6248 available?
I'm trying to setup a fairly simple config as follows
configure
vlan database
vlan 40-41
exit
stack
member 1 2
exit
ip address 192.168.40.241 255.255.255.0
ip address vlan 40
interface vlan 40
name "LAN"
exit
interface vlan 41
name "vr41"
routing
ip local-proxy-arp
exit
vlan database
vlan 40-41
exit
stack
member 1 2
exit
ip address 192.168.40.241 255.255.255.0
ip address vlan 40
interface vlan 40
name "LAN"
exit
interface vlan 41
name "vr41"
routing
ip local-proxy-arp
exit
If I try to setup a routing VLAN, I get the following error
# interface vlan 41
# ip address 192.168.40.242 255.255.255.0
# ip address 192.168.40.242 255.255.255.0
Subnet conflict between specified IP Address and current configuration.
All routing interfaces, service ports and network ports must be configured on
different subnets.
All routing interfaces, service ports and network ports must be configured on
different subnets.
I tried just making the 40 VLAN a routing VLAN, but it complains about having the management port in a routed VLAN.
To be clear
- The users are in the subnet 192.168.40.0
- I want the 6248 to be a virtual router with IP 192.168.40.242, which will be their default gateway
- I want the 6248 management IP to be 192.168.40.241
- The router 192.168.40.242 is currently a 2-port Cisco router. The other port is 192.168.43.242, which I guess I also want to setup as a routing VLAN. And I want to apply some basic ACL's to the routed traffic.
- The users are in the subnet 192.168.40.0
- I want the 6248 to be a virtual router with IP 192.168.40.242, which will be their default gateway
- I want the 6248 management IP to be 192.168.40.241
- The router 192.168.40.242 is currently a 2-port Cisco router. The other port is 192.168.43.242, which I guess I also want to setup as a routing VLAN. And I want to apply some basic ACL's to the routed traffic.
Any help much appreciated!
0 events found
No Events found!


spicew_k
5 Posts
0
October 16th, 2007 13:00
spicew_k
5 Posts
0
October 16th, 2007 22:00
camtex
8 Posts
0
October 17th, 2007 22:00
spicew_k
5 Posts
0
October 18th, 2007 12:00
stormytoad
44 Posts
0
October 18th, 2007 16:00
ip address vlan 3
camtex
8 Posts
1
October 18th, 2007 20:00
spicew_k
5 Posts
0
October 18th, 2007 20:00
camtex
8 Posts
0
October 23rd, 2007 00:00
And another irksome thing - the CLI supports range:
interface range ethernet 1/g1-1/g32
switchport access vlan nnn
exit
But the config script does not support it - you need to list them all individually. Very painful for a stack of 5x48 ports !
Message Edited by camtex on 10-22-2007 08:47 PM
spicew_k
5 Posts
0
October 23rd, 2007 12:00