F5: Difference between revisions

From Halfface
Jump to navigation Jump to search
Line 3: Line 3:
=Which version of f5=
=Which version of f5=
  tmsh show /sys version
  tmsh show /sys version
=when=
Irules start with when
when CLIENT_ACCEPTED {
  if { [IP::addr [IP::client_addr] equals 10.10.10.10] } {
    pool my_pool
  }
}

Revision as of 10:02, 8 September 2021

List running configuration

tmsh show running-config

Which version of f5

tmsh show /sys version

when

Irules start with when

when CLIENT_ACCEPTED {
 if { [IP::addr [IP::client_addr] equals 10.10.10.10] } {
    pool my_pool
 }
}