MIBs Depot

CISCO-LRE-CPE-MIB

Registered at
1.3.6.1.4.1.9.9.340
Last updated
2003-03-12 00:00
Organization
Cisco Systems, Inc.
Revisions
2003-03-12 00:00
Namespace
cisco
Source file
CISCO-LRE-CPE-MIB
Digest
sha256:1f6eda1cbb8dbbb1ee4c798bbf20d0d3306b06fc088415eade2a5d9acdda2f69

Description

The MIB module for the Cisco Long Reach Ethernet Customer Premise Equipment device information. *** ABBREVIATIONS, ACRONYMS, AND SYMBOLS *** CPE - Customer Premise Equipment DSL - Digital Subscriber Loop VDSL - Very High Speed DSL LRE - Long Reach Ethernet

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: switchsnmp@cisco.com

Imports

FromSymbols
BRIDGE-MIBdot1dTpFdbAddress
CISCO-SMIciscoMgmt
IF-MIBInterfaceIndex, ifIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

BRIDGE-MIB
CISCO-LRE-CPE-MIB
CISCO-SMI
IANAifType-MIB
IF-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
clreCpeMIBNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.340.0
clreCpeMIBNotificationsPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.340.0.0
ciscoLreCpeMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.340.1
clreCpeDot1dTp
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.340.1.1
clreCpeDot1dTpFdbTable
OBJECT-TYPE
A table that supplements the information from the BRIDGE-MIB. The BRIDGE-MIB tracks the MAC address to switch interface mapping in the dot1dTpFdbTable. On the long reach ethernet switch, CPE devices connect to the switch interfaces. Each CPE device has one or more ports. This table maps a MAC address on the switch to an interface associated with a CPE port.
1.3.6.1.4.1.9.9.340.1.1.1not-accessiblecurrent
clreCpeDot1dTpFdbEntry
OBJECT-TYPE
An entry that supplements the information in the dot1dTpFdbTable table from the BRIDGE-MIB.
1.3.6.1.4.1.9.9.340.1.1.1.1not-accessiblecurrent
clreCpeDot1dBasePortIfIndex
OBJECT-TYPE
The value of the instance of the ifIndex object, define in MIB-II, for the interface corresponding to this CPE port. The Forwarding database on the switch tracks a MAC address and its associated switch interface in the dot1dTpFdbTable table. This object adds information about which port on the CPE the MAC address was learnt on.
1.3.6.1.4.1.9.9.340.1.1.1.1.1InterfaceIndexread-onlycurrent
clreCpePort
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.340.1.2
clreCpePortTable
OBJECT-TYPE
A list of LRE CPE port entries. The number of entries is determined by the number of Long Reach Ethernet interfaces (to which the CPE attaches) on the switch and the number of Fast Ethernet ports each CPE supports.
1.3.6.1.4.1.9.9.340.1.2.1not-accessiblecurrent
clreCpePortEntry
OBJECT-TYPE
Entry containing information for a particular CPE Fast Ethernet port. The entries are created as new CPE devices are discovered. A new CPE device is discovered when the LRE link between that CPE device and the LRE switch becomes operational. These entries are only valid for ifIndexes of ifType ethernetCsmacd(6).
1.3.6.1.4.1.9.9.340.1.2.1.1not-accessiblecurrent
clreCpePortAdminStatus
OBJECT-TYPE
The desired state of the CPE port. The testing(3) state indicates that no operational packets can be passed. When a managed system initializes, all CPE ports start with clreCpePortAdminStatus in the down(2) state. As a result of either explicit management action or per configuration information retained by the managed system, clreCpePortAdminStatus is then changed to either the up(1) or testing(3) states (or remains in the down(2) state).
1.3.6.1.4.1.9.9.340.1.2.1.1.1INTEGER {up(1), down(2), testing(3)}read-writecurrent
clreCpePortAdminSpeed
OBJECT-TYPE
This object controls the speed of this CPE Fast Ethernet port. When set to autoDetect(1), the CPE port negotiates with its peer for the optimum speed, either s10000000(10000000) or s100000000(100000000). If the peer does not support the autoDetect(1) capability, the CPE port speed defaults to s10000000(10000000).
1.3.6.1.4.1.9.9.340.1.2.1.1.2INTEGER {autoDetect(1), s10000000(10000000), s100000000(100000000)}read-writecurrent
clreCpePortAdminDuplex
OBJECT-TYPE
This object controls the duplex of this CPE Fast Ethernet port. When set to autoDetect(1), the CPE port negotiates with its peer for the optimum duplex setting, either fullDuplex(2) or halfDuplex(3). If the peer does not support the autoDetect(1) capability, this CPE port's duplex defaults to halfDuplex(3).
1.3.6.1.4.1.9.9.340.1.2.1.1.3INTEGER {autoDetect(1), fullDuplex(2), halfDuplex(3)}read-writecurrent
clreCpePortAdminProtected
OBJECT-TYPE
This object configures a CPE Fast Ethernet port as a protected port when its value is set to true. Data traffic is disallowed between two CPE ports configured as protected ports. When the value of this object is set to false, the protected port property of this CPE port is removed. The value of this object can be set to true only on those CPE ports that support the protected port function.Note that the value of this object represents the desired state of the port. The actual state of the port may have a different value.
1.3.6.1.4.1.9.9.340.1.2.1.1.4TruthValueread-writecurrent
clreCpePortOperProtected
OBJECT-TYPE
The value represented by this object is the actual protected port state of the CPE port. The object value is true when this CPE port is configured as a protected port. Data packets are not forwarded between two CPE ports configured as protected ports.
1.3.6.1.4.1.9.9.340.1.2.1.1.5TruthValueread-onlycurrent
clreCpeMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.340.2
clreCpeMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.340.2.1
clreCpeMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.340.2.2

Conformance

NameOIDStatus
clreCpeMIBCompliance
MODULE-COMPLIANCE
The compliance statement for switches supporting the LRE CPE devices.
1.3.6.1.4.1.9.9.340.2.1.1current
clreCpeDot1dTpGroup
OBJECT-GROUP
The collection of MIB objects used to monitor the transparent learning bridge on the LRE CPE.
1.3.6.1.4.1.9.9.340.2.2.1current
clreCpePortGroup
OBJECT-GROUP
The collection of MIB objects used to manage and monitor LRE CPE Fast Ethernet ports.
1.3.6.1.4.1.9.9.340.2.2.2current