Difference between revisions of "Adding a remote bigip"
From Tech-Wiki
(Created page with "Category:F5 Networks '''Back to Misc''' In order to add a remote bigip as server, type the following commands: (tmos)# bigip_add x.x.x.x") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
(tmos)# bigip_add x.x.x.x | (tmos)# bigip_add x.x.x.x | ||
+ | |||
+ | In order to add '''this''' bigip as member of GTM group, type the following commands: | ||
+ | |||
+ | (this will wipe out current GSLB configuration) | ||
+ | |||
+ | (tmos)# gtm_add x.x.x.x | ||
+ | |||
+ | Port 22/tcp is required for this operation |
Latest revision as of 01:41, 19 July 2017
In order to add a remote bigip as server, type the following commands:
(tmos)# bigip_add x.x.x.x
In order to add this bigip as member of GTM group, type the following commands:
(this will wipe out current GSLB configuration)
(tmos)# gtm_add x.x.x.x
Port 22/tcp is required for this operation