Forum Discussion
LDB_53877
Nimbostratus
Jul 09, 2008Controlling web traffic from a specfic web server
Does anyone have a rule out there to control the
traffic from the BigIP to webservers, by designating a
file in the web tree called,
status
Then in ...
hoolio
Cirrostratus
Jul 10, 2008You can get details on bigpipe commands by running 'man b' or 'b COMMAND_NAME help'. 'b pool help' shows the following:
b pool POOL_NAME member MEMBER_IP_PORT session enable | disable
Here's an example of how to enable sessions for my_pool member 1.1.1.1:80
b pool my_pool member 1.1.1.1:80 session enable
Aaron