전산쟁이의 기억노트

n1548 mgmt ip 설정 본문

네트워크 구성

n1548 mgmt ip 설정

잘나가는전산쟁이 2022. 7. 24. 00:21
728x90
반응형
SMALL

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!

 

출처 - http://igoni.kr/books/network/page/n1548-mgmt-ip

728x90
반응형
LIST

'네트워크 구성' 카테고리의 다른 글

스위치 정보 저장  (0) 2022.10.24
Dell N1548에 포트별 Enable/Disable  (0) 2022.07.24
n1548 배너설정  (0) 2022.07.24
N1548 포트 정보 설정  (0) 2022.07.24
Dell N1548 snmp설정  (0) 2022.07.24
Comments