ltm rule command PSC ip addressΒΆ

iRule(1)		      BIG-IP TMSH Manual		      iRule(1)



PSC::ip_address
       Get/set/remove ip address(es).

SYNOPSIS
       PSC::ip_address (IP_ADDR)*

       PSC::ip_address 'add' IP_ADDR

       PSC::ip_address 'remove' (IP_ADDR)?

DESCRIPTION
       The PSC::ip_address commands get/set/remove the IP addresses.

       Note:IP address used in the commands below could be in IPv4 or IPv6
       format. The route domain can be specified using % as a separator, e.g.
       14.15.16.17%10.

       Syntax

       PSC::ip_address

	   * Retrieve the list of PSC ip addresses.

       PSC::ip_address [ip_address1, ip_address2, ...]

	   * Set a list of PSC ip addresses.

       PSC::ip_address add 

	   * Add an entry to the PSC ip address list.

       PSC::ip_address remove 

	   * Remove an entry from the PSC ip address list.

       PSC::ip_address remove

	   * Remove all PSC ip addresses.

RETURN VALUE
       Return the list of PSC ip addresses when no argument is given.

VALID DURING
EXAMPLES
HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.6.0 --First introduced the command.



BIG-IP				  2017-01-31			      iRule(1)