Forrest logo
back to context overview

gnmic

List of commands for gnmic:

  • gnmic:tldr:3ebdb gnmic: Provide a username and password to fetch device capabilities.
    $ gnmic --address ${ip:port} --username ${username} --password ${password} capabilities
    try on your machine
    explain this command
  • gnmic:tldr:a5b11 gnmic: Subscribe to target state updates under the subtree at a specific path.
    $ gnmic -a ${ip:port} subscribe --path ${path}
    try on your machine
    explain this command
  • gnmic:tldr:b59d1 gnmic: Get a snapshot of the device state at a specific path.
    $ gnmic -a ${ip:port} get --path ${path}
    try on your machine
    explain this command
  • gnmic:tldr:ccfd9 gnmic: Request device capabilities.
    $ gnmic --address ${ip:port} capabilities
    try on your machine
    explain this command
  • gnmic:tldr:feb8a gnmic: Update device state at a specific path.
    $ gnmic -a ${ip:port} set --update-path ${path} --update-value ${value}
    try on your machine
    explain this command
back to context overview