Problem:
I'm trying to more deeply understand the /interface wireless 'antenna-gain=' setting with regards to what should be set to maximize signal strength in relation to the hardware specifications (i.e., LHG 5). In searching the forums and I found one similar post (
viewtopic.php?f=7&t=150889). I've also read the Mikrotik FAQ(
https://wiki.mikrotik.com/wiki/Manual:Wireless_FAQ) and Mikrotik Manual:Interface/Wireless (
https://wiki.mikrotik.com/wiki/Manual:I ... e/Wireless), but none of these resources answer the question in much detail regarding what should be the recommended setting to both stay within Country Regulations and not transmit more power than the hardware specifications state to prevent damage to wireless cards. I understand 'tx-power-mode' set to anything other than default runs the risk of damage with improper settings, but I've also been advised by a 3rd party consultant that improper 'antenna-gain' can also damage the wireless card over time if set to 0, which I've questioned, but haven't found a clear explanation enough to believe it.
For example, a 'Mikrotik LHG 5' specs show Antenna gain dBi for 5 GHz to be '24.5' (
https://mikrotik.com/product/RBLHG-5nD), which I'm led to assume this must be the value provided to 'antenna-gain=' for this hardware and should not be left set to 0 as seen with a default RouterOS configuration.
*Side note: '24.5' is not a valid value for the 'antenna-gain=' setting within '/interface wireless' unless you round up or down 25 or 24 DBi.
Example Config:
/interface wireless
set [ find default-name=wlan1 ] adaptive-noise-immunity=ap-and-client-mode \
allow-sharedkey=no ampdu-priorities=0,1,2,3,4,5,6,7 amsdu-limit=8192 amsdu-threshold=\
8192
antenna-gain=0 area="" arp=enabled arp-timeout=auto band=5ghz-a/n \
basic-rates-a/g=6Mbps bridge-mode=enabled channel-width=20/40mhz-XX compression=no \
country="united states3" default-ap-tx-limit=0 default-authentication=yes \
default-client-tx-limit=0 default-forwarding=yes disable-running-check=no disabled=no \
disconnect-timeout=3s distance=dynamic frame-lifetime=0 frequency=auto
frequency-mode=\
regulatory-domain frequency-offset=0 guard-interval=any hide-ssid=no ht-basic-mcs=\
mcs-0,mcs-1,mcs-2,mcs-3,mcs-4,mcs-5,mcs-6,mcs-7 ht-supported-mcs="mcs-0,mcs-1,mcs-2,mcs\
-3,mcs-4,mcs-5,mcs-6,mcs-7,mcs-8,mcs-9,mcs-10,mcs-11,mcs-12,mcs-13,mcs-14,mcs-15,mcs-16\
,mcs-17,mcs-18,mcs-19,mcs-20,mcs-21,mcs-22,mcs-23" hw-fragmentation-threshold=disabled \
hw-protection-mode=cts-to-self hw-protection-threshold=0 hw-retries=7 installation=\
outdoor interworking-profile=disabled keepalive-frames=enabled l2mtu=1600 mac-address=\
XXXXXXXXX max-station-count=2007 mode=bridge mtu=1500 multicast-buffering=\
enabled multicast-helper=default name=wlan1 noise-floor-threshold=default \
nv2-cell-radius=30 nv2-downlink-ratio=50 nv2-mode=dynamic-downlink \
nv2-noise-floor-offset=default nv2-preshared-key="" nv2-qos=default nv2-queue-count=2 \
nv2-security=disabled nv2-sync-secret="" on-fail-retry-time=100ms preamble-mode=both \
radio-name=XXXXXXX rate-selection=advanced rate-set=default rx-chains=0,1 \
scan-list=default secondary-channel="" security-profile=default ssid=XXXXXXXX \
station-bridge-clone-mac=00:00:00:00:00:00 station-roaming=enabled \
supported-rates-a/g=6Mbps,9Mbps,12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,54Mbps \
tdma-period-size=2 tx-chains=0,1 tx-power-mode=default update-stats-interval=disabled \
vlan-id=1 vlan-mode=no-tag wds-cost-range=50-150 wds-default-bridge=none \
wds-default-cost=100 wds-ignore-ssid=no wds-mode=disabled wireless-protocol=nv2 \
wmm-support=disabled wps-mode=disabled
Questions:
- Is it possible to damage the wireless card of Mikrotik PTP/PTMP hardware if the 'antenna-gain=0' if the Country and Frequency Mode are set appropriately (e.g., united states3/regulatory-domain)?
- If not, then is damage possible if the Country is undefined and Frequency-Mode is set to 'manual-txpower' with 'antenna-gain=0'?
-----------------------------------------
- Any thoughts are greatly appreciated to fill in the gaps of what I may be missing or not understanding. I also hope answers may help resolve confusion for others seeking understand this as well in the community.