cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3848
Views
0
Helpful
2
Replies

How do I change the management VLAN on a 3750-X stack

bgarcia
Level 1
Level 1

It appears you cannot change the managment vlan from it's default via the web gui,   Is there a way to do this via the command line interface?

Thx

Bryan

2 Replies 2

maxrodri
Level 1
Level 1

Hello Bryan,

If you mean that you want to change the Management VLAN from 1 to another number, I might say yes, but make sure to reach the IP address of the SVI that you want to telnet.

Take a look at this link, this has 3 options to configure this:

Configure a Management Interface for Catalyst 4500/4000 Series Switches That Run Cisco IOS Software

http://www.cisco.com/en/US/products/hw/switches/ps708/products_tech_note09186a008010e9ca.shtml#topic5

Marvin Rhoads
Hall of Fame
Hall of Fame

There is not a management VLAN per se on Cisco switches. There are VLANs (layer 2 broadcast domains) which may or may not have layer 3 Switched Virtual Interfaces (SVIs) active on the switch. Any active SVI (or routed port) may be used to manage the switch. Some folks use an SVI on vlan 1  for management. To chane that see below.

The 3750X also has an Ethernet management port that is assigned to a separate VRF (VLAN Routing and Forwardng instance - think of it as a separate routing table). If you are using that port for management (optional), it is configured like any other interface.

Depending on whether you switch is layer 2 only (lanbase license) or has routing enabled (ipbase or ipservices license), changing the switch IP address may need to change either the ip default gateway (layer 2 switch), default route (layer 3 switch without a dynamic routing protocol), or routing process (layer 3 swith cwith dynamic routing protocol) settings.

We can best answer your question definitively if you share the output of the following commands from the CLI:

show ip int br | ex una

show run int fa0

If you use the VLAN 1 layer 3 address scheme, here is how you would change it from the CLI (assuming you have enable login mode established)  using an example address of 192.168.1.5 on a /24 subnet with a gateway of 192.168.1.1:

conf t

!

interface Vlan1

ip address 192.168.1.5 255.255.255.0

!

ip default-gateway 192.168.1.1

!

end

!

wr mem (or copy run start)

This needs to be done with care and preferably from console since if it is the only address on the switch, you will lose access as soon as you change the IP address. If you were logged in via the GUI or even via a vty line, you would lose and be unable to re-establish the connection (from off that local subnet anyhow).

Review Cisco Networking products for a $25 gift card