arrisCmDevProvMethodIndicator
ARRIS-CM-DEVICE-MIB ·
.1.3.6.1.4.1.4115.1.3.1.1.2.3.2
Object
Indicates the method used to provision the device. This object should only be
changed by the configuration file. The following provisioning methods are supported:
docsisOnly(0) - DOCSIS-only provisioning
fullPacketCable(1) - fully PacketCable compliant provisioning
packetCableMinusKDC(2) - same as 'fullPacketCable', except with IPSEC and
SNMPv3 disabled
cps(3) - compatible with CPS2000 (SNMPv2; IPSEC disabled)
gupi(4) - SNMPv2, with no SNMP Informs and IPSEC disabled
singleMAC(5) - single config file (SNMPv2, single IP address,
single MAC address, no SNMP Informs, IPSEC disabled
basic1(6) - SNMPv2, without the SNMP Enrollment and Status Informs
basic2(7) - SNMPv2, without the SNMP Enrollment Inform)
gupiEncryptedMtaConfig(8) - Same a gupi(4) above with the MTA config file encrypted
useing an Arris proprietary method.
gupiMacMta(9) - gupi provisioning that uses MTA MAC address as the MTA config
file name. (ie- 1337c0ded00d.bin)
gupiEncryptedMacMta(10) - gupi encrypted mta config provisioning that uses MTA MAC address
as the MTA config file name. (ie- 1337c0ded00d.bin)
gupiTftpSvrOverride(11) - gupi provisioning where the FQDN of the MTA TFTP server is expected to
be present in the MIB arrisMtaDevTFTPServerAddrOverrideFQDN
Context
- MIB
- ARRIS-CM-DEVICE-MIB
- OID
.1.3.6.1.4.1.4115.1.3.1.1.2.3.2- Type
- scalar
- Access
- readwrite
- Status
- deprecated
- Parent
- arrisCmDevOperationalSetup
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 'ARRIS-CM-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-CM-DEVICE-MIB::arrisCmDevProvMethodIndicator.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARRIS-CM-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARRIS-CM-DEVICE-MIB::arrisCmDevProvMethodIndicator'
Syntax
- Source
- ArrsCmDevProvMethod
- Base type
Enumeration
Values & Constraints
Type Values
0 | docsisOnly |
1 | fullPacketCable |
2 | packetCableMinusKDC |
3 | cps |
4 | gupi |
5 | singleMAC |
6 | basic1 |
7 | basic2 |
8 | gupiEncryptedMtaConfig |
9 | gupiMacMta |
10 | gupiEncryptedMacMta |
11 | gupiTftpSvrOverride |