Turn on suggestions
![]() Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
|
11-17-2017 01:47 PM
We then attempted to configure the switch in Virtual Wisdom the configuration fails with a null error.
snmpwalk on the DCX shows the mib not returning anything from the 1.3.6.1.2.1.3 section:
visvc@viportal:~> snmpwalk -v 3 -l noAuthNoPriv -u snmpuser1 10.94.96.47 1.3.6.1.3 -O n a8cdef201
.1.3.6.1.3 = No Such Object available on this agent at this OID
Anyone know what this means?
Thanks.
Wayne
11-18-2017 07:06 PM
You didn't provide your FOS version, so I guessed. Here's the entry for 7.4.0:
Object group name OID Supported
11-20-2017 11:36 AM
They are running FOS 7.4.1d.
11-29-2017 08:58 AM
Hi,
Try the system group which all systems need to support, e.g.
snmpwalk -v 3 -l noAuthNoPriv -u snmpuser1 10.94.96.47 1.3.6.1.2.1.1 -O n a8cdef201
if no reply, please provide the snmpconfig --show snmpv3 please
12-04-2017 01:25 PM
Please find the output.
lwlksan1:$ snmpwalk -v 3 -l noAuthNoPriv -u snmpuser1 10.94.96.47 1.3.6.1.2.1.1 -O n a8cdef201
.1.3.6.1.2.1.1.1.0 = STRING: Fibre Channel Switch.
.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.1588.2.1.1.62
.1.3.6.1.2.1.1.3.0 = Timeticks: (166548800) 19 days, 6:38:08.00
.1.3.6.1.2.1.1.4.0 = STRING: Field Support.
.1.3.6.1.2.1.1.5.0 = STRING: b8rtpa201
.1.3.6.1.2.1.1.6.0 = STRING: End User Premise.
.1.3.6.1.2.1.1.7.0 = INTEGER: 79
lwlksan1:$
12-06-2017 07:32 AM
Hi,
so you can query the switch correctly. Now, it might be that you need add a context with FID for any logical switches (-n "VF:<fid>") if you are using virtual fabrics ...