show ipv6 twcb bindings

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

Syntax

show ipv6 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 IPv6 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 IPv6 bindings summary for this device:

System(rw)->show ipv6 twcb bindings summary
TWCB Binding Summary
       Source
Id     Destination                                    Direction Hw Conns
------------------------------------------------------------------------------
131061 2001:49::188:*                                 FORWARD          1
       2001:51::188:80
       2001:51::188:80                                REVERSE
       2001:49::188:*
Number of bindings displayed: 1
System(rw)->

This example displays the IPv6 binding ID 131063:

System(rw)->show ipv6 twcb bindings id 131061
Id:                131061 (ESTABLISHED)
Forward Addresses:
Source:            2001:49::188:*
Destination:       2001:51::188:80
Reverse Addresses:
 Source:            2001:51::188:80
 Destination:       2001:49::188:*
Webcache:          v6_cache
Serverfarm:        v6_farm
Wcreal Server:     2001:10::2
Created Date:      TUE JUL 17 14:13:45 2012
Expire Date:       TUE JUL 17 14:19:50 2012  (Timeout: 240s)
Hardware Conns:    1
System(rw)->