Open Defects

Parent Defect ID: EFA-2857 Issue ID: EFA-2857
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom: Addition of fabric ports and MCT ports to the tenant succeeds even though these ports cannot be used to connect to any endpoints.
Condition: Addition of fabric ports (ports connecting leaf to spine, spine to super-spine etc) and MCT ports (ports connecting the multi-homed leaf) to the tenant.
Workaround: Fabric ports and MCT ports to be not added to the tenant.
Parent Defect ID: EFA-3512 Issue ID: EFA-3512
Severity: S4 - Low
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom: EPG create might fail with VNI resource not being available in the fabric
Condition:

Execute EPG create, delete and re-create CLI in quick succession as below:

1. Create EPG/Networks with user-provided VNI parameter.

2. Delete EPG.

3. Create EPG again with the same parameters as in step-1.

Workaround: Provide a wait of 30 seconds between the create and delete CLI on the same EPG.
Parent Defect ID: EFA-3717 Issue ID: EFA-3717
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.1.0
Symptom: BD based L3 EPG networks will go into cfg-refresh-err state if out-of-band configured BD-LIFs (without associated VLAN) are present on the switch.
Condition:

1. Create BD-LIF (without any associated VLAN) configuration manually on the switch followed by EFA inventory update.

2. Create EPG which results in the same BD-LIF on the switch.

Workaround: Cleanup the out-of-band created LIFs from the switch before EPG create,
Recovery:

1. Delete the EPG which is in cfg-refresh-err state

2. Clean up the out-of-baned created LIFs from the switch.

3. EFA inventory update to reflect the modified config from the switch.

4. Create the EPG again.

Parent Defect ID: EFA-4056 Issue ID: EFA-4056
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom:

The second EPG will get created successfully but the anycast-ipv6 provided in the second EPG will not get configured on the switch.

The second EPG create command should have failed with an error mentioning a unique anycast-ipv6 needs to be provided for a given BD name.

Condition:

1. Create BD based L3 EPG with some BD label and an anycast-ipv6.

2. Create another BD based L3 EPG with the same BD label (as used in 1) but with a different anycast-ipv6.

Workaround: Provide a unique anycast-ipv6 for a given BD name across the L3 EPG during EPG create and update operations.
Recovery: Remove the subsequent input incorrect anycast-ipv6 from the EPG and provide a unique anycast-ipv6 for a given BD name across the L3 EPG during L3 EPG create and update operations.
Parent Defect ID: EFA-4832 Issue ID: EFA-4832
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom: On any operation on EFA services, the error 'Invalid credentials for device 10.x.x.x.' is displayed.
Condition: When a device is registered with device credentials in EFA and the same credentials are deleted or updated in SLX.
Workaround: Any update in device credentials on SLX(deleting the user, changing password etc) has to be updated in EFA using EFA CLI.
Parent Defect ID: EFA-5064 Issue ID: EFA-5064
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom:

EFA configures both "suppress-arp" (needed for ipv4) and "suppress-nd" (needed for ipv6) for the particular network (VLAN/BD).

EFA shouldn't have configured "suppress-nd" on the network.

Condition: Configure L3 EPG with only anycast-ip and no anycast-ipv6.
Recovery: No recovery needed.
Parent Defect ID: EFA-5257 Issue ID: EFA-5257
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom:

When VRF is added and deleted to/from and Endpoint Group, in quick succession, multiple times, events received from inventory service can get interleaved with the commands.

This can cause EFA command execution path to find database entries that are yet to be deleted due to previous command run.

Condition: Issue can be observed when vrf-add and vrf-delete operation is executed on Endpoint Group in quick succession multiple times.
Workaround: Workaround is to wait for a few minutes before executing the vrf-add again on Endpoint Group
Recovery: No recovery required
Parent Defect ID: EFA-5286 Issue ID: EFA-5286
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom: Responses to REST requests for VRF Update do not contain details of specific errors that occurred during rollback of errored configuration.
Condition: Issue is observed when VRF parameter update is requested, error occurs and rollback that is triggered also encounters error.
Workaround: The final error encountered is visible as part of the final error returned to the REST request, in string form.
Recovery: No recovery required
Parent Defect ID: EFA-5287 Issue ID: EFA-5287
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom: Drifted configuration under VRF is not reflected in ‘efa tenant vrf show‘ output. The VRF is shown as being in ‘cfg-in-sync‘ state.
Condition: Issue is observed when configuration under VRF has drifted on the switch due to various reasons.
Workaround: Workaround is to use display of ‘efa tenant epg show‘ to determine if there is a drift in configuration.
Recovery: No recovery required
Parent Defect ID: EFA-5590 Issue ID: EFA-5590
Severity: S2 – High
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom: EFA CLI behavior on pressing <tab> following a complete command will execute the command handler or will get stuck in cli if waiting on user input on background
Condition:

(efa:root)root@ubuntu:~/efa/efa_40# efa inventory rma execute --ip 10.24.95.157 --co<tab>

- cli gets stuck and needs ^C^C to exit, as it is waiting on user input on backend

(efa:extreme)extreme@tpvm2:~$ efa fabric create --name fab4 – <tab>

- this creates a fabric

Workaround: These can be avoided by using ‘?‘ before the tab and using the complete command options. In most cases this behavior will not cause an issue, but issue may be seen in cases where there are multiple optional keywords eg in fabric-create, rma execute, fabric add bulk , etc.
Recovery: Press ^C^C to exit a command thats stuck on cli. Reverse any command executed as above, if it is not intended.
Parent Defect ID: EFA-5675 Issue ID: EFA-5675
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom: EPG update "vrf-add" operation can fail with the reason as vrf to be added has conflicting vrf on the switch.
Condition:

Execute EPG update "vrf-add", "vrf-delete" and "vrf-add" operation CLI in quick succession as below:

1. Update EPG for operation vrf-add.

2. Update EPG for operation vrf-delete.

3. Update the same EPG again with operation vrf-add for the same vrf which was deleted in step 2.

Workaround: Provide a wait of 30 seconds between the EPG update vrf-add and vrf-delete operations on the same EPG.
Recovery: -
Parent Defect ID: EFA-5689 Issue ID: EFA-5689
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom: VRF Backup routing configuration on the SLXOS-9140 will be inadequate and hence the backup routing functionality will not work on SLXOS-9140.
Condition: L3 EPG create or update operation with the member ports residing on SLXOS-9140.
Workaround: Backup routing needs to be disabled at the fabric setting level if the fabric has SLXOS-9140 devices.
Recovery: Backup routing needs to be disabled at the fabric setting level if the fabric has SLXOS-9140 devices.
Parent Defect ID: EFA-5708 Issue ID: EFA-5708
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom: Device status remains in cfg-in-sync when devices have mismatch in selective configs w.r.t to intended configs
Condition: Periodic discovery identifies the drift and raise appropriate events; most of the events that are handled do not change the device state from cfg-in-sync to cfg-refresshed
Workaround: Drift and Reconcile events fix the problem
Recovery: Execute drift and reconcile
Parent Defect ID: EFA-5732 Issue ID: EFA-5732
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom: When firmware download is in progress, fabric delete command is accepted without an error.
Condition: If fabric delete command is submitted when firmware download is in progress, it fails.
Workaround:

Allow firmware download process to complete. Status of the same can be checked using command

efa inventory device firmware-download show --fabric {fabric name}

Recovery: Fabric can be deleted once the firmware download is completed
Parent Defect ID: EFA-5821 Issue ID: EFA-5821
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom: EPG create fails after a wait of more than 16 minutes.
Condition: Create EPG having more than 256 networks.
Workaround:

Incrementally add networks to the EPG.

Example as below:

efa tenant epg create --tenant <> --name <> --ctag-range 2-256

efa tenant epg update --tenant <> --name <> --operation ctag-range-add --ctag-range 257-512

Recovery: Verify the EPG/Networks state using "efa tenant epg show" after CLI completes and correct the EPG/Networks state using "efa tenant epg update" CLI.
Parent Defect ID: EFA-5822 Issue ID: EFA-5822
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom: EPG delete fails after a wait of more than 16 minutes.
Condition: Delete EPG having more than 256 networks.
Workaround:

Incrementally delete networks from the EPG and finally delete EPG

Example as below:

efa tenant epg update --tenant <> --name <> --operation ctag-range-delete --ctag-range 1001-1256

efa tenant epg delete --tenant <> --name <>

Recovery: Verify the EPG is deleted using "efa tenant epg show" after CLI completes.
Parent Defect ID: EFA-5834 Issue ID: EFA-5834
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom: EPG creation with 4K ctags can result in switch going un-responsive
Condition: EPG create operation with 4K ctags.
Workaround:

Incrementally add networks to the EPG.

Example as below:

efa tenant epg create --tenant <> --name <> --ctag-range 2-1000

efa tenant epg update --tenant <> --name <> --operation ctag-range-add --ctag-range 1001-2000

Parent Defect ID: EFA-5841 Issue ID: EFA-5841
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom: When firmware download is in progress, tenant create command is accepted without an error.
Condition: If tenant commands are submitted when firmware download is in progress, it results in erroneous configuration and some configurations may miss.
Workaround:

Allow firmware download process to complete. Status of the same can be checked using command

efa inventory device firmware-download show --fabric {fabric name}

Recovery: Tenant commands can be submitted after the firmware download is completed
Parent Defect ID: EFA-5927 Issue ID: EFA-5927
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom: Configuration reconciliation fails with an error "drift and reconcile failed waiting for status from tenant." because of the timeout.
Condition:

When the switch configurations drift from the intended configurations in EFA due to scenarios as follows:

1. L3 Epg is created with large ctag-range (e.g. 2-2000)

2. EFA configured VLANs and PO configurations are manually removed from the switch.

3. Switch is reloaded in maintenance mode

Recovery: After the switch is moved out of maintenance mode after reload, configuration drift can be viewed and reconciled using "efa inventory drift-reconcile execute --reconcile --ip <switch-ip>" CLI.
Parent Defect ID: EFA-5928 Issue ID: EFA-5928
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom: Configuring devices to default startup-config and adding them to a non-clos fabric does not enable all MCT ports resulting into fabric validation failure for missing link
Condition: Added devices immediately after setting to default startup config
Workaround:

Remove the devices from fabric and re-add

efa fabric device remove --name <fabric-name> --ip <device-ips>

efa inventory device delete --ip <device-ips>

efa fabric device add-bulk --name <fabric-name> --rack <rack-name> --username <username> --password <password> --ip <device-ips>

Parent Defect ID: EFA-5936 Issue ID: EFA-5936
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom: Overlay-Gateway/Cluster Instance is remaining on the switch.
Condition: Configure EPG/Networks on a fabric device and delete device from the fabric.
Recovery: Manually delete the stale Overlay-Gateway and Cluster instances from the switch.
Parent Defect ID: EFA-5952 Issue ID: EFA-5952
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.0
Symptom: While executing drift-reconcile port-channels created between MCT pairs and are part of EPG's will be shown as drifted even though the SLX running config is in sync.
Condition: This happens when drift is executed while SLX is in maintenance mode.
Recovery: Turn off maintenance mode and execute inventory device update which will sync the right status.
Parent Defect ID: EFA-6318 Issue ID: EFA-6318
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.2.1
Symptom: In Case of Clos Fabric , Cluster drift gets identified for all the devices which are part fabric as soon as fabric gets created even though actual drift is not present on the SLX switch.
Condition:

This issue observed with below steps,

1)Created CLOS Fabric with multiple MCT-Pairs and a Spine device

2)When checking drift for all devices part of fabric, Cluster Config can be seen as refreshed, but no impact can be seen on fabric show. Also drift status for fabric states false in drift o/p.

Workaround: EFA and SLX will be in sync when the drift and reconcile (triggered because of maintenance mode enable-on-reboot) is completed.
Parent Defect ID: EFA-6501 Issue ID: EFA-6501
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: Configuration Drift for VRF still shown in "cfg-in-sync" though its child configuration are drifted on SLX switch.
Condition:

With below steps issue can be observed.

- Create VRF/EPG having route target, static route and bgp configuration.

- Introduce drift in VRF route target or static route or bgp configuration on SLX switch.

- Update device from efa command "efa inventory device update --ip <device ip>"

- Check device drift using efa command as "efa inventory drift-reconcile execute --ip <device ip>"

- VRF shows as "cfg-in-sync" though its child configuration was drifted.

Workaround: None
Recovery: After drift and reconcile all EFA and device configuration will be in sync.
Parent Defect ID: EFA-6832 Issue ID: EFA-6832
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: If any of the delete nature CLI of EPG/PO has failed then that EPG/PO will be stuck in delete-pending state and no other operation will be allowed on that EPG/PO except delete.
Condition: This behaviour is correct if delete operation has failed because of device connectivity or device de-configuration issues. But if it is failed because validations then EPG/PO should remain in their original state and not in the delete-pending state.
Workaround: None
Recovery:

There are 2 recovery options:

1. Fix the reason for failure on the device and re-run the same CLI which will complete the operation and EPG/PO will back to the there expected state.

2. Use --force operation if EPG/PO needs to be completely deleted from EFA.

Parent Defect ID: EFA-6835 Issue ID: EFA-6835
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: EFA CLIs did not respond following bulk add of devices
Condition: Register more 7 devices into EFA at same time using add-bulk fabric CLI in HA multi-node setup.
Workaround: Register less then 5 devices in EFA at same time.
Recovery: Restart the EFA sever by reloading the Switch.
Parent Defect ID: EFA-7062 Issue ID: EFA-7062
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: Device settings for Maintenance mode in EFA is not updated when the device's state changes.
Condition: Device may come out of Maintenance mode state based on actions from EFA like Drift-reconcile or a change via CLI in SLX device. The latest state of device will not be automatically updated in the 'efa inventory device settings show' in efa
Workaround: Re-issue the 'efa inventory device settings update --maint-mode-enable yes ' command to execute the required setting or validate the setting on SLX device using 'show system maintenance'
Recovery: Re-issue the 'efa inventory device settings update --maint-mode-enable yes ' command to execute the required setting or validate the setting on SLX device using 'show system maintenance'
Parent Defect ID: EFA-7080 Issue ID: EFA-7080
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom:

Tenant commands can take more time (> the timeout =1000 seconds) to complete and hence the failure.

The status of timed out fail command can be seen using the relevant "show" command.

Condition:

The issue can happen in the below scenario:

1. EFA has a scaled tenant configuration.

2. Significant configuration drift introduced between SLX and EFA.

3. Inventory device update is performed resulting in configuration drift derivation of the tenant entities.

4. Tenant commands are executed when (3) is in progress.

Workaround: Tenant commands should be attempted when the system is in a stable state i.e. when the EFA tenant is not busy deriving the scaled configuration drift of the tenant entities.
Parent Defect ID: EFA-7114 Issue ID: EFA-7114
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom:

Drift is shown for "pseudowire-profile" configuration in command,

"efa inventory drift-reconcile execute --ip <device ip>"

Condition:

This is observed with below steps

- Create fabric with back routing enable and configure the fabric.

- Create epg and delete the same epg.

- Make one of cluster pair device as admin down.

- Create same epg which was created and deleted above.

- Make the admin down device as admin up.

- "pseudowire-profile" still remain as drifted.

Workaround: None
Recovery:

To recover please follow below steps,

- Delete "pseudowire-profile" from SLX switch.

- Execute drift reconcile as "efa inventory drift-reconcile execute --ip <SLX switch IP> --reconcile"

Parent Defect ID: EFA-7119 Issue ID: EFA-7119
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: If any delete nature CLI of "service bgp peer" has failed then bgp service status is not moving to the "delete-pending" state.
Condition:

Any delete nature CLI of "service BGP peer" has failed because any of the below-listed reasons will lead the BGP service to this state.

1. Device connectivity issues

2. Failed to deconfigure the peer on device

3. Targeted topology falls into the APS category.

Workaround: None
Recovery:

There are no side effects of this issue except "update" operations on that BGP service will be allowed which is not expected behavior after the "service bgp peer delete" operation has failed.

There are 2 recovery options:

1. Fix the reason for failure and again try to delete BGP service.

2. Delete BGP service using "--force" option. In this case, configs will remain on admin down the device.

Parent Defect ID: EFA-7132 Issue ID: EFA-7132
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: Vlan description is missing after reconciliation
Condition:

- Remove the VLAN configuration from the device

- Reload the device with "maintenance mode on reboot enabled"

- Description configuration is missing for reconciled VLANs

Recovery: Add VLAN description on the device
Parent Defect ID: EFA-7142 Issue ID: EFA-7142
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: Pressing the tab key in the EFA command line when the current command is complete and has no further available options can result in the command being executed silently by the shell.
Condition: This is not reliably reproducible.
Workaround:

EFA CLI completion can be disabled. This does not affect EFA CLI operation or limit the commands available; it prevents convenient discovery of extra sub-commands and flags by using the tab key from within the bash shell. To disable, do the following:

- remove /etc/bash_completion.d/efa

- comment out or remove the line "source /etc/bash_completion.d/efa" from /etc/bash.bashrc

- start a new shell for EFA CLI use

Parent Defect ID: EFA-7144 Issue ID: EFA-7144
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: 'Drift and Reconcile' for a device is skipped when EFA admin of device is performed with 'force' option
Condition: When 'efa inventory admin-state up' command is issued with a 'forcce' option
Workaround:

The Drift and Reconcile can be run manually using the below command:

'efa inventory drift-reconcile execute '

Parent Defect ID: EFA-7155 Issue ID: EFA-7155
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom:

Executing the command “efa-sync execute” when one of the SLX switches in cluster is unreachable, could take several minutes to complete.

This happens only when multiple neutron entities have to be synced with EFA.

Condition:

The command takes longer time to complete only when:

a)Out of sync configuration is large. That is, many neutron entities are out of sync on EFA.

b)One of the SLX nodes is not reachable.

Workaround: No workaround available to make the operation faster on EFA
Recovery: efa-sync execute becomes faster after the SLX nodes becomes reachable
Parent Defect ID: EFA-7159 Issue ID: EFA-7159
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: MCT Port Channel Admin State is not reconciled
Condition: Issue will be observed when 1. MCT PO connecting the leaf pair is administratively shut-down explicitly via out of band management application like CLI and 2. maintenance-mode is set to enable-on-reboot and 3. Device is reloaded. After reload, Drift and reconcile doesn't set the admin state of MCT PO to UP.
Workaround:

Workaround:

1. After the device is reloaded and switch is taken out of maintenance mode, issue a "no shutdown" on the MCT PO interface on the device either through CLI or EFA exec mode.

2. Issue a manual drift and reconcile on the devices where this MCT PO is configured.

Recovery: No recovery required
Parent Defect ID: EFA-7164 Issue ID: EFA-7164
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: For Static Route/Static Route-BFD delete operation, if deletion has failed for any device then configs will be deleted from all other devices but they will remain in EFA for all the devices, and "efa tenant vrf show" CLI will continue to show all of them to the user and VRF will remain in the delete-pending state.
Condition:

SR/SR-BFD delete operation in vrf update has failed because of bellow conditions

1. device connectivity issues

2. Failed to deconfigure the peer on device

3. Targeted topology falls into the APS category.

Workaround: None
Recovery: Delete SR/SR-BFD using the same "VRF update" command after fixing the issue which was causing the failer.
Parent Defect ID: EFA-7181 Issue ID: EFA-7181
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: Reconcilation of drifted Tenant Configuration fails for scaled configuration
Condition: Reconcile fails for a device on which EFA has configured many L3 networks (more than 300+ Networks) by one or more tenants.
Recovery:

To reconcile the device having 300+ L3 Networks, first replay the last saved good configuration and execute reconcile command for the device.

1. Replay Config:

efa inventory config-replay execute --ip <device-ip> --uuid <saved-config>

2. Reconcile:

efa inventory drift-reconcile execute --ip <device-ip>

Parent Defect ID: EFA-7200 Issue ID: EFA-7200
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: "router bgp" configs will be missing on the devices but Tenant service will not show drift for those configs and hence it will not reconcile those missing configs.
Condition:

This is observed with the below steps

1. Put SLXs in maintenance mode

2. Remove the router bgp configuration, few VRFs from the device.

3. Reboots both the MCT nodes where TPVMs containing EFA are hosted.

4. Verify after 30 mins, the switches are out of maintenance mode.

5. After a few iterations most of the BGP configs are missing.

Workaround: None
Recovery: Delete missing configs from EFA also and recreate them.
Parent Defect ID: EFA-7234 Issue ID: EFA-7234
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: Reconciliation of drifts in the port-channel and description does not happen
Condition: This problem occurs only when drift is introduced specifically on speed and description along with admin-state or cluster-client configuration.
Workaround: None
Recovery: Remove the port-channel from device and execute manual reconcile.
Parent Defect ID: EFA-7237 Issue ID: EFA-7237
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom:

EFA system backup is generated using efa system backup command.

Undeply EFA and install fresh EFA

Restore EFA backup generated earlier using "efa system restore" command

The restore process preserves the config backup interval and count. However the auto config backup process is not taking backups as configured.

Condition: Auto Config backup process does not take expected number of backups as configured.
Workaround: User can take config backup manually using "efa inventory config-backup execute".
Recovery: Fresh install or restart of EFA application would start the auto config backup process
Parent Defect ID: EFA-7261 Issue ID: EFA-7261
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: "efa tenant epg show" and "efa tenant po show" will not reflect correct drift status if aggregator ports are removed.
Condition: This display issue is seen only when aggregator port is removed from device.
Workaround: None
Recovery: Manual execution of reconcile will sync the device and EFA database. This will in turn resolve the display issue.
Parent Defect ID: EFA-7264 Issue ID: EFA-7264
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: After SLX Switch reload, Configuration drift in port channel members do not get reconciled by EFA
Condition:

Below are the steps when the configuration drift created does not get reconciled by EFA:

- Configuration of fabric/tenant/po/vrf/epg

- 'maintenance mode enable-on-reboot ' enabled on the switch

- Drift in configuration created by deleting port channel

- Reloading of the switch

- As part of reconcilation, port channel was created but Eth <port> was not aggregated to channel-group.

Workaround: None
Recovery:

Execute manual Drift and Reconcile using this command:

" efa inventory drift-reconcile execute --ip <IP of device> --reconcile "

Parent Defect ID: EFA-7269 Issue ID: EFA-7269
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: During drift reconcile triggered because of maintenance mode enable-on-reboot configuration, interface configurations shown as drifted even though actual drift is not present on the SLX switch.
Condition:

This issue observed with below steps,

- Configured fabric/tenant/po/vrf/epg/bgp peer/peer-group

- Enabled maintenance mode enable-on-reboot on SLX switch.

- Reload SLX switch.

- Drift and Reconcile process shows drift for interface used in EPG which was not drifted.

Workaround: None
Recovery: EFA and SLX will be in sync when the drift and reconcile (triggered because of maintenance mode enable-on-reboot) is completed.
Parent Defect ID: EFA-7304 Issue ID: EFA-7304
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: While trying to upgrade from secure mode setup, the EFA installer prompts the user to choose between Secure mode and Standard mode.
Condition: This will be seen when proceeding through the menu options whenever an upgrade is performed.
Workaround: The user should choose secure if the current install is a secure-install. The user should choose non-secure if the current install is a non-secure install.
Parent Defect ID: EFA-7312 Issue ID: EFA-7312
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom:

Device setting parameters like health check enable, heartbeat miss threshold etc. shows as default values.

Drift-reconcile get triggered after default heartbeat miss threshold.

Condition: HA double fault failure.
Recovery:

Update device setting parameters once again using CLI.

$ efa inventory device setting update --ip <Device-ip> --maint-mode-enable-on-reboot <yes> --health-check-enable <yes> --health-check-interval <7m> --health-check-heartbeat-miss-threshold <3> --config-backup-periodic-enable <yes> --config-backup-interval <4m> --number-of-config-backups <10>

Parent Defect ID: EFA-7322 Issue ID: EFA-7322
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: Firmware-download 'Update State' shows 'In Progress' indefinitely when triggered on Active Node's SLX
Condition: When SLX firmware upgrade is initiated from the EFA (deployed in HA mode) on the same SLX device where EFA is co-resident and is current active node.
Workaround:

Recommended way to perform an SLX firmware upgrade from the EFA HA cluster being hosted by the same SLX devices:

Upgrade the standby EFA node SLX device.

Perform HA failover by stop/start active TPVM

Upgrade the old active or new standby EFA node SLX device.

Recovery:

workaround to allow the firmware download status details to be read from the device and updated in inventory DB. This can be triggered by the command -

"efa inventory device update'

Parent Defect ID: EFA-7326 Issue ID: EFA-7326
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: VRF used in EndpointGroup having invalid Target Network cause Drift & Reconcile operation to fail with error- "Target network is invalid"
Condition:

1) VRF is created with Invalid Target Network in earlier version of EFA (before EFA 2.3.0)

2) EndpointGroup is created with same VRF in earlier version of EFA (before EFA 2.3.0)

3) Drift and Reconcile operation is performed

Workaround: NA
Recovery:

1) Delete EndpointGroup using VRF having invalid Target Network

2) Delete VRF

3) Recreate VRF with valid Target Network

4) Recreate EndpointGroup with new VRF

Parent Defect ID: EFA-7345 Issue ID: EFA-7345
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: A single-node EFA install at version 2.2 failed to upgrade to 2.3.
Condition: EFA 2.2 to EFA 2.3 upgrade fails only when EFA 2.2 was upgraded (not fresh install) from EFA 2.1.
Recovery: Please see the section "Recover from an Upgrade Failure" in the EFA 2.3 Deployment Guide.
Parent Defect ID: EFA-3694 Issue ID: EFA-3694
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: Request processing takes longer time and CLI remains hung till the request is processed. EPG update may fail if the wait time is more than 16 minutes.
Condition:

1. Create EPG with 100 networks.

2. Update EPG with 20 ports/port-channels from one switch using "port-group-add" operation.

Workaround: There is no workaround.
Parent Defect ID: EFA-7389 Issue ID: EFA-7389
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: In a very rare scenario, http daemon may not start
Workaround: Reload SLX device
Parent Defect ID: EFA-7396 Issue ID: EFA-7396
Severity: S3 - Medium
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.1
Symptom: If EPG is in delete-pending state with partially cleaned up vlan config on port-channels, deleting the EPG could fail. EPG could remain in delete-pending state unless deleted with force option.
Condition: This condition can happen if EPGs in delete-pending state have partially cleaned up vlan configuration on port-channels. That is, the vlan configuration on port-channel is cleaned up on some devices. Deleting the EPG errors out stating that the configuration does not exist.
Workaround: Delete the EPG using 'force' option.
Recovery: No recovery required.
Parent Defect ID: EFA-7404 Issue ID: EFA-7404
Severity: S1 - Critical
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.1
Symptom: After firmware download devices from fabric shows a "cfg refresh error" state.
Condition: Inventory service discovery happened before lldp links got enabled on devices.
Workaround:
Recovery:

i) Wait for few 5-10 min.

ii) Update devices into Inventory.

[$ efa inventory device update --ip <IP address of devices separated by ','>]

iii) Complete firmware download for remaining device into fabric.

iv) Reconfigure the fabric to recover from "cfg resfreshed" state

[ $ efa fabric configure --name <Name>]

Parent Defect ID: EFA-7452 Issue ID: EFA-7452
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.1
Symptom: Maintenance mode triggered DRC (Drift and Reconcile) times out (and fails) with the scaled tenant configuration.
Condition:

1) Create Fabric with backup routing enabled and MM enable-on-reboot on all the fabric switches.

2) Create tenants.

3) Create around 60 POs .

4) Create around 8 VRFs with static route bfd.

5) Create around 700 L3 EPGs using the POs and VRFs created in (3) and (4) respectively.

6) Create around 35 BGP peer group and BGP peers.

7) Reboot the fabric switch(es) which will trigger DRC on the rebooted switch(es).

Recovery: With the scaled tenant configuration the DRC (Drift and Reconcile) can timeout (> 10 mins) but the same will run to completion in the background resulting in the reconciliation of the drifted configuration.
Parent Defect ID: EFA-7459 Issue ID: EFA-7459
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.1
Symptom: EFA firmware download fails
Condition: After starting EFA Firmware download the switch does not reboot and firmware download fails intermittently
Workaround: Retry EFA firmware download. If issue persists use SLX firmware download for that particular device.
Recovery: Not required
Parent Defect ID: EFA-7538 Issue ID: EFA-7538
Severity: S2 - High
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.1
Symptom:

The 'efa login' command does not work and responds with the message

"CLI Failed.

EFA services are not operational yet. Please check service state using 'efactl status' command and retry the login once the services are up

"

When executing 'efactl status' command it shows pods in the active node being in "Unkown" state.

Condition: Reloading both the SLX nodes multiple times.
Recovery:

Reload the standby SLX node first and after a while reload the active SLX node

Parent Defect ID: EFA-7565 Issue ID: EFA-7565
Severity: S2 – High
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.0
Symptom: Portchannel Deletion failed with error "invalid character 'B' looking for beginning of value"
Condition:

1) Tenant service is stopped/not running

2) Portchannel delete command run

Workaround: Not applicable
Recovery: Run Portchannel delete command when Tenant service is up and running
Parent Defect ID: EFA-7567 Issue ID: EFA-7567
Severity: S2 – High
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.2
Symptom: EFA Tenant service restarts
Condition:

1. Create BGP peer-group.

2. Try to delete the same BGP peer-group with a non-existing tenant name.

3. Tenant service will resstart

Workaround: Delete the BGP peer-group with the proper tenant name.
Recovery: System recovers by itself without any explicit user action
Parent Defect ID: EFA-7568 Issue ID: EFA-7568
Severity: S2 – High
Product: Extreme Fabric Automation Reported in Release: EFA 2.3.2
Symptom: Unable to re-install EFA in a multi-node environment after TPVM upgrade.
Condition: If TPVM upgrade is not performed using the procedure described in the deployment guide, under the section 'Upgrade SLX-OS, TPVM, and EFA Together'
Recovery:

1. Ensure that EFA backup is available before TPVMs were upgraded.

2. Uninstall the partial EFA deployment that has failed.

3. Perform a fresh installation of EFA.

4. Restore content in EFA using the backup available. The procedure is available in 'Backup And Restore' section in the Admin guide.