You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XCVRD is based on the assumption that all the ports will be created during the SONiC boot-up stage, with no port add/remove in the fly.
Dynamic port breakdown breaks this assumption, now XCVRD needs to subscribe to the port add/remove to make the ports --> SFP mapping always updated.
Steps to reproduce the issue:
perform port breakdown with command "config interface breakout Ethernet8 2x200G[100G,50G,40G,25G,10G,1G] -v -y"
In the output of "show interface status" will see that the "Type" of the new port Ethernet12 is 'N/A'
Describe the results you received:
new "Type" available in the "show interface status" output for the new breakdown port.
Describe the results you expected:
the "Type" of the interface should be avalaible.
Additional information you deem important (e.g. issue happens only occasionally):
**Output of `show version`:**
```
(paste your output here)
```
**Attach debug file `sudo generate_dump`:**
```
(paste your output here)
```
The text was updated successfully, but these errors were encountered:
Description
XCVRD is based on the assumption that all the ports will be created during the SONiC boot-up stage, with no port add/remove in the fly.
Dynamic port breakdown breaks this assumption, now XCVRD needs to subscribe to the port add/remove to make the ports --> SFP mapping always updated.
Steps to reproduce the issue:
Describe the results you received:
new "Type" available in the "show interface status" output for the new breakdown port.
Describe the results you expected:
the "Type" of the interface should be avalaible.
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: