cienaCesIpDataInterfaceRole
CIENA-CES-IP-INTERFACE-MIB ·
.1.3.6.1.4.1.1271.2.1.8.1.1.3.1.25
Object
column Enumeration
The Role State of the IP Interface. The default role is control-plane, which is the regular MPLS L3 interface. When role is specified as connectivity, it is used for EVC Ping feature. When role is specified as benchmark it is used for RFC 2544 Benchmark feature.
Context
- MIB
- CIENA-CES-IP-INTERFACE-MIB
- OID
.1.3.6.1.4.1.1271.2.1.8.1.1.3.1.25- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cienaCesIpDataInterfaceEntry
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 'CIENA-CES-IP-INTERFACE-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIENA-CES-IP-INTERFACE-MIB::cienaCesIpDataInterfaceRole'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CIENA-CES-IP-INTERFACE-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIENA-CES-IP-INTERFACE-MIB::cienaCesIpDataInterfaceRole.<cienaCesIpDataInterfaceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CIENA-CES-IP-INTERFACE-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CIENA-CES-IP-INTERFACE-MIB::cienaCesIpDataInterfaceRole'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | controlplane |
2 | connectivity |
3 | benchmark |