인터페이스 IP 주소 변경
CLI Console을 통해 모든 인터페이스의 IP 주소를 변경할 수 있습니다.
Step 1. 인터페이스 IP 주소 변경
CLI Console에 로그인 후, Config mode로 이동합니다.
아래와 같이 "interface eth0 address [IP 주소] [서브넷 마스크]"를 입력합니다.
genian(config)# interface eth0 address X.X.X.X X.X.X.X
Stopping Service...done
genian(config)# exit
Step 2. 인터페이스 IP 주소 변경 확인
아래와 같이 "show configuration | grep interface eth0" 을 입력합니다.
genian# show configuration | grep interface eth0
interface eth0 address X.X.X.X X.X.X.X
interface eth0 gateway X.X.X.X
interface eth0 management-server enable
genian# exit