无线模板启用保存
问题描述:
wlan service-template yuwang1
ssid BOC_INT
vlan 104
beacon ssid-hide
client association-location ap
client forwarding-location ac
akm mode psk
preshared-key pass-phrase cipher $c$3$SntUKa1d0PZsIV1NJZ0nl/g0MLd88sSNsW/niA==
cipher-suite ccmp
cipher-suite tkip
security-ie rsn
security-ie wpa
client-security authentication-mode mac
mac-authentication domain local-mac
service-template enable启用模板时 报Operation failed. The authentication location must be the same as or at a higher layer than the association location. The association location must be the same as or at a higher layer than the forwarding location.错误是什么原因
组网及组网描述:
认证位置必须与关联位置相同或更高一层。关联位置必须与转发位置相同或高于转发位置
10小时前回答暂无
这俩删除一个
client association-location ap
client forwarding-location ac
10小时前回答暂无
根据我的搜索结果,这个错误可能是由于你的service-template的配置不正确导致的。你需要确保你的认证位置、关联位置和转发位置之间的层次关系符合以下规则1:
认证位置必须与关联位置相同或者在关联位置的上一层 关联位置必须与转发位置相同或者在转发位置的上一层例如,如果你的认证位置是interface,那么你的关联位置和转发位置也必须是interface。如果你的认证位置是vlan,那么你的关联位置可以是vlan或者interface,但不能是global。如果你的认证位置是global,那么你的关联位置和转发位置都可以是global、vlan或者interface。
你可以检查一下你的service-template的配置是否满足这些要求,如果不满足,你可以修改一下或者参考以下示例2:
service-template type control subscriber authentication location global association location global forwarding location global accounting location global希望这些信息能对你有所帮助。如果还有其他问题,欢迎继续提问。
暂无
你正在内容来源:知了社区,无线模板启用保存