Moderator

 • 

9.5K Posts

May 29th, 2014 08:00

You can create an uplink port by specifying the vlans on the ports 

To display the VLAN Membership page, click Switching → VLAN → VLAN Membership in the tree
view

Moderator

 • 

9.5K Posts

May 22nd, 2014 13:00

Hi Mark,

Your plan looks good. The commands changed slightly between models, instead of interfaces being designated Ethernet e1 or g1 it is Ethernet 1/g1

ftp.dell.com/.../powerconnect-6248_Reference%20Guide_en-us.pdf

Page 293 is for interface configuration.

Private VLAN mode does not exist anymore, instead you use switchport forbidden to deny access to the VLANs you don’t want the wifi to access and only allow port 3 to access both VLANs. Page 597 switchport forbidden vlan add

May 22nd, 2014 15:00

hi josh -

my original 3248 setup script was written by using this very hand guide written by Greg Gibb nearly 10 years ago.

again, i am a real noobie.  is there a place in the webpage interface where i can specify a port as an ethernet "uplink" ? 

i would really rather not have two ethernet uplink cables if i could help it, since the old 3248 switch only had one.  

also, i see the g3&g4 ports were eliminated.  

--or--

you would be my friend for life if you took a look at my original script and "edited" it for me.  i started, but i quickly ran into problems (below)  ANY HELP IS GREATLY APPRECIATED !

enable
config

interface vlan 1
ip address 192.168.123.199 /24
exit

ip default-gateway 192.168.123.254
username admin password adminadmin level 15

interface ethernet e1      ## replies:  "an invalid interface has been used for this function"
### i stopped here


switchport mode private-vlan isolated
exit

interface range ethernet e(2-47)
switchport mode private-vlan community
exit

interface ethernet e48
switchport mode private-vlan promiscuous
exit

vlan database
vlan 1000
exit

interface vlan 1000
private-vlan primary
private-vlan isolated 20
private-vlan community add 10
exit

interface range ethernet e(2-48)
switchport private-vlan community 10
exit

interface ethernet g4
switchport private-vlan promiscuous 1000
exit

interface ethernet e1
switchport private-vlan isolated 1000
exit
exit
copy running-config startup-config
Y

show vlan private-vlan primary 1000
show running-config
show startup-config

No Events found!

Top