snMspsSntpClientAddressingMode
SN-MSPS-SCX-MIB ·
.1.3.6.1.4.1.4329.20.1.1.1.1.19.1.3
Object
scalar r/w
Enumeration
unicast:
- SNTP client operates in a point-to-point fashion. A unicast
client sends a request to a designated server at its unicast address
and expects a reply from which it can determine the time and,
optionally, the round-trip delay and local clock ofsnMspset relative to
the server.
broadcast:
- SNTP client operates in a point-to-multipoint fashion. The SNTP
server uses an IP local broadcast address instead of a multicast
address. The broadcast address is scoped to a single subnet, while a
multicast address has Internet wide scope.
multicast:
- SNTP client operates in point-to-multipoint fashion. The SNTP server
uses a multicast group address to send unsolicited SNTP messages to
clients. The client listens on this address and sends no requests for
updates.
anycast:
- SNTP client operates in a multipoint-to-point fashion. The SNTP
client sends a request to a designated IPv4 or IPv6 local broadcast
address or multicast group address. One or more anycast servers reply
with their individual unicast addresses.
Context
- MIB
- SN-MSPS-SCX-MIB
- OID
.1.3.6.1.4.1.4329.20.1.1.1.1.19.1.3- Type
- scalar
- Access
- readwrite
- Status
- current
- Default
unicast- Parent
- snMspsSntpClient
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 'SN-MSPS-SCX-MIB' -M '/opt/observium/mibs/siemens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SN-MSPS-SCX-MIB::snMspsSntpClientAddressingMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SN-MSPS-SCX-MIB' -M '/opt/observium/mibs/siemens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SN-MSPS-SCX-MIB::snMspsSntpClientAddressingMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unicast |
2 | broadcast |
3 | multicast |
4 | anycast |