08-05-2002 06:21 AM - edited 03-02-2019 12:26 AM
Hi,
can anyone explain to me how to set the managment vlan different than vlan1 ? ( I have a Catalyst 2924)
Thank you very much, hopefully I´ll get it now !!!!! ;-)
08-05-2002 06:55 AM
Type in "management" under whatever VLAN interface you want to be the management VLAN
Switch(config)#int vlAN 200
Switch(config-subif)#management
Switch(config-subif)#
08-06-2002 01:41 AM
To be able to use another VLAN interface, you have to first shut down the current active VLAN interface and then you can create another one. There can only be one active management interface at a time.
E.g.:
interface vlan 1
shutdown
interface vlan 2
ip address 10.1.1.1 255.255.255.0
no shut
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide