connSoftPvcEstablishedSrcInf
NEC-MIB ·
.1.3.6.1.4.1.119.2.3.14.9.4.6.1.1
Object
The calling node information of the Soft PVPC/PVCC
established as called side office by the node.
The structure of the entry is as follows
struct {
long SrcAtmAddressFormat;
long SrcAtmAddressLength;
char SrcAtmAddress[20];
};
(*1) 'long' data should be stored with 'big endian'.
(*2) For SrcAtmAddress data, if it is less than 20 byte,
the data padded by '0xf' shall be stored.
This information is divided into up to 32 pieces, and each
piece is put into the head 4 bytes (count) of an entry. The
data which contains the number of the entries is described
below.
+-----------------+
| count | (= n)
+-----------------+
| EstSrcInf 1 |
|.................|
| EstSrcInf 2 |
|.................|
| . |
| . |
| . |
|.................|
| EstSrcInf n | ( 1 <= n <= 32 )
+-----------------+
Context
- MIB
- NEC-MIB
- OID
.1.3.6.1.4.1.119.2.3.14.9.4.6.1.1- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- connSoftPvcEstablishedSrcInfEntry
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 'NEC-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NEC-MIB::connSoftPvcEstablishedSrcInf'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NEC-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NEC-MIB::connSoftPvcEstablishedSrcInf.<connSoftPvcEstSrcInfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NEC-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NEC-MIB::connSoftPvcEstablishedSrcInf'
Syntax
- Source
- RFC1155-SMIOpaque
- Base type
OctetString
Values & Constraints
No enumerated values or constraints recorded.