marsSsn
IPATM-IPMC-MIB ·
.1.3.6.1.2.1.57.2.1.1.10
Object
Current server sequence number (SSN) which is global within the context of a given protocol. The SSN is incremented by the MARS on every transmission of a message on ServerControlVC. A MCS uses the SSN to track the message loss on ServerControlVC or to monitor a membership change.
Context
- MIB
- IPATM-IPMC-MIB
- OID
.1.3.6.1.2.1.57.2.1.1.10- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- marsEntry
- Groups
- 1
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 'IPATM-IPMC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPATM-IPMC-MIB::marsSsn'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPATM-IPMC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPATM-IPMC-MIB::marsSsn.<marsIndex>.<marsIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPATM-IPMC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPATM-IPMC-MIB::marsSsn'
Syntax
- Source
- SNMPv2-SMIUnsigned32
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295
Conformance
Member of
Compliance refinements
marsServerCompliance
readonly
Write access is not required.