|
|
Description:
|
connSoftPvcEstablishedSrcInf OBJECT-TYPE
SYNTAX Opaque
ACCESS read-only
STATUS mandatory
DESCRIPTION
"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 )
+-----------------+"
|
|
|
|