adGenMuxPTimingPrimarySourceSelection
ADTRAN-GENMUXPONDER-MIB ·
.1.3.6.1.4.1.664.5.70.26.5.1.1.1.1
Object
column r/w
Enumeration
The timing source selection for the primary timing source. If the timing
source selection is an Interface or InterfaceFixed, the interface index
must be provisioned using the adGenMuxPTimingPrimarySourceInterface OID.
The timing source selection options are:
system(1) - When this option is selected, timing is derived from the system.
interface(2) - When this option is selected as a timing source on a standalone card,
timing is derived from the specified interface. When specified for a
redundant pair of cards, timing is derived from the online interface
and timing source will move during a failover event.
interfaceFixed(3) - When this option is selected as a timing source on a standalone card
or a redundant pair of cards, timing is derived from the specified interface.
The timing source remains fixed and will not move during a failover event.
Context
- MIB
- ADTRAN-GENMUXPONDER-MIB
- OID
.1.3.6.1.4.1.664.5.70.26.5.1.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- adGenMuxPTimingProvEntry
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 'ADTRAN-GENMUXPONDER-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENMUXPONDER-MIB::adGenMuxPTimingPrimarySourceSelection'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-GENMUXPONDER-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENMUXPONDER-MIB::adGenMuxPTimingPrimarySourceSelection.<adGenSlotInfoIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-GENMUXPONDER-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-GENMUXPONDER-MIB::adGenMuxPTimingPrimarySourceSelection'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | system |
2 | interface |
3 | interfaceFixed |