We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8fc84 commit 446e66aCopy full SHA for 446e66a
2 files changed
images/sonic/launch.py
@@ -385,6 +385,11 @@ def create_config_db(hwsku: str) -> dict:
385
'gwaddr': get_default_gateway(),
386
}
387
},
388
+ 'MGMT_VRF_CONFIG': {
389
+ 'vrf_global': {
390
+ 'mgmtVrfEnabled': 'true'
391
+ }
392
+ },
393
'MGMT_PORT': {
394
'eth0': {
395
'alias': 'eth0',
inventories/group_vars/leaves/main.yaml
@@ -14,7 +14,7 @@ sonic_config_mgmt_interface:
14
ip: "{{ ansible_host }}/16`"
15
gateway_address: "172.42.0.1"
16
17
-sonic_config_mgmt_vrf: false
+sonic_config_mgmt_vrf: true
18
sonic_config_nameservers: "{{ router_nameservers }}"
19
20
sonic_config_vlans:
0 commit comments