cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
124
Views
0
Helpful
1
Replies

Cisco 9300 Management IP

mrogers2024
Level 1
Level 1

Ladies/Gents:

I need to change the management IP of my 9300. Discovered I have a C1000 connected on the network with duplicate IP address. 

Should start out by asking if I can do this via the CLI interface on the switch web GUI or can this only be accomplished via telnet?

Here are the commands I am attempting. It doesn't seem to like the line where I attempt to set the IP address. 

It gives me the following error:

# ip address 192.168.87.2 255.255.255.0
ip address 192.168.87.2 255.255.255.0
^
% Invalid input detected at '^' marker.

I am starting out by entering "enable" before entering the following:

config t

interface vlan 1

ip address 192.168.87.2 255.255.255.0  (or whatever IP and mask you'd like)

exit

exit

copy run start

1 Reply 1

@mrogers2024 

 You can do It using cli with console cable or Telnet /SSH. As long as you can login and execute command, you are fine.

 Not clear what the problem came from but If you run your script, It should work

config t

interface vlan 1

ip address 192.168.87.2 255.255.255.0

You should add

ip default-gateway "IP address"