Connectrix B-Series: Cannot get a SNMP output for certain OIDs when Virtual Fabrics (VF) are implemented

Riepilogo: Cannot get a SNMP output for certain OIDs when Virtual Fabrics (VF) are implemented

Questo articolo si applica a Questo articolo non si applica a Questo articolo non è legato a un prodotto specifico. Non tutte le versioni del prodotto sono identificate in questo articolo.

Sintomi



When running snmpwalk to query the OID "1.3.6.1.4.1.1588.2.1.1.1.6.2", the switch returns nothing.
The command being used is "snmpwalk -r:<switch IP address> -os:1.3.6.1.4.1.1588.2.1.1.1.6.2".
 

Causa

Virtual Fabric (VF) has been implemented on the switch.

According to Fabric OS Admin Guide:
When SNMPv3 request arrives with a particular user name, it executes in the home Virtual Fabric. From the SNMP manager, all SNMPv3 requests must have a home Virtual Fabric that is specified in the contextName field. When the home Virtual Fabric is specified, it will be converted to the corresponding switch ID and the home Virtual Fabric will be set. If the user does not have permission for the specified home Virtual Fabric, this request fails with an error code of noAccess.
The contextName field should have the format  VF:xxx , where xxx is the actual VF_ID, for example  VF:1 . If the contextName field is empty, then the home Virtual Fabric of the local Fabric OS user with the same name is used.

There are no ports included in the home Virtual Fabric of the user, so the switch did not return the expected output.

Risoluzione

To solve the issue, users have to use snmp v3 to specify the VF ID to get the port related OIDs, such as swFCPortTable  1.3.6.1.4.1.1588.2.1.1.1.6.2.x

1. Checking the snmpv3 configuration.

DS5100B_A:FID128:admin> snmpconfig --show snmpv3


command output 


2. Change one user to admin and leave the Auth Protocol as 'noAuth' and Priv Protocol as 'noPriv'.


DS5100B_A:FID128:admin> snmpconfig --set snmpv3


command output 


3. Specify the VF ID when using SnmpWalk.


SnmpWalk.exe -v:3 -sn:admin -cn:VF:<VF ID> -r:<switch IP address> -os: 1.3.6.1.4.1.1588.2.1.1.1.6.1 -op:1.3.6.1.4.1.1588.2.1.1.1.6.2.1.2


Or 'get all' by:


SnmpWalk.exe -v:3 -sn:admin -cn:VF:<VF ID> -r:<switch IP address> >filename.txt

Prodotti interessati

Connectrix
Proprietà dell'articolo
Numero articolo: 000064902
Tipo di articolo: Solution
Ultima modifica: 11 set 2025
Versione:  3
Trova risposta alle tue domande dagli altri utenti Dell
Support Services
Verifica che il dispositivo sia coperto dai Servizi di supporto.