microsoft / AzureStackHCI-Network-Switch-Validation

Validates network switch according to the MSFT definitions and Switch Requirements for AzureStack
MIT License
4 stars 3 forks source link

Supermicro - SSE-7132S Switch - Error opening interface Eth0 #29

Closed ShivaniHIR closed 1 year ago

ShivaniHIR commented 1 year ago

Environment data (Device tested, inputs): DUT: SSE-7132S using sonic software version 3.1.0.13 , LLDP neighbouship and 10 VLANs setup on DUT and LLDP enabled on host device.

LLDP packets from both sides are available as observed in wireshark capture.

Output from tool (Attached) Result.log

bkablawi commented 1 year ago

Hello, based on the log, it seems the wrong adapter port has been input, and therefore no package is being detected. Please review adapter port input and try again.

ShivaniHIR commented 1 year ago

I am using Windows Server 2019 and ifIndex of the e1 interface.

bkablawi commented 1 year ago

Hello,

Is the ifIndex of the e1 interface being obtained from running Get-NetAdapter on the switch being tested? Ensure that the network adapter is the one you intend to use for testing. Below is an example from our test environment where we are using pnic01, which would mean we utilize ifIndex 5.

image

ShivaniHIR commented 1 year ago

Hi, We are still facing errors, and I have emailed you with the details. Thank you.

bkablawi commented 1 year ago

Interface open is now functional. Closing issue.