9 Posts

January 28th, 2015 02:00

Okay, seems to work as I'd like it to if I leave VLAN 1 as the management VLAN on the Layer 2 switches.  Any reason I wouldn't want to set-up the layer 2 switches this way?

Thanks again,

Kevin.

configure

vlan database

vlan 100,200

exit

hostname "layer2"

stack

member 1 2

exit

ip address 192.168.127.245 255.255.128.0

ip default-gateway 192.168.127.250

ip domain-name blah.local

ip name-server 192.168.10.11

ip name-server 192.168.10.12

!

interface ethernet 1/g1

switchport access vlan 100

exit

!

interface ethernet 1/g45

switchport mode trunk

switchport trunk allowed vlan add 1,100,200

exit

!

interface ethernet 1/g46

switchport mode trunk

switchport trunk allowed vlan add 1,100,200

exit

!

interface ethernet 1/g47

switchport mode trunk

switchport trunk allowed vlan add 1,100,200

exit

!

interface ethernet 1/g48

switchport mode trunk

switchport trunk allowed vlan add 1,100,200

exit

exit

9 Posts

January 27th, 2015 12:00

Hi Daniel,

Thanks for your reply.

Yep I've assigned the laptop 192.168.127.2.

I assigned 192.168.127.250 as the gateway, the layer 3 6248 I have plugged into one of the trunk ports.  But it shouldn't even need the gateway as it's on the same network should it?

Yes I've tried pinging and accessing 192.168.127.246 with a web browser.  I did set it manually but it doesn't show in the config, I guess because it's the default port setting?

I've also tried doing exactly the same with VLAN 100 and I have exactly the same out come.  The only VLAN I seem to be able to connect to the switch on is VLAN 321, the management VLAN.

Thanks,

Kevin.

9 Posts

January 28th, 2015 01:00

Hi,

Yes everything else works on the network works fine.

I can Telnet/SSH to 192.168.127.250 but not 192.168.127.246.

Thanks.

9 Posts

January 29th, 2015 02:00

Okay, thank-you for your help Daniel, I appreciate it.

No Events found!

Top