背景
新しいCat4507R + EスイッチでCisco 1242 LAPを再展開しようとしています。つまり、WLCのIPアドレスがそのLAPで変更されています。何らかの理由でip helper-addresses
、Cisco AP1242 LAPとWLC間の通信を開始するために、LWAP VLANで設定する必要があります。LAP VlanにDHCP(オプション43)がありますが、LAPがDHCPオプションを無視している理由がわかりません。
DHCPはCisco 4507R + Eスイッチで実行されます...スイッチはDHCPオプション43(単一WLCアドレス:10.19.3.209 / hex:0a13.03d1)およびオプション60 ...で構成されています
ip dhcp pool lwap_v99
network 10.1.1.0 255.255.255.0
default-router 10.1.1.254
dns-server 10.19.26.225
option 43 hex f104.0a13.03d1
option 60 ascii "Cisco AP c1240"
!
LWAPはDHCPアドレスを取得しています...
WL-DST2#sh ip dhcp bind
Bindings from all pools not associated with VRF:
IP address Client-ID/ Lease expiration Type
Hardware address/
User name
10.1.1.17 0158.8d09.03ec.de Jun 28 2013 03:07 AM Automatic
WL-DST2#
Supervisor 7でwiresharkを使用すると、LAPがオプション43を無視していることがわかります。代わりに、LAP(10.1.1.17など)はCAPWAPパケットをブロードキャストしており、ユニキャスト要求を送信しません...
WL-DST2#sh monitor capture file bootflash:mycap.pcap | i CAPWAP
681 597.979997 10.1.1.17 -> 10.19.26.225 DNS Standard query A CISCO-CAPWAP-CONTROLLER
684 600.977998 10.1.1.17 -> 10.19.26.225 DNS Standard query A CISCO-CAPWAP-CONTROLLER
689 603.977998 10.1.1.17 -> 10.19.26.225 DNS Standard query A CISCO-CAPWAP-CONTROLLER
705 615.975999 10.1.1.17 -> 255.255.255.255 CAPWAP CAPWAP-Control - Discovery Request
715 625.974001 10.1.1.17 -> 255.255.255.255 CAPWAP CAPWAP-Control - Discovery Request
728 635.970995 10.1.1.17 -> 255.255.255.255 CAPWAP CAPWAP-Control - Discovery Request
DHCPがDHCP Offerメッセージでオプション43を提供していることを検証しました...
Option: (t=43,l=13) Vendor-Specific Information
Option: (43) Vendor-Specific Information
Length: 13
私は両方option 43 ascii "10.19.3.209"
を設定しようとしましたoption 43 hex f104.0a13.03d1
...これらの両方はLWAPによって無視されます。また、モードボタンでLAPをハードリセットしてみました。
機能しないDHCPオプション43および60の回避策
この時点で、APがWLCと通信するのは、Vlanのヘルパーアドレス(udp / 5246およびudp / 5247の場合)のみです。
!
interface Vlan99
ip address 10.1.1.252 255.255.255.0
ip helper-address 10.19.3.209 <------
no ip redirects
no ip unreachables
no ip proxy-arp
standby 99 ip 10.1.1.254
!
ip forward-protocol udp 5246 <------
ip forward-protocol udp 5247 <------
質問
DHCPを使用して、これらのLAPがユニキャストパケットを使用してWLCとのCAPWAPを開始するにはどうすればよいですか?FWIW、私はDNSを使用してAPをWLCに転送したくありません。
LAP / WLCシステムのバージョン情報...
(Cisco Controller) >show ap config general AP588d.0903.ecde
...
S/W Version .................................... 7.3.101.0
Boot Version ................................... 12.4.13.0
4507R + EスイッチはIOS-XE 3.4.0SGを実行しています