-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[Smartswitch] Orchagent is crashing when the MGMT_VRF is enabled #19638
Copy link
Copy link
Closed
Labels
Description
Description
When the MGMT_VRF_CONFIG is present, zmq_bind fails in orchagent and aborts. Seen on smartswitch platforms
Steps to reproduce the issue:
- Add the MGMT_VRF config
"MGMT_VRF_CONFIG": {"vrf_global": {
"mgmtVrfEnabled": "true"}}
- Do config reload or reboot
or run the following test test_syslog_config_work_after_reboot
Describe the results you received:
Jul 8 16:09:52.748231 r-smartswitch-03 ERR swss#orchagent: :- mqPollThread: zmq_bind failed on endpoint: tcp://10.210.25.4:8100, zmqerrno: 99
Describe the results you expected:
Output of show version:
(paste your output here)
Output of show techsupport:
(paste your output here or download and attach the file here )
Additional information you deem important (e.g. issue happens only occasionally):
Reactions are currently unavailable