h3cDomainSchemeMode
H3C-DOMAIN-MIB ·
.1.3.6.1.4.1.2011.10.2.46.2.2.1.2
Object
The scheme mode of the domain. Setting h3cDomainSchemeMode to none(1) indicates the domain has none scheme. Setting h3cDomainSchemeMode to local(2) indicates the domain will use local-server as a scheme. Setting h3cDomainSchemeMode to radius(3), tacacs(4) or ldap(5) indicates the domain will use radius, tacacs or ldap scheme. If set h3cDomainSchemeMode to radius(3), tacacs(4) or ldap(5), h3cDomainAuthSchemeName and h3cDomainAcctSchemeName must be set to valid values. And if h3cDomainSchemeMode is set to none(1) or local(2), the value of h3cDomainAuthSchemeName and h3cDomainAcctSchemeName will be ignored.
Context
- MIB
- H3C-DOMAIN-MIB
- OID
.1.3.6.1.4.1.2011.10.2.46.2.2.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- h3cDomainSchemeEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'H3C-DOMAIN-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-DOMAIN-MIB::h3cDomainSchemeMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'H3C-DOMAIN-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-DOMAIN-MIB::h3cDomainSchemeMode.<h3cDomainName>.<h3cDomainSchemeIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'H3C-DOMAIN-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'H3C-DOMAIN-MIB::h3cDomainSchemeMode'
Syntax
- Source
- H3cModeOfDomainScheme
- Base type
Enumeration
Values & Constraints
Type Values
1 | none |
2 | local |
3 | radius |
4 | tacacs |
5 | ldap |