On my Procurves, I have a management vlan. I have a star configuration
where all of my switches are connected directly to the core switch.
Since these connections are all tagged for the various VLANs running
throughout, I simply tag the management vlan to the same trunk, and
don't need to untag any ports on any switch for the management vlan.

Instead, each switch gets an IP address for the management vlan. For
instance, a fragment of the config from one of my switches looks like
this:

vlan 1
   name "DEFAULT_VLAN"
   untagged 50-52
   ip address dhcp-bootp
   no untagged 1-49
   exit
vlan 99
   name "vlan101"
   ip address 192.168.101.2 255.255.255.0
   tagged 49
   exit
vlan 111
   name "vlan111"
   untagged 2,4,6,8,10,12,14-32,34,36-38,40-46,48
   tagged 49
   exit
vlan 112
   name "vlan112"
   untagged 7,9,35,39,47
   tagged 49
   exit

Nothing is ever put into vlan 1, and vlan 101 is the management, and
vlan 101 is also the primary vlan. The switch has 48 port of 100mbit,
plus two 1g uplinks. Port 49 is the one that is connected to the core
switch. I normally reserve port 50 for the monitor/mirror/span port,
to be used as needed in troubleshooting.

HTH,

Kurt

On Tue, Oct 15, 2013 at 10:53 AM, Matthew W. Ross
<[email protected]> wrote:
> Quick question, do you guys dedicate a port on your switches on the 
> management vlan? Or do you just use serial connections if you need such local 
> access?
>
>
> --Matt Ross
> Ephrata School District
>
>


Reply via email to