project-arlo / sonic-mgmt-framework

SONiC Management Framework
Other
5 stars 15 forks source link

Not show disbled mgmt VRF #613

Closed mingjunzhang2019 closed 4 years ago

mingjunzhang2019 commented 4 years ago

This is to cope with click config on mgmt VRF

testing:

Now:

sonic# show ip vrf
----------------------------------------------------------------
mgmt                eth0
Vrf_blue

After: root@sonic:~# config vrf del mgmt (which disables mgmt VRF, not remove it):

sonic# show ip vrf
----------------------------------------------------------------
Vrf_blue

After: root@sonic:~# config vrf add mgmt (which enables mgmt VRF):

sonic# show ip vrf
----------------------------------------------------------------
mgmt                eth0
Vrf_blue