ltm rule event PCP RESPONSEΒΆ

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



PCP_RESPONSE
       Triggered when a PCP response, successful or not, is returned to the
       client.

DESCRIPTION
       Triggered when a PCP (Port Control Protocol) response, successful or
       not, is returned to the client.

Examples
	when PCP_RESPONSE {
	    if {[PCP::response opcode] == "map" && [PCP::response result] != 0] } {
		log "PCP map request from\
		    [PCP::response client-addr]:[PCP::response internal-port]\
		    failed with a result of [PCP::response result]"
	    }
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.5.0 --First introduced the event.



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