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

Management LAN/VLAN change

CanEHdian
Level 1
Level 1

Hey.. sorry for the probably ridiculous newbie question... but I just went through initial config on a 2950 and chose fa0/1 instead of VLAN1 for the Management LAN.

How can I change it back to VLAN1 without having to reload? Anyone know the commands?

Thanks in advance,

Cheers...

2 Replies 2

Craig Norborg
Level 4
Level 4

Well, not sure what you can do remotely that would guarantee that you could still get into it. But from a console cable it would be something like:

int fa0/1

no ip address

int vlan 1

ip address 10.0.0.1

no shut

you should be able to do that without reloading..

I'm betting that if you try and configure vlan1 to be another IP address on the same subnet that it will complain and not let you.

another thing you can try is to create a script, put it on a tftp server and load it into your running config. ie: the script would be the same as the above console commands. Make sure you get it right or it will only do the commands that are valid which could leave you stuck out of the switch. And be sure to do the "no shut" on the vlan 1 interface too!!

Hi,

I've never tried to use a physical interface (fa 0/1) as a management interface.

I even thought it was not possible.

How does it work? Is it enough to configure an IP address on fa 0/1 on Cat2950? Is an enhanced image required?

To your suggestion how to revert back to using int VLAN1:

It would probably require to use a script file containing the proper commands (BTW, I think ip address 10.0.0.1 255.255.255.0 (or other mask) would be necessary).

BUT I'd recommend to copy the script file to the switch flash first (copy tftp flash) and issue copy flash run then. If you load it from tftp server to running config directly, you might remove the IP address form the switch by the first command and disconnect the tftp server without adding the IP address to the correct interface!!!

Regards,

Milan

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: