hpnicfDomainSchemeMode
HPN-ICF-DOMAIN-MIB ·
.1.3.6.1.4.1.11.2.14.11.15.2.46.2.2.1.2
Object
The scheme mode of the domain. Setting hpnicfDomainSchemeMode to none(1) indicates the domain has none scheme. Setting hpnicfDomainSchemeMode to local(2) indicates the domain will use local-server as a scheme. Setting hpnicfDomainSchemeMode to radius(3), tacacs(4) or ldap(5) indicates the domain will use radius, tacacs or ldap scheme. If set hpnicfDomainSchemeMode to radius(3), tacacs(4) or ldap(5), hpnicfDomainAuthSchemeName and hpnicfDomainAcctSchemeName must be set to valid values. And if hpnicfDomainSchemeMode is set to none(1) or local(2), the value of hpnicfDomainAuthSchemeName and hpnicfDomainAcctSchemeName will be ignored.
Context
- MIB
- HPN-ICF-DOMAIN-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.15.2.46.2.2.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hpnicfDomainSchemeEntry
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 'HPN-ICF-DOMAIN-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-DOMAIN-MIB::hpnicfDomainSchemeMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HPN-ICF-DOMAIN-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-DOMAIN-MIB::hpnicfDomainSchemeMode.<hpnicfDomainName>.<hpnicfDomainSchemeIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HPN-ICF-DOMAIN-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HPN-ICF-DOMAIN-MIB::hpnicfDomainSchemeMode'
Syntax
- Source
- HpnicfModeOfDomainScheme
- Base type
Enumeration
Values & Constraints
Type Values
1 | none |
2 | local |
3 | radius |
4 | tacacs |
5 | ldap |