marsMcsVcCtrlType
IPATM-IPMC-MIB ·
.1.3.6.1.2.1.57.3.4.1.8
Object
column r/w
Enumeration
Control VC type used to specify a particular connection. pointToPointVC (1): used by the ATM Clients for the registration and queries. This VC or the initial signalling path is set up from the source MCS to a MARS. It is bi-directional. serverControlVC (2): used by a MARS to issue asynchronous updates to an ATM Client. This VC is established from the MARS to the MCS. pointToMultiPointVC (3): used by the client to transfer multicast data packets from layer 3. This VC is established from this VC to a cluster member.
Context
- MIB
- IPATM-IPMC-MIB
- OID
.1.3.6.1.2.1.57.3.4.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- marsMcsVcEntry
- 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::marsMcsVcCtrlType'
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::marsMcsVcCtrlType.<marsMcsIndex>.<marsMcsIfIndex>.<marsMcsVcVpi>.<marsMcsVcVci>.<marsMcsVcMinGrpAddr>.<marsMcsVcMaxGrpAddr>.<marsMcsVcPartyAddr>'
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::marsMcsVcCtrlType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | pointToPointVC |
2 | serverControlVC |
3 | pointToMultiPointVC |
Conformance
Member of
Compliance refinements
marsMcsCompliance
readonly
Write access is not required.