marsClientVcCtrlType
IPATM-IPMC-MIB ·
.1.3.6.1.2.1.57.1.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 Client to a MARS. It is bi-directional. clusterControlVC (2): used by a MARS to issue asynchronous updates to an ATM Client. This VC is established from the MARS to the ATM Client. pointToMultiPointVC (3): used by the client to transfer multicast data packets from layer 3. This VC is established from the source ATM Client to a destination ATM endpoint which can be a multicast group member or an MCS. The destination endpoint was obtained from the MARS.
Context
- MIB
- IPATM-IPMC-MIB
- OID
.1.3.6.1.2.1.57.1.4.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- marsClientVcEntry
- 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::marsClientVcCtrlType'
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::marsClientVcCtrlType.<ipAdEntAddr>.<marsClientIndex>.<marsClientVcVpi>.<marsClientVcVci>.<marsClientVcMinGrpAddr>.<marsClientVcMaxGrpAddr>.<marsClientVcPartyAddr>'
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::marsClientVcCtrlType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | pointToPointVC |
2 | clusterControlVC |
3 | pointToMultiPointVC |
Conformance
Member of
Compliance refinements
marsClientCompliance
readonly
Write access is not required.