Enable Global Configuration:
enable
configure terminal
Change Default Password:
username admin password <password>
Define a Country Code (Mandatory):
country-code <code>
Configure a Management IP Interface:
interface vlan <vlan-id>
ip address <address>/<mask length>
management
exit
Change IP Address on Ethernet Management Interface:
enable
configure terminal
interface me1
ip address <address>/<mask length>
ip route 0.0.0.0 0.0.0.0 <next-hop-router>
exit
Configure a Default Gateway & Static Routes:
ip route 0.0.0.0 0.0.0.0 <next-hop-router>
ip route <network> <mask> <next-hop-router>