cifsSecurityModel
NETAPP-MIB ·
.1.3.6.1.4.1.789.1.7.1.11
Object
scalar Enumeration
Which type of authentication semantics (Unix or PC) are in use for PC access to Unix files on the filer. If Unix semantics are in use, no ACL on a Unix file is ever checked. If PC semantics are in use, the share level ACL on the share containing the file is used for authentication instead of the group portion of the permissions on the file.
Context
- MIB
- NETAPP-MIB
- OID
.1.3.6.1.4.1.789.1.7.1.11- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- cifsOptions
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETAPP-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETAPP-MIB::cifsSecurityModel.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETAPP-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETAPP-MIB::cifsSecurityModel'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unix |
2 | pc |