Open Defects

The following defects are open in ExtremeCloud Orchestrator 3.2.1.

Parent Defect ID: XCO-3445 Issue ID: XCO-3445
Product: XCO Reported in Release: EFA 3.0.0
Symptom: DRC will not identify the drift and hence will not reconcile the drifted configuration
Condition:

Follow the steps to reproduce the issue:

1. Configure multi rack Non-CLOS fabric.

2. Manually remove the below set of configurations on device under

router-bgp

no neighbor 172.x.x.x password xxxx

no neighbor 172.x.x.x update-source loopback 1

no neighbor 172.x.x.x peer-group overlay-ebgp-group

address-family l2vpn evpn

no retain route-target all

3. Execute "efa inventory drift-reconcile execute --ip <device-ip>"

Recovery: Manually reconfigure the removed configurations from the device.
Parent Defect ID: XCO-3448 Issue ID: XCO-3448
Product: XCO Reported in Release: EFA 3.0.0
Symptom: Super spine devices continue to remain in cfg-refreshed state even after the invalid topology connections (i.e. superspine to superspine connections) are removed by disabling the LLDP links between the super spine devices followed by a DRC (Drift and Reconcile)
Condition:

Below are the steps to reproduce the issue

1. Configure a 5-stage CLOS fabric

2. Enable the LLDP link(s) between the superspine devices

3. App state of superspine devices moves to cfg-refresh-error

4. Disable the LLDP link(s) (which were enabled in step 2) between the superspine devices

5. App state of superspine devices moves to cfg-refreshed

6. Execute "efa inventory drift-reconcile execute --ip <device-ip> --reconcile" for the super-spine devices

Recovery: Execute "efa fabric configure --name <fabirc-name>" so that the superspine devices move to cfg-in-sync state
Parent Defect ID: XCO-3458 Issue ID: XCO-3458
Product: XCO Reported in Release: EFA 3.1.0
Symptom: Port breakout fails for SLX devices with "generic message error". On device new split ports are created.
Recovery:

login to SLX CLI and remove the breakout of port using these steps:

Run following commands

configuration terminal

hardware

connector <slot/interface>

breakout mode <4x10g/4x25g>

no breakout

e.g. if the port 0/50 got this issue, following are the commands to run after login to CLI

Freedom7-Bng# configure t

Entering configuration mode terminal

Freedom7-Bng(config)# hardware

Freedom7-Bng(config-hardware)# connector 0/50

Freedom7-Bng(config-connector-0/50)# breakout mode 4x10g

Freedom7-Bng(config-connector-0/50)# no breakout

Parent Defect ID: XCO-3471 Issue ID: XCO-3471
Product: XCO Reported in Release: EFA 3.1.0
Symptom: Stale BGP Peer-group entry configured under router BGP on SLX Border leaf and Spine devices with none of the BGP neighbors linked with the Peer group.
Condition:

1. Create a 3-stage CLOS fabric, add devices with MCT leaf, spine, and border-leaf and configure the fabric

2. Convert the 3-stage CLOS fabric to a 5-stage CLOS fabric using the fabric migrate command

"efa fabric migrate --type "3-to-5-stage" --source-fabric <source-fabric> --destination-3-stage-leaf-spine-pod <pod-name> --destination-3-stage-border-leaf-pod <pod-name>"

3. Add super-spine POD devices to the migrated 5-stage CLOS fabric

4. Disconnect the BorderLeaf to Spine links and reconnect the BorderLeaf to Super-Spine links

5. Configure the migrated 5-stage CLOS fabric

Recovery: Manually delete the stale BGP peer-groups from both the Border Leaf and Spine devices
Parent Defect ID: XCO-3472 Issue ID: XCO-3472
Product: XCO Reported in Release: EFA 3.1.0
Symptom: XCO IP/VIP change is not updated on device for telemetry/streaming and syslog
Condition: After XCO is installed and devices are discovered in Visibility installation, if the XCO node IP/VIP changes, those are not updated on device for receiving the statistics and syslog.
Workaround: Change the XCO IP/VIP before discovering the devices.
Recovery: Required to delete and add all devices again after the IP/VIP of XCO is changed.
Parent Defect ID: XCO-4127 Issue ID: XCO-4127
Product: XCO Reported in Release: EFA 3.0.0
Symptom: Ports are not listed in the port-channel creation for SLX NPB devices
Condition: Even though the ports are not used in any other configurations, the ports are not listed in the port-channel creation. For these ports, speed is set to auto-negotiation, and ports are not connected with cable.
Workaround: For breakout ports, ensure that cables are connected so that port speed will be updated.
Recovery: N/A
Parent Defect ID: XCO-4128 Issue ID: XCO-4128
Product: XCO Reported in Release: EFA 3.0.0
Symptom: Port-channel partial configuration are present on device for SLX NPB devices
Condition: Port-channel configuration failed from UI, on device still the partial configuration is present.
Workaround: Make sure that all the configuration information are correctly populated from UI so that configuration will not fail on device.
Recovery: Login to SLX CLI and delete the given port channel and select refresh configuration on XCO UI from device action list.
Parent Defect ID: XCO-4129 Issue ID: XCO-4129
Product: XCO Reported in Release: EFA 3.0.0
Symptom: Disabling vn-tag header strip and enabling of 802.1BR header strip fails from XCO GUI for SLX NPB
Condition: When the vn-tag header strip is enabled on an interface, disabling the vn-tag header strip and enabling the 802.1BR header strip in a single operation fails from XCO GUI.
Workaround: Disable the vn-tag header strip in first operation (save the port update) and then edit port again for enabling 802.1BR header strip option.
Recovery: N/A
Parent Defect ID: XCO-4146 Issue ID: XCO-4146
Product: XCO Reported in Release: EFA 2.7.2
Symptom: The fabric devices continue to remain in cfg-refresh-err state after the tpvm fail over.
Condition:

1.Fabric devices are already in cfg-refresh-err state due to LLDP Link down(LD) event.

2. Bring up the LLDP links responsible for the fabric devices to be in cfg-refresh-err state.

3. Execute the TPVM failover by 'tpvm stop' and 'tpvm start' commands during the LLDP Link up (LA) event handling caused by 2.

Recovery:

1.0 The user triggers LD/LA event by flapping the interface links which are the devices are in the cfg-refreshed state even though DRC wouldn't help out to recover the device to the cfg-sync state and the pending reason is "LA/LD".

1.1. "shutdown" the interface link on the physical link on Devices follow by "efa inventory device udpate --ip <device-ip>", which generates LD events

1.2. "no shutdown" the interface link on the physical link on Devices follow by "efa inventory device udpate --ip <device-ip>", which generates LA events

1.3. If the pending config contains "LA" : Execute "efa inventory drift-reconcile execute --ip <device-ip> --reconcile" on the devices which are in cfg-refresh-err /cfg-refreshed state [or] IF the pending config contains "LD,LA" : Execute "efa fabric configure --name <fabric-name>" to clean up the configuration on devices which are in cfg-refresh-err /cfg-refreshed state.

[OR]

2. The user reboots the devices without maintenance mode which are the devices are in cfg-refreshed state even though DRC wouldn't help out to recover the device to the cfg-sync state.

2.1. "reload" the switches without out maintenance mode to enable

2.2. Run "efa inventory drift-reconcile execute --ip <device-ip> --reconcile" on the devices which are in cfg-refresh-err /cfg-refreshed state.

Parent Defect ID: XCO-4180 Issue ID: XCO-4180
Product: XCO Reported in Release: EFA 3.0.0
Symptom: HTTP Login/Logout RASlogs repeatedly observed on device side, after CLI execution.
Condition: During Ntp create/delete operation, few repeated logs are observed on device.
Workaround: On device side, you can configure RASlogs to suppress or ignore logs.

logging raslog message SEC-1206 suppress //to supress

logging raslog console CRITICAL //to discard other types and show only critical

Recovery: It is a non-functional issue and has no impact on the overall system operations.
Parent Defect ID: XCO-5263 Issue ID: XCO-5263
Product: XCO Reported in Release: EFA 3.1.0
Symptom: Failed to report telemetry not streamed from device.
Condition: When SLX device is discovered from XCO and statistics are getting streamed using telemetry service, device is not sending statistics using telemetry service.
Workaround: Select the individual device and verify the statistics are streaming from the device.
Parent Defect ID: XCO-5931 Issue ID: XCO-5931
Product: XCO Reported in Release: EFA 3.0.1
Symptom: Firmware Not Committed" but "Firmware Download Show Overall Status" shows "Device Update In Progress
Condition:

For the firmware download workflow, it will perform the FWDL on each device as prescribed by the grouping and then finally do a "quick" device update (device links only) for all devices that have participated in the FWDL.

The purpose of the device links only update is to ensure that the fabric configurations are in-sync after the FWDL workflow has completed since devices are rebooted to activate the new firmware.

In this customer case, they only did a FWDL of a single device, but the workflow is the same, a device links only update will be performed at the end.

The firmware download show command contains the individual device's status in the table and the "Overall Status" at the bottom reflects EFA's overall status of the FWDL workflow which includes the Device links only update.

Workaround: The user must poll for the Overall Status Completion to proceed for another FWDL workflow prepare/execute.
Recovery: N/A
Parent Defect ID: XCO-6172 Issue ID: XCO-6172
Product: XCO Reported in Release: XCO 3.2.0
Symptom: SLX currently doesn‘t support configuring both IPv4 and IPv6 DNS together. When both IPv4 and IPv6 DNS are configured during tpvm deployment, only one trusted peer config takes effect.
Workaround: It is recommended to use IPV4 DNS for XCO deployment.
Parent Defect ID: XCO-6189 Issue ID: XCO-6189
Product: XCO Reported in Release: XCO 3.2.0
Symptom: SLX currently doesn‘t support configuring both IPv4 and IPv6 trusted peers together. When both IPv4 and IPv6 trusted-peers are configured after tpvm deploy, only one trusted peer config takes effect.
Workaround: It is recommended to use IPV4 trusted peer for XCO deployment.
Parent Defect ID: XCO-6360 Issue ID: XCO-6360
Product: XCO Reported in Release: EFA 3.1.1
Symptom: Few important system logs are not seen in XCO UI.
Condition: Device is discovered from XCO and some of the cards are removed or inserted in the device.