Quantcast
Channel: PowerConnect Forum - Recent Threads
Viewing all articles
Browse latest Browse all 2954

6248 accessing web admin on non management VLAN

$
0
0

Hi,

I'm trying to set-up a 6248 as a Layer 2 switch however I'm having trouble trying to access it's web interface or even ping it's IP on a non management VLAN I've set-up.

As you can see from my config below I've moved the switches' management VLAN to VLAN 321, I've given the switch a IP address on VLAN 1 and I've plugged my laptop into port 1 which is on the default VLAN, VLAN 1.  However I can't access the switches' web interface from my laptop, I can't even ping the switch.

If I plug my laptop into port 11, a port I've configured on the management VLAN, VLAN 321 I can talk to the switch fine using it's management VLAN IP.

Please help.  What am I missing?

Thanks.

6 : configure
7 : vlan database
8 : vlan 100,200,321
9 : vlan routing 1 1
10 : exit
11 : hostname "layer2"
12 : stack
13 : member 1 5
14 : exit
15 : ip address 192.168.254.246 255.255.255.0
16 : ip default-gateway 192.168.254.250
17 : ip address vlan 321
18 : ip domain-name blah.local
19 : ip name-server 192.168.1.11
20 : ip name-server 192.168.1.12
21 : interface vlan 1
22 : ip address 192.168.127.246 255.255.128.0
23 : exit
24 : !
25 : interface ethernet 1/g11
26 : switchport access vlan 321
27 : exit
28 : !
29 : interface ethernet 1/g45
30 : switchport mode trunk
31 : switchport trunk allowed vlan add 1,100,200,321
32 : exit
33 : !
34 : interface ethernet 1/g46
35 : switchport mode trunk
36 : switchport trunk allowed vlan add 1,100,200,321
37 : exit
38 : !
39 : interface ethernet 1/g47
40 : switchport mode trunk
41 : switchport trunk allowed vlan add 1,100,200,321
42 : exit
43 : !
44 : interface ethernet 1/g48
45 : switchport mode trunk
46 : switchport trunk allowed vlan add 1,100,200,321
47 : exit
48 : exit


Viewing all articles
Browse latest Browse all 2954

Trending Articles