06-29-2023 10:18 PM
Can someone tell me what the command is through CLI to reset the management IP address on a Firepower 1010? The Cisco documentation for this is wrong. It does not provide any examples and no matter what I try, it says syntax error.
This is what I am trying and it does not work.
connect ftd
configure network management-data-interface ipv4 manual 10.0.1.1 255.255.255.0
Solved! Go to Solution.
06-29-2023 11:50 PM
@EvanC75 use configure network ipv4 manual <ip address> <netmask> <gateway>
You can confirm that worked using the command show network
06-29-2023 11:50 PM
@EvanC75 use configure network ipv4 manual <ip address> <netmask> <gateway>
You can confirm that worked using the command show network
06-30-2023 12:22 AM
Thank you. I had a hard time finding the show network command.
What confused me from the Cisco documentation is it told me to do it like this which apparently is wrong:
configure network management-data-interface ipv4 manual 10.0.1.1 255.255.255.0 default-gw 10.0.1.254
Also I tried it without the default gateway.
So basically I didn't need the "management-data-interface" part of it.
04-17-2025 06:37 PM
How do I change the management interface on a 3130 to be on the "inside" interface but before that, how do I set nameif to inside on a different interface (want to use 10G instead of 1G)?
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