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

[show] vnet endpoint [ip/ipv6] command #2342

Merged
merged 11 commits into from
Oct 3, 2022
Merged

[show] vnet endpoint [ip/ipv6] command #2342

merged 11 commits into from
Oct 3, 2022

Commits on Aug 29, 2022

  1. Added support for tunnel route status in show vnet routes all.

    The status may be active, inactive or not present at all.
    The status field cna have 3 values.
    Empty : Configured but not in ASIC
    Active : Configured and active in ASIC.
    Inacive : Configured but not in ASIC due to lack ofr BFD session.
    siqbal1986 committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    781806f View commit details
    Browse the repository at this point in the history
  2. typo fix.

    siqbal1986 committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    a26f064 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. created a new Cli command.

    show vnet endpoint [IPv4/IPv6]
    This command shows the status of a vxlan tunnel endpoint nad the number of prefixes pointing to it.
    Also this command can show the prefix details if endpoint ip is specified.
    This command checks the endpoint state using BFD monitoring session of the endpoint.
    siqbal1986 committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    53dde92 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    ac7549d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Updated command reference.

    siqbal1986 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    bec449c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fa67ae View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/CLI_vnet_route_all_tunnel_route_…

    …status_addition' into CLI_vnet_endpoint_ip_addition
    siqbal1986 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    0a4e729 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    674f983 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4f0bbf View commit details
    Browse the repository at this point in the history
  6. added command reference.

    siqbal1986 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    cfee553 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    c20737a View commit details
    Browse the repository at this point in the history