pvxEthSrvcMECciInterval
PACKET-VX-BRIDGE-MIB ·
.1.3.6.1.4.1.18070.2.2.1.14.2.18.1.14
Object
column r/w
Enumeration
Indicates the interval at which CCMs are sent by a MEP.
The possible values are:
intervalInvalid(0) No CCMs are sent (disabled).
interval300Hz(1) CCMs are sent every 3 1/3 milliseconds
(300Hz).
interval10ms(2) CCMs are sent every 10 milliseconds.
interval100ms(3) CCMs are sent every 100 milliseconds.
interval1s(4) CCMs are sent every 1 second.
interval10s(5) CCMs are sent every 10 seconds.
interval1min(6) CCMs are sent every minute.
interval10min(7) CCMs are sent every 10 minutes.
Default value is set to interval1s by the system.
Context
- MIB
- PACKET-VX-BRIDGE-MIB
- OID
.1.3.6.1.4.1.18070.2.2.1.14.2.18.1.14- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- pvxEthServiceEntry
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 'PACKET-VX-BRIDGE-MIB' -M '/opt/observium/mibs/bti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PACKET-VX-BRIDGE-MIB::pvxEthSrvcMECciInterval'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PACKET-VX-BRIDGE-MIB' -M '/opt/observium/mibs/bti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PACKET-VX-BRIDGE-MIB::pvxEthSrvcMECciInterval.<pvxEthSrvcSwitchIdx>.<pvxEthSrvcName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PACKET-VX-BRIDGE-MIB' -M '/opt/observium/mibs/bti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PACKET-VX-BRIDGE-MIB::pvxEthSrvcMECciInterval'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | intervalInvalid |
2 | interval300Hz |
3 | interval10ms |
4 | interval100ms |
5 | interval1s |
6 | interval10s |
7 | interval1min |
8 | interval10min |