Unsolved
This post is more than 5 years old
10 Posts
0
985
November 25th, 2019 18:00
Management of S60 with multiple VLANs
Hello, all.
I have an Force10 S60 with 8.3.3.8 that I plan to use with 3 VLANs. I need to be able to manage the switch, and would prefer to do it OOB over one of the VLANs. I've assigned VLAN 88 to gi0/0 and connected it to eth1 on my ubiquiti Pro8 switch.
interface Vlan 88
description LAN1
no ip address
tagged GigabitEthernet 0/0
untagged GigabitEthernet 0/5
no shutdown
!
interface Vlan 99
description OOB mgmt
no ip address
tagged GigabitEthernet 0/1
untagged GigabitEthernet 0/7
no shutdown
Using this config, a node attached to either por t0/5 or port 0/7 can route out just fine. I'm not sure why, but I have to use tagged for the ports connecting to the router. Any other switchports on the S60 need to be untagged for this to work.
Next, I'd like to set up the switch to be managed from VLAN 99 (192.168.99.0/24). I can't put an IP on gi0/1 since it's a switchport. I tried setting up management interface:
interface ManagementEthernet 0/0
ip address 192.168.99.200/24
no shutdown
!
I don't see how that management interface is associated with the connection on 0/1 to the router at all. What is the proper way to set up the ability to access the switch?
Thanks.
Conf:
force10#show run
Current Configuration ...
! Version 8.3.3.8
! Last configuration change at Wed Mar 27 09:52:22 2019 by default
!
boot system stack-unit 0 primary system: A:
boot system stack-unit 0 secondary system: A:
boot system stack-unit 0 default system: B:
!
redundancy auto-synchronize full
!
hardware watchdog
!
hostname force10
!
enable secret 5 85f53afa53764c32a3ec1c0076b53e48
!
!
bsd-username admin secret **********************
username ******* secret 5 ********************
!
stack-unit 0 provision S60
!
interface GigabitEthernet 0/0
no ip address
switchport
no shutdown
!
interface GigabitEthernet 0/1
no ip address
switchport
no shutdown
!
interface GigabitEthernet 0/2
no ip address
shutdown
!
interface GigabitEthernet 0/3
no ip address
shutdown
!
interface GigabitEthernet 0/4
no ip address
shutdown
!
interface GigabitEthernet 0/5
no ip address
switchport
no shutdown
!
interface GigabitEthernet 0/6
no ip address
shutdown
!
interface GigabitEthernet 0/7
no ip address
switchport
no shutdown
!
interface GigabitEthernet 0/8
no ip address
shutdown
!
[... cut ...]
!
interface GigabitEthernet 0/47
no ip address
shutdown
!
interface TenGigabitEthernet 0/48
no ip address
shutdown
!
interface TenGigabitEthernet 0/49
no ip address
shutdown
!
interface TenGigabitEthernet 0/50
no ip address
shutdown
!
interface TenGigabitEthernet 0/51
no ip address
shutdown
!
interface ManagementEthernet 0/0
ip address 192.168.99.200/24
no shutdown
!
interface ManagementEthernet 1/0
no shutdown
!
[... cut ...]
!
interface ManagementEthernet 11/0
no shutdown
!
interface Vlan 1
!
interface Vlan 88
description LAN1
no ip address
tagged GigabitEthernet 0/0
untagged GigabitEthernet 0/5
no shutdown
!
interface Vlan 99
description OOB mgmt
no ip address
tagged GigabitEthernet 0/1
untagged GigabitEthernet 0/7
no shutdown
!
line console 0
line vty 0
line vty 1
line vty 2
line vty 3
line vty 4
line vty 5
line vty 6
line vty 7
line vty 8
line vty 9
!
end


DELL-Josh Cr
Moderator
•
9.6K Posts
•
42.5K Points
0
November 28th, 2019 07:00
Hi,
The management port needs to be on a VLAN that isn’t configured on the rest of the switch. Page 328 https://downloads.dell.com/manuals/all-products/esuprt_ser_stor_net/esuprt_networking/esuprt_net_fxd_prt_swtchs/force10-s60_reference%20guide5_en-us.pdf
On the E-Series, C-Series, and S60 the dedicated Management interface provides management access to the system. You can configure this interface with FTOS, but the configuration options on this interface are limited. Gateway addresses and IP addresses cannot be configured if it appears in the main routing table of FTOS.