For more information about the CISCO/Aironet PCI/ISA adapter hardware please see the relevant
User’s Guides and Technical Reference Manuals in .pdf format:
Documentation about CISCO/Aironet Wireless Bridges and Access Points can be found in archives:
[MikroTik] > /sys package print # NAME VERSION BUILD-TIME UNINSTALL 0 aironet 2.4 sep/25/2001 05:08:05 no 1 routing 2.4 sep/25/2001 05:06:07 no 2 system 2.4 sep/25/2001 05:05:48 no 3 ppp 2.4 sep/25/2001 05:06:35 no 4 ssh 2.4 sep/25/2001 05:08:11 no 5 pptp 2.4 sep/25/2001 05:06:44 no [MikroTik] >
[MikroTik] > /sys resource irq print IRQ USED OWNER 1 yes keyboard 2 yes APIC 3 no 4 yes serial port 5 no 6 no 7 no 8 no 9 no 10 no 11 yes backbone 12 no 13 yes FPU 14 yes IDE 1 15 yes PCMCIA service [MikroTik] > /sys resource io print PORT-RANGE OWNER 20-3F APIC 40-5F timer 60-6F keyboard 80-8F DMA A0-BF APIC C0-DF DMA F0-FF FPU 1F0-1F7 IDE 1 2F8-2FF serial port 3C0-3DF VGA 3E0-3E1 PCMCIA service 3F6-3F6 IDE 1 3F8-3FF serial port 4000-4007 IDE 1 4008-400F IDE 2 6300-631F backbone [MikroTik] >
The ISA card requires the driver to be loaded by issuing the following command:
[MikroTik]> driver add name=pc-isa io=0x180 [MikroTik]> driver print Flags: I - invalid, D - dynamic # DRIVER IRQ IO MEMORY ISDN-PROTOCOL 0 D PCI NE2000 1 Aironet ISAxx00 0x180 [MikroTik] driver>
There can be several reasons for a failure to load the driver:
[MikroTik] interface> print Flags: X - disabled, D - dynamic # NAME MTU TYPE 0 backbone 1500 ether 1 X pc1 1500 pc [MikroTik] interface> set 1 name aironet [MikroTik] interface> enable aironet [MikroTik] interface> print Flags: X - disabled, D - dynamic # NAME MTU TYPE 0 backbone 1500 ether 1 aironet 1500 pc
More configuration and statistics parameters can be found under the '/interface pc' menu:
[MikroTik] interface> pc
[MikroTik] interface pc> print
Flags: X - disabled
0 name=aironet mtu=1500 mac-address=00:40:96:37:70:68 arp=enabled
mode=infrastructure rts-threshold=2312 fragmentation-threshold=2312
tx-power=100 rx-diversity=right tx-diversity=right long-retry-limit=16
short-retry-limit=16 frequency=2427MHz bitrate=auto ap1=00:40:96:25:83:63
ap2=00:40:96:25:83:63 ap3=00:40:96:25:83:63 ap4=00:40:96:25:83:63
ssid1=tsunami ssid2="" ssid3="" modulation=cck
client-name=MikroTik_0 beacon-period=100 join-net=10s
firmware-version=PC4800A 3.85
[MikroTik] interface pc>
Argument description:
number - Interface number in the list
name - Interface name
mtu - Maximum Transmit Unit (256...2048 bytes). Default value is 1500 bytes.
mode - Operation mode of the card (infrastructure / ad-hoc)
rts-threshold - RTS threshold
fragmentation-threshold - Fragmentation threshold
tx-power - Transmit power in mW
rx-diversity - Receive diversity (both / default / left / right)
tx-diversity - Transmit diversity (both / default / left / right)
long-retry-limit - Long retry limit
short-retry-limit - Short retry limit
frequency - Channel frequency (2412MHz / 2422MHz / ... / 2484MHz)
bitrate - Data rate (11Mbit/s / 1Mbit/s / 2Mbit/s / 5.5Mbit/s / auto)
ap1 - Access Point 1
ap2 - Access Point 2
ap3 - Access Point 3
ap4 - Access Point 4
ssid1 - Service Set Identifier 1
ssid2 - Service Set Identifier 2
ssid3 - Service Set Identifier 3
modulation - Modulation mode (cck / default / mbok)
client-name - Client name
join-net - Beaconing period
arp - Address Resolution Protocol (disabled / enabled / proxy-arp)
You can monitor the status of the wireless interface:
[MikroTik] interface pc> monitor 0
quality: 0
strength: 0
current-rate: 11Mbit/s
current-frequency: 2437MHz
synchronized: no
associated: no
ssid: tsunami
access-point: FF:FF:FF:FF:FF:FF
access-point-name:
error-number: 0
[MikroTik] interface pc>
If the wireless interface card is not registered to an AP, the green status led is blinking fast.
To set the wireless interface for working with an IEEE 802.11b access point (register to the AP), you should set the following parameters:
[MikroTik] interface pc> set 0 ssid1 mt
[MikroTik] interface pc> monitor 0
quality: 63
strength: 131
current-rate: 11Mbit/s
current-frequency: 2412MHz
synchronized: yes
associated: yes
ssid: mt
access-point: 00:40:96:00:06:72
access-point-name: Gulf
error-number: 0
[MikroTik] interface pc>
If the wireless interface card is registered to an AP, the green status led is blinking slow.
Two possible wireless network configurations are discussed in the following examples:
The access point is connected to the wired network's HUB and has IP address from the network 10.1.1.0/24. The minimum configuration required for the AP is:
Reminder! Please note, that the AP is not a router! It has just one network address, and is just like any host on the network. It resembles a wireless-to-Ethernet HUB or bridge. The AP does not route the IP traffic! There is no need to set up the routing table under Configuration/Ident/Routing.
The minimum configuration for the MikroTik router's CISCO/Aironet wireless interface is:
[MikroTik] interface pc> set 0 ssid1 mt mode infrastructure
[MikroTik] interface pc> monitor 0
quality: 62
strength: 129
current-rate: 11Mbit/s
current-frequency: 2442MHz
synchronized: yes
associated: yes
ssid: mt
access-point: 00:40:96:00:06:72
access-point-name: Gulf
error-number: 0
[MikroTik] interface pc>
The frequency argument does not have any meaning, since the frequency of the AP is used. The IP addresses assigned to the wireless interface should be from the network 10.1.1.0/24, e.g.:
[MikroTik] ip address> add address 10.1.1.12/24 interface aironet [MikroTik] ip address> print Flags: X - disabled, I - invalid, D - dynamic # ADDRESS NETWORK BROADCAST INTERFACE 0 10.1.1.12/24 10.1.1.0 10.1.1.255 aironet 1 192.168.0.254/24 192.168.0.0 192.168.0.255 Local [MikroTik] ip address>
The default route should be set to the gateway router 10.1.1.254 (not the AP 10.1.1.250 !):
[MikroTik] ip route> add gateway=10.1.1.254 [MikroTik] ip route> print Flags: X - disabled, I - invalid, D - dynamic, R - rejected # TYPE DST-ADDRESS NEXTHOP-S... GATEWAY DISTANCE INTERFACE 0 static 0.0.0.0/0 A 10.1.1.254 1 aironet 1 D connect 192.168.0.0/24 A 0.0.0.0 0 Local 2 D connect 10.1.1.0/24 A 0.0.0.0 0 aironet [MikroTik] ip route>