07-28-2023 12:17 AM
Hello,
my question is, why there are only outdated or wrong documentations existing regarding APs in WGB mode.
Having a WGB, AIR-AP1562, which shows following log entrys at every roam event:
Jul 27 12:24:05 kernel: [*07/27/2023 12:24:05.8517] DOT11_UPLINK_EV: RSSI Low(-71)! Parent lost. Roaming triggered.
Jul 27 12:24:05 kernel: [*07/27/2023 12:24:05.8518] DOT11_UPLINK_EV: Best ap not available in 3rd radio scan table
Jul 27 12:24:05 kernel: [*07/27/2023 12:24:05.8716] IPv6: ADDRCONF(NETDEV_UP): srcr2: link is not ready
Jul 27 12:24:06 kernel: [*07/27/2023 12:24:06.0511] DOT11_UPLINK_CONFIG: tx_pow_lvl: 1
Jul 27 12:24:06 kernel: [*07/27/2023 12:24:06.1607] IPv6: ADDRCONF(NETDEV_UP): srcr2: link is not ready
Jul 27 12:24:06 kernel: [*07/27/2023 12:24:06.1933] IPv6: ADDRCONF(NETDEV_UP): srcr2: link is not ready
Jul 27 12:24:06 kernel: [*07/27/2023 12:24:06.2039] DOT11-UPLINK_ESTABLISHED: Interface Dot11Radio0, Associated To AP AP-KL11 70:7D:B9:AD:3F:C0 [WPA2 PSK]
The first, fourth and the last line are clear to me. But the other lines?
How to disable IPv6 at the WBG?
AP_Kran2_WGB#sh ipv6 interface brief
srcr2 Link encap:Ethernet HWaddr 4C:71:0D:76:70:CC
inet6 addr: fe80::4e71:dff:fe76:70cc/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:188913 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:18382658 (17.5 MiB)
Part of show version:
Cisco AP Software, (ap3g3), C1562, RELEASE SOFTWARE
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2023 by Cisco Systems, Inc.
Compiled Wed Mar 3 23:50:31 GMT 2021
ROM: Bootstrap program is U-Boot boot loader
BOOTLDR: U-Boot boot loader Version 2013.01-gcb01933d4 (Nov 10 2020 - 23:41:12)
AP_Kran2_WGB uptime is 31 days, 23 hours, 35 minutes
Last reload time : Wed Oct 6 14:28:15 UTC 2021
Last reload reason : unknown
cisco AIR-AP1562E-E-K9 ARMv7 Processor rev 1 (v7l) with 1028224/568880K bytes of memory.
Processor board ID FCZ2340Q0DJ
AP Running Image : 8.10.151.0
Primary Boot Image : 8.10.151.0
Backup Boot Image : 8.5.140.0
Primary Boot Image Hash:
Backup Boot Image Hash:
1 Gigabit Ethernet interfaces
2 802.11 Radios
Radio Driver version : 9.0.5.5-W8964
Radio FW version : 9.1.8.1
NSS FW version : 2.4.28
Base ethernet MAC Address : 4C:71:0D:76:70:CC
Part Number : 73-100839-07
PCA Assembly Number : 000-00000-00
PCA Revision Number :
PCB Serial Number : FOC23350LHT
Top Assembly Part Number : 068-100610-03
Top Assembly Serial Number : FCZ2340Q0DJ
Top Revision Number : A0
Product/Model Number : AIR-AP1562E-E-K9
AP_Kran2_WGB#sh clock
*09:04:46 GMT Fri Jul 28 2023
AP_Kran2_WGB#
You wont believe how disappointed I am, seeing what Cisco sells, builds and charges for licenses - leaving their partners completely alone.
Has anyone a clue, what the logging means and what is the reason for the uptime and real time difference?
Best regards
Carsten
Solved! Go to Solution.
07-28-2023 03:54 AM
Hi @carstenp
WGB is supported in newer APs also.
In order to disable the IPv6, use the command "ipv6 disable" on the interface.
But, this AP is Mobility express so you should be able to access the web interface which is more intuitive.
07-28-2023 02:55 AM
The message "Best AP not available in 3rd radio scan table" on a Cisco wireless WGB access point means that the access point is unable to find the best available access point to associate with in the third radio scan table. This usually means that the access point is out of range for other access points
To disable IPv6 at the Cisco WBG wireless access point, you can follow these steps:
Log in to the WBG AP using the web management interface.
Click on the Configuration tab.
Click on the IPv6 tab.
Uncheck the Enable IPv6 checkbox.
Click on the Save button.
- The uptime and real time are not related ; uptime only counts the time interval since last boot ,
M.
07-28-2023 03:33 AM
Hello M.,
thank You for the Answer.
Unfortunately the AP as a WGB has no GUI - and a very limited set of commands.
- The uptime and real time are not related ; uptime only counts the time interval since last boot-> exatly, why shows it as last boot time:
AP_Kran2_WGB uptime is 31 days, 23 hours, 35 minutes
Last reload time : Wed Oct 6 14:28:15 UTC 2021
?
Best Regards Carsten
07-28-2023 04:28 AM
>...why shows it as last boot time:
- That's a default ; for checking the time use show clock
M.
07-30-2023 11:34 PM
Hello M.,
thank You for the hint - but a show clock is already shown in my first post.
Regards Carsten
07-28-2023 03:54 AM
Hi @carstenp
WGB is supported in newer APs also.
In order to disable the IPv6, use the command "ipv6 disable" on the interface.
But, this AP is Mobility express so you should be able to access the web interface which is more intuitive.
07-28-2023 04:03 AM
Hello Flavio,
thank you for the suggestion. But there is no web interface...
All I can find is:
AP_Kran2_WGB#configure ap ?
address IPv4/6 address config
hostname Configure AP hostname
management Configure mgmt user credentials
Regards
Carsten
07-28-2023 04:15 AM
@carstenp When running in Mobility express, the AP should provide you an SSID called CiscoAirProvision and you should be able to use this SSID to run the AP setup. The password is password
From there, you should be able to fire up a web browser and use the url mobilityexpress.cisco or http://192.168.1.1
I woud recommend to you to try even though you may have to start over on the configuration. The web interface is better for this kind of devices.
07-28-2023 04:26 AM
Hello Flavio,
this is the last time I repeat this: There is no GUI! The AP is running in WGB mode - it is not possible to bring the AP from ME GUI into WGB-Mode.
By the way, the command configure ap address ipv6 disable had no impact:
Jul 28 13:22:25 kernel: [*07/28/2023 13:22:25.3965] DOT11_UPLINK_EV: RSSI Low(-71)! Parent lost. Roaming triggered.
Jul 28 13:22:25 kernel: [*07/28/2023 13:22:25.3966] DOT11_UPLINK_EV: Best ap not available in 3rd radio scan table
Jul 28 13:22:25 kernel: [*07/28/2023 13:22:25.4416] IPv6: ADDRCONF(NETDEV_UP): srcr2: link is not ready
Jul 28 13:22:25 kernel: [*07/28/2023 13:22:25.6205] DOT11_UPLINK_CONFIG: tx_pow_lvl: 1
Jul 28 13:22:25 kernel: [*07/28/2023 13:22:25.7291] IPv6: ADDRCONF(NETDEV_UP): srcr2: link is not ready
Jul 28 13:22:25 kernel: [*07/28/2023 13:22:25.7433] IPv6: ADDRCONF(NETDEV_UP): srcr2: link is not ready
Jul 28 13:22:25 kernel: [*07/28/2023 13:22:25.7539] DOT11-UPLINK_ESTABLISHED: Interface Dot11Radio0, Associated To AP AP_GL15 10:B3:D6:DF:B3:60 [WPA2 PSK]
Kind Regards
Carsten
07-28-2023 04:50 AM
Got it, then you are not running mobiity express probably.
Can you share the "show running-config" here?
07-30-2023 11:46 PM
Hello Flavio,
please excuse the delay.
To be honest, Iam not sure anymore if it was a ME-Image, but the show version command shows:
AP Running Image : 8.10.151.0
Primary Boot Image : 8.10.151.0
Backup Boot Image : 8.5.140.0
so it seems to be a ME-Image, because a lightweight-Image would be something like 15.3.3.
The Running config:
AP_Kran2_WGB#sh running-config
AP Name : AP_Kran2_WGB
AP Mode : WorkGroupBridge
CDP State : Enabled
Watchdog monitoring : Enabled
SSH State : Enabled
AP Username : WL-Hafen
Session Timeout : 300
NTP server ip : 172.20.1.10
Radio and WLAN-Profile mapping:-
====================================
Radio ID Radio Mode SSID-Profile SSID Authentication
----------------------------------------------------------------------------------------------------------
0 WGB Hafen TC00001 PSK
1 RootAP DEFAULT_SSID NA
Radio configurations:-
===============================
Radio Id : 0
Admin state : ENABLED
Mode : WGB
Dot11 type : 11n
Encryption mode : AES128
Radio Id : 1
Admin state : DISABLED
Mode : RootAP
Radio Id : 0
Channel : 1
Radio Id : 0
Channel : 6
Radio Id : 0
Channel : 11
Radio Id : 1
Channel : 100
Radio Id : 1
Channel : 104
Radio Id : 1
Channel : 108
Radio Id : 1
Channel : 112
List of Root-AP SSID-Profiles:
========================================
Radio id : 1, SSID-Profile_1 : DEFAULT_SSID
WGB specific configuration:-
====================================
WGB Radio Id : 0
Mode State : Enable
SSID Profile : Hafen
UWGB Radio Id : NA
Mode Enable : NA
SSID Profile : NA
MAC Address : NA
Rx Beacon Missing Count : 0
Packet retries Value : 64
RSSI Threshold Value : -70 dBm
Threshold timeout : 20 sec
HSR-Scan status : Disable
Auth response timeout : 5000 Msec
Assoc response timeout : 5000 Msec
WGB channel scan timeout : 40 Msec
Dhcp response timeout : 60 Sec
EAP timeout : 3000 Msec
Bridge table aging-time : 300 Sec
Probe pak data rate type : NA
Probe pak data rate : 0
Antenna Band Mode : Dual
Broadcast tagging : Disable
Total configurations size on different structure:-
=====================================================
Total channels : 7
Total SSID-Profiles : 3
Total Root-AP SSID-Profile : 1
Total EAP Profiles : 0
Total dot1x credentials : 0
Total PKI truspoints : 0
Total bridge groups : 0
Total SSID profiles configured are:
===========================================
SSID-Profile : Hafen
SSID Name : TC00001
SSID Profile path : /data/platform/wbridge/Hafen
Auth type : PSK
Key management : WPA2
================================================================
*** End of WBridge configurations ***
Kind Regards Carsten
07-28-2023 04:05 AM
Hello Flavio, that was the Point:
configure ap address ipv6 disable
Thank You!
Carsten
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide