Skip to main content

n1548 mgmt ip 설정

console모드에서 스위치 mgmt ip설정 / config save

Console(config)#enable
Console(config)#configure
Console(config)#interface vlan 1
Console(config-if)#ip address 192.168.200.10 255.255.255.0
Console(config-if)#exit
Console(config-if)#ip routing
Console(config)#ip default-gateway 192.168.200.1
console(config)#exit

console#copy running-config startup-config

This operation may take few minutes.
Management interfaces will not be available during this time.

Are you sure you want to save? (y/n) y

Configuration Saved!