mvr6ProfileAction
FS-MIB ·
.1.3.6.1.4.1.52642.2.1.45.1.66.4.1.3
Object
column r/w
Enumeration
Set this object to create(1) to associate profile. Set this object to destory(2) to deassociate profile. When the action is complete, this object becomes noAction(0).
Context
- MIB
- FS-MIB
- OID
.1.3.6.1.4.1.52642.2.1.45.1.66.4.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mvr6DomainAssociatedProfileEntry
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 'FS-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-MIB::mvr6ProfileAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FS-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-MIB::mvr6ProfileAction.<mvr6ProfileDomainId>.<mvr6ProfileId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-MIB::mvr6ProfileAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | noAction |
1 | create |
2 | destory |