Known issues For 8360 SwitchesinAOS-CX10.06.0220

The following are known open issues with this branch of the software. TheSymptomstatement describes what a user might experience if this is seen on the network. TheScenariostatement provides additional environment details and trigger summaries. When available, theWorkaroundstatement provides a workaround to the issue.

Category

Bug ID

Description

ARP

225395

Symptom: When the IP address is configured immediately after configuring SVI in shutdown mode, the NDM module configures the IP in the cache but does not delete it if the IP address is deleted and changed while the port is still shut down.

Scenario: This issue occurs while changing the IP address for a VLAN in shutdown mode and assigning that IP to a VM.

Workaround: Delete the VLAN interface.

BGP

37739

Symptom:In use-cases where the same set of routes can be leaked from one VRF to another and can be received from an iBGP peer, the routes get installed as ECMP routes.

Scenario:In a multi-VRF environment, while performing mutual route leaking on the VRRP peers with BGP neighborship established in between and towards the upstream network, the switch installs both routes as ECMP instead of preferring the leaked route.

处理:Use route-maps to give lower/higher preference to the routes received from an iBGP peer. For example:

!

路线图rmap允许seq 10

set local-preference 50

!

router bgp 100

vrf red

neighbor 1.1.1.2 remote-as 100

address-family ipv4 unicast

neighbor 1.1.1.2 activate

neighbor 1.1.1.2 route-map rmap in

exit-address-family

In the above example configuration, since a lower value of local-preference (that is, 50, whereas the default value is 100) has been set to the routes received from the iBGP peer, the leaked routes get preferred and get installed as best routes.

OSPF

08491

Symptom/Scenario:OSPFv2 and OSPFv3 do not support detailed LSAshowcommands.

处理:Use thediag ospf[v6] lsdb dumpcommand under thediagnosticsmenu to view LSA details.

多联机

72044

Symptom:The switch fails to program routes for some VRFs if the VRF name is over 31 characters.

Scenario:When configuring multiple VRFs with names matching up to the first 31 characters, the switch fails to correctly program some route entries.

处理:Configure VRF names with less than 31 characters.

VRRP

24910

Symptom:Unable to configure the same IPv6 link-local address as the primary virtual IP address under different VRFs.

Scenario:Unique virtual link-local addresses have to be configured for all VRRP IPv6 instances irrespective of VRF.

处理:Do not use the same virtual link-local address across different VRFs.