apm profile exchangeΒΆ

apm profile exchange(1) 				BIG-IP TMSH Manual				   apm profile exchange(1)

NAME
       exchange - Configures an exchange profile.

MODULE
       apm profile

SYNTAX
       Configure the exchange component within the profile module using the syntax shown in the following sections.

   CREATE/MODIFY
	create exchange [name]
	modify exchange [name]
	  options:
	    ntlm-auth-name [[string] | none]
	    active-sync-url [[string] | none]
	    active-sync-auth-type [basic | ntlm | basic-ntlm]
	    active-sync-sso-config [[string] | none]
	    auto-discover-url [[string] | none]
	    auto-discover-auth-type [basic | ntlm | basic-ntlm]
	    auto-discover-sso-config [[string] | none]
	    description [[string] | none]
	    offline-address-book-url [[string] | none]
	    offline-address-book-auth-type [basic | ntlm | basic-ntlm]
	    offline-address-book-sso-config [[string] | none]
	    rpc-over-http-url [[string] | none]
	    rpc-over-http-auth-type [basic | ntlm | basic-ntlm]
	    rpc-over-http-sso-config [[string] | none]
	    user-agent-pattern-for-utf8 [[string] | none]
	    web-service-url [[string] | none]
	    web-service-auth-type [basic | ntlm | basic-ntlm]
	    web-service-sso-config [[string] | none]

	 edit exchange [ [ [name] | [glob] | [regex] ] ... ]
	   options:
	     all-properties
	     non-default-properties

   DISPLAY
	list exchange
	list exchange [ [ [name] | [glob] | [regex] ] ... ]
	show running-config exchange
	show running-config exchange [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    partition

	show exchange
	show exchange [name]

   DELETE
	delete exchange [name]

DESCRIPTION
       You can use the exchange component to configure an exchange profile. An exchange profile is a preconfigured group of
       settings that you can use to configure authentication for exchange services such as Outlook Anywhere, ActiveSync,
       Autodiscover and  Offline Address Book, so that those work with BIG-IP.

EXAMPLES
	       create exchange	MyExchangeProfile {
		 ntlm-auth-name "MyNTLMAuth"
		 rpc-over-http-url "/rpc/rpcproxy.dll"
		 rpc-over-http-auth-type  ntlm
		 rpc-over-http-sso-config "MyKerberosSSOConfig"
	       }>

       Creates an exchange profile named MyExchangeProfile that is based on the general settings such as NTLM Authentication
       configuration MyNTLMAuth. The profile is configured for Outlook Anywhere (RPC over HTTP) service with url
       "/rpc/rpcproxy.dll*, client authentication type ntlm and SSO configuration type MyKerberosSSOConfig

       list exchange all all-properties
	    Displays a list of exchange profiles, including parameter values.

       delete access MyExchangeProfile
	    Deletes the exchange profile named MyExchangeProfile.

OPTIONS
       ntlm-auth-name
	    Specifies the NTLM configuration object that clients can use to authenticate on the front-end. Backend SSO type  must
	    be Kerberos for ntlm or basic-ntlm front end.

       active-sync-auth-type
	    Specifies the client-side authentication type for ActiveSync exchange service. The valid value is basic.

       active-sync-sso-config
	    Specifies the back end SSO config for ActiveSync exchange service. This is optional.

       active-sync-url
	    Specifies the URL for ActiveSync exchange service. URL is required for ActiveSync service to be enabled through BIG-
	    IP.

       auto-discover-auth-type
	    Specifies the client-side authentication type for Autodiscover exchange service. The valid values are basic, ntlm and
	    basic-ntlm.

       auto-discover-sso-config
	    Specifies the back end SSO config for Autodiscover exchange service. This is optional.

       description
	    Specifies a user-defined description for the exchange profile.

       auto-discover-url
	    Specifies the URL for Autodiscover exchange service. URL is  required for Autodiscover service to be enabled through
	    BIG-IP.

       offline-address-book-auth-type
	    Specifies the client-side authentication type for Offline Address Book exchange service. The valid values are basic,
	    ntlm and basic-ntlm.

       offline-address-book-sso-config
	    Specifies the back end SSO config for Offline Address Book exchange service. This is optional.

       offline-address-book-url
	    Specifies the URL for Offline Address Book exchange service. URL is required for Offline Address Book service to be
	    enabled through BIG-IP.

       rpc-over-http-auth-type
	    Specifies the client-side authentication type for Outlook Anywhere (RPC over HTTP) exchange service. The valid values
	    are basic, ntlm and basic-ntlm.

       rpc-over-http-sso-config
	    Specifies the back end SSO config for Outlook Anywhere (RPC over HTTP) exchange service. This is optional.

       rpc-over-http-url
	    Specifies the URL for Outlook Anywhere (RPC over HTTP) exchange service. URL is required for Outlook Anywhere (RPC
	    over HTTP) service to be enabled through BIG-IP.

       user-agent-pattern-for-utf8
	    Specifies the user agent pattern for UTF8.

       web-service-auth-type
	    Specifies the client-side authentication type for  Web Exchange service. The valid values are basic, ntlm and basic-
	    ntlm.

       web-service-sso-config
	    Specifies the back end SSO config for Web Exchange service. This is optional.

       web-service-sync-url
	    Specifies the URL for Web Exchange service. URL is required for Web Service to be enabled through BIG-IP.

SEE ALSO
       apm sso, apm profile access

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

BIG-IP							    2015-05-12					   apm profile exchange(1)