ceaPortType
CISCO-ETHERNET-ACCESS-MIB ·
.1.3.6.1.4.1.9.9.466.1.2.1.1.1
Object
column r/w
Enumeration
The current configuration of the port. Only ports that are supported by the ceaPortCapability object can be set. Unspecified port type is any other port type than NNI, UNI or ENI. unspecified = Not UNI, or NNI, or ENI uni = User to Network Interface port type. nni = Network to Network Interface port type. eni = Enhanced UNI port type.
Context
- MIB
- CISCO-ETHERNET-ACCESS-MIB
- OID
.1.3.6.1.4.1.9.9.466.1.2.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ceaPortEntry
- Groups
- 1
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 'CISCO-ETHERNET-ACCESS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ETHERNET-ACCESS-MIB::ceaPortType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-ETHERNET-ACCESS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ETHERNET-ACCESS-MIB::ceaPortType.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-ETHERNET-ACCESS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-ETHERNET-ACCESS-MIB::ceaPortType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unspecified |
2 | uni |
3 | nni |
4 | eni |
Conformance
Member of
Compliance refinements
cEthernetAccessMIBCompliance
readonly
Write access is not required.