Connect via serial port to change the management IP address. Use the RJ45 to DB9 cable, 115200 baud.
Initial IP configuration must be done via serial port or DHCP.
NOT FOR USE IF CONNECTED VIA IP
After "no interface mgmt0 dhcp" the IP will disconnect and you will be locked out to set the static IP. Maybe these two steps should be flipped but it is yet to be tested.
Login user password
admin / admin
or
cumuls / cumulus
Change management IP address
To static
switch-328cd4 [standalone: master] > enable switch-328cd4 [standalone: master] # configure terminal switch-328cd4 [standalone: master] (config) # show interfaces mgmt0 switch-328cd4 [standalone: master] (config) # no interface mgmt0 dhcp switch-328cd4 [standalone: master] (config) # interface mgmt0 ip address 192.100.1.200 255.255.255.0
To DHCP
switch-328c54 [standalone: master] (config) # interface mgmt0 dhcp
0 Comments