rlSntpBroadcastInetMode
EDGECORE-TIMESYNCHRONIZATION-MIB ·
.1.3.6.1.4.1.259.10.1.14.89.92.2.2.15.1.3
Object
column r/w
Enumeration
SNTP/NTP Broadcast Mode.
none - no broadcast SNTP packets are received or sent.
Receive - host only receive SNTP packets that were sent
to broadcast address (were not directed to
the host). This is multicast mode in the RFC.
Send - host only send SNTP packets and wait for replies
directed to the host. This is anycast mode in
the RFC.
ReceiveSend - host receive broadcast messages (destination
is broadcast address in the received messages)
and send SNTP packets to wait for replies
directed to the host (destination address
of the reply is the host address). This mode
combines anycast and multicast modes in the
RFC.
Context
- MIB
- EDGECORE-TIMESYNCHRONIZATION-MIB
- OID
.1.3.6.1.4.1.259.10.1.14.89.92.2.2.15.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rlSntpBroadcastInetEntry
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 'EDGECORE-TIMESYNCHRONIZATION-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EDGECORE-TIMESYNCHRONIZATION-MIB::rlSntpBroadcastInetMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EDGECORE-TIMESYNCHRONIZATION-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EDGECORE-TIMESYNCHRONIZATION-MIB::rlSntpBroadcastInetMode.<rlSntpBroadcastInetIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EDGECORE-TIMESYNCHRONIZATION-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EDGECORE-TIMESYNCHRONIZATION-MIB::rlSntpBroadcastInetMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | receive |
3 | send |
4 | receiveSend |