ipCfgCtlAction
ECS4210-MIB ·
.1.3.6.1.4.1.259.10.1.42.101.1.10.18.6
Object
scalar r/w
Enumeration
Action for set a IP address . When this object is set to create(2), the specified IP address is created. When this object is set to destroy(3), the specified IP address will be destroyed. When this object is read, it always has the value of noAction(1). For L2 device, when object is set to create(2) , the specified IPv4 address will repleace original specified IPv4 address, when object is set to destroy, the original specificed IPv4 address will be cleared.
Context
- MIB
- ECS4210-MIB
- OID
.1.3.6.1.4.1.259.10.1.42.101.1.10.18.6- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- ipCfgMgt
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 'ECS4210-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4210-MIB::ipCfgCtlAction.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECS4210-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECS4210-MIB::ipCfgCtlAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noAction |
2 | create |
3 | destroy |