wom local-endpointΒΆ

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



NAME
       local-endpoint - Configures the local endpoint for the WAN Optimization
       Manager.

MODULE
       wom

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

   CREATE/MODIFY
	create local-endpoint
	modify local-endpoint
	  options:
	    addresses [add | delete | replace-all-with] {
	      [ip address]
	    }
	    addresses none
	    allow-nat [disabled | enabled]
	    description [string]
	    endpoint [disabled | enabled]
	    internal-forwarding [disabled | enabled]
	    ip-encap-mtu [unsigned integer]
	    ip-encap-profile [none | profile name]
	    ip-encap-type [gre | ipip | ipsec | none]
	    no-route [drop | passthru]
	    server-ssl [none | profile name]
	    snat [local | none | remote]
	    tunnel-port [unsigned integer]

   DISPLAY
	list local-endpoint
	show local-endpoint
	show running-config local-endpoint
	  options:
	    all-properties
	    non-default-properties
	    one-line

   DELETE
	delete local-endpoint

DESCRIPTION
       You can use the local-endpoint component to modify the settings for the
       local endpoint for the WAN Optimization Manager on the local BIG-IP(r)
       system.

EXAMPLES
	    modify local-endpoint allow-nat disabled

	    Disables the allow-nat option, specifying that the system does not
	    accept connections for traffic behind a Network Address
	    Translation (NAT) device.

	    list local-endpoint all-properties

	    Displays all of the properties of the local-endpoint component.

OPTIONS
       addresses
	    Specifies a single IP address the system uses for the local
	    endpoint. The IP address must be in the same subnet as a self IP
	    address on the BIG-IP(r) system.

       allow-nat
	    When enabled, specifies that the system accepts connections for
	    traffic behind a Network Address Translation device. The default
	    value is enabled.

       description
	    User defined description.

       endpoint
	    When enabled, specifies that the local endpoint is available for
	    initiating and receiving optimized traffic. The default value is
	    enabled.

	    To turn off WAN optimization on this endpoint, use disabled.

       internal-forwarding
	    When enabled, specifies that the local endpoint is available for
	    forwarding internal traffic to remote endpoints. The default value
	    is disabled.

	    This parameter works only if internal-forwarding for remote-
	    endpoint is set to default.

       ip-encap-mtu
	    Specifies the maximum transfer unit for IP encapsulated traffic.

       ip-encap-profile
	    Specifies the name of the profile with the 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 to perform on
	    iSession(tm) traffic.

	    The default value is none. The options are:

	    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.

       no-route
	    Specifies what the system does with traffic for which there is no
	    remote endpoint to complete the iSession connection.

	    The default value is passthru. The options are:

	    drop The system terminates the traffic flow.

	    passthru
		 The traffic flow continues without an iSession connection.

       server-ssl
	    Specifies the default server SSL profile the system uses for all
	    encrypted outbound connections. The default value is none.

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

	    The default value is none. The options are:

	    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 endpoints.

       tunnel-port
	    Specifies the number of the port on the local endpoint that the
	    WAN Optimization Manager uses for control connections. The port
	    must have access through the firewall. The range is from 1 to
	    65535. The default value is 443.

SEE ALSO
       list, modify, show, tmsh, wom advertised-route, wom remote-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-2013. All rights reserved.



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