분류 전체보기(73)
-
[안테나 스펙] ANT-40
ANT-40 #세부 스펙Antenna is used for Wi-Fi access pointsConnector: 4 x RP-SMA maleDimensions: 1.3"H x 7"WComes in off white colorDirectivity: Omni-directional, housing: PC/ABS UL94-V0 (radome)Polarization: Linear, verticalFrequency/gain: 2.4 - 2.5 GHz (4 dBi), 4.9 - 6 GHz (5 dBi), impedance: 50 OhmsBeam width: H-plane omni-directional, E-plane approximately 100 deg (40 deg down tilt)Input power: 10 ..
2025.02.28 -
[aruba cx] switch 자체 packet capture
1. 미러링 설정conf tmirror session 1destination cpusource interface 1/1/4 bothsource interface 1/1/3 bothEnable 2. tcpdump 실행diagnosticsdiag utilities tcpdump command -t udp dst port 4789 or udp src port 4789 -AAruba cx에서 자체적으로 tcpdump 실행하여 별도의 mirror port 없이 aruba cx 자체적으로 dump 볼 수 있음
2025.02.27 -
comware7 tacacs + CPPM tacacs 설정
#comware7 tacacs 설정hwtacacs scheme tacacs1 primary authentication [server ip] primary authorization [server ip] primary accounting [server ip] key authentication simple [password] key authorization simple [password] key accounting simple [password] user-name-format without-domain >> 인증 요청 시 domain 없이 보냄(ID만 보냄) >>> undo user-name-format without-domain(기본값) ==> ID@doamin(domain tacacs1-domain = t..
2025.02.26 -
[aruba cx] 1x CFG&확인
#스위치 설정Current configuration:!!Version ArubaOS-CX Virtual.10.13.0005!export-password: defaulthostname SVR-SWuser admin group administrators password ciphertext AQBapbFYEb8DLhv+Kb4YSp7au8olYUZMT/kIRBz9u+/C7lCQYgAAACuDkt1KEtd0wgyLl2+tlO8+l/LR6UfvR+9YgXK4U+b+wlVWfuJ9m7SOqkNuqJGcKUvmi7P/xv62ATrZrt5M221gMlyjCefAUxX68WJaNptAauuBksH8akBy2STTEk6CKERIntp server pool.ntp.org minpoll 4 maxpoll 4 iburstntp ..
2024.12.17 -
WIN11 설치
#win11 호환성 체크 bypass 설정 방법
2024.12.17 -
[AOS8] controller packet capture
packet-capture destination local-filesystem>> 패킷 저장 위치 설정>> local-filesystem : 컨트롤러 flash에 패킷 저장 위치 설정packet-capture datapath mac d2:73:96:88:c7:d1 all >> 패킷 캡쳐할 대상 단말 MACpacket-capture copy-to-flash datapath-pcap>> 캡쳐 완료 후 flash 저장no packet-capture datapath mac d2:73:96:88:c7:d1 all>> 패킷 캡쳐 중지**packet-capture reset-pcap datapath-pcap>> 패킷 캡쳐 리셋show packet-capture datapath-pcap>> 패킷 캡쳐파일 보기**Fla..
2024.11.21