sys state-mirroringΒΆ

sys state-mirroring(1)	      BIG-IP TMSH Manual	sys state-mirroring(1)



NAME
       state-mirroring - Configures connection mirroring for a BIG-IP(r)
       system that is part of a redundant pair in a high availability system.

MODULE
       sys

SYNTAX
       Configure the state-mirroring component within the sys module using the
       syntax in the following sections.

   MODIFY
	modify state-mirroring
	  options:
	    addr [IP address]
	    peer-addr [IP address]
	    secondary-addr [IP address]
	    secondary-peer-addr [IP address]
	    state [enabled | disabled]

	edit state-mirroring
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list state-mirroring
	list state-mirroring [option]
	show running-config state-mirroring
	show running-config state-mirroring [option]
	  options:
	    all-properties
	    non-default-properties
	    one-line

DESCRIPTION
       You can use this component to configure connection mirroring on a
       system that is part of a redundant pair in a high availability system.

       Connection mirroring is the process of duplicating connections from the
       active system to the standby system. Enabling this setting ensures a
       higher level of connection reliability, but it may also have an impact
       on system performance.

EXAMPLES
       modify state-mirroring state enabled addr 192.168.10.10 peer-addr
       192.168.10.20

       Enables and configures connection mirroring for a high availability
       system in which one BIG-IP system has an IP address of 192.168.10.10,
       and its peer has an IP address of 192.168.10.20.

       modify state-mirroring state enabled

       Re-enables connection mirroring for a system for which connection
       mirroring was disabled.

OPTIONS
       addr Specifies the primary self-IP address on this unit to which the
	    peer unit in this redundant pair mirrors its connections. The
	    default value is ::.

       peer-addr
	    Specifies the primary self-IP address on the peer unit to which
	    this unit mirrors its connections. The default value is ::.

       secondary-addr
	    Specifies another self-IP address on this unit to which the peer
	    unit mirrors its connections when the primary address is
	    unavailable. The default value is ::.

       secondary-peer-addr
	    Specifies another self-IP address on the peer unit to which this
	    unit mirrors its connections when the primary peer address is
	    unavailable. The default value is ::.

       state
	    Enables or disables connection mirroring. The default value is
	    enabled.

SEE ALSO
       edit, list, modify, show, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2009-2010. All rights reserved.



BIG-IP				  2010-03-31		sys state-mirroring(1)