Management port
micky_sanhueza
Member ✭
Hi team
Im new with ACOS software. How I can setup the management port and assign an address IP?
Thanks,
0
Comments
For DHCP, substitute the
ip address
line with this:You can check for what IP address was assigned using the
show interface brief
command:Change Hostname:
Set DNS for MGMT port:
Don't forget to set a route (
ip route {subnet} /24 {gateway}
) to get to the network local DNS is on!It would also be a good idea to set the timezone and clock:
You can also set an NTP service:
Thank you John!