Reference Guide

Arguments
Argument Description Format
<ClientIP> Client or router IP address Existing client or router IP
address in the format: 'x.x.x.x'
<AccessIP> Client VIP to which the client or
router was accessed
Existing client VIP IP address in
the format: 'x.x.x.x'
Example
Display information for a client with the IP address 172.22.69.18 using the client VIP 172.22.69.40:
CLI> networking client-load-balancing view 172.22.69.18 172.22.69.40
Output
Client IP = 172.22.69.18
Access IP = 172.22.69.40
Current Controller ID = 0
Current Interface = eth0
Assigned Controller ID = 0
Pinned Controller ID =
Pinned Interface =
Protocol = CIFS
Is Required Manual Failback = No
networking client-load-balancing unpin
Description
Unpin a client or router from the assigned NAS controller.
Format
networking client-load-balancing unpin <ClientIP> <AccessIP>
Arguments
Argument Description Format
<ClientIP> Client or router IP address Existing client or router IP
address in the format: 'x.x.x.x'
<AccessIP> Client VIP to which the client or
router was accessed
Existing client VIP IP address in
the format: 'x.x.x.x'
Example
Unpin a client with the IP address 172.22.69.18 using client VIP 172.22.69.32 from the assigned NAS
controller:
CLI> networking client-load-balancing unpin 172.22.69.18 172.22.69.32
96