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

Management vrf snmp cli support #472

Merged
merged 3 commits into from
Oct 29, 2019

Commits on Jul 17, 2019

  1. [sonic-utilities] managementVRF cli support(l3mdev)

    This commit adds CLI support for management VRF using l3dev. mVRF can
    be enabled using config vrf add mgmt and deleted using config vrf del mgmt.
    Show commands for management VRF are added which displays the linux command
    output, will update show command display after concluding what would be the
    output for the show commands.
    Added cli to configure management interface(eth0), config interface ip eth0
    add can be used to configure eth0 ip and config ip eth0 remove is used to
    remove eth0 ip.
    
    New cli config/show commands:
    
    config vrf add mgmt
    config vrf del mgmt
    config interface eth0 ip add ip/mask gatewayIP
    config interface eth0 ip remove ip/mask
    
    show mgmt-vrf
    show mgmt-vrf route
    show mgmt-vrf addresses
    show mgmt-vrf interfaces
    
    Signed-off-by: Harish Venkatraman <harish_venkatraman@dell.com>
    Harish Venkatraman committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    b5647b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Configuration menu
    Copy the full SHA
    46d0acd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34eab78 View commit details
    Browse the repository at this point in the history