Axxcelera Broand Wireless AB-ACCESS-AP02 Fixed Broadband Wireless Access Network User Manual AB Access Quick Reference
Axxcelera Broadband Wireless, Inc. Fixed Broadband Wireless Access Network AB Access Quick Reference
Contents
- 1. Users manual
- 2. Users Manual
Users manual


























![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless iport {atm25i | atm25m} In port of uni-directional PVC. atm25i = terrestrial atm25m = wireless ivpi {0-7} Currently only VPI 0 is supported on the wireless interface. The terrestrial interface can use any in the range. ivci {32-65535} In port VCI. oport {atm25i | atm25m} Out port of the uni-directional PVC. ovpi {0-7} Currently only VPI 0 is supported on the wireless interface. The terrestrial interface can use any in the range. ovci {32-65535} Out port VCI. tp {name} This is the name of the traffic parameter (previously set) that applies to this PVC mapping. sp {name} This is the name of the switch parameter (previously set) that applies to this PVC mapping. type {perm | soft | none} For all static configurations “perm” should be used. epd {epd] Early Packet Discard will discard arriving cells when buffering is below 32 cells. Example The following example shows a uni-directional PVC mapped from the terrestrial to wireless port. add atm25i 0 100 atm25m 0 256 default default perm epd 5.4 initmr1483 Use this file only on APs. The corresponding file for an SU is initr1483. 5.4.1 floodmode floodmode mode mode {0 | 1} 0 = Flooding of unlearned unicast packets is disabled. March 10, 2003 Company Confidential Page 27 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-27.png)








![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless time it leases an address. It is important to be aware that by default most routers will not pass DHCP request unless they are specifically configured to do so. #eth0 subnet 192.168.2.0 netmask 255.255.255.224 { range 192.168.2.34 192.168.2.50; option routers 192.168.2.33; } host AP1 { hardware ethernet 0:c0:69:0c:52:2f; fixed-address 192.168.2.50; } For various reasons it may be desired to not use DHCP to give an AP an address. In this case the IP address can be statically assigned to the unit. To do this you will need to create a resolve file that looks identical to the CLIP_T static resolve file described in the section for Static 1483_T. 2. Make sure the MAC address is correct. Without the correct MAC address the AP can not register. You can verify this by tailing the adapcs.log file. In this example an SU with the indicated MAC address is trying to register and is not found in the database. Either the SU was not added to the EMS or was entered with the wrong MAC address. [root@cs1 /root]# tail -f /var/log/adapcs.log CS[12399.8192](16Dec 21:33:39.524 ): Protocol: 00 00 00 00 01 00 02 00 00 14 00 01 00 c0 69 0c 52 2f 77 94 CS[12399.8192](16Dec 21:33:39.524 ): DynAccessPointImpl (CLIP_T AP): handleEstablishConnection (AP 00c0690c522f) CS[12399.8192](16Dec 21:33:39.524 ): DynAccessPointImpl (CLIP_T AP): Received ESTABLISH_CONNECTION message from unknown AP ap_02 1216_135100016_111 3. If the CS is on a different network, than the default route in the AP must be correct. 6.1.2.2 SU Object If the SU will not register make sure all the fields in the EMS database are filled in properly. Here are a few important points that should be kept in mind if the SU doesn’t register. Many different things can cause the SU not to register so after verifying all of these points and it still doesn’t register the next step will be to troubleshoot the RF link. See RF troubleshooting document. 1. Make sure the MAC address is correct. Without the correct MAC address the AP can not register. You can verify this by tailing the adapcs.log file. In this example an SU with this MAC address is trying to register and is not found in the database, which means when you created the object it had the wrong MAC address. March 10, 2003 Company Confidential Page 36 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-36.png)
![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless [root@cs1 /root]# tail -f /var/log/adapcs.log CS[12801.8192](16Dec 21:39:20.034 ): Protocol: 00 00 00 00 01 00 00 05 00 14 00 04 00 c0 69 0b 58 7f b5 10 CS[12801.8192](16Dec 21:39:20.034 ): RegistrarProtocol: SU 00c0690b587f is already registering CS[12801.8192](16Dec 21:39:20.555 ): EMSProtocol: received message REGMSG_REGISTER_SU for CS CS[12801.8192](16Dec 21:39:20.555 ): Protocol: message contents (20 bytes) 2. Make sure the default route is correct if the SU is on a different network than the Control Server. 3. Verify that the SU has been upgraded to the CLIP_T interactive configuration. March 10, 2003 Company Confidential Page 37 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-37.png)







![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless 6.3.3 Troubleshooting 6.3.3.1 Can’t ping the radio from the terrestrial interface AP 1. Check all physical connections. It is a straight cable from the CS to the Switch, and a rollover twist from the wall box to the switch (1-7,2-8). 2. Check to see if your atmarp entries are in the ARP table on the CS. ( ./atmarp if you are already in the /usr/local/sbin directory) • Add an atmarp entry root@cs1 11:11:14 (4) [~] # atmarp -s 192.168.2.50 0.0.34 • View an atmarp table root@cs1 11:12:52 (5) [~] # atmarp -a ----- Itf 0 (192.168.2.1, netmask 255.255.255.0) ----- Default QOS: ubr,aal5:max_sdu=9188 IP 192.168.2.50, state VALID, addr <none>, flags 0x4<PERM> 0.0.34 ----- Unknown incoming connections ----- ----- Incoming unidirectional connections ----- ----- End of dump ----- • Delete an atmarp entry root@cs1 11:13:42 (6) [~] # atmarp -d 192.168.2.50 3. Check route on CS, by typing route at the Command line. • Add a route root@cs1 11:17:19 (8) [~] # route add -net 192.168.100.0 netmask 255.255.255.0 gw 192.168.2.50 • View the routing table March 10, 2003 Company Confidential Page 45 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-45.png)
![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless root@cs1 11:18:51 (9) [~] # route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.9.144.1 * 255.255.255.255 UH 0 0 0 eth0 192.168.100.0 192.168.2.50 255.255.255.0 UG 0 0 0 atm0 192.168.2.0 * 255.255.255.0 U 0 0 0 atm0 10.9.144.0 * 255.255.255.0 U 0 0 0 eth0 127.0.0.0 * 255.0.0.0 U 0 0 0 lo • Delete a route root@cs1 11:20:26 (10) [~] # route del -net 192.168.100.0 netmask 255.255.255.0 4. Check the Switch for the correct PVC’s. • Log into the ATM switch and check that the PVCs are mapped correctly. The following commands are for an FVC switch. • Add a PVC ADMIN Access_NGI>set pvc add 101 0 34 be 102 0 34 be Adding PVC i=101/0/34 o=102/0/34 to switch fabrice Updating FLASH memory. Please wait ... Done. • Show the PVCs mapped in the switch ADMIN Access_NGI>show pvc list id 0 ------------------------------------------------------------ PVC ID IPort IVPI IVCI BW OPort OVPI OVCI BW ------------------------------------------------------------ 1 101 0 34 0 102 0 34 0 • Delete a PVC ADMIN Access_NGI>set pvc del 1 SU 1. Check all physical connections. The radio is a network device, which means if you connect it to a PC (NIC) you will use a straight cable. If you connect the radio to a network device (hub, switch, router) you will use a Ethernet cross-over cable(1-3, 2-6). It is also important to check that the cable is punched down correctly in the wall box and the cable is March 10, 2003 Company Confidential Page 46 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-46.png)










![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless 1. Make sure the MAC address is correct. Without the correct MAC address the AP can not register. You can verify what MAC address the AP is attempting to register with by tailing the adapcs.log file. In the following example an AP is trying to register and is not found in the database, which means when you created the object it had the wrong MAC address. [root@cs1 /root]# tail -f /var/log/adapcs.log CS[5025.8192](16Dec 12:36:03.027 ): AtmAccessPointImpl: Unknown ATM AP 00c0690c522f trying to register 2. The management address must be on the same subnet as the atm0 interface on the Control Server. 3. Check that the PVCs are mapped correctly in the switch. Since the problem is with the AP registering, pay close attention to how the registration PVC (61) and management PVC are mapped. ADMIN Access_NGI>show pvc list id 0 ADMIN Access_NGI> ---------------------------------------------------------------------------- PVC ID IPort IVPI IVCI BW OPort OVPI OVCI BW ---------------------------------------------------------------------------- 1 101 0 32 0 102 0 61 0 2 101 0 33 0 102 0 33 0 4. The “AS Port” has to be filled in with the proper port if you have chosen to manage the anchor switch with the EMS (selected when creating the Control Server). 5. Make sure the Control Server has the created the proper atmarp entries in it. There should be an atmarp entry for every management address. • Lists atmarp entries [root@cs1 /root]# atmarp -a ----- Itf 0 (192.168.2.1, netmask 255.255.255.0) ----- Default QOS: ubr,aal5:max_sdu=9188 IP 192.168.2.50, state VALID, addr <none>, flags 0x4<PERM> 0.0.33 ----- Unknown incoming connections ----- ----- Incoming unidirectional connections ----- ----- End of dump ----- 7.1.2.2 SU Object If the SU will not register make sure all the fields in the EMS database are filled in properly. Here are a few important points that should be kept in mind if the SU doesn’t register. Many different things can cause the SU not to register so after verifying all of these points and it still doesn’t register the next step will be to troubleshoot the RF link. See RF troubleshooting document. March 10, 2003 Company Confidential Page 57 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-57.png)
![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless 1. Make sure the MAC address is correct. Without the correct MAC address the SU can not register. You can verify this by tailing the adapcs.log file. In this example an SU with this MAC address is trying to register and is not found in the database, which means when you created the object it had the wrong MAC address. [root@cs1 /root]# tail -f /var/log/adapcs.log CS[5494.8192](16Dec 12:48:34.926 ): Protocol: 00 00 00 00 01 00 00 01 00 14 00 04 00 c0 69 0b 58 7f b5 10 CS[5494.8192](16Dec 12:48:34.926 ): RegistrarProtocol: Registering SU 00c0690b587f (MID 1) CS[5494.8192](16Dec 12:48:34.926 ): DynAccessPointImpl (CLIP_S AP): handleRegisterSU (SU 00c0690b587f) CS[5494.8192](16Dec 12:48:34.926 ): DynAccessPointImpl (CLIP_S AP): no key - fetch details from EMSAgent CS[5494.8192](16Dec 12:48:34.930 ): DynAccessPointImpl: CORBA::BAD_PARAM exception thrown (minor code=0) CS[5494.8192](16Dec 12:48:34.930 ): DynAccessPointImpl: An SU is trying to register but I can't talk to an EMSAgent CS[5494.8192](16Dec 12:48:34.931 ): DynAP (CLIP_S AP): Couldn't get details for registering SU 00c0690b587f CS[5494.8192](16Dec 12:48:34.931 ): RegistrarProtocol: Deferring deregistration of MID 1 CS[5494.8192](16Dec 12:48:35.426 ): EMSProtocol: received message REGMSG_REGISTER_SU for CS CS[5494.8192](16Dec 12:48:35.426 ): Protocol: message contents (20 bytes) CS[5494.8192](16Dec 12:48:35.426 ): Protocol: 00 00 00 00 01 00 00 01 00 14 00 04 00 c0 69 0b 58 7f b5 10 CS[5494.8192](16Dec 12:48:35.426 ): RegistrarProtocol: SU 00c0690b587f is already registering 2. The management address must be on the same subnet as the atm0 interface on the Control Server. This only applies for the management address. 3. Check that the PVCs are mapped correctly in the switch. Since the problem is with the SU not registering, pay close attention to the registration (61) and management (280) PVC mapping. ADMIN Access_NGI>show pvc list id 0 ADMIN Access_NGI> ---------------------------------------------------------------------------- PVC ID IPort IVPI IVCI BW OPort OVPI OVCI BW ---------------------------------------------------------------------------- 1 101 0 32 0 102 0 61 0 2 101 0 33 0 102 0 33 0 3 101 0 36 0 102 0 36 0 4 101 0 35 0 106 0 35 0 4. Make sure the Control Server has the created the proper atmarp entries in it. There should be an atmarp entry for every management address. • Lists atmarp entries March 10, 2003 Company Confidential Page 58 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-58.png)
![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless [root@cs1 /root]# atmarp -a ----- Itf 0 (192.168.2.1, netmask 255.255.255.0) ----- Default QOS: ubr,aal5:max_sdu=9188 IP 192.168.2.100, state VALID, addr <none>, flags 0x4<PERM> 0.0.36 IP 192.168.2.50, state VALID, addr <none>, flags 0x4<PERM> 0.0.33 ----- Unknown incoming connections ----- ----- Incoming unidirectional connections ----- ----- End of dump ----- March 10, 2003 Company Confidential Page 59 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-59.png)



![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless 7.2.3.2 SU system.conf channel 0 antenna horizontal mode static mid 3 bid 0 interface eth0 duplex half backoff 0 provider abw key Axxcelera mask 1ffff leds active 7.2.4 Troubleshooting 7.2.4.1 Can’t ping the radio from the terrestrial interface AP 1. Check all physical connections. It is a straight cable from the CS to the Switch, and a rollover twist from the wall box to the switch (1-7,2-8). 2. Check to see if your atmarp entries are in the ARP table on the CS. ( ./atmarp if you are already in the /usr/local/sbin directory) • Add an atmarp entry root@cs1 11:11:14 (4) [~] # atmarp -s 192.168.2.50 0.0.34 • View an atmarp table root@cs1 11:12:52 (5) [~] # atmarp -a ----- Itf 0 (192.168.2.1, netmask 255.255.255.0) ----- Default QOS: ubr,aal5:max_sdu=9188 IP 192.168.2.50, state VALID, addr <none>, flags 0x4<PERM> 0.0.34 ----- Unknown incoming connections ----- ----- Incoming unidirectional connections ----- ----- End of dump ----- • Delete an atmarp entry root@cs1 11:13:42 (6) [~] # atmarp -d 192.168.2.50 March 10, 2003 Company Confidential Page 63 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-63.png)
![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless 3. Check route on CS, by typing route at the Command line. • Add a route root@cs1 11:17:19 (8) [~] # route add -net 192.168.100.0 netmask 255.255.255.0 gw 192.168.2.50 • View the routing table root@cs1 11:18:51 (9) [~] # route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.9.144.1 * 255.255.255.255 UH 0 0 0 eth0 192.168.100.0 192.168.2.50 255.255.255.0 UG 0 0 0 atm0 192.168.2.0 * 255.255.255.0 U 0 0 0 atm0 10.9.144.0 * 255.255.255.0 U 0 0 0 eth0 127.0.0.0 * 255.0.0.0 U 0 0 0 lo • Delete a route root@cs1 11:20:26 (10) [~] # route del -net 192.168.100.0 netmask 255.255.255.0 4. Check the Switch for the correct PVC’s. • Log into the ATM switch and check that the PVCs are mapped correctly. The following commands are for an FVC switch. • Add a PVC ADMIN Access_NGI>set pvc add 101 0 34 be 102 0 34 be Adding PVC i=101/0/34 o=102/0/34 to switch fabrice Updating FLASH memory. Please wait ... Done. • Show the PVCs mapped in the switch ADMIN Access_NGI>show pvc list id 0 ------------------------------------------------------------ PVC ID IPort IVPI IVCI BW OPort OVPI OVCI BW ------------------------------------------------------------ 1 101 0 34 0 102 0 34 0 March 10, 2003 Company Confidential Page 64 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-64.png)





![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless 7.3.3.2 SU system.conf channel 0 antenna horizontal mode static mid 3 bid 0 interface eth0 duplex half backoff 0 provider abw key Axxcelera mask 1ffff leds active 7.3.4 Troubleshooting 7.3.4.1 Can’t ping the radio from the terrestrial interface AP 1. Check all physical connections. It is a straight cable from the CS to the Switch, and a rollover twist from the wall box to the switch (1-7,2-8). 2. Check to see if your atmarp entries are in the ARP table on the CS. ( ./atmarp if you are already in the /usr/local/sbin directory) • Add an atmarp entry root@cs1 11:11:14 (4) [~] # atmarp -s 192.168.100.1 0.0.101 • View an atmarp table root@cs1 11:12:52 (5) [~] # atmarp -a ----- Itf 0 (192.168.100.254, netmask 255.255.255.0) ----- Default QOS: ubr,aal5:max_sdu=9188 IP 192.168.100.1, state VALID, addr <none>, flags 0x4<PERM> 0.0.101 ----- Unknown incoming connections ----- ----- Incoming unidirectional connections ----- ----- End of dump ----- • Delete an atmarp entry root@cs1 11:13:42 (6) [~] # atmarp -d 192.168.100.1 March 10, 2003 Company Confidential Page 70 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-70.png)








![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless 8.1.5 Troubleshooting 8.1.5.1 Can’t ping the radio from the terrestrial interface AP 1. Check all physical connections. It is a straight cable from the CS to the Switch, and a rollover twist from the wall box to the switch (1-7,2-8). 2. Check to see if your atmarp entries are in the ARP table on the CS. ( ./atmarp if you are already in the /usr/local/sbin directory) • Add an atmarp entry root@cs1 11:11:14 (4) [~] # atmarp -s 192.168.2.50 0.0.34 • View an atmarp table root@cs1 11:12:52 (5) [~] # atmarp -a ----- Itf 0 (192.168.2.1, netmask 255.255.255.0) ----- Default QOS: ubr,aal5:max_sdu=9188 IP 192.168.2.50, state VALID, addr <none>, flags 0x4<PERM> 0.0.34 ----- Unknown incoming connections ----- ----- Incoming unidirectional connections ----- ----- End of dump ----- • Delete an atmarp entry root@cs1 11:13:42 (6) [~] # atmarp -d 192.168.2.50 3. Check route on CS, by typing route at the Command line. • Add a route root@cs1 11:17:19 (8) [~] # route add -net 192.168.100.0 netmask 255.255.255.0 gw 192.168.2.50 • View the routing table March 10, 2003 Company Confidential Page 79 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-79.png)
![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless root@cs1 11:18:51 (9) [~] # route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.9.144.1 * 255.255.255.255 UH 0 0 0 eth0 192.168.100.0 192.168.2.50 255.255.255.0 UG 0 0 0 atm0 192.168.2.0 * 255.255.255.0 U 0 0 0 atm0 10.9.144.0 * 255.255.255.0 U 0 0 0 eth0 127.0.0.0 * 255.0.0.0 U 0 0 0 lo • Delete a route root@cs1 11:20:26 (10) [~] # route del -net 192.168.100.0 netmask 255.255.255.0 4. Check the Switch for the correct PVC’s. • Log into the ATM switch and check that the PVCs are mapped correctly. The following commands are for an FVC switch. • Add a PVC ADMIN Access_NGI>set pvc add 101 0 34 be 102 0 34 be Adding PVC i=101/0/34 o=102/0/34 to switch fabrice Updating FLASH memory. Please wait ... Done. • Show the PVCs mapped in the switch ADMIN Access_NGI>show pvc list id 0 ------------------------------------------------------------ PVC ID IPort IVPI IVCI BW OPort OVPI OVCI BW ------------------------------------------------------------ 1 101 0 34 0 102 0 34 0 • Delete a PVC ADMIN Access_NGI>set pvc del 1 SU 1. Check all physical connections. The radio is a network device, which means if you connect it to a PC (NIC) you will use a straight cable. If you connect the radio to a network device (hub, switch, router) you will use a Ethernet cross-over cable(1-3, 2-6). It is also important to check that the cable is punched down correctly in the wall box and the cable is March 10, 2003 Company Confidential Page 80 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-80.png)




![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless #eth0 subnet 192.168.3.0 netmask 255.255.255.0 { range 192.168.3.1 192.168.3.100; option routers 192.168.3.1; } host AP1 { hardware ethernet 0:c0:69:0c:52:2f; fixed-address 192.168.3.9; } For various reasons it may be desired to not use DHCP to give an AP an address. In this case the IP address can be statically assigned to the unit. To do this you will need to create a resolve file that looks identical to the 1483_T static resolve file described in the section for Static 1483_T. 2. Make sure the MAC address is correct. Without the correct MAC address the AP can not register. You can verify this by tailing the adapcs.log file. In this example an SU with the indicated MAC address is trying to register and is not found in the database. Either the SU was not added to the EMS or was entered with the wrong MAC address. [root@cs1 /root]# tail -f /var/log/adapcs.log CS[12399.8192](16Dec 21:33:39.524 ): Protocol: 00 00 00 00 01 00 02 00 00 14 00 01 00 c0 69 0c 52 2f 77 94 CS[12399.8192](16Dec 21:33:39.524 ): DynAccessPointImpl (1483_T AP): handleEstablishConnection (AP 00c0690c522f) CS[12399.8192](16Dec 21:33:39.524 ): DynAccessPointImpl (1483_T AP): Received ESTABLISH_CONNECTION message from unknown AP ap_02 1216_135100016_111 3. If the CS is on a different network, than the default route in the AP must be correct. 9.1.2.2 SU Object If the SU will not register make sure all the fields in the EMS database are filled in properly. Here are a few important points that should be kept in mind if the SU doesn’t register. Many different things can cause the SU not to register so after verifying all of these points and it still doesn’t register the next step will be to troubleshoot the RF link. See RF troubleshooting. 1. Make sure the MAC address is correct. Without the correct MAC address the AP can not register. You can verify this by tailing the adapcs.log file. In this example an SU with this MAC address is trying to register and is not found in the database, which means when you created the object it had the wrong MAC address. [root@cs1 /root]# tail -f /var/log/adapcs.log CS[12801.8192](16Dec 21:39:20.034 ): Protocol: 00 00 00 00 01 00 00 05 00 14 00 04 00 c0 69 0b 58 7f b5 10 CS[12801.8192](16Dec 21:39:20.034 ): RegistrarProtocol: SU 00c0690b587f is already registering March 10, 2003 Company Confidential Page 85 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-85.png)
: EMSProtocol: received message REGMSG_REGISTER_SU for CS CS[12801.8192](16Dec 21:39:20.555 ): Protocol: message contents (20 bytes) 2. Make sure the default route is correct if the SU is on a different network than the Control Server. 3. Verify that the SU has been upgraded to the 1483_T interactive configuration. March 10, 2003 Company Confidential Page 86 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-86.png)






![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless 10.1.2 Troubleshooting 10.1.2.1 AP Object If the AP will not register make sure all the fields in the EMS database are correctly filled in. Here are a few important points that should be kept in mind if the AP doesn’t register. 1. Make sure the MAC address is correct. Without the correct MAC address the AP can not register. You can verify what MAC address the AP is attempting to register with by tailing the adapcs.log file. In the following example an AP is trying to register and is not found in the database, which means when you created the object it had the wrong MAC address. [root@cs1 /root]# tail -f /var/log/adapcs.log CS[5025.8192](16Dec 12:36:03.027 ): AtmAccessPointImpl: Unknown ATM AP 00c0690c522f trying to register March 10, 2003 Company Confidential Page 93 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-93.png)
![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless 2. The management address must be on the same subnet as the atm0 interface on the Control Server. 3. Check that the PVCs are mapped correctly in the switch. Since the problem is with the AP registering, pay close attention to how the registration PVC (61) and management PVC are mapped. ADMIN Access_NGI>show pvc list id 0 ADMIN Access_NGI> ---------------------------------------------------------------------------- PVC ID IPort IVPI IVCI BW OPort OVPI OVCI BW ---------------------------------------------------------------------------- 1 101 0 32 0 102 0 61 0 2 101 0 33 0 102 0 33 0 4. The “AS Port” has to be filled in with the proper port if you have chosen to manage the anchor switch with the EMS (selected when creating the Control Server). 5. Make sure the Control Server has the created the proper atmarp entries in it. There should be an atmarp entry for every management address. • Lists atmarp entries [root@cs1 /root]# atmarp -a ----- Itf 0 (192.168.2.1, netmask 255.255.255.0) ----- Default QOS: ubr,aal5:max_sdu=9188 IP 192.168.2.50, state VALID, addr <none>, flags 0x4<PERM> 0.0.33 ----- Unknown incoming connections ----- ----- Incoming unidirectional connections ----- ----- End of dump ----- 10.1.2.2 SU Object If the SU will not register make sure all the fields in the EMS database are filled in properly. Here are a few important points that should be kept in mind if the SU doesn’t register. Many different things can cause the SU not to register so after verifying all of these points and it still doesn’t register the next step will be to troubleshoot the RF link. See RF troubleshooting document. 1. Make sure the MAC address is correct. Without the correct MAC address the SU can not register. You can verify this by tailing the adapcs.log file. In this example an SU with this MAC address is trying to register and is not found in the database, which means when you created the object it had the wrong MAC address. March 10, 2003 Company Confidential Page 94 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-94.png)
![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless [root@cs1 /root]# tail -f /var/log/adapcs.log CS[5494.8192](16Dec 12:48:34.926 ): Protocol: 00 00 00 00 01 00 00 01 00 14 00 04 00 c0 69 0b 58 7f b5 10 CS[5494.8192](16Dec 12:48:34.926 ): RegistrarProtocol: Registering SU 00c0690b587f (MID 1) CS[5494.8192](16Dec 12:48:34.926 ): DynAccessPointImpl (1483_S AP): handleRegisterSU (SU 00c0690b587f) CS[5494.8192](16Dec 12:48:34.926 ): DynAccessPointImpl (1483_S AP): no key - fetch details from EMSAgent CS[5494.8192](16Dec 12:48:34.930 ): DynAccessPointImpl: CORBA::BAD_PARAM exception thrown (minor code=0) CS[5494.8192](16Dec 12:48:34.930 ): DynAccessPointImpl: An SU is trying to register but I can't talk to an EMSAgent CS[5494.8192](16Dec 12:48:34.931 ): DynAP (1483_S AP): Couldn't get details for registering SU 00c0690b587f CS[5494.8192](16Dec 12:48:34.931 ): RegistrarProtocol: Deferring deregistration of MID 1 CS[5494.8192](16Dec 12:48:35.426 ): EMSProtocol: received message REGMSG_REGISTER_SU for CS CS[5494.8192](16Dec 12:48:35.426 ): Protocol: message contents (20 bytes) CS[5494.8192](16Dec 12:48:35.426 ): Protocol: 00 00 00 00 01 00 00 01 00 14 00 04 00 c0 69 0b 58 7f b5 10 CS[5494.8192](16Dec 12:48:35.426 ): RegistrarProtocol: SU 00c0690b587f is already registering 2. The management address must be on the same subnet as the atm0 interface on the Control Server. This only applies for the management address. 3. Check that the PVCs are mapped correctly in the switch. Since the problem is with the SU not registering, pay close attention to the registration (61) and management (280) PVC mapping. ADMIN Access_NGI>show pvc list id 0 ADMIN Access_NGI> ---------------------------------------------------------------------------- PVC ID IPort IVPI IVCI BW OPort OVPI OVCI BW ---------------------------------------------------------------------------- 1 101 0 32 0 102 0 61 0 2 101 0 33 0 102 0 33 0 3 101 0 36 0 102 0 36 0 4 101 0 35 0 106 0 35 0 4. Make sure the Control Server has the created the proper atmarp entries in it. There should be an atmarp entry for every management address. • Lists atmarp entries March 10, 2003 Company Confidential Page 95 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-95.png)
![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless [root@cs1 /root]# atmarp -a ----- Itf 0 (192.168.2.1, netmask 255.255.255.0) ----- Default QOS: ubr,aal5:max_sdu=9188 IP 192.168.2.100, state VALID, addr <none>, flags 0x4<PERM> 0.0.36 IP 192.168.2.50, state VALID, addr <none>, flags 0x4<PERM> 0.0.33 ----- Unknown incoming connections ----- ----- Incoming unidirectional connections ----- ----- End of dump ----- March 10, 2003 Company Confidential Page 96 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-96.png)



![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless 10.2.3.3 SU system.conf channel 0 antenna horizontal mode static mid 3 bid 0 interface eth0 backoff 0 provider abw key Axxcelera mask 1ffff leds active 10.2.3.4 SU initr1483 pvc 0/769 atm25m 70000 70000 10.2.4 Troubleshooting 10.2.4.1 Can’t ping the radio from the terrestrial interface AP 1. Check all physical connections. It is a straight cable from the CS to the Switch, and a rollover twist from the wallbox to the switch (1-7,2-8). 2. Check to see if your atmarp entries are in the ARP table on the CS ( ./atmarp if you are already in the /usr/local/sbin directory). • Add an atmarp entry root@cs1 11:11:14 (4) [~] # atmarp -s 192.168.2.50 0.0.340 • View an atmarp table March 10, 2003 Company Confidential Page 100 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-100.png)
![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless root@cs1 11:12:52 (5) [~] # atmarp -a ----- Itf 0 (192.168.2.1, netmask 255.255.255.0) ----- Default QOS: ubr,aal5:max_sdu=9188 IP 192.168.2.50, state VALID, addr <none>, flags 0x4<PERM> 0.0.34 ----- Unknown incoming connections ----- ----- Incoming unidirectional connections ----- ----- End of dump ----- • Delete an atmarp entry root@cs1 11:13:42 (6) [~] # atmarp -d 192.168.2.50 3. Check route on CS, by typing route at the Command line. • Add a route root@cs1 11:17:19 (8) [~] # route add -net 192.168.100.0 netmask 255.255.255.0 gw 192.168.2.50 • View the routing table root@cs1 11:18:51 (9) [~] # route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.9.144.1 * 255.255.255.255 UH 0 0 0 eth0 192.168.100.0 192.168.2.50 255.255.255.0 UG 0 0 0 atm0 192.168.2.0 * 255.255.255.0 U 0 0 0 atm0 10.9.144.0 * 255.255.255.0 U 0 0 0 eth0 127.0.0.0 * 255.0.0.0 U 0 0 0 lo • Delete a route root@cs1 11:20:26 (10) [~] # route del -net 192.168.100.0 netmask 255.255.255.0 4. Check the Switch for the correct PVC’s. • Log into the ATM switch and check that the PVCs are mapped correctly. The following commands are for an FVC switch. • Add a PVC March 10, 2003 Company Confidential Page 101 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-101.png)





![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless 10.3.3.3 SU system.conf channel 0 antenna horizontal mode static mid 3 bid 0 interface eth0 backoff 0 provider abw key Axxcelera mask 1ffff leds active 10.3.3.4 SU initr1483 pvc 0/769 atm25m 70000 70000 10.3.4 Troubleshooting 10.3.4.1 Can’t ping the radio from the terrestrial interface AP 1. Check all physical connections. It is a straight cable from the CS to the Switch, and a rollover twist from the wall box to the switch (1-7,2-8). 2. Check to see if your atmarp entries are in the ARP table on the CS. ( ./atmarp if you are already in the /usr/local/sbin directory) • Add an atmarp entry root@cs1 11:11:14 (4) [~] # atmarp -s 192.168.100.1 0.0.101 • View an atmarp table root@cs1 11:12:52 (5) [~] # atmarp -a ----- Itf 0 (192.168.100.254, netmask 255.255.255.0) ----- Default QOS: ubr,aal5:max_sdu=9188 IP 192.168.100.1, state VALID, addr <none>, flags 0x4<PERM> 0.0.101 ----- Unknown incoming connections ----- ----- Incoming unidirectional connections ----- ----- End of dump ----- March 10, 2003 Company Confidential Page 107 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-107.png)
![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless • Delete an atmarp entry root@cs1 11:13:42 (6) [~] # atmarp -d 192.168.100.1 3. Check the Switch for the correct PVC’s. • Log into the ATM switch and check that the PVCs are mapped correctly. The following commands are for an FVC switch. • Add a PVC ADMIN Access_NGI>set pvc add 101 0 101 be 102 0 101 be Adding PVC i=101/0/34 o=102/0/34 to switch fabrice Updating FLASH memory. Please wait ... Done. • Show the PVCs mapped in the switch ADMIN Access_NGI>show pvc list id 0 ------------------------------------------------------------ PVC ID IPort IVPI IVCI BW OPort OVPI OVCI BW ------------------------------------------------------------ 1 101 0 101 0 102 0 101 0 • Delete a PVC ADMIN Access_NGI>set pvc del 1 SU 1. Check all physical connections. The radio is a network device, which means if you connect it to a PC (NIC) you will use a straight cable. If you connect the radio to a network device (hub, switch, router) you will use a Ethernet cross-over cable(1-3, 2-6). It is also important to check that the cable is punched down correctly in the wall box and the cable is terminated correctly at the radio. The termination at the radio uses 568B (wo,o,wg,bl,wbl,g,wbr,br). 2. Make sure the computer you are pinging from is on the same network as the AP. If you are on a different network than the radio make sure you have the proper routes in the radio and the computer you are trying to ping from. March 10, 2003 Company Confidential Page 108 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-108.png)




![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless 11.1.2.2 SU system.conf channel 0 antenna horizontal mode static mid 3 bid 0 interface atm0 backoff 0 provider abw key Axxcelera mask 1ffff leds active 11.1.2.3 SU initswitchcli tp default UBR 70000 sp default 256 stats add atm25m 0 769 atm25i 0 200 default default perm epd add atm25i 0 200 atm25m 0 769 default default perm epd add atm25i 0 300 atm25m 0 770 default default perm epd add atm25m 0 770 atm25i 0 300 default default perm epd 11.1.3 Troubleshooting 11.1.3.1 Can’t ping the radio from the terrestrial interface AP 1. Check all physical connections. It is a straight cable from the CS to the Switch, and a rollover twist from the wallbox to the switch (1-7,2-8). 2. Check to see if your atmarp entries are in the ARP table on the CS. ( ./atmarp if you are already in the /usr/local/sbin directory) • Add an atmarp entry root@cs1 11:11:14 (4) [~] # atmarp -s 192.168.2.50 0.0.250 March 10, 2003 Company Confidential Page 113 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-113.png)
![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless • View an atmarp table root@cs1 11:12:52 (5) [~] # atmarp -a ----- Itf 0 (192.168.2.1, netmask 255.255.255.0) ----- Default QOS: ubr,aal5:max_sdu=9188 IP 192.168.2.50, state VALID, addr <none>, flags 0x4<PERM> 0.0.250 ----- Unknown incoming connections ----- ----- Incoming unidirectional connections ----- ----- End of dump ----- • Delete an atmarp entry root@cs1 11:13:42 (6) [~] # atmarp -d 192.168.2.50 3. Check route on CS, by typing route at the Command line. • Add a route root@cs1 11:17:19 (8) [~] # route add -net 192.168.100.0 netmask 255.255.255.0 gw 192.168.2.50 • View the routing table root@cs1 11:18:51 (9) [~] # route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.9.144.1 * 255.255.255.255 UH 0 0 0 eth0 192.168.100.0 192.168.2.50 255.255.255.0 UG 0 0 0 atm0 192.168.2.0 * 255.255.255.0 U 0 0 0 atm0 192.168.2.0 * 255.255.255.0 U 0 0 0 atm0 10.9.144.0 * 255.255.255.0 U 0 0 0 eth0 127.0.0.0 * 255.0.0.0 U 0 0 0 lo • Delete a route root@cs1 11:20:26 (10) [~] # route del -net 192.168.100.0 netmask 255.255.255.0 4. Check the Switch for the correct PVC’s. • Log into the ATM switch and check that the PVCs are mapped correctly. The following commands are for an FVC switch. • Add a PVC March 10, 2003 Company Confidential Page 114 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-114.png)









![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless 12.2.2.2 BHS system.conf channel 0 antenna horizontal mode static mid 3 bid 0 interface atm0 backoff 0 provider abw key Axxcelera mask 1ffff leds debug 12.2.2.3 BHS initswitchcli tp default UBR 70000 sp default 256 stats add atm25m 0 769 atm25i 0 200 default default perm epd add atm25i 0 200 atm25m 0 769 default default perm epd add atm25i 0 300 atm25m 0 770 default default perm epd add atm25m 0 770 atm25i 0 300 default default perm epd 12.2.3 Troubleshooting 12.2.3.1 Can’t ping the radio from the terrestrial interface AP 1. Check all physical connections. It is a straight cable from the CS to the Switch, and a rollover twist from the wallbox to the switch (1-7,2-8). 2. Check to see if your atmarp entries are in the ARP table on the CS. ( ./atmarp if you are already in the /usr/local/sbin directory) • Add an atmarp entry root@cs1 11:11:14 (4) [~] # atmarp -s 192.168.2.50 0.0.250 March 10, 2003 Company Confidential Page 124 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-124.png)
![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless • View an atmarp table root@cs1 11:12:52 (5) [~] # atmarp -a ----- Itf 0 (192.168.2.1, netmask 255.255.255.0) ----- Default QOS: ubr,aal5:max_sdu=9188 IP 192.168.2.50, state VALID, addr <none>, flags 0x4<PERM> 0.0.250 ----- Unknown incoming connections ----- ----- Incoming unidirectional connections ----- ----- End of dump ----- • Delete an atmarp entry root@cs1 11:13:42 (6) [~] # atmarp -d 192.168.2.50 3. Check route on CS, by typing route at the Command line. • Add a route root@cs1 11:17:19 (8) [~] # route add -net 192.168.100.0 netmask 255.255.255.0 gw 192.168.2.50 • View the routing table root@cs1 11:18:51 (9) [~] # route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.9.144.1 * 255.255.255.255 UH 0 0 0 eth0 192.168.100.0 192.168.2.50 255.255.255.0 UG 0 0 0 atm0 192.168.2.0 * 255.255.255.0 U 0 0 0 atm0 192.168.2.0 * 255.255.255.0 U 0 0 0 atm0 10.9.144.0 * 255.255.255.0 U 0 0 0 eth0 127.0.0.0 * 255.0.0.0 U 0 0 0 lo • Delete a route root@cs1 11:20:26 (10) [~] # route del -net 192.168.100.0 netmask 255.255.255.0 4. Check the Switch for the correct PVC’s. • Log into the ATM switch and check that the PVCs are mapped correctly. The following commands are for an FVC switch. • Add a PVC March 10, 2003 Company Confidential Page 125 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-125.png)






















![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless 16 RTFD (Return To Factory Default) The new Return To Factory Default (RTFD) feature allows IP connectiviey to be established with units that have unknown or invalid configurations. Using this feature, the AB-Access unit wil adopt a known IP configuration enabling Command Line Interface access via telnet through the physical Ethernet interface. Following a restart or power up, the AB-Access/AB-Extender units will listen for 1 second for a proprietary coded UDP packet on their Ethernet interface; adopting the appropriate IP configurations as indicated below. If the unit receives the UDP packet, it will retain the active configuration for 30 minutes, after which the normal start-up procedures will continue with the IP and interface configuration taken from the unit’s Flash files. If during the 30 minute period, a subsequent coded UDP packet is received, the timeout will be restarted. NOTE On Windows 2K and XP you may need to disable the auto media sense. Some NICs will be capable of disabling this feature from their configuration parameters. If this option is not available on your NIC you will have to add a registry entry. Axxcelera has created a reg edit that can be installed by simply double clicking on the media-sense.reg file. Or you can enter the following register key via regedit. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] "DisableDHCPMediaSense"=dword:00000001 16.1 RTFD IP Configurations Ethernet Interface Access: IP Address 192.168.3.254 Netmask 255.255.255.0 Default Route 192.168.3.1 16.2 Recover To supply the coded UDP packet the “recover” utility is provided with the system software in two forms. recover-dos.exe - For use with a DOS prompt under Microsoft Windows. March 10, 2003 Company Confidential Page 148 of 149](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-148.png)
![U-NII Config & User Guide 5.2 Axxcelera Broadband Wireless March 10, 2003 Company Confidential Page 149 of 149 Recover-unix - For use with Linux installations utilizing glibc 2.1.3. 16.3 Procedure to restore the default configuration 1. Connect a PC (Windows or Linux) to the wallbox of the unit, ensuring that there is appropriate connectivity at the physical and IP levels. 2. Start the recovery utility. A sequence of dots will be displayed to indicate successful network transmissions. [root@temp SU_TEMPLATE]# ./recover-unix ethernet SU/AP recovery client …………………………….. 3. Restart the AB-Access unit. 4. When the recover utility terminates, the AB-Access unit has been successfully configured and can be contacted over the physical interface via a telnet session. 5. It is best to do a full system upgrade after a unit has been recovered to a state that IP connectivity is regained. This will insure the unit will function properly once redeployed. 16.4 Disabling the RTFD Feature RTFD can be disabled by writing a file to flash with the name “no_rtfd”. The file must be a text file; i.e. only containing ASCII characters. A suggested first line for the file is “disable RTFD” – though the actual content of the file will not be referenced: only the presence or absence of the file is significant.](https://usermanual.wiki/Axxcelera-Broand-Wireless/AB-ACCESS-AP02.Users-manual/User-Guide-355040-Page-149.png)