cmdref.net - Cheat Sheet and Example

cmdref.net is command references/cheat sheets/examples for system engineers.

User Tools

Site Tools


Sidebar








Cloud



Etc


Reference














.

hardware:bigip:node.html



LTM Node Operation Command in F5 BIG-IP

Add node

(tmos)# create / ltm node 192.168.2.101 { monitor icmp }
(tmos)# create ltm node 172.16.1.2 up
(tmos)# modify ltm node 172.16.1.2 monitor icmp
(tmos)# modify ltm node 172.16.1.2 screen test-server1


Delete node

(tmos)# delete ltm node 192.168.2.101


Display list of nodes

bash

# view /config/bigip.conf


tmsh

(tmos)# ltm node list
node 192.168.0.93 {
   screen test-server-1
}
(abbr)


show node status

# tmsh show ltm node

Ltm::Node: 192.168.0.93
------------------------------------------
Status
  Availability : available
  State        : enabled
  Reason       : Node address is available

Traffic                ServerSide  General
  Bits In                  377.7M        -
  Bits Out                  13.6G        -
  Packets In                 1.0M        -
  Packets Out                1.4M        -
  Current Connections           0        -
  Maximum Connections          17        -
  Total Connections          2.9K        -
  Total Requests                -     6.4K
(abbr)
# tmsh show ltm node 192.168.0.93

Ltm::Node: 192.168.0.93
------------------------------------------
Status
  Availability : available
  State        : enabled
  Reason       : Node address is available

Traffic                ServerSide  General
  Bits In                  377.7M        -
  Bits Out                  13.6G        -
  Packets In                 1.0M        -
  Packets Out                1.4M        -
  Current Connections           0        -
  Maximum Connections          17        -
  Total Connections          2.9K        -
  Total Requests                -     6.4K
#









hardware/bigip/node.html.txt ยท Last modified: 2018/12/02 by admin

Page Tools