ltm rule command NSH contextΒΆ

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

NSH::context
       Sets/Get the Context header for NSH.

SYNOPSIS
       NSH::context NSH_CONTEXT_IDX DIRECTION (CONTEXT)?

DESCRIPTION
       Set: context for NSH.  Get(NSH_CONTEXT_IDX and DIRECTION as the only parameter): context from NSH.

RETURN VALUE
VALID DURING
EXAMPLES
	# Set the context for NSH.
	when CLIENT_ACCEPTED {
	    NSH::context 1 serverside_egress 1111
	    set myctx1 [NSH::context 1 serverside_egress]
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-12.1.0
		       --First introduced the command.

BIG-IP						      2020-06-23					     iRule(1)