Skip to content

Commit

Permalink
Doc: adding more info to TerminAttr cvsourceintf (#3580)
Browse files Browse the repository at this point in the history
  • Loading branch information
noredistribution authored Feb 2, 2024
1 parent 95dd726 commit 5070cf1
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cvobscurekeyfile</samp>](## "daemon_terminattr.clusters.[].cvobscurekeyfile") | Boolean | | | | Encrypt the private key used for authentication to CloudVision<br> |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cvproxy</samp>](## "daemon_terminattr.clusters.[].cvproxy") | String | | | | Proxy server through which CloudVision is reachable. Useful when the CloudVision server is hosted in the cloud.<br>The expected form is http://[user:password@]ip:port, e.g.: `http://arista:[email protected]:3128`. Available as of TerminAttr v1.13.0<br> |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cvsourceip</samp>](## "daemon_terminattr.clusters.[].cvsourceip") | String | | | | Set source IP address in case of in-band managament<br> |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cvsourceintf</samp>](## "daemon_terminattr.clusters.[].cvsourceintf") | String | | | | Set source interface in case of in-band managament. Available as of TerminAttr v1.23.0<br> |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cvsourceintf</samp>](## "daemon_terminattr.clusters.[].cvsourceintf") | String | | | | Set source interface in case of in-band managament. Available as of TerminAttr v1.23.0.<br>The interface name is case sensitive and has to match the interface name in the running-config, e.g.:Vlan100.<br> |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cvvrf</samp>](## "daemon_terminattr.clusters.[].cvvrf") | String | | | | The VRF to use to connect to CloudVision<br> |
| [<samp>&nbsp;&nbsp;cvauth</samp>](## "daemon_terminattr.cvauth") | Dictionary | | | | Authentication scheme used to connect to CloudVision<br> |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;method</samp>](## "daemon_terminattr.cvauth.method") | String | | | Valid Values:<br>- <code>token</code><br>- <code>token-secure</code><br>- <code>key</code><br>- <code>certs</code> | |
Expand All @@ -36,7 +36,7 @@
| [<samp>&nbsp;&nbsp;cvobscurekeyfile</samp>](## "daemon_terminattr.cvobscurekeyfile") | Boolean | | | | Encrypt the private key used for authentication to CloudVision<br> |
| [<samp>&nbsp;&nbsp;cvproxy</samp>](## "daemon_terminattr.cvproxy") | String | | | | Proxy server through which CloudVision is reachable. Useful when the CloudVision server is hosted in the cloud.<br>The expected form is http://[user:password@]ip:port, e.g.: `http://arista:[email protected]:3128`. Available as of TerminAttr v1.13.0<br> |
| [<samp>&nbsp;&nbsp;cvsourceip</samp>](## "daemon_terminattr.cvsourceip") | String | | | | Set source IP address in case of in-band managament<br> |
| [<samp>&nbsp;&nbsp;cvsourceintf</samp>](## "daemon_terminattr.cvsourceintf") | String | | | | Set source interface in case of in-band managament<br> |
| [<samp>&nbsp;&nbsp;cvsourceintf</samp>](## "daemon_terminattr.cvsourceintf") | String | | | | Set source interface in case of in-band managament.<br>The interface name is case sensitive and has to match the interface name in the running-config, e.g.:Vlan100.<br> |
| [<samp>&nbsp;&nbsp;cvvrf</samp>](## "daemon_terminattr.cvvrf") | String | | | | The VRF to use to connect to CloudVision<br> |
| [<samp>&nbsp;&nbsp;cvgnmi</samp>](## "daemon_terminattr.cvgnmi") | Boolean | | | | Stream states from EOS gNMI servers (Openconfig) to CloudVision. Available as of TerminAttr v1.13.1<br> |
| [<samp>&nbsp;&nbsp;disable_aaa</samp>](## "daemon_terminattr.disable_aaa") | Boolean | | | | Disable AAA authorization and accounting.<br>When setting this flag, all commands pushed from CloudVision are applied directly to the CLI without authorization<br> |
Expand Down Expand Up @@ -117,7 +117,8 @@
# Set source IP address in case of in-band managament
cvsourceip: <str>

# Set source interface in case of in-band managament. Available as of TerminAttr v1.23.0
# Set source interface in case of in-band managament. Available as of TerminAttr v1.23.0.
# The interface name is case sensitive and has to match the interface name in the running-config, e.g.:Vlan100.
cvsourceintf: <str>

# The VRF to use to connect to CloudVision
Expand Down Expand Up @@ -154,7 +155,8 @@
# Set source IP address in case of in-band managament
cvsourceip: <str>

# Set source interface in case of in-band managament
# Set source interface in case of in-band managament.
# The interface name is case sensitive and has to match the interface name in the running-config, e.g.:Vlan100.
cvsourceintf: <str>

# The VRF to use to connect to CloudVision
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ keys:
cvsourceintf:
type: str
description: |
Set source interface in case of in-band managament. Available as of TerminAttr v1.23.0
Set source interface in case of in-band managament. Available as of TerminAttr v1.23.0.
The interface name is case sensitive and has to match the interface name in the running-config, e.g.:Vlan100.
cvvrf:
type: str
description: |
Expand Down Expand Up @@ -146,7 +147,8 @@ keys:
cvsourceintf:
type: str
description: |
Set source interface in case of in-band managament
Set source interface in case of in-band managament.
The interface name is case sensitive and has to match the interface name in the running-config, e.g.:Vlan100.
cvvrf:
type: str
description: |
Expand Down
Binary file not shown.

0 comments on commit 5070cf1

Please sign in to comment.