Hi Russ,
If you want the value, from the Avg column, for Tx or Rx bytes, then the OIDs you have listed are correct.
If however, you want the amount of bytes and packets, for Tx and Rx, then the following OIDs should be used:
.1.3.6.1.4.1.9.9.719.1.20.5.1.4 = cucsFcStatsBytesRx
.1.3.6.1.4.1.9.9.719.1.20.5.1.9 = cucsFcStatsBytesTx
.1.3.6.1.4.1.9.9.719.1.20.5.1.15 = cucsFcStatsPacketsRx
.1.3.6.1.4.1.9.9.719.1.20.5.1.20 = cucsFcStatsPacketsTx
Further to this, if you want to match against some of the other statistics, best way to identify what OID is necessary is to do the following. When you have the FC Port selected in the left pane (of UCSM), ensure that you have the statistics in the right hand pane. Then right-click on the FC Port #, and select "Copy XML". Also, take a screenshot of the current statistics before they are updated (to ensure you can compare the XML to screenshot). You can then paste the XML output into a text editor and search for the corresponding values seen in your screenshot. When you find the appropriate value, you will find the variable name to be the same as the OID name. So you can compare the name with the entires in Cisco-Unified-Computing-FC-MIB to identify the corresponding numerical OID.
Hope that helps
Regards,
Michael