User Guide
Table Of Contents
- Revision History
- PLEASE READ THESE SAFETY PRECAUTIONS!
- Document Overview
- AB-Access Overview
- AB-Access
- RF Design and Planning
- Static Configurations
- CLIP_T
- CLIP_S
- Hybrid CLIP_S
- 1483_T
- 1483_S
- Native ATM
- Extender
AB-Access Config & User Guide 5.5 Axxcelera Broadband Wireless
July 27, 2004 Company Confidential Page 78 of 129
8.1.4
Troubleshooting
8.1.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
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