deployProvConnCommand
FspR7-MIB ·
.1.3.6.1.4.1.2544.1.11.2.5.5.4
Object
This object is used to create or destroy rows in intraNeConnectionsTable. To create a row in that table, set this object to create(2) and deployConnType, deployConnEndpointA, deployConnEndpointB in one request. To remove a row set this object to destroy(3) and deployConnEndpointA in one request.
Context
- MIB
- FspR7-MIB
- OID
.1.3.6.1.4.1.2544.1.11.2.5.5.4- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- connectionDeployProv
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FspR7-MIB' -M '/opt/observium/mibs/adva:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FspR7-MIB::deployProvConnCommand.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FspR7-MIB' -M '/opt/observium/mibs/adva:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FspR7-MIB::deployProvConnCommand'
Syntax
- Source
- FspR7ConnCommand
- Base type
Enumeration
Values & Constraints
Type Values
0 | undefined |
1 | none |
2 | create |
3 | destroy |
4 | forceCreate |
5 | forceDestroy |