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

add more cli origin examples #81

Closed
noredistribution opened this issue Aug 4, 2021 · 10 comments
Closed

add more cli origin examples #81

noredistribution opened this issue Aug 4, 2021 · 10 comments
Assignees
Labels
documentation Improvements or additions to documentation no-issue-activity

Comments

@noredistribution
Copy link
Contributor

Eg
1)

gnmic -a 10.83.13.214:6030 -u cvpadmin -p arista --insecure --gzip set --request-file bgp.yaml
{
  "timestamp": 1628091791855672771,
  "time": "2021-08-04T16:43:11.855672771+01:00",
  "results": [
    {
      "operation": "UPDATE",
      "path": "cli:"
    },
    {
      "operation": "UPDATE",
      "path": "cli:"
    }
  ]
}
cat bgp.yaml
updates:
 - path: "cli:"
   value: router bgp 65101
   encoding: ascii
 - path: "cli:"
   value: neighbor IPv4-UNDERLAY-PEERS maximum-routes 15500
   encoding: ascii
gnmic -a 10.83.13.214:6030 -u cvpadmin -p arista --insecure --gzip --encoding ASCII set --update-path "cli:" --update-value "router bgp 65101" --update-path "cli:" --upda
te-value "neighbor IPv4-UNDERLAY-PEERS maximum-routes 13500"
{
  "timestamp": 1628091405938523430,
  "time": "2021-08-04T16:36:45.93852343+01:00",
  "results": [
    {
      "operation": "UPDATE",
      "path": "cli:"
    },
    {
      "operation": "UPDATE",
      "path": "cli:"
    }
  ]
}
gnmi -addr 10.83.13.214:6030 -username cvpadmin -password arista update origin=cli "" "router bgp 65101
neighbor IPv4-UNDERLAY-PEERS maximum-routes 12500"
@noredistribution noredistribution self-assigned this Aug 4, 2021
@github-actions
Copy link

github-actions bot commented Feb 1, 2022

This issue has been marked stale given 180 days of inactivity. It will be automatically closed in 14 days if there are no updates.

@github-actions
Copy link

This issue has been closed due to prolonged inactivity.

@github-actions
Copy link

github-actions bot commented Mar 3, 2022

This issue has been closed due to prolonged inactivity.

@github-actions
Copy link

This issue has been closed due to prolonged inactivity.

@github-actions
Copy link

github-actions bot commented Apr 2, 2022

This issue has been closed due to prolonged inactivity.

@github-actions
Copy link

github-actions bot commented Jun 6, 2022

This issue has been closed due to prolonged inactivity.

@github-actions github-actions bot closed this as completed Jun 6, 2022
@noredistribution noredistribution added documentation Improvements or additions to documentation and removed no-issue-activity labels Jun 6, 2022
@github-actions
Copy link

github-actions bot commented Dec 4, 2022

This issue has been marked stale given 180 days of inactivity. It will be automatically closed in 14 days if there are no updates.

@github-actions
Copy link

github-actions bot commented Jun 4, 2023

This issue has been marked stale given 180 days of inactivity. It will be automatically closed in 14 days if there are no updates.

Copy link

github-actions bot commented Dec 3, 2023

This issue has been marked stale given 180 days of inactivity. It will be automatically closed in 14 days if there are no updates.

Copy link

This issue has been closed due to prolonged inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation no-issue-activity
Projects
None yet
Development

No branches or pull requests

1 participant