Use this command to display IPv6 server load balancing active sticky connections.
match sip sport dip dport | Display sticky entries matching the specified source ip address, source IP port, destination IP address and destination port. Using the '*' character for any match field means match any for that field. |
detail | (Optional) Display a detailed level of information for the match option. |
id id | Displays the sticky entry information for the specified ID. |
summary | Displays all sticky entries summary information. |
If detail is not specified for the match option, a standard level of information will display.
All command modes.
This example shows how to display all IPv6 server load balancing active sticky connections.
System(rw)->show ipv6 slb sticky summary LSNAT Sticky Summary Source Current Id Destination Bindings Hits ------------------------------------------------------------------------------ 65524 2111::5 2555::1:80 5392 5482 65525 2111::5 2555::2:80 5392 5482 65526 2111::4 2555::1:80 5392 5487 65527 2111::4 2555::2:80 5392 5487 65528 2111::3 2555::2:80 0 7819 65529 2111::2 2555::2:80 0 7819 65530 2111::3 2555::1:80 0 7837 65531 2111::2 2555::1:80 0 7837 Number of entries displayed: 8 System(rw)->
This example show how to display IPv6 SLB active sticky connections for ID 65524:
System(rw)->show ipv6 slb sticky id 65524 Id: 65524 (SIP,DIP,DPORT) Addresses: Source: 2111::5 Destination: 2555::1 Vserver: http-lsnat64 Serverfarm: http-farm Real Server: 2.0.0.6:51 Hits: 5519 Created Date: MON JUL 16 16:41:47 2012 Expire Date: MON JUL 16 19:18:34 2012 (Timeout: 7200s) Current Bindings: 5429 System(rw)->