rcSysRmonEnable
RAPID-CITY-VSP ·
.1.3.6.1.4.1.2272.1.1.23
Object
Control whether the RMON feature should be
enabled.
To enable the RMON feature, set this variable to
true. The RMON agent in the device will get
started immediately if the amount of memory
specified by rcSysRmonMemSize is currently
available in the device.
To disable the RMON feature, set this variable to
false, save the new setting to NVRAM, and reboot
the device. After the device is rebooted the
RMON agent will not be operational.
Context
- MIB
- RAPID-CITY-VSP
- OID
.1.3.6.1.4.1.2272.1.1.23- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- rcSystem
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 'RAPID-CITY-VSP' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAPID-CITY-VSP::rcSysRmonEnable.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAPID-CITY-VSP' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAPID-CITY-VSP::rcSysRmonEnable'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |