show ipv6 slb reals

Use this command to display information about the IPv6 real servers.

Syntax

show ipv6 slb reals [detail | serverfarmname [detail]]

Parameters

detail (Optional) Displays detailed output for a specific server farm or for all configured server farms.
serverfarmname (Optional) Specifies a server farm name for which to display real server information.

Defaults

If no parameter is specified, summary information about all configured server farms will be displayed.

Mode

All command modes.

Examples

This example shows how to display summary information for real servers:

System(rw)->show ipv6 slb reals
                                                                      fail      max   curr
real                                          |ins|server-farm       |type |wgt|conns|conns|hits
-------------------------------------------------------------------------------------------------------
2222::2:51                                    |UP |http-farm-ipv6    |None |1  |0    |284  |284
2222::3:51                                    |UP |http-farm-ipv6    |None |1  |0    |12335|12335
2222::4:51                                    |UP |http-farm-ipv6    |None |1  |0    |284  |284
2222::5:51                                    |UP |http-farm-ipv6    |None |1  |0    |6291 |6291
2222::6:51                                    |UP |http-farm-ipv6    |None |1  |0    |6329 |6329
Reals in active state: 5
System(rw)->

show ip slb reals Output Display provides an explanation of the command output.

Click to expand in new window

show ipv6 slb reals Output Display

Output... What it displays...
real Specifies the IP address of the real server.
ins Specifies the service state:
  • UP – Real server is in service and available
  • DN – Real server is in service and not available
  • DIS – Real server is not in service
server-farm Specifies the server farm this real server belongs to.
fail type Specifies the faildetection type configured for this real server:
  • None – Faildetect is not active on this device
  • Probe – Faildetect is active on this device
wgt Specifies the weight configured for this real server.
max conns Specifies the maximum number of connections allowed for this real server.
curr conns Specifies the current number of connections in use for this real server.
hits Specifies the total number of connections used since the last time statistics were cleared.

This example shows how to display detailed information for real servers belonging to the http-farm-ipv6 server farm:

System(rw)->show ipv6 slb reals http-farm-ipv6 detail
Server-Farm: http-farm-ipv6
  Real Server: 2222::2:51 (ACTIVE) (IPv6)
    Fail-Detect:                     None Connections:                   284
    Weight:                             1 Hits:                          284
    Max Conns:                   No Limit State Changes:                   1
    Probe One:   "icmp-probe"
    Probe Two:   "tcp-probe"
    Last state change:   MON JUL 16 15:19:55 2012
Server-Farm: http-farm-ipv6
  Real Server: 2222::3:51 (ACTIVE) (IPv6)
    Fail-Detect:                     None Connections:                 13623
    Weight:                             1 Hits:                        13623
    Max Conns:                   No Limit State Changes:                   1
    Probe One:   "icmp-probe"
    Probe Two:   "tcp-probe"
    Last state change:   MON JUL 16 15:19:55 2012
Server-Farm: http-farm-ipv6
  Real Server: 2222::4:51 (ACTIVE) (IPv6)
    Fail-Detect:                     None Connections:                   284
    Weight:                             1 Hits:                          284
    Max Conns:                   No Limit State Changes:                   1
    Probe One:   "icmp-probe"
    Probe Two:   "tcp-probe"
    Last state change:   MON JUL 16 15:19:55 2012
Server-Farm: http-farm-ipv6
  Real Server: 2222::5:51 (ACTIVE) (IPv6)
    Fail-Detect:                     None Connections:                  6935
    Weight:                             1 Hits:                         6935
    Max Conns:                   No Limit State Changes:                   1
    Probe One:   "icmp-probe"
    Probe Two:   "tcp-probe"
    Last state change:   MON JUL 16 15:19:55 2012
Server-Farm: http-farm-ipv6
  Real Server: 2222::6:51 (ACTIVE) (IPv6)
    Fail-Detect:                     None Connections:                  6973
    Weight:                             1 Hits:                         6973
    Max Conns:                   No Limit State Changes:                   1
    Probe One:   "icmp-probe"
    Probe Two:   "tcp-probe"
    Last state change:   MON JUL 16 15:19:55 2012
Reals in active state: 5
System(rw)->

show ip slb reals detail Output Details provides an explanation of the detailed command output.

Click to expand in new window

show ipv6 slb reals detail Output Details

Output... What it displays...
server-farm Name of the server farm associated with this server. Assigned using the ip slb serverfarm command as described in show ipv6 slb serverfarms.
real-server Address of the real server(s) assigned to this server farm. Assigned using the real command as described in real.
fail-detect The fail detection type assigned using the faildetect type command as described in faildetect type.
connections Specifies the current number of connections in use for this server.
weight Specifies the weight configured for this real server using the weight command as described in weight.
Hits Specifies the total number of connections used since the last time statistics were cleared.
Max Conns Specifies the maximum number of connections allowed for this real server using the maxconns command as described in maxconns.
State Changes Specifies the number of times the connection state has changed for this server.
Probe one Specifies the probe set for probe one or “not set” if no probe is configured using the faildetect probe command as described in faildetect probe. If a default probe is set, not set displays along with the default probe in parenthesis.
Probe two Specifies the probe set for probe two or “not set” if no probe is configured using the faildetect probe command as described in faildetect probe.
Last state change Specifies the date and time of the last connection state change for this server.
Reals in active state Specifies the number of real servers in the active state for this device.