show ip twcb bindings

Use this command to display IPv4 TWCB bindings for this system.

Syntax

show ip twcb bindings {summary | id id | match {sip | *} {dip | *} [detail]}

Parameters

summary Specifies a summary level of information for all bindings will display.
id id Specifies the ID of the binding to display.
match sip dip Specifies the source and destination IP addresses of the binding to display. An * can be used in each case to specify all IP addresses for that context.
detail Specifies that a detailed level of information should display for the match option.

Defaults

If detail is not specified, summary information is displayed for the match option.

Mode

All command modes.

Usage

This command is used to show information about the active IPv4 TWCB bindings. In the output of this command, an * in the port field of the source IP address indicates all ports.

Examples

This example displays the IPv4 bindings summary for this device:

System(rw)->show ip twcb bindings summary
TWCB Binding Summary
Id     Source                Destination           Direction Hw Conns
---------------------------------------------------------------------
131062 2.1.49.188:*          2.1.51.188:80         Forward          1
       2.1.51.188:80         2.1.49.188:*          Reverse
131063 2.1.49.192:*          2.1.51.188:80         Forward          1
       2.1.51.188:80         2.1.49.192:*          Reverse
131064 2.1.49.191:*          2.1.51.188:80         Forward          1
       2.1.51.188:80         2.1.49.191:*          Reverse
131065 2.1.49.190:*          2.1.51.188:80         Forward          1
       2.1.51.188:80         2.1.49.190:*          Reverse
131066 2.1.49.189:*          2.1.51.188:80         Forward          1
       2.1.51.188:80         2.1.49.189:*          Reverse
Number of bindings displayed: 5
System(rw)->

This example displays the IPv4 binding ID 131063:

System(rw)->show ip twcb bindings id 131063
Id:                131063 (ESTABLISHED)
Forward Addresses:
Source:            2.1.49.192:*
Destination:       2.1.51.188:80
Reverse Addresses:
 Source:            2.1.51.188:80
 Destination:       2.1.49.192:*
Webcache:          v4_cache
Serverfarm:        v4_farm
Wcreal Server:     2.1.10.3
Created Date:      TUE JUL 17 13:55:43 2012
Expire Date:       TUE JUL 17 14:09:05 2012  (Timeout: 240s)
Hardware Conns:    1
Number of bindings displayed: 1
System(rw)->