rcPortInterfaceType
RC-PORT-MIB ·
.1.3.6.1.4.1.2272.1.4.10.1.1.92
Object
column r/w
Enumeration
This value indicates whether a port is of type <normal/si lent/uni>. A port can be included in any EVPN service only if this attribute is set to uni. If the port is not part of any VLAN the interface-type is set to silent. Before adding a port to a VLAN the interface type should be changed to normal.
Context
- MIB
- RC-PORT-MIB
- OID
.1.3.6.1.4.1.2272.1.4.10.1.1.92- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcPortEntry
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 'RC-PORT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-PORT-MIB::rcPortInterfaceType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-PORT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-PORT-MIB::rcPortInterfaceType.<rcPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-PORT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-PORT-MIB::rcPortInterfaceType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normal |
2 | silent |
3 | uni |