The (conceptual) table listing MSDP Mesh Group configuration.
The indexes of the table are msdpMeshGroupName, msdpMeshGroupPeerAddress.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.3.92.1.1.12.1.1 |
msdpMeshGroupName |
OCTET STRING{(1,64)} |
not-accessible |
The name of the mesh group. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.3.92.1.1.12.1.2 |
msdpMeshGroupPeerAddress |
IpAddress |
not-accessible |
A peer address that is a member of the mesh group with name msdpMeshGroupName. The msdpMeshGroupPeerAddress must match a row in the msdpPeerTable. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.3.92.1.1.12.1.3 |
msdpMeshGroupStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
This entry's status, by which new entries may be added to the table and old entries deleted. msdpMeshGroupName and msdpMeshGroupPeerAddress must be set to valid values before the row can be activated. Since these are the table's INDEX, a row can be activated by simply setting the msdpMeshGroupStatus variable. It is not possible to modify other columns in the same conceptual row when the status value is active(1), because the only other objects in the row are part of the INDEX. Changing one of these changes the row, so an old row must be deleted and a new one created. |
The actually supported access is read-only. Currently, the Set operation is not supported. When you perform the Get operation on this object, 1 is returned. |