CISCO-ETHERNET-ACCESS-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-ETHERNET-ACCESS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoEthernetAccessMIB 1.3.6.1.4.1.9.9.466
The tables defined by this MIB module contain a collection of managed objects that are general in nature and apply to an edge device in an organizations network, e.g. a Metro Ethernet network. An edge device, is a customer located equipment, this is the first device which will connect the Service Provider's network and map subscriber traffic into the next layer. The access media could be either CAT5 or fiber. The access device (edge device) can be designed for DSL, Ethernet or other technologies, however, this MIB is designed for Ethernet. Terminology: UNI - User to Network Interface NNI - Network to Network Interface. ENI - Enhanced Network Interface. Enhanced UNI port. module/device - In an environment (specifically, in an SNMP context) consisting of a single chassis which can contain multiple cards, the term 'module' refers to a card and the term 'device' refers to the whole chassis. In an environment where multiple chassis are 'stacked' together, the term 'module' refers to a chassis and the term 'device' refers to the whole stack. In an environment containing only a single chassis without removable cards, the terms 'device' and 'module' both refer to the chassis and its contents.
         ciscoEthernetAccessMIBObjects 1.3.6.1.4.1.9.9.466.1
             ceaGlobals 1.3.6.1.4.1.9.9.466.1.1
                 ceaMaxNNIPorts 1.3.6.1.4.1.9.9.466.1.1.1 integer32 read-only
The max number of interfaces per module for which the ceaPortType can have the value 'nni'. The value of 0 is returned by this object if there is no limitation to the number of NNI ports.
                 ceaMaxUNIVlanCommunityPorts 1.3.6.1.4.1.9.9.466.1.1.2 integer32 read-only
The maximum number of ports on this device for which the ceaUNIVlanType object can have the value 'community'. The value of 0 is returned by this object if there is no limitation to the number of UNI VLAN Communities.
             ceaConfig 1.3.6.1.4.1.9.9.466.1.2
                 ceaPortTable 1.3.6.1.4.1.9.9.466.1.2.1 no-access
This table contains Ethernet port specific information. There exists an entry for each Ethernet port with an ifType of 6 (ethernetCsmacd) in this table. Note that the maximum number of NNI ports that can be configured per module on this device is given by the value of ceaMaxNNIPorts.
                     ceaPortEntry 1.3.6.1.4.1.9.9.466.1.2.1.1 no-access
A set of Ethernet port specific parameters for a device which can be configured with a mixture of port types defined by the ceaPortType object.
                         ceaPortType 1.3.6.1.4.1.9.9.466.1.2.1.1.1 integer read-write
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. Enumeration: 'uni': 2, 'nni': 3, 'unspecified': 1, 'eni': 4.
                         ceaPortCapability 1.3.6.1.4.1.9.9.466.1.2.1.1.2 bits read-only
Types supported by the Ethernet port. If a port doesn't support the port type the ceaPortType will not allow set of the unsupported type. nni = Port supports NNI. uni = Port supports UNI. eni = Port supports ENI. Bits: 'uni': 1, 'nni': 0, 'eni': 2.
                 ceaUNIVlanTable 1.3.6.1.4.1.9.9.466.1.2.2 no-access
This table contains UNI VLAN information for all the VLANs which currently exist on this device. The number of UNI ports that can belong to a VLAN type 'community' is limited by the ceaMaxUNIVlanCommunityPorts object.
                     ceaUNIVlanEntry 1.3.6.1.4.1.9.9.466.1.2.2.1 no-access
There is an entry in this table for each VLAN that exist on this device.
                         ceaUNIVlanType 1.3.6.1.4.1.9.9.466.1.2.2.1.1 ceavlanunitype read-write
Indicates the VLAN type defined for the UNI VLAN.
         ciscoEthernetAccessMIBConform 1.3.6.1.4.1.9.9.466.2
             cEthernetAccessMIBCompliances 1.3.6.1.4.1.9.9.466.2.1
                 cEthernetAccessMIBCompliance 1.3.6.1.4.1.9.9.466.2.1.1
The compliance statement for entities that implement the CISCO-ETHERNET-ACCESS-MIB. Implementation of this MIB is mandatory for any platform that have Ethernet UNI/NNI capable interfaces.
             cEthernetAccessMIBGroups 1.3.6.1.4.1.9.9.466.2.2
                 ceaPortGroup 1.3.6.1.4.1.9.9.466.2.2.1
A collection of managed objects defining port types.
                 ceaVlanGroup 1.3.6.1.4.1.9.9.466.2.2.2
A collection of managed objects defining VLAN types.