ip slb real-server access client

Use this command to allow specified clients to access the real servers without address translation.

Syntax

ip slb real-server access client {ip-address mask | ip-prefix/length | acl-list}
no ip slb real-server access client {ip-address mask | ip-prefix/length | acl-list}

Parameters

ip-address mask Specifies the client IP address and mask.
ip-prefix/length Specifies the client IP prefix and length.
acl-list Specifies the name of a standard IPv4 ACL list containing permitted client IP addresses.

Defaults

None.

Mode

Configuration command, Global configuration mode.

Usage

Specified clients can set up connections directly to the real servers‘ IP addresses.

The “no” form of this command removes the specified client network.

Example

This example shows how to allow all clients within the 10.24.16.0 subnet non-LSNAT access to all real servers:

System(rw-config)->ip slb real-server access client 10.24.16.0/24