반응형
static IP Address 설정방법
CLI(Console)에서 미리 AP IP Address를 정의해놓을수 있습니다.
무선네트워크 스위치가 DHCP를 운용하지 않고 고정IP(Static IP)로 설정해야되는 경우 AP가 사이트에 추가 되지 않습니다.(AP System LED 빨강색 점등, 사용불가)
기본적으로 AP가 IP를 할당받고 온라인 상태여야지만 사이트에 추가가 가능합니다.
이때 미리 AP에 IP를 할당해놓으면 무선네트워크에 접속하고 원활하게 사이트를 만들수 있습니다.
AP CLI IP Address 설정명령어
apboot> printenv # 설정정보확인(수정전)
apboot> setenv ipaddr 100.121.2.35 # IP Address
apboot> setenv netmask 255.255.255.0 # Netmask
apboot> setenv gatewayip 100.121.2.1 # gateway
apboot> setenv dnsip 168.126.63.1,168.126.63.2 # DNS 콤마로 주,보조DNS입력
apboot> save # 설정저장
apboot> printenv # 설정정보확인(수정후)
apboot> boot # AP 리부팅
AP CLI IP Address 설정과정
APBoot 1.5.8.2 (build 70488)
Built: 2019-05-14 at 13:02:03
Model: AP15
DRAM: 491 MB
SF: Detected MX25U3235F with page size 64 kB, total 4 MB
Flash: 4 MB
NAND: 132 MiB
PCIE0: link up
PCIE1: link up
dev fn venID devID class rev MBAR0 MBAR1 MBAR2 MBAR3
00 00 168c 0046 00002 00 00000004 00000000 00000000 00000000
dev fn venID devID class rev MBAR0 MBAR1 MBAR2 MBAR3
00 00 168c 0040 00002 00 00000004 00000000 00000000 00000000
Power: DC
In: serial
Out: serial
Err: serial
Net: eth0
Radio: qca9983#0, qca9990#1
Reset: cold
FIPS: passed
Hit <Enter> to stop autoboot: 0
apboot>
apboot>
apboot>
apboot> setenv ipaddr 100.121.2.35
apboot> setenv netmask 255.255.255.0
apboot> setenv gatewayip 100.121.2.1
apboot> setenv dnsip 168.126.63.1,168.126.63.2
apboot> save
Saving Environment to Flash...
Erasing flash...
Writing to flash... ...............done
apboot> printenv
bootdelay=2
baudrate=9600
autoload=n
boardname=Glenfarclas
servername=aruba-master
bootcmd=boot ap
autostart=yes
bootfile=ipq806x.ari
mtdids=nand0=nand0
ethaddr=d0:4d:c6:cd:ae:8e
os_partition=1
NEW_SBL2=1
stdin=serial
stdout=serial
stderr=serial
machid=1260
mtdparts=mtdparts=nand0:0x2000000@0x0(aos0),0x2000000@0x2000000(aos1),0x4000000@0x4000000(ubifs)
partition=nand0,0
mtddevnum=0
mtddevname=aos0
ethact=eth0
ipaddr=100.121.2.35
netmask=255.255.255.0
gatewayip=100.121.2.1
dnsip=168.126.63.1,168.126.63.2
Environment size: 509/65532 bytes
apboot>
apboot>boot
AP 공장초기화
apboot> factory_reset # 공장초기화
apboot> boot # AP 리부팅
'컴퓨터관리' 카테고리의 다른 글
NVME M.2 SSD 초기불량 사례 (0) | 2022.06.13 |
---|---|
Aruba Instant On AP15 동일한 SSID로 사용(Multi-AP Roaming Network) (0) | 2022.05.25 |
Aruba Instant On AP15 Console 접속방법 (Cable 제작) (0) | 2022.05.19 |
Aruba Instant On AP15 (APIN0315) 초기설정 (2) | 2022.05.19 |
Aruba Instant On AP15 (APIN0315) 구성품 (0) | 2022.05.17 |