Passive Client Feature

Posted momentslee

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Passive Client Feature相关的知识,希望对你有一定的参考价值。

Q. How is the passive client feature used on Wireless LAN Controllers?

A. Passive clients are wireless devices, such as scales and printers that are configured with a static IP address. These clients do not transmit any IP information such as IP address, subnet mask, and gateway information when they associate with an access point. As a result, when passive clients are used, the controller never knows the IP address unless they use the DHCP.

WLCs currently act as a proxy for ARP requests. Upon receiving an ARP request, the controller responds with an ARP response instead of passing the request directly to the client. This scenario has two advantages:

  • The upstream device that sends out the ARP request to the client will not know where the client is located.

  • Power for battery-operated devices such as mobile phones and printers is preserved because they do not have to respond to every ARP requests.

Since the wireless controller does not have any IP related information about the passive clients, it cannot respond to any ARP requests. The current behavior does not allow the transfer of ARP requests to passive clients. Any application that tries to access a passive client will fail.

The passive client feature enables the ARP requests and responses to be exchanged between wired and wireless clients. This feature, when enabled, allows the controller to pass ARP requests from wired to wireless clients until the desired wireless client gets to the RUN state.

 

Enabling the Passive Client Feature on the Controller (GUI)

Procedure


Step 1

Choose WLANs > WLANs > WLAN ID to open the WLANs > Edit page. By default, the General tab is displayed.

Step 2

Choose the Advanced tab.

Step 3

Select the Passive Client check box to enable the passive client feature.

Step 4

Click Apply to commit your changes.

 

When configuring this feature following needs to be remember.

1. Passive clients is supported on 5500 & 2100 series (as per 7.0.116 config guide, may be there all the new controller)
2. Passive client is NOT supported with AP Groups & FlexConnect(H-REAP) centrally switched WLANs
3. Passive client feature works on multicast-multicast mode of multicast operation.

By using GUI you can do this in “WLAN -> Advanced” section, First you have to enable Multicast on your controller as well (see below)

 

技术图片

You can do the same using CLI

config network multicast global enable|disable
config network multicast mode multicast <mcast-group-address>
config network multicast igmp snooping enable|disable
config network multicast igmp timeout <timeout-vaule>
config network multicast igmp query interval < interval-value>
config wlan passive-client enable|disable <wlan-id>

You can verify this by “show wlan <wlan-id>” command output.

 

WLC config guide:https://www.cisco.com/c/en/us/td/docs/wireless/controller/8-5/config-guide/b_cg85/wlan_interfaces.html?bookSearch=true

 

以上是关于Passive Client Feature的主要内容,如果未能解决你的问题,请参考以下文章

页面滚动性能优化之passive

ftp的passive模式

FTP Port主动模式 Passive被动模式区别-Filezilla Server设置Passive被动模式

阻止默认行为是配合passive使用

android.location.LocationManager.PASSIVE_PROVIDER 是啥意思?

报错: Unable to preventDefault inside passive event listener due to target being treated as passive(示例