12-User Access and Authentication Command Reference

HomeSupportReference GuidesCommand ReferencesH3C Wi-Fi 7 Access Points Cloud Mode Command References(R2610P06)-6W10012-User Access and Authentication Command Reference
02-WLAN IP snooping commands
Title Size Download
02-WLAN IP snooping commands 70.03 KB

WLAN IP snooping commands

client ip-snooping acl

Use client ip-snooping acl to enable ACL-based learning of endpoint IP addresses.

Use undo client ip-snooping acl to restore the default.

Syntax

client ip-snooping acl acl-number

undo client ip-snooping acl

Default

ACL-based learning of endpoint IP addresses is disabled.

Views

Service template view

Predefined user roles

network-admin

Parameters

acl-number: Specifies a basic ACL by its number. The value range for this argument is 2000 to 2999.

Usage guidelines

CAUTION

CAUTION:

After you configure a deny rule in the ACL to reject learning specific endpoint IP addresses, you must configure a permit rule following the deny rule. The permit rule must allow learning all endpoint IP addresses. Otherwise, the device cannot learn any endpoint IP addresses.

After connecting to a wireless network, a wireless endpoint will carry vendor information and an IP address obtained from that wireless network. If the endpoint accesses another vendor's network or another network later, the device on the new network might learn an incorrect IP address from the endpoint. To resolve this issue, enable ACL-based learning of endpoint IP addresses. This feature enables the device to learn IP addresses of new endpoints based on rules of the specified ACL.

When a wireless endpoint connects to a wireless network, the device performs the following task:

1.     Matches IP address of that wireless endpoint against the specified ACL.

2.     Determines whether to learn the endpoint IP address based on the match result as follows:

¡     If the endpoint IP address matches a permit rule in the ACL, the device will learn the endpoint IP address.

¡     If the endpoint IP address matches a deny rule or cannot match any rule in the ACL, the device will not learn the endpoint IP address.

This feature takes effect only if snooping ARP or ND packets is enabled.

If you execute this command multiple times, only the most recent configuration takes effect.

Examples

# Enable ACL-based learning of endpoint IP addresses.

<Sysname> system-view

[Sysname] wlan service-template service1

[Sysname-wlan-st-service1] client ip-snooping acl 2000

client ipv4-snooping arp-learning enable

Use client ipv4-snooping arp-learning enable to enable snooping ARP packets.

Use undo client ipv4-snooping arp-learning enable to disable snooping ARP packets.

Syntax

client ipv4-snooping arp-learning enable

undo client ipv4-snooping arp-learning enable

Default

Snooping ARP packets is enabled.

Views

Service template view

Predefined user roles

network-admin

Examples

# Disable snooping ARP packets.

<Sysname> system-view

[Sysname] wlan service-template service1

[Sysname-wlan-st-service1] undo client ipv4-snooping arp-learning enable

client ipv4-snooping dhcp-learning enable

Use client ipv4-snooping dhcp-learning enable to enable snooping DHCPv4 packets.

Use undo client ipv4-snooping dhcp-learning enable to disable snooping DHCPv4 packets.

Syntax

client ipv4-snooping dhcp-learning enable

undo client ipv4-snooping dhcp-learning enable

Default

Snooping DHCPv4 packets is enabled.

Views

Service template view

Predefined user roles

network-admin

Examples

# Disable snooping DHCPv4 packets.

<Sysname> system-view

[Sysname] wlan service-template service1

[Sysname-wlan-st-service1] undo client ipv4-snooping dhcp-learning enable

client ipv4-snooping dhcp-learning timeout

Use client ipv4-snooping dhcp-learning timeout to set the timeout for IPv4 address learning through DHCP.

Use undo client ipv4-snooping dhcp-learning timeout to restore the default.

Syntax

client ipv4-snooping dhcp-learning timeout time

undo client ipv4-snooping dhcp-learning timeout

Default

The timeout is 0 and the system does not log off clients that fail to obtain an IPv4 address through DHCP.

Views

Service template view

Predefined user roles

network-admin

Parameters

time: Specifies the timeout in the range of 1 to 600 seconds.

Usage guidelines

With the timeout set, the system logs off clients that fail to obtain an IPv4 address through DHCP within the specified period.

Make sure the service template is enabled before you execute this command.

This configuration takes effect only on clients coming online afterwards from the AC.

Examples

# Set the timeout to 180 seconds for IPv4 address learning through DHCP.

<Sysname> system-view

[Sysname] wlan service-template 1

[Sysname-wlan-st-1] client ipv4-snooping dhcp-learning timeout 180

client ipv6-snooping dhcpv6-learning enable

Use client ipv6-snooping dhcpv6-learning enable to enable snooping DHCPv6 packets.

Use undo client ipv6-snooping dhcpv6-learning enable to disable snooping DHCPv6 packets.

Syntax

client ipv6-snooping dhcpv6-learning enable

undo client ipv6-snooping dhcpv6-learning enable

Default

Snooping DHCPv6 packets is enabled.

Views

Service template view

Predefined user roles

network-admin

Usage guidelines

WLAN IP snooping enables a device to learn client IPv6 addresses through snooping DHCPv6 packets and generate snooping entries that record client IPv6 addresses and MAC addresses. The entries will be used for accounting of 802.1X and MAC authentication users.

Examples

# Disable snooping DHCPv6 packets.

<Sysname> system-view

[Sysname] wlan service-template service1

[Sysname-wlan-st-service1] client ipv6-snooping dhcpv6-learning enable

client ipv6-snooping nd-learning enable

Use client ipv6-snooping nd-learning enable to enable snooping ND packets.

Use undo client ipv6-snooping nd-learning enable to disable snooping ND packets.

Syntax

client ipv6-snooping nd-learning enable

undo client ipv6-snooping nd-learning enable

Default

Snooping ND packets is enabled.

Views

Service template view

Predefined user roles

network-admin

Usage guidelines

WLAN IP snooping enables a device to learn client IPv6 addresses through snooping DHCPv6 packets and generate snooping entries that record client IPv6 addresses and MAC addresses. The entries will be used for accounting of 802.1X and MAC authentication users.

Examples

# Disable snooping ND packets.

<Sysname> system-view

[Sysname] wlan service-template service1

[Sysname-wlan-st-service1] undo client ipv6-snooping nd-learning enable

client ipv6-snooping snmp-nd-report enable

Use client ipv6-snooping snmp-nd-report enable to enable SNMP to obtain client IPv6 addresses learned from ND packets.

Use undo client ipv6-snooping snmp-nd-report enable to disable SNMP from obtaining client IPv6 addresses learned from ND packets.

Syntax

client ipv6-snooping snmp-nd-report enable

undo client ipv6-snooping snmp-nd-report enable

Default

SNMP obtains client IPv6 addresses learned from both DHCPv6 and ND packets.

Views

Service template view

Predefined user roles

network-admin

Usage guidelines

Make sure the service template is disabled when you execute this command.

Examples

# Disable SNMP from obtaining client IPv6 addresses learned from ND packets.

<Sysname> system-view

[Sysname] wlan service-template service1

[Sysname-wlan-st-service1] undo client ipv6-snooping snmp-nd-report enable

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Intelligent Storage
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
  • Technical Blogs
All Support
  • Become A Partner
  • Partner Policy & Program
  • Global Learning
  • Partner Sales Resources
  • Partner Business Management
  • Service Business
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网