show ip slb bindings

Use this command to display SLB bindings.

Syntax

show ip slb bindings {summary | id id | match {sip | *} {sport | *} {dip | *} {dport | *} [detail]

Parameters

summary Displays a summary level of information for all bindings.
id id Displays the specified bindings detailed information.
match sip | * sport| * dip | * dport | * Display SLB bindings for the specified source and destination addresses and ports or all using * to match anything for the specified parameter.
detail (Optional) Specifies that a detailed level of information should be displayed.

Defaults

None.

Mode

All command modes.

Examples

This example shows how to display a summary of SLB bindings for this system:

System(rw)->show ip slb bindings summary
LSNAT Binding Summary
Id     Source                Destination           Direction Hw Conns
---------------------------------------------------------------------
32675  134.141.94.133:1168   10.21.130.54:161      Forward          0
       172.21.1.5:161        134.141.94.133:1168   Reverse
Number of bindings displayed: 1
System(rw)->

This example show how to display SLB binding information for a specified ID:

System(rw)->show ip slb bindings id 32675
Id:                32675 (ESTABLISHED)
Sticky:            NO
Forward Addresses:
 Source:            134.141.94.133:1168
 Destination:       10.21.130.54:161
Reverse (NAT) Addresses:
 Source:            172.21.1.5:161
 Destination:       134.141.94.133:1168
Vserver:           snmp
Serverfarm:        snmpfarm
Real Server:       172.21.1.5:0
IP Protocol:       UDP
Created Date:      FRI JUN 05 09:50:39 2009
Expire Date:       FRI JUN 05 09:54:40 2009 (Timeout: 240s, Expires: 12s, Idle: 228s)
Hardware Conns:    0

This example show how to display SLB information matching all address and port criteria:

System(rw)->show ip slb bindings match * * * *
LSNAT Binding Summary
Id     Source                Destination           Direction Hw Conns
---------------------------------------------------------------------
32673  134.141.94.133:1168   10.21.130.54:161      Forward          1
       172.21.1.5:161        134.141.94.133:1168   Reverse
32674  134.141.94.133:2359   10.21.130.54:161      Forward          2
       172.21.1.5:161        134.141.94.133:2359   Reverse
Number of bindings displayed: 2
System(rw)->