wom remote-endpointΒΆ

wom remote-endpoint(1)				  BIG-IP TMSH Manual			       wom remote-endpoint(1)

NAME
       remote-endpoint - Configures one or more remote endpoints for the WAN Optimization Manager.

MODULE
       wom

SYNTAX
       Configure the remote-endpoint component within the wom module using the following syntax.

   CREATE/MODIFY
	create remote-endpoint [name]
	modify remote-endpoint [name]
	  options:
	    address [ip address]
	    allow-routing [disabled | enabled]
	    app-service [[string] | none]
	    dedup-action [none | cache-refresh]
	    description [string]
	    endpoint [disabled | enabled]
	    internal-forwarding [default | disabled | enabled]
	    ip-encap-mtu [unsigned integer]
	    ip-encap-profile [none | profile name]
	    ip-encap-type [default | gre | ipip | ipsec | none]
	    origin [configured | discovered | manually-saved | persistable]
	    server-ssl [none | profile name]
	    snat [default | local | none | remote]
	    tunnel-encrypt [disabled | enabled]
	    tunnel-port [unsigned integer]
	reset-stats remote-endpoint

   DISPLAY
	list remote-endpoint
	list remote-endpoint [name]
	show running-config remote-endpoint
	show running-config remote-endpoint [name]
	  options:
	    all-properties
	    dedup-codec
	    non-default-properties
	    one-line

	show remote-endpoint
	show remote-endpoint [name]
	  options:
	    (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)

   DELETE
	delete remote-endpoint [name]

       Note: If you delete a remote endpoint without also disabling the endpoint-discovery component, the remote
       endpoint may reappear as it is rediscovered. To remove a remote endpoint from traffic initiated by this WAN
       Optimization Manager, set the endpoint option of the remote-endpoint component to disabled.

DESCRIPTION
       You can use the remote-endpoint component to create, modify, or delete a remote endpoint for traffic from the
       local WAN Optimization Manager.

EXAMPLES
	    modify remote-endpoint 13.16.0.5 endpoint disabled

	    Disables the WAN optimization connection to the remote endpoint that is named 13.16.0.5.

	    list remote-endpoint all-properties

	    Displays all the properties of all the remote endpoints for traffic from the local WAN Optimization
	    Manager.

OPTIONS
       allow-routing
	    Specifies whether there is a route from the local endpoint to this remote endpoint through which the
	    local endpoint can establish connections. The default value is enabled.

       address
	    Specifies the IP address of the remote endpoint.

       app-service
	    Specifies the name of the application service to which the object belongs. The default value is none.
	    Note: If the strict-updates option is enabled on the application service that owns the object, you cannot
	    modify or delete the object. Only the application service can modify or delete the object.

       description
	    User defined description.

       dedup-action
	    Clears the cache used for symmetric data deduplication on the specified remote endpoint and immediately
	    resets the value to none.

       dedup-codec
	    Displays the deduplication codec used by the remote endpoint: sdd-v2 or sdd-v3.

       endpoint
	    When enabled, specifies that traffic can be optimized between the local and remote endpoints. The default
	    value is enabled.

	    Note: Disabling a remote endpoint affects only the connection between the local endpoint and this remote
	    endpoint.

       internal-forwarding
	    When enabled, specifies that the remote endpoint is available for forwarding internal traffic.

	    When disabled, specifies that the remote endpoint is NOT available for forwarding internal traffic.

	    When default, specifies that forwarding internal traffic is managed by the
	    local-endpoint.internal-forwarding setting.

	    The default value is default.

       ip-encap-mtu
	    Specifies the maximum transfer unit for IP encapsulated traffic. The default value is 0.

       ip-encap-profile
	    Specifies the name of a profile with encapsulation settings. This profile must be of the type specified
	    for the setting ip-encap-type.

       ip-encap-type
	    Specifies the type of IP layer encapsulation performed on iSession traffic.

	    The default value is default. The options are:

	    default
		 The system uses the ip-encap-type value set for the local endpoint.

	    gre  The system uses the Generic Routing Encapsulation (GRE) tunneling protocol.

	    ipip The system uses the IP over IP (IPIP) tunneling protocol.

	    ipsec
		 The system uses IP security (IPsec) encapsulation.

	    none No IP encapsulation takes place.

       origin
	    Specifies whether the remote endpoint was discovered automatically or configured manually.

	    The options are:

	    configured
		 Indicates that you manually configured this remote endpoint. The system automatically sets this
		 value, and you cannot change it.

	    discovered
		 Indicates that the system automatically discovered this remote endpoint. Note that endpoints for
		 which the value of the origin property is discovered are not saved to the file bigip_local.conf.

	    manually-saved
		 After you run the command save / sys config, the value of the origin property that was set to
		 persistable changes to manually-saved. Note that after the system changes the value to manually-
		 saved, you cannot change it again.

	    persistable
		 Change the origin from discovered to persistable, if you want to save the endpoint to the file
		 bigip_local.conf when you use the command save / sys config.

       server-ssl
	    Specifies the server SSL profile the system uses to connect to this remote endpoint. This setting
	    overrides the server-ssl setting for the local-endpoint component. The default value is none.

       snat Specifies the IP address the system uses as the source IP address of the TCP connection between the WAN
	    Optimization Manager and the server.

	    The default value is default. The options are:

	    default
		 The system uses the snat value set for the local-endpoint component.

	    local
		 The system uses the endpoint IP address closest to the destination. Use this setting to make sure
		 the return route also goes through the BIG-IP system, so that both sides of the connection can be
		 optimized. This setting is useful if responses returning from the server to the client would not
		 normally pass through the BIG-IP system.

	    none The system uses the original connecting client IP address.

	    remote
		 The system uses the source IP address of the incoming iSession connection. Use this setting when an
		 appliance that uses NAT is located between the WAN Optimization Manager endpoints.

       tunnel-encrypt
	    Enables or disables encryption of traffic passing between the two WAN Optimization Managers. The default
	    value is enabled

       tunnel-port
	    Specifies whether to use a specific port for traffic optimized to this endpoint or to use port
	    transparency (0). The default value is 443.

SEE ALSO
       create, delete, list, modify, show, tmsh, wom advertised-route, wom local-endpoint

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-2012. All rights reserved.

BIG-IP						      2014-05-08			       wom remote-endpoint(1)