Aruba WLC MM 구성에서 show 명령어 사용 예
1. OS 버전확인
show version 이나 show switch software 명령을 사용한다. 결과는 동일하다.
(WLC_1) [mynode] #show version Aruba Operating System Software. ArubaOS (MODEL: Aruba7220), Version 8.6.0.6 Website: http://www.arubanetworks.com (c) Copyright 2020 Hewlett Packard Enterprise Development LP. Compiled on 2020-09-15 at 11:49:15 UTC (build 77124) by p4build ROM: System Bootstrap, Version CPBoot 1.2.9.0 (build 65676) Built: 2018-07-06 04:22:09 Built by: p4build@re_client_65676 Switch uptime is 21 hours 3 minutes 7 seconds Reboot Cause: User reboot (Intent:cause:register 78:86:50:2) Supervisor Card Processor (XLP432 Rev B2 (Secure Boot) , 1000 MHz) with 7382M bytes of memory. 32K bytes of non-volatile configuration memory. 7928M bytes of Supervisor Card system flash.
2. 컨트롤러 확인
(WLC_1) [mynode] #show switches All Switches ------------ IP Address IPv6 Address Name Location Type Model Version Status Configuration State Config Sync Time (sec) Config ID ---------- ------------ ---- -------- ---- ----- ------- ------ ------------------- ------------------WLC_1---- --------- 172.30.100.2 None WLC_1 Building1.floor1 standalone Aruba7220 8.6.0.6_77124 up UPDATE SUCCESSFUL 0 102 172.30.100.3 None WLC_2 Building1.floor1 standby Aruba7220 8.6.0.6_77124 up CONFIG PROPAGATION 10 0 Total Switches:2
3. 인터페이스 확인
인터페이스에 할당된 IP IP 주소나 error 유무를 확인 할 수 있다.
(WLC_1) [mynode] #show interface ... GE 0/0/2 is up, line protocol is up Hardware is 10 Gigabit Ethernet, address is 00:1A:1E:07:0D:DB (bia 00:1A:1E:07:0D:DB) Description: UPLINK (Fiber Connector) Encapsulation ARPA, loopback not set speed (10 Gbps) MTU 1500 bytes, BW is 10000 Mbit Last clearing of "show interface" counters 0 day 21 hr 8 min 40 sec link status last changed 0 day 21 hr 3 min 57 sec 3504507372 packets input, 3434496827965 bytes Received 2142771 broadcasts, 0 runts, 0 giants, 0 throttles 0 input error bytes, 0 CRC, 0 frame 708135 multicast, 3502364601 unicast 3485950593 packets output, 3538534031466 bytes 0 output errors bytes, 0 deferred 0 collisions, 0 late collisions, 0 throttles This port is TRUSTED ...
(WLC_1) [mynode] #show ip interface brief Interface IP Address / IP Netmask Admin Protocol VRRP-IP vlan 230 172.30.100.2 / 255.255.255.192 up up 172.30.100.1 vlan 1 192.168.1.2 / 255.255.255.0 up down vlan 11 172.26.11.1 / 255.255.255.0 up up vlan 12 172.26.12.1 / 255.255.255.0 up up vlan 13 172.26.13.1 / 255.255.255.0 up up ...
포트 상태를 보려면,
(WLC_1) [mm] #show port status Port Status ----------- Slot-Port PortType AdminState OperState PoE Trusted SpanningTree PortMode Speed Duplex PortError --------- -------- ---------- --------- --- ------- ------------ -------- ----- ------ --------- 0/0/0 GE Enabled Down N/A Yes Disabled Trunk Auto Auto - 0/0/1 GE Enabled Down N/A Yes Disabled Access Auto Auto - 0/0/2 GE Enabled Up N/A Yes Forwarding Trunk 10 Gbps Full - 0/0/3 GE Enabled Down N/A Yes Disabled Access Auto Auto - 0/0/4 GE Enabled Down N/A Yes Disabled Access Auto Auto - 0/0/5 GE Enabled Down N/A Yes Disabled Access Auto Auto -
4. 설정 보기
해당 노드의 설정 보기
(WLC_1) [mynode] #show configuration committed netservice svc-snmp udp 161 controller-ip vlan 230 vlan 1 ! vlan 11 ! ...
상위 노드에서 상속된 내용을 포함한 설정 보기.
(WLC_1) [mynode] #show configuration effective ip access-list eth validuserethacl permit any ! aaa tacacs-accounting ! netservice svc-smb-udp udp 445 netservice vnc tcp 5900 5905 netservice svc-noe udp 32512 ALG noe ...
5. vrrp 상태 보기
(WLC_1) [mynode] #show vrrp Virtual Router 230: Description Admin State UP, VR State MASTER IP Address 172.30.100.1, MAC Address 00:00:5e:00:01:e6, vlan 230 Priority 110, Advertisement 1 sec, Preemption Enable Delay 0 Auth type PASSWORD, Auth data: ******** tracking type is interface, gigabitethernet 0/0/0, subtract value 20 tracked priority 90
6. 이중화 설정된 경우, Master 노드 보기
(WLC_1) [mynode] #show master-redundancy Master redundancy configuration: VRRP Id 230 current state is MASTER Peer's IP Address is 172.30.100.3 Peer's IPSEC Key is ********
7. 데이타베이스 동기화 상태 보기
(WLC_1) [mm] #show database synchronize Synchronizing database now... Please wait. Current state is: "WAITING FOR LOCAL USER DATABASE RESTORE ACKNOWLEDGEMENT FROM STANDBY". (WLC_1) [mm] # (WLC_1) [mm] #show database synchronize Last L2 synchronization time: Tue Sep 20 14:24:42 2022 Last L3 synchronization time: Secondary not synchronized since last reboot To Master Switch at 172.30.100.3: succeeded WMS Database backup file size: 1447980 bytes Upgrademgr Database backup file size: 3381 bytes Local User Database backup file size: 687178 bytes Global AP Database backup file size: 59329 bytes IAP Database backup file size: 3750 bytes Airgroup Database backup file size: 3052 bytes License Database backup file size: 5016 bytes CPSec Database backup file size: 3248 bytes Bocmgr Database backup file size: 6016 bytes L2 Synchronization took 48 second L3 Synchronization took less than one second 1207 L2 synchronization attempted 114 L2 synchronization have failed 0 L3 synchronization attempted 0 L3 synchronization have failed L2 Periodic synchronization is enabled and runs every 1 minute L3 Periodic synchronization is disabled Synchronization doesn't include Captive Portal Custom data
8. AP 확인 관련 명령
컨트롤러에 연결된 AP에 관한 내용을 확인 할 수 있다.
(WLC_1) [mynode] #show ap database AP Database ----------- Name Group AP Type IP Address Status Flags Switch IP Standby IP ---- ----- ------- ---------- ------ ----- --------- ---------- Office-1F-01 Office 105 172.26.1.88 Up 227d:2h:6m:25s 172.30.100.2 172.30.100.3 Office-1F-02 Office 105 172.26.1.89 Up 227d:2h:6m:15s ID 172.30.100.2 0.0.0.0 Office-1F-03 Office 105 172.26.1.90 Up 227d:2h:3m:7s 172.30.100.2 172.30.100.3 Office-1F-05 Office 105 172.26.1.92 Up 227d:2h:5m:4s 172.30.100.2 172.30.100.3 Office-1F-06 Office 105 172.26.1.93 Up 227d:2h:4m:6s 172.30.100.2 172.30.100.3 Office-1F-07 Office 105 172.26.1.94 Up 227d:2h:2m:51s 172.30.100.2 172.30.100.3 Office-1F-08 Office 105 172.26.1.95 Up 227d:2h:4m:9s 172.30.100.2 172.30.100.3 Office-1F-09 Office 105 172.26.1.96 Up 226d:16h:45m:48s 172.30.100.2 172.30.100.3 --More-- (q) quit (u) pageup (/) search (n) repeat
더 자세히 보기를 원한다면 long 옵션을 붙여준다.
WLC_1) [mynode] #show ap database long AP Database ----------- Name Group AP Type IP Address Status Flags Switch IP Standby IP Wired MAC Address Serial # Port FQLN Outer IP User ---- ----- ------- ---------- ------ ----- --------- ---------- ----------------- -------- ---- ---- -------- ---- Office-1F-01 Office 105 172.26.1.88 Up 227d:2h:7m:26s 172.30.100.2 172.30.100.3 6c:f3:7f:c5:b8:0a BT0127132 N/A N/A N/A Office-1F-02 Office 105 172.26.1.89 Up 227d:2h:7m:16s ID 172.30.100.2 0.0.0.0 6c:f3:7f:c5:b8:09 BT0127131 N/A N/A N/A Office-1F-03 Office 105 172.26.1.90 Up 227d:2h:4m:8s 172.30.100.2 172.30.100.3 6c:f3:7f:c5:b7:cc BT0127070 N/A N/A N/A Office-1F-05 Office 105 172.26.1.92 Up 227d:2h:6m:5s 172.30.100.2 172.30.100.3 6c:f3:7f:c5:b7:23 BT0126901 N/A N/A N/A Office-1F-06 Office 105 172.26.1.93 Up 227d:2h:5m:7s 172.30.100.2 172.30.100.3 6c:f3:7f:c5:b7:0c BT0126878 N/A N/A N/A Office-1F-07 Office 105 172.26.1.94 Up 227d:2h:3m:52s 172.30.100.2 172.30.100.3 6c:f3:7f:c5:b7:27 BT0126905 N/A N/A N/A Office-1F-08 Office 105 172.26.1.95 Up 227d:2h:5m:10s 172.30.100.2 172.30.100.3 6c:f3:7f:c5:b7:33 BT0126917 N/A N/A N/A --More-- (q) quit (u) pageup (/) search (n) repeat
9. AP의 전파 관련된 사항을 보여준다.
WLC_1) [mynode] #show ap radio-summary APs Radios information ---------------------- Name Group AP Type IP Address Band Mode EIRP/MaxEIRP NF/U/I TD TM TC ---- ----- ------- ---------- ---- ---- ------------ ------ -- -- -- Office-B1F-06 Conver 515 172.26.3.56 2.4 AP:HE:5 9.0/28.0 -98/0/0 0/0/0/0/0/0 1/0/1/0/1/0 0/0/0/0/0/0 Branch-5F-06L Branch 325 172.26.2.245 2.4 AP:HT:1 9.0/20.7 -92/23/8 0/0/0/0/0/0 6/5/5/4/5/6 0/0/0/0/0/0 Office-B1F-06 Conver 515 172.26.3.56 5 AP:HE:36E 18.0/30.0 -98/0/0 0/0/0/0/0/0 0/0/0/0/0/0 0/0/0/0/0/0 Branch_1F_03 Office2 275 172.26.2.222 5 AP:VHT:52E 18.0/29.7 -92/2/0 3/0/0/0/0/0 0/0/0/0/0/0 1/0/0/0/0/0 Branch_1F_03 roaming 275 172.26.2.222 2.4 AP:HT:13 9.0/27.0 -96/23/6 0/0/0/0/0/0 7/9/9/10/10/10 0/0/0/0/0/0 Branch-1F-05 Branch 275 172.26.2.190 2.4 AP:HT:6 9.0/27.0 -96/51/18 10/9/17/3/11/7 10/5/3/9/8/7 1/1/1/0/1/0 Branch-1F-05 Branch 275 172.26.2.190 5 AP:VHT:52E 18.0/29.7 -92/8/1 0/0/0/1/4/1 0/0/0/0/0/0 0/0/0/1/2/0 CY_2F_05 CY 275 172.26.1.174 2.4 AP:HT:9 9.0/27.0 -96/29/7 0/0/0/0/0/0 14/13/14/13/14/15 0/0/0/0/0/0 --More-- (q) quit (u) pageup (/) search (n) repeat
10. AP가 서비스를 하고 있는지 등을 확인. – BSS(Basic Service Set) table을 확인.
(WLC_1) [mynode] #show ap bss-table fm (forward mode): T-Tunnel, S-Split, D-Decrypt Tunnel, B-Bridge (s-standard, p-persistent, b-backup, a-always), n-anyspot cluster (cluster role): U-UAC, A-AAC, sU-Standby UAC, sA-Standby AAC Aruba AP BSS Table ------------------ bss ess port ip phy type ch/EIRP/max-EIRP cur-cl ap name in-t(s) tot-t mtu acl-state acl fm flags cluster datazone --- --- ---- -- --- ---- ---------------- ------ ------- ------- ----- --- --------- --- -- ----- ------- -------- d8:c7:c8:61:b6:ab roaming N/A 172.26.2.110 a-HT ap 153-/18.0/24.0 0 Student-2F-07 0 17m:29s 1500 - 2 T no b0:1f:8c:88:26:e1 Office_Setup N/A 172.26.3.100 g-HE ap 13/9.0/28.0 0 Con-B-3F-03 0 17m:51s 1500 - 88 T T no b0:1f:8c:8a:a5:c0 Office N/A 172.26.3.56 g-HE ap 5/9.0/28.0 0 Office-B1F-06 0 19m:24s 1500 - 2 T T no --More-- (q) quit (u) pageup (/) search (n) repeat
특정 AP의 bss-table을 보고싶다면,
(WLC_1) [mynode] #show ap bss-table ap-name Branch-1F-05 fm (forward mode): T-Tunnel, S-Split, D-Decrypt Tunnel, B-Bridge (s-standard, p-persistent, b-backup, a-always), n-anyspot cluster (cluster role): U-UAC, A-AAC, sU-Standby UAC, sA-Standby AAC Aruba AP BSS Table ------------------ bss ess port ip phy type ch/EIRP/max-EIRP cur-cl ap name in-t(s) tot-t mtu acl-state acl fm flags cluster datazone --- --- ---- -- --- ---- ---------------- ------ ------- ------- ----- --- --------- --- -- ----- ------- -------- ac:a3:1e:84:83:b0 Office N/A 172.26.2.190 a-VHT ap 52E/18.0/29.7 23 Branch-1F-05 0 38m:10s 1500 - 2 T no ac:a3:1e:84:83:b1 Office_Setup N/A 172.26.2.190 a-VHT ap 52E/18.0/29.7 0 Branch-1F-05 0 38m:10s 1500 - 88 T no ac:a3:1e:84:83:b3 roaming N/A 172.26.2.190 a-VHT ap 52E/18.0/29.7 2 Branch-1F-05 0 38m:10s 1500 - 2 T no ac:a3:1e:84:83:b2 Office_Mac N/A 172.26.2.190 a-VHT ap 52E/18.0/29.7 0 Branch-1F-05 0 38m:10s 1500 - 89 T no ac:a3:1e:84:83:a0 Office N/A 172.26.2.190 g-HT ap 6/9.0/27.0 18 Branch-1F-05 0 38m:10s 1500 - 2 T no ac:a3:1e:84:83:a1 Office_Setup N/A 172.26.2.190 g-HT ap 6/9.0/27.0 2 Branch-1F-05 0 38m:10s 1500 - 88 T no ac:a3:1e:84:83:a3 roaming N/A 172.26.2.190 g-HT ap 6/9.0/27.0 0 Branch-1F-05 0 38m:10s 1500 - 2 T no ac:a3:1e:84:83:a2 Office_Mac N/A 172.26.2.190 g-HT ap 6/9.0/27.0 0 Branch-1F-05 0 38m:10s 1500 - 89 T no Channel followed by "*" indicates channel selected due to unsupported configured channel. "Spectrum" followed by "^" indicates Local Spectrum Override in effect. Num APs:8 Num Associations:45 --More-- (q) quit (u) pageup (/) search (n) repeat
(WLC_1) [mynode] #show gsm debug channel bss bss Channel Table ----------------- state v_repkey bssid bss_mac wired_mac ap_ip_address radio_phy_type vht_cap_info ap_name ap_group essid gre_type tunnel_id rtt fw_mode openflow_enable ----- -------- ----- ------- --------- ------------- -------------- ------------ ------- -------- ----- -------- --------- --- ------- --------------- ACTV 3 d8:c7:c8:61:b6:a2 d8:c7:c8:ce:1b:6a d8:c7:c8:ce:1b:6a 172.26.2.110 2 0 Student-2F-07 Student Office_Mac 33568 69672 0 0 1 ACTV 3 ac:a3:1e:e5:0c:a3 ac:a3:1e:c6:50:ca ac:a3:1e:c6:50:ca 172.26.1.164 2 0 CY_1F_01 CY roaming 33584 70162 0 0 1 ACTV 3 00:24:6c:85:e5:40 00:24:6c:c0:5e:54 00:24:6c:c0:5e:54 172.26.1.53 2 0 Cheong-1F-04R Cheong Office 33536 67238 0 0 1 ACTV 3 6c:f3:7f:ac:0b:30 6c:f3:7f:c2:c0:b2 6c:f3:7f:c2:c0:b2 172.26.1.97 1 0 Office-1F-10 Office Office 33280 68803 0 0 1 --More-- (q) quit (u) pageup (/) search (n) repeat
11. 사용자 확인
전체 사용자 확인.
(WLC_1) [mynode] #show user-table Users ----- IP MAC Name Role Age(d:h:m) Auth VPN link AP name Roaming Essid/Bssid/Phy Profile Forward mode Type Host Name User Type ---------- ------------ ------ ---- ---------- ---- -------- ------- ------- --------------- ------- ------------ ---- --------- --------- 172.26.17.37 dc:21:48:85:39:aa 2020211124 Office_role 00:00:02 802.1x Cheong-3F-04L Wireless Office/6c:f3:7f:db:85:d8/a-HT dot1x tunnel WIRELESS 172.26.125.63 c6:9f:3f:3d:cc:cd 2022240578 Office_role 00:00:16 802.1x Student-4F-02 Wireless Office/6c:f3:7f:db:4c:a8/a-HT dot1x tunnel iPad WIRELESS 172.26.26.186 ba:90:8c:fd:15:38 2022293027 Office_role 00:00:46 802.1x Office-1F-05 Wireless Office/b0:1f:8c:85:f9:f0/a-HE dot1x tunnel iPhone WIRELESS 172.26.133.141 c0:b8:83:19:ac:80 2022240212 Office_role 00:01:39 802.1x Jeongui-1F-12 Wireless Office/f0:5c:19:8c:4b:30/a-VHT dot1x tunnel Windows WIRELESS --More-- (q) quit (u) pageup (/) search (n) repeat
특정 AP에 접속된 사용자 확인하기.
(WLC_1) [mynode] #show user ap-name lib-1f-02 This operation can take a while depending on number of users. Please be patient .... Users ----- IP MAC Name Role Age(d:h:m) Auth VPN link AP name Roaming Essid/Bssid/Phy Profile Forward mode Type Host Name User Type ---------- ------------ ------ ---- ---------- ---- -------- ------- ------- --------------- ------- ------------ ---- --------- --------- 172.26.122.24 98:f6:21:f3:ca:b5 Z8005150@Office.ac.kr Office_role 00:00:45 802.1x LIB-1F-02 Wireless roaming/ac:a3:1e:e4:e2:f3/a-VHT Office_edu_aaa tunnel Linux WIRELESS 172.26.19.181 c8:e2:65:ea:08:08 2019253099 Office_role 00:01:12 802.1x LIB-1F-02 Wireless Office/ac:a3:1e:e4:e2:f0/a-VHT dot1x tunnel Windows WIRELESS 172.26.25.190 8a:38:cb:c8:32:bc z8013421 Office_role 00:02:24 802.1x LIB-1F-02 Wireless Office/ac:a3:1e:e4:e2:f0/a-VHT dot1x tunnel Linux WIRELESS 172.26.121.86 64:79:f0:af:db:15 2018277025 Office_role 00:01:50 802.1x LIB-1F-02 Wireless Office/ac:a3:1e:e4:e2:f0/a-VHT dot1x tunnel WIRELESS 172.26.142.212 12:89:09:b3:8c:98 2019253089 Office_role 00:00:36 802.1x LIB-1F-02 Wireless Office/ac:a3:1e:e4:e2:f0/a-VHT dot1x tunnel Linux WIRELESS 172.26.118.227 d2:e5:16:12:15:99 2021245031 Office_role 00:04:30 802.1x LIB-1F-02 Wireless Office/ac:a3:1e:e4:e2:f0/a-VHT dot1x tunnel Linux WIRELESS 172.26.23.120 c6:29:85:ae:47:2a 2019253089 Office_role 00:02:38 802.1x LIB-1F-02 Wireless Office/ac:a3:1e:e4:e2:f0/a-VHT dot1x tunnel OS X WIRELESS 172.26.42.27 4a:bf:83:42:04:c2 airwolf Office_role 00:01:41 802.1x LIB-1F-02 Wireless Office/ac:a3:1e:e4:e2:f0/a-VHT dot1x tunnel WIRELESS 172.26.41.245 1e:4e:b1:de:30:8a 2018277025 Office_role 00:00:18 802.1x LIB-1F-02 Wireless Office/ac:a3:1e:e4:e2:f0/a-VHT dot1x tunnel iPad WIRELESS 172.26.22.135 b2:13:df:ff:64:97 z2000762 Office_role 00:02:40 802.1x LIB-1F-02 Wireless Office/ac:a3:1e:e4:e2:f0/a-VHT dot1x tunnel WIRELESS User Entries: 10/0 Curr/Cum Alloc:4168/112758 Free:174/108590 Dyn:4342 AllocErr:0 FreeErr:0
12. wms (wireless management system)의 client 리스트 확인
wlc에 의해 관리되지 않는 AP는 interfering 상태임을 확인 할 수 있다.
(WLC_1) [mynode] #show wms client list Station List ------------ MAC BSSID ESSID Class PHY Type Last Mon Eth MAC --- ----- ----- ----- -------- ---------------- 22:63:5b:e5:4b:9c d8:c7:c8:4a:78:90 Office valid 80211A ac:a3:1e:c5:2b:4c 32:c9:e8:b2:7a:72 6c:f3:7f:db:0d:98 Office valid 80211A 6c:f3:7f:c5:b0:d9 98:af:65:de:d8:48 24:f2:7f:11:9d:13 roaming valid 80211A 24:f2:7f:c9:19:d0 c2:3d:43:39:3d:57 ac:a3:1e:e5:0c:f0 Office valid 80211A ac:a3:1e:c6:50:9a 26:3d:ef:c8:a0:63 be:a7:29:cf:a6:ff interfering 80211A b0:1f:8c:c0:65:4a 28:df:eb:09:c4:2d 6c:f3:7f:13:96:d8 Office valid 80211A 6c:f3:7f:c9:39:6d 7e:e4:8e:d5:de:a1 70:5d:cc:82:30:88 YWM-5G interfering 80211A 6c:f3:7f:c5:b7:a0 4e:f2:af:77:9a:cc 6c:f3:7f:db:71:38 Office valid 80211A ac:a3:1e:c0:48:2c a8:2b:b9:db:7d:22 6c:f3:7f:db:75:28 Office valid 80211A 6c:f3:7f:c5:b7:28 d8:f8:83:ae:e5:5c d8:c7:c8:4a:79:10 Office valid 80211A d8:c7:c8:cc:a7:90 1a:8b:ab:63:dd:ea 6c:f3:7f:db:7a:e8 Office interfering 80211A 6c:f3:7f:c5:b7:b3 be:17:2c:04:1c:ee 6c:f3:7f:da:fe:89 Office_Setup interfering 80211A 6c:f3:7f:c5:af:e8 e6:e0:c1:b4:f2:98 58:86:94:98:b1:b8 iptime...? interfering 80211A ac:a3:1e:c6:4e:54 56:a0:39:6d:5d:56 6c:f3:7f:db:77:c8 Office valid 80211A 6c:f3:7f:c5:b7:7c 26:31:64:80:ee:a6 18:64:72:71:3e:28 Office valid 80211A 18:64:72:cf:13:e2 12:82:65:05:9f:c2 6c:f3:7f:db:77:28 Office valid 80211A 6c:f3:7f:c5:b7:72 7e:70:97:60:a5:6a 6c:f3:7f:db:7f:d8 Office interfering 80211A f0:5c:19:c0:c3:8c be:88:2c:17:32:4d ac:a3:1e:e5:0c:f0 Office valid 80211A ac:a3:1e:c6:50:9a e2:df:96:a8:af:1d 6c:f3:7f:db:72:88 Office valid 80211A 6c:f3:7f:c5:b0:cd --More-- (q) quit (u) pageup (/) search (n) repeat
13. 스토리지 보기
(WLC_1) [mynode] #show storage Filesystem Size Used Available Use% Mounted on /dev/usb/flash3 1.5G 672.1M 785.7M 46% /flash /dev/usb/flash4 5.6G 618.7M 4.7G 11% /flash1
14. 인벤토리 보기
(WLC_1) [mynode] #show inventory Supervisor Card slot : 0 System Serial# : CW0009793 (Date:11/04/20) CPU Card Serial# : AK44054660 (Date:11/04/20) CPU Card Assembly# : 2010082H CPU Card Revision : (Rev:12.00) Interface Card Serial# : AK44058625 (Date:11/04/20) Interface Card Assembly# : 2010085E Interface Card Revision : (Rev:04.00) SC Model# : Aruba7220 HW MAC Addr : 00:1a:1e:07:0d:d8 to 00:1a:1e:07:0d:df CPLD Version : (Rev: 3.0) Power Supply 0 : Present : Yes : 12V OK : Yes : Fan OK : Yes : Aruba Model No : 2510057 : Vendor & Model No : QCS DCJ3501-01P : Serial No : QCS204121J2 : MFG Date : 10/7/20 : Output 1 Config : 12V 350W : Input Min : 90V AC : Input Max : 264V AC Power Supply 1 : Present : Yes : 12V OK : Yes : Fan OK : Yes : Aruba Model No : 2510057 : Vendor & Model No : QCS DCJ3501-01P : Serial No : QCS203720NK : MFG Date : 9/12/20 : Output 1 Config : 12V 350W : Input Min : 90V AC : Input Max : 264V AC Main Board Temperatures : : U24 - Local Temp 31 C (shadow of XLP heatsink) : Q1 - Remote 1 Temp 35 C (shadow of VRM, VDD_CPU) : Q2 - Remote 2 Temp 34 C (shadow of VRM, VDD_SOC) : U44 - Local Temp 27 C (shadow of DPI connector) : U29 - Remote 1 Temp 32 C (XLP die temperature) : Q36 - Remote 2 Temp 29 C (shadow of 98X1422) : J2 - DDR A Temp 25 C (DDR3 A temp) : J4 - DDR B Temp 27 C (DDR3 B temp) : J1 - DDR C Temp 26 C (DDR3 C temp) : J3 - DDR D Temp 27 C (DDR3 D temp) : Port 0 Temp 31 C (1G PHY temp) : Port 1 Temp 31 C (1G PHY temp) : Port 2 Temp 29 C (10G PHY temp) : Port 3 Temp 29 C (10G PHY temp) Interface Board Temperatures : : U21 - Local Temp 28 C (shadow of port 1 RJ45) : Q4 - Remote 1 Temp 27 C (shadow of 88E1543) : Q3 - Remote 2 Temp 34 C (shadow of 88X2140) Fan 0 : 9081 rpm (5.540 V),Speed Low Fan 1 : 8967 rpm (5.697 V),Speed Low Fan 2 : 8926 rpm (5.630 V),Speed Low Fan 3 : 9081 rpm (5.652 V),Speed Low Main Board Voltages : ispPAC_POWR1014A_A : : 1V2 1.20V sense 1.228 V : VDD SOC 0.950V sense 0.932 V : VCC IOBD 1V5 1.50V sense 1.540 V : DDR3BD_VTT 0.75V sense 0.756 V : VCC 1A 1.00V sense 1.026 V : IV8_DIGITAL 1.80V sense 1.848 V : 3V3_MAIN 3.30V sense 3.360 V : VCC1 1.00V sense 1.026 V : VCC25 2.50V sense 2.520 V : 3V3 SB 3.30V sense 3.342 V ispPAC_POWR1014A_B : : VDD 0.881V sense 0.888 V : VCC IOAC 1V5 1.50V sense 1.530 V : DDR3AC_VTT 0.75V sense 0.752 V : VDD_SRAM 1.00V sense 1.048 V : VCC1B 1.00V sense 1.032 V : 1V8_ANALOG 1.80V sense 1.848 V : 1V8 1.80V sense 1.850 V : VDDIO12_XAUI 1.20V sense 1.218 V : 5V 5.00V sense 5.010 V Interface Board Voltages : ispPAC_POWR6AT6 : : VCC33 3.30V sense 3.366 V : VCC 18 1.80V sense 1.852 V : VCC1 1.00V sense 1.024 V : VCC12 1.20V sense 1.228 V : VCC12-DVDD 1.20V sense 1.232 V : VCC9 0.90V sense 0.926 V
15. 라이센스 확인 및 사용현황 보기
(WLC_1) [mm] #show license License Table ------------- Key Installed Expires(Grace period expiry) Flags Service Type --- --------- ---------------------------- ----- ------------ Xxxx7Xxx-Xxx3XXXx-Xxx1XXXe-9XxXxXxX-5x+0XXXX-XxX 2021-02-05 23:52:16 Never E Access Points: 662 Xx6X3/2x-7xxX+XxX-xxxxx+mX-X54xXxx2-XXx9XXx7-xxx 2021-02-05 23:52:37 Never E Next Generation Policy Enforcement Firewall Module: 662 License Entries: 2 Flags: A - auto-generated; E - enabled; S - Subscription; R - reboot required to activate; D - Not enabled on license client Note: Time under 'Installed' for Subscription licenses is the license generation time.
(WLC_1) [mm] #show license-usage License Clients License Usage for pool / ---------------------------------------- Hostname IP Address Mac addr AP PEF RF Protect ACR WebCC MM MC-VA-RW MC-VA-EG MC-VA-IL MC-VA-JP MC-VA-US VIA Last update (secs. ago) -------- ---------- -------- ---- ---- ----------- ---- ------ ---- --------- --------- --------- --------- --------- --- ----------------------- WLC_1 172.30.100.2 00:1a:1e:07:0d:d8 489 488 0 0 0 0 0 0 0 0 0 0 23 TOTAL 489 488 0 0 0 0 0 0 0 0 0 0
(WLC_1) [mm] #show license-usage ap AP Licenses ----------- Type Number ---- ------ AP Licenses 662 PEF Licenses 662 Controller License True Overall AP License Limit 662 AP Usage -------- Type Count ---- ----- Active CAPs 547 Standby CAPs [Counted Against Total] 0 Active RAPs 0 Remote-node APs 0 Active MUX 0 Active PUTN 0 Total APs 547 Remaining AP Capacity --------------------- Type Number ---- ------ CAPs 115 RAPs 115
16. CPU, Memory 사용율 확인
(WLC_1) [mm] #show cpu user 20.2%, system 5.7%, idle 74.1%
(WLC_1) [mm] #show memory Memory (Kb): total: 5167808, used: 2714944, free: 2452864