config load-balance clone-pool
Use this command to create a new clone-pool, and to configure clone pool members inside it.
Syntax
config load-balance clone-pool
edit <name>
config pool_member
edit <name>
set mode <mirror-dst-mac-update/mirror-interface/mirror-ip-update/mirror=src-dst-mac-update/mirror-src-mac-update>
set destination-interface <port>
set destination-mac <xx:xx:xx:xx:xx:xx>
next
end
Clone Pool |
|
name |
Specify a unique clone pool name |
Pool Member |
|
name |
Specify a unique pool member name. Note: A pool member is a clone server. So this name is essentially the name you give to the clone server. |
interface |
Select the interface (port) FortiADC uses to send out packets to the clone server. |
mode |
The headers of duplicated packets need to be updated when sent to monitor servers. There are several modes in which this occurs. Select one of the following:
|
Example
FortiADC-VM (root) # config load-balance clone-pool
FortiADC-VM (clone-pool) # edit 1
FortiADC-VM (1) # config pool_member
FortiADC-VM (pool_member) # edit name
FortiADC-VM (name) # set
FortiADC-VM (name) # set mode mirror-dst-mac-update
FortiADC-VM (name) # get
mode : mirror-dst-mac-update
destination-interface :
destination-mac : 00:00:00:00:00:00
next
end