marsVcPartyAddrType
IPATM-IPMC-MIB ·
.1.3.6.1.2.1.57.2.5.1.6
Object
column r/w
Enumeration
The party type is associated with the party address. The 'called (1)' indicates that the party address is a destination address which implies that VC is originated from this MARS. The 'calling (2)' indicates the VC was initiated externally to this MARS. The party address is the source address.
Context
- MIB
- IPATM-IPMC-MIB
- OID
.1.3.6.1.2.1.57.2.5.1.6- 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::marsVcPartyAddrType'
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::marsVcPartyAddrType.<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::marsVcPartyAddrType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | called |
2 | calling |
Conformance
Member of
Compliance refinements
marsServerCompliance
readonly
Write access is not required.