cadSpMgtTriggerDay
CADANT-CMTS-SPECTRUM-MGMT-MIB ·
.1.3.6.1.4.1.4998.1.1.15.4.2.1.3.1.3
Object
The trigger day is to specify the reoccurrence of the TOD trigger for a week. The trigger day has the following defined values: 0: Sunday 1: Monday 2: Tuesday 3: Wednesday 4: Thursday 5: Friday 6: Saturday 7: Everyday
Context
- MIB
- CADANT-CMTS-SPECTRUM-MGMT-MIB
- OID
.1.3.6.1.4.1.4998.1.1.15.4.2.1.3.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cadSpMgtTriggerEntry
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 'CADANT-CMTS-SPECTRUM-MGMT-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CADANT-CMTS-SPECTRUM-MGMT-MIB::cadSpMgtTriggerDay'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CADANT-CMTS-SPECTRUM-MGMT-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CADANT-CMTS-SPECTRUM-MGMT-MIB::cadSpMgtTriggerDay.<cadSpMgtTriggerIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CADANT-CMTS-SPECTRUM-MGMT-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CADANT-CMTS-SPECTRUM-MGMT-MIB::cadSpMgtTriggerDay'
Syntax
- Source
- SpTriggerDay
- Base type
Enumeration
Values & Constraints
Type Values
0 | sunday |
1 | monday |
2 | tuesday |
3 | wednesday |
4 | thursday |
5 | friday |
6 | saturday |
7 | everyday |