Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFE] Ordering of vserver / backup vserver information #44

Open
markjackman opened this issue Oct 16, 2024 · 0 comments
Open

[RFE] Ordering of vserver / backup vserver information #44

markjackman opened this issue Oct 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@markjackman
Copy link

Currently the output for the vservers with backup vservers configured is mixed/intertwined with each other, which make it harded to understand. I would like to have the output reordered. and separators used to delineate the vservers and their respective elements.

Request it to make:

add lb vserver www.example.org TCP 1.2.3.4 443 -persistenceType NONE -cltTimeout 301 -backupVServer www.example.org-failover01 -appflowLog DISABLED
bind lb vserver www.example.org-failover01 server2
add service server2 example2.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example2.org 10.1.1.11
bind lb vserver www.example.org server1
add service server1 example1.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example1.org 10.1.1.10
bind lb vserver www.example.org-failover02 server3
add service server3 example3.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example3.org 10.1.1.12
bind lb vserver www.example.org-failover03 server4
add service server4 example4.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example4.org 10.1.1.13

Formatted with the primary vserver and all of its elements first, followed by the backup vservers. See example below.

add lb vserver www.example.org TCP 1.2.3.4 443 -persistenceType NONE -cltTimeout 301 -backupVServer www.example.org-failover01 -appflowLog DISABLED
bind lb vserver www.example.org service1
add service service1 example1.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example1.org 10.1.1.10


bind lb vserver www.example.org-failover01 service2
add service service2 example2.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example2.org 10.1.1.11


bind lb vserver www.example.org-failover02 service3
add service service3 example3.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example3.org 10.1.1.12


bind lb vserver www.example.org-failover03 service4
add service service4 example4.org TCP 443 -gslb NONE -maxClient 0 -maxReq 0 -cip DISABLED -usip NO -useproxyport YES -sp OFF -cltTimeout 301 -svrTimeout 301 -CKA NO -TCPB NO -CMP NO -downStateFlush DISABLED -appflowLog DISABLED
add server example4.org 10.1.1.13

@markjackman markjackman added the enhancement New feature or request label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant