question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for CVX-MCS server and client configuration (for M&E)

See original GitHub issue

Enhancement summary

Support for enabling CVX-MCS server and CVX-MCS Client configs for M&E deployment. Following are the required pieces for this configuration,

  • CVX MCS Server - Enable cvx - Enable management http - Enable mcs server - Input redis password
  • CVX MCS Client - Enable man cvx - Input cvx mcs server ip - Enable mcs client - Input secondary cvx mcs server ip ( if it is a purple client)

Which component of AVD is impacted

others

Use case example

MCS is used as a deterministic bandwidth control mechanism for multicast workflows. This is a CVX service, which involves configuration from CVX server and CVX clients . Some of the CVX clients communicate with 2 CVX Servers and these clienst are called Purple clients. Purple clients have an additional configuration that enables them to communicate with 2 CVX servers.

Describe the solution you would like

It would be good to have support for configuring CVX MCS Server and client,

Following are required configs ,

On CVX Server,

cvx
   no shutdown
   !
   service mcs
      redis password 7 070E334ddD1D18
      no shutdown
management api http-commands
   no shutdown
management http-server
   protocol http

On CVX Client,

management cvx
   no shutdown
   server host 10.90.224.188
mcs client
   no shutdown

On CVX Purple Client,

management cvx
   no shutdown
   server host 172.24.85.239
mcs client
   no shutdown
   !
   cvx secondary blue
      server host 172.24.86.56

Describe alternatives you have considered

No response

Additional context

No response

Contributing Guide

  • I agree to follow this project’s Code of Conduct

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:5

github_iconTop GitHub Comments

1reaction
sugetha24commented, Mar 17, 2022

Mcs server:

cvx:
    shutdown: < true|false >
    services:
        mcs:
            redis:
                password: 070E334ddD1D18
                encryption: true
            shutdown: < true|false >

mcs client:

management_cvx:
  shutdown: < true|false >
  server_host:
  - 10.90.224.188
  vrf: < vrf_name >
mcs_client:
 shutdown: < true|false >

purple client

mcs_client:
  shutdown: < true|false >
  cvx_secondary:
  - name: blue
    server_host:
    - 172.24.86.56
0reactions
tgodaAcommented, Jul 1, 2022

Closed in #1682

Read more comments on GitHub >

github_iconTop Results From Across the Web

Learning NFS through server and client configuration - Red Hat
Configure the server. Step 1: Start and enable the newly-installed nfs-utils service. Step 2: Confirm the nfs-server service is up and running. ...
Read more >
Communications between endpoints - Configuration Manager
To help secure the communication between Configuration Manager clients and site servers, configure one of the following options:.
Read more >
HashiCorp - Configuring a Server & Client on AWS - YouTube
Cole Morrison and Rosemary Wang (Developer Advocates at HashiCorp) learn Consul the hard way by setting it from scratch.
Read more >
Configuring the client to use the client acceptor service ... - IBM
In the backup-archive client GUI, click Utilities > Setup Wizard > Help me configure the TSM Client Scheduler and click Next. Read the...
Read more >
How To Guide: Set Up & Configure OpenVPN Client/server VPN
Linux Notes (using RPM package). If you are using a Linux distribution which supports RPM packages (SuSE, Fedora, Redhat, etc.), it's best to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found