marsVcCtrlType
IPATM-IPMC-MIB ·
.1.3.6.1.2.1.57.2.5.1.8
Object
column r/w
Enumeration
Control VC type used to specify a particular connection. pointToPointVC (1): used by the ATM endpoints (clients) or the MCS for registration and queries. This VC is set up from a MARS client and MCS to this MARS. It is a bi-directional VC. clusterControlVC (2): used by MARS to issue asynchronous updates to ATM an ATM client. This VC is established from the MARs to the ATM client. serverControlVC (3): used by MARS to issue asynchronous update to ATM multicast servers. This type of VC exists when at least a MCS is being used.
Context
- MIB
- IPATM-IPMC-MIB
- OID
.1.3.6.1.2.1.57.2.5.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- marsVcEntry
- 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::marsVcCtrlType'
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::marsVcCtrlType.<marsIndex>.<marsIfIndex>.<marsVcVpi>.<marsVcVci>.<marsVcPartyAddr>'
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::marsVcCtrlType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | pointToPointVC |
2 | clusterControlVC |
3 | serverControlVC |
Conformance
Member of
Compliance refinements
marsServerCompliance
readonly
Write access is not required.