MIBs Depot

WWP-LEOS-PORT-MIB

Registered at
1.3.6.1.4.1.6141.2.60.2
Last updated
2012-05-25 00:00
Organization
Ciena, Inc
Revisions
2012-05-25 00:00, 2011-02-02 00:00, 2010-11-01 00:00, 2010-07-28 00:00, 2010-05-05 17:00, 2008-11-14 00:00, 2008-07-21 00:00, 2007-08-11 00:00, 2007-06-20 00:00, 2006-05-26 00:00, 2006-05-18 00:00, 2006-03-15 00:00, 2005-07-28 00:00, 2004-04-18 17:00
Namespace
ciena
Source file
WWP-LEOS-PORT-MIB
Digest
sha256:f0ce6d09096d73b8afab5de5885fa5ee0bee8c7663ef545bb9ffa201309b8ed1

Description

This MIB defines the managed objects for Ethernet ports.

Contact

Mib Meister 115 North Sullivan Road Spokane Valley, WA 99037 USA Phone: +1 509 242 9000 Email: support@ciena.com

Imports

FromSymbols
IEEE8023-LAG-MIBdot3adAggPortActorAdminKey, dot3adAggPortListPorts
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-MIBsysLocation, sysName
SNMPv2-SMICounter32, Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso
SNMPv2-TCDisplayString, MacAddress, RowStatus, TEXTUAL-CONVENTION, TruthValue
WWP-SMIwwpModules, wwpModulesLeos

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
IANAifType-MIB
IEEE8023-LAG-MIB
IF-MIB
P-BRIDGE-MIB
Q-BRIDGE-MIB
RFC1158-MIB
RFC1271-MIB
RMON-MIB
RMON2-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC
TOKEN-RING-RMON-MIB
WWP-LEOS-PORT-MIB
WWP-SMI

Textual conventions

NameOIDSyntaxAccessStatus
PortEgressFrameCosPolicy
TEXTUAL-CONVENTION
Egress cos policy to use on this port ignore means leave egress map disabled
current
PortIngressFixedColor
TEXTUAL-CONVENTION
Egress cos policy to use on this port ignore means leave egress map disabled
current
PortList
TEXTUAL-CONVENTION
Each octet within this value specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the bridge is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports; the port is not included if its bit has a value of '0'.
current

Objects

NameOIDSyntaxAccessStatus
wwpLeosPortMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.6141.2.60.2.1
wwpLeosEtherPort
OBJECT-IDENTITY
1.3.6.1.4.1.6141.2.60.2.1.1
wwpLeosEtherPortTable
OBJECT-TYPE
Table of Ethernet Ports.
1.3.6.1.4.1.6141.2.60.2.1.1.1not-accessiblecurrent
wwpLeosEtherPortEntry
OBJECT-TYPE
Port Entry in the Ethernet Port Table.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1not-accessiblecurrent
wwpLeosEtherPortId
OBJECT-TYPE
Port ID for the instance. Port ID's start at 1, and may not be consecutive for each additional port. This port Id should refer to the dot1dBasePort in the Dot1dBasePortEntry.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.1INTEGER (1..65535)read-onlycurrent
wwpLeosEtherPortName
OBJECT-TYPE
A textual string containing information about the port. This string should indicate about the physical location of the port as well.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.2DisplayString (SIZE(0..8))read-onlycurrent
wwpLeosEtherPortDesc
OBJECT-TYPE
A textual string containing port description.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.3DisplayString (SIZE(0..128))read-writecurrent
wwpLeosEtherPortType
OBJECT-TYPE
The port type for the port.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.4INTEGER {ethernet(1), fastEthernet(2), hundredFx(3), gigEthernet(4), lagPort(5), unknown(6), gigHundredFx(7), tripleSpeed(8), tenGigEthernet(9), gigTenGigEthernet(10)}read-onlycurrent
wwpLeosEtherPortPhysAddr
OBJECT-TYPE
The ethernet MAC address for the port. This information can also be achieved via dot1dTpFdbTable
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.5MacAddressread-onlycurrent
wwpLeosEtherPortAutoNeg
OBJECT-TYPE
The object sets the port to AUTO NEG MOde and vice versa. Specific platforms may have requirements of configuring speed before moving the port to out of AUTO-NEG mode.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.6TruthValueread-writecurrent
wwpLeosEtherPortAdminStatus
OBJECT-TYPE
The desired state of the port.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.7INTEGER {up(1), down(2)}read-writecurrent
wwpLeosEtherPortOperStatus
OBJECT-TYPE
The current operational state of Port.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.8INTEGER {up(1), down(2), notauth(3), lbtx(4), lbrx(5), linkflap(6)}read-onlycurrent
wwpLeosEtherPortAdminSpeed
OBJECT-TYPE
Desired speed of the port. Set the port speed to be either 10MB, 100MB, or gig. Set the port speed to auto to enable automatic port speed detection. The default value for this object depends upon the platform.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.9INTEGER {tenMb(1), hundredMb(2), gig(3), auto(4), tenGig(5)}read-writecurrent
wwpLeosEtherPortOperSpeed
OBJECT-TYPE
The current operational speed of the port.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.10INTEGER {unknown(0), tenMb(1), hundredMb(2), gig(3), tenGig(4)}read-onlydeprecated
wwpLeosEtherPortAdminDuplex
OBJECT-TYPE
The desired mode for the port. It can be set to either half or full duplex operation. The default value for this object depends upon the platform.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.11INTEGER {half(1), full(2)}read-writecurrent
wwpLeosEtherPortOperDuplex
OBJECT-TYPE
The current duplex mode of the port.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.12INTEGER {half(1), full(2)}read-onlycurrent
wwpLeosEtherPortAdminFlowCtrl
OBJECT-TYPE
Configures the ports flow control operation.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.13INTEGER {unknown(1), off(2), asymTx(3), asymRx(4), sym(5)}read-writecurrent
wwpLeosEtherPortOperFlowCtrl
OBJECT-TYPE
Shows ports flow control configuration.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.14INTEGER {unknown(1), off(2), asymTx(3), asymRx(4), sym(5)}read-onlycurrent
wwpLeosEtherIngressPvid
OBJECT-TYPE
The Ingress PVID, the VLAN ID associated with untagged frames ingressing the port or if tunnel is enabled on this port. The max value for this object is platform dependent. Refer to architecture document for details of platform dependency.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.15INTEGER (1..24576)read-writecurrent
wwpLeosEtherUntagEgressVlanId
OBJECT-TYPE
All the egress frames whose VLAN id matches the wwpLeosEtherUntagEgressVlanId, will egress the port as untagged. To egress the frames tagged set wwpLeosEtherUntagEgressVlanId to 0. The max value for this object is platform dependent. Refer to architecture document for details of platform dependency.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.16INTEGER (0..24576)read-writecurrent
wwpLeosEtherPortAcceptableFrameTypes
OBJECT-TYPE
When this is admitOnlyVlanTagged(2) the device will discard untagged frames or Priority-Tagged frames received on this port. When admitOnlyUntagged(3) is set, the device will discard VLAN tagged frames received on this port. With admitOnlyUntagged(3) and admitAll(1), untagged frames or Priority-Tagged frames received on this port will be accepted and assigned to the PVID for this port. This control does not affect VLAN independent BPDU frames, such as GVRP and STP. It does affect VLAN dependent BPDU frames, such as GMRP.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.17INTEGER {admitAll(1), admitOnlyVlanTagged(2), admitOnlyUntagged(3)}read-writecurrent
wwpLeosEtherPortUntaggedPriority
OBJECT-TYPE
The 802.1p packet priority to be assigned to packets ingressing this port that do not have an 802.1Q VLAN header. This priority is also assigned to ingress frame if tunnel is enabled on this port.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.18INTEGER {p0(0), p1(1), p2(2), p3(3), p4(4), p5(5), p6(6), p7(7)}read-writedeprecated
wwpLeosEtherPortMaxFrameSize
OBJECT-TYPE
Setting this object will set the max frame size allowed on a port. The max frame size can vary from 1522 bytes to 9216 bytes. Default value is 1526 bytes.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.19INTEGER (1522..9216)read-writecurrent
wwpLeosEtherPortVlanIngressFiltering
OBJECT-TYPE
When this is true(1) the device will discard incoming frames for VLANs which do not include this Port in its Member set. When false(2), the port will accept all incoming frames.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.20TruthValueread-writecurrent
wwpLeosEtherPortAdminAdvertisedFlowCtrl
OBJECT-TYPE
This object specifies the advertised flow control for given port.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.21INTEGER {unknown(1), off(2), asymTx(3), sym(4), symAsymRx(5)}read-writecurrent
wwpLeosEtherPortVplsPortType
OBJECT-TYPE
This object specifies whether port is in subscriber type, network facing side or both.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.22INTEGER {notDefined(1), subscriber(2), networkFacing(3)}read-onlycurrent
wwpLeosEtherPortIngressCosPolicy
OBJECT-TYPE
This object specifies the ingress cos policy to be applied to all frames coming in on the given port.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.23INTEGER {leave(1), fixed(2), ippInherit(3), phbgInherit(4)}read-writecurrent
wwpLeosEtherPortIngressFixedDot1dPri
OBJECT-TYPE
The 802.1p packet priority to be assigned to packets ingressing this port that do not have an 802.1Q VLAN header. This priority is also assigned to ingress untagged frame if the virtual switch cos policy is set to 'fix' for a given port.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.24INTEGER (0..7)read-writecurrent
wwpLeosEtherPortUntagDataVsi
OBJECT-TYPE
This object specifies the virtual switch to be used for this port if data frame is untagged. If this object is set to 0 then device will unset this object. When setting this object to Mpls Vsi Index then wwpLeosEtherPortUntagDataVsiType must also be set to mpls (Use multiple set operation)
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.25INTEGER (0..65535)read-writecurrent
wwpLeosEtherPortOperationalSpeed
OBJECT-TYPE
An estimate of the port's current bandwidth in k-bits per second for given port.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.26Gauge32read-onlycurrent
wwpLeosEtherPortUntagCtrlVsi
OBJECT-TYPE
This object specifies the virtual switch to be used for this port if control frame is untagged. If this object is set to 0 then device will unset this object. When setting this object to Mpls Vsi Index then wwpLeosEtherPortUntagCtrlVsiType must also be set to mpls (Use multiple set operation)
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.27INTEGER (0..65535)read-writecurrent
wwpLeosEtherPortMirrorPort
OBJECT-TYPE
This object defines whether the port will allow traffic from other ports to be mirrored to this port. To allow traffic from other ports to be sent to this port, set this object to True(1). This port is known as a mirror port. If set to true, then other ports may set the values of their wwpLeosEtherPortMirrorIngress or wwpLeosEtherPortMirrorEgress objects to the port index of this port. Setting this object to false(2) disables this port as a mirror port.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.28TruthValueread-writecurrent
wwpLeosEtherPortMirrorIngress
OBJECT-TYPE
The value of this object is the port index of a mirror port. The ingress traffic of this port can be mirrored by setting the destination port's wwpLeosEtherPortMirrorPort object to true. If the value of this object is set to zero this port's ingress traffic will not be mirrored.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.29INTEGER (0..65535)read-writecurrent
wwpLeosEtherPortMirrorEgress
OBJECT-TYPE
The value of this object is the port index of a mirror port. The egress traffic of this port can be mirrored by setting the destination port's wwpLeosEtherPortMirrorPort object to true. If the value of this object is set to zero this port's egress traffic will not be mirrored.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.30INTEGER (0..65535)read-writecurrent
wwpLeosEtherPortUntagDataVsiType
OBJECT-TYPE
This object specifies the virtual switch instance type associated with this port. This object defaults to ethernet and specifies if wwpLeosEtherPortUntagDataVsi belongs to ethernet virtual switch table (wwpLeosVplsVirtualSwitchEthTable in WWP-LEOS-VPLS-MIB) or mpls virtual switch table (wwpLeosVplsVirtualSwitchMplsTable in WWP-LEOS-VPLS-MIB). When setting wwpLeosEtherPortUntagDataVsi to MPLS Vsi Index then this object must also be set to mpls (Use mutliple set operation).
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.31INTEGER {ethernet(1), mpls(2)}read-writecurrent
wwpLeosEtherPortUntagCtrlVsiType
OBJECT-TYPE
This object specifies the virtual switch instance type associated with this port. This object defaults to ethernet and specifies if wwpLeosEtherPortUntagCtrlVsi belongs to ethernet virtual switch table (wwpLeosVplsVirtualSwitchEthTable) or mpls virtual switch table (wwpLeosVplsVirtualSwitchMplsTable). When setting wwpLeosEtherPortUntagCtrlVsi to MPLS Vsi Index then this object must also be set to mpls (Use mutliple set operation)
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.32INTEGER {ethernet(1), mpls(2)}read-writecurrent
wwpLeosEtherPortVsIngressFiltering
OBJECT-TYPE
This item is applicable to this port when the port is added as a per-port member to a virtual switch. If true(1) the device will discard incoming tagged frames. If false(2) the device will forwared incoming tagged frames so long as those customer tagged frames do not match another virtual switch with this port included as a per-port-per-vlan member.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.33TruthValueread-writecurrent
wwpLeosEtherPortOperAutoNeg
OBJECT-TYPE
The object specifies the operational auto neg state.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.34TruthValueread-onlycurrent
wwpLeosEtherPortUpTime
OBJECT-TYPE
The object specifies the port up time in hundredths of a second.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.35TimeTicksread-onlycurrent
wwpLeosEtherPortUntagDataVid
OBJECT-TYPE
The Ingress Untagged Data Vid, the VLAN ID stamped on untagged frames ingressing the port or if tunnel is enabled on this port. To disable tagging of untagged data on ingress write a value of 0. The max value for this object is platform dependent. Refer to architecture document for details of platform dependency.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.36INTEGER (0..24576)read-writecurrent
wwpLeosEtherPortPhyLoopback
OBJECT-TYPE
This object defines whether the phy has been placed in loopback mode, which causes frames egressing the port to be looped back to the port.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.37TruthValueread-writecurrent
wwpLeosEtherPortVlanIngressFilterStrict
OBJECT-TYPE
This item is applicable to this port when the port is added as a to a virtual switch. If true(1) the legacy ingress filter behavior will be enforced at member addition (drop bit will be set to drop untagged traffic). If false, the splat bit will not be changed. Note that external VLAN associations are also maintained when strict is false.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.38TruthValueread-writecurrent
wwpLeosEtherPortMacSaDaSwap
OBJECT-TYPE
This object defines whether the MAC SA and DA will be swapped on frames egressing the port. This only works on a 311V.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.39TruthValueread-writecurrent
wwpLeosEtherPortMacSaDaSwapVlan
OBJECT-TYPE
This object defines whether the MAC SA and DA will be swapped on specific VLAN frames egressing the port. This only works on a 311V.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.40INTEGER (0..24576)read-writecurrent
wwpLeosEtherPortResolvedCosPolicy
OBJECT-TYPE
The Resolved Cost Policy. Setting this attribute is not supported in leos version 4
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.41INTEGER {dot1d(1), l3DscpCos(2), fixedCos(3), unknown(99)}read-writecurrent
wwpLeosEtherPortMode
OBJECT-TYPE
The mode of the port Setting this attribute is not supported in leos version 4
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.42INTEGER {rj45(1), sfp(2), default(3), unknown(99)}read-writecurrent
wwpLeosEtherFixedRcos
OBJECT-TYPE
The fixed Resolve Cost value. Setting this attribute is not supported in leos version 4
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.43INTEGER (0..7)read-writecurrent
wwpLeosEtherPortEgressPortQueueMapId
OBJECT-TYPE
The Egress-port-Queue associated with this port. Setting this attribute is not supported in leos version 4
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.44INTEGER (1..65535)read-writecurrent
wwpLeosEtherPortResolvedCosMapId
OBJECT-TYPE
RCOS map id for the port. Setting this attribute is not supported in leos version 4
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.45INTEGER (1..65535)read-writecurrent
wwpLeosEtherPortResolvedCosRemarkL2
OBJECT-TYPE
The object specifies whether to remark L2 based on L3. This applies when the resolved cos policy is either l3-dscp-cos or dot1d-tag1-cos but not when it is fixed-cos policy. Setting this attribute is not supported in leos version 4
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.46TruthValueread-writecurrent
wwpLeosEtherPortL2TransformMode
OBJECT-TYPE
L2 transform action for port. Setting this attribute is not supported in leos version 4
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.47INTEGER {none(0), iPush-e-Pop(1), iStamp-Push-e-QualifiedPopStamp(2), iPush-e-PopStamp(3)}read-writecurrent
wwpLeosEtherPortLinkFlapDetection
OBJECT-TYPE
This object defines whether link flap detection will be enabled on the port.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.48TruthValueread-writecurrent
wwpLeosEtherPortLinkFlapCount
OBJECT-TYPE
This object defines how many link down events are required to trigger a link flap event.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.49INTEGER (1..64)read-writecurrent
wwpLeosEtherPortLinkFlapDetectTime
OBJECT-TYPE
This object defines the time in seconds during which link down events are accumlated to trigger a link flap event.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.50INTEGER (1..600)read-writecurrent
wwpLeosEtherPortLinkFlapHoldTime
OBJECT-TYPE
This object defines the time in seconds that a port will be operationally disabled after a link flap event, before it is re-enabled. A value of zero causes the port to remain disabled until manually enabled.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.51INTEGER (0..600)read-writecurrent
wwpLeosEtherFixedRColor
OBJECT-TYPE
This sets the fixed color to green (default) or yellow. Setting this attribute is not supported in saos version 4
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.52PortIngressFixedColorread-writecurrent
wwpLeosEtherPortFrameCosMapId
OBJECT-TYPE
Frame COS map id for the port. Setting this attribute is not supported in leos version 4
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.53INTEGER (1..65535)read-writecurrent
wwpLeosEtherPortEgressCosPolicy
OBJECT-TYPE
Sets the egress frame cos policy Setting this attribute is not supported in leos version 4
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.54PortEgressFrameCosPolicyread-writecurrent
wwpLeosEtherPortEgressSpeed
OBJECT-TYPE
An estimate of the port's current egress bandwidth restriction in k-bits per second for given port. A value of 0 means there is no active restriction. This attribute not supported in leos version 6
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.55Gauge32read-onlycurrent
wwpLeosEtherPortAdaptiveRateSpeed
OBJECT-TYPE
An estimate of the port's current adaptive-rate bandwidth restriction in k-bits per second for given port. A value of 0 means there is no active restriction. This attribute not supported in leos version 6
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.56Gauge32read-onlycurrent
wwpLeosEtherPortMirrorEncap
OBJECT-TYPE
This object defines whether the port will encapsulate mirrored frames by adding a vlan-tag. (Or, in the case where a mirrored frame is already tagged, by adding a further vlan-tag to the frame) To allow mirrored traffic to be encapsulated, set this object to vlan-tag(1). If set to vlan-tag, then the values of wwpLeosEtherPortMirrorEncapVid and wwpLeosEtherPortMirrorEncapTpid will be used to populate tag added to each mirrored frame. Setting this object to none(0) indicates no tag is to be added to the mirrored frames.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.57INTEGER {none(0), vlanTag(1)}read-writecurrent
wwpLeosEtherPortMirrorEncapVid
OBJECT-TYPE
This object defines the VID that will be added to mirrored frames when the mirroring encapsulation mode is vlan-tag
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.58INTEGER (0..24576)read-writecurrent
wwpLeosEtherPortMirrorEncapTpid
OBJECT-TYPE
This object defines the tpid used in the tag that is added to mirrored frames, when the mirroring encapsulation mode is vlan-tag
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.59INTEGER {tpid8100(1), tpid9100(2), tpid88A8(3)}read-writecurrent
wwpLeosEtherPortIfgDecrease
OBJECT-TYPE
This object defines the number of bytes that will be subtracted from the minimum standard IFG of 12 bytes as defined in IEEE 802.3. SAOS 6.x only supports a value of 0 or 4.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.60Integer32 (0..5)read-writecurrent
wwpLeosEtherPortAdvertSpeed
OBJECT-TYPE
This object defines the speed capabilities that will be advertised during the auto-negotiation process.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.61INTEGER {not-applicable(1), ten(2), hundred(3), gigabit(4), ten-hundred-gigabit(5)}read-writecurrent
wwpLeosEtherPortAdvertDuplex
OBJECT-TYPE
This object defines the duplex capabilities that will be advertised during the auto-negotiation process.
1.3.6.1.4.1.6141.2.60.2.1.1.1.1.62INTEGER {not-applicable(1), half(2), full(3), half-full(4)}read-writecurrent
wwpLeosEtherPortFlushTable
OBJECT-TYPE
Table of port flush entries.
1.3.6.1.4.1.6141.2.60.2.1.1.2not-accessiblecurrent
wwpLeosEtherPortFlushEntry
OBJECT-TYPE
Broadcast containment port entry in the Ethernet Port Table.
1.3.6.1.4.1.6141.2.60.2.1.1.2.1not-accessiblecurrent
wwpLeosEtherPortFlushActivate
OBJECT-TYPE
Setting this object to 'true' will cause the Macs to be flushed for the port specified by wwpLeosEtherPortId.
1.3.6.1.4.1.6141.2.60.2.1.1.2.1.1TruthValueread-writecurrent
wwpLeosEtherPortTrapsTable
OBJECT-TYPE
Table of Ethernet Ports Traps.
1.3.6.1.4.1.6141.2.60.2.1.1.3not-accessiblecurrent
wwpLeosEtherPortTrapsEntry
OBJECT-TYPE
Port Traps Entry in the Ethernet Port Trap Table.
1.3.6.1.4.1.6141.2.60.2.1.1.3.1not-accessiblecurrent
wwpLeosEtherPortTrapsState
OBJECT-TYPE
Setting this object will enable or disable all traps on given port.
1.3.6.1.4.1.6141.2.60.2.1.1.3.1.1INTEGER {disable(1), enable(2)}read-writecurrent
wwpLeosEtherPortStateMirrorGroupTable
OBJECT-TYPE
This table can be used to keep track of all the port state mirror groups. To create entry in this table along with indexes following mib objects must be set using multiple set operation wwpLeosEtherPortStateMirrorGroupName must be valid string. wwpLeosEtherPortStateMirrorGroupStatus must be set.
1.3.6.1.4.1.6141.2.60.2.1.1.4not-accessiblecurrent
wwpLeosEtherPortStateMirrorGroupEntry
OBJECT-TYPE
Each entry in this table will define the port state mirror group.
1.3.6.1.4.1.6141.2.60.2.1.1.4.1not-accessiblecurrent
wwpLeosEtherPortStateMirrorGroupId
OBJECT-TYPE
This mib object is used as index in the table and is used to identify the unique group id.
1.3.6.1.4.1.6141.2.60.2.1.1.4.1.1INTEGER (1..65535)read-onlycurrent
wwpLeosEtherPortStateMirrorGroupName
OBJECT-TYPE
This mib object is used to specify the name of the group.
1.3.6.1.4.1.6141.2.60.2.1.1.4.1.2DisplayString (SIZE(1..15))read-createcurrent
wwpLeosEtherPortStateMirrorGroupOperStatus
OBJECT-TYPE
This mib object is used to specify the operational status of the group.
1.3.6.1.4.1.6141.2.60.2.1.1.4.1.3INTEGER {disabled(1), enabled(2)}read-onlycurrent
wwpLeosEtherPortStateMirrorGroupNumSrcPorts
OBJECT-TYPE
This mib object is used to specify the total number of source ports that exists in the group.
1.3.6.1.4.1.6141.2.60.2.1.1.4.1.4Counter32read-onlycurrent
wwpLeosEtherPortStateMirrorGroupNumDstPorts
OBJECT-TYPE
This mib object is used to specify the total number of destination ports that exists in the group.
1.3.6.1.4.1.6141.2.60.2.1.1.4.1.5Counter32read-onlycurrent
wwpLeosEtherPortStateMirrorGroupStatus
OBJECT-TYPE
Used to manage the creation and deletion of the conceptual rows in this table.
1.3.6.1.4.1.6141.2.60.2.1.1.4.1.6RowStatusread-createcurrent
wwpLeosEtherPortStateMirrorGroupType
OBJECT-TYPE
This mib object is used to specify the directional mode type for the port state mirror group. A uni-directional(1) mirror group type will only mirror the port state of the source port(s) to the destination port(s). The bi-directional(2) mirror group type will mirror state of either the source port(s) to the destination port(s) or the state of the destination port(s) will be mirrored to the source port(s). Where there are more than one source or destination ports the combined state of the source or destination group will be the combined 'OR'ed status of all the ports in either the source or destination groups. In other words, if one or more source ports is 'UP' then the source group is 'UP' and the mirrored destination state may be 'UP'. The default for this object type is uni-directional.
1.3.6.1.4.1.6141.2.60.2.1.1.4.1.7INTEGER {unidirectional(1), bidirectional(2)}read-writecurrent
wwpLeosEtherPortStateMirrorGroupMemTable
OBJECT-TYPE
This table is used to keep track of port group membership.
1.3.6.1.4.1.6141.2.60.2.1.1.5not-accessiblecurrent
wwpLeosEtherPortStateMirrorGroupMemEntry
OBJECT-TYPE
Each entry in this table is used to represent the membership of port to a given group and group type.
1.3.6.1.4.1.6141.2.60.2.1.1.5.1not-accessiblecurrent
wwpLeosEtherPortStateMirrorGroupMemType
OBJECT-TYPE
Setting this object will specify the type of group this port is member of for a given port state mirror group. This object can only be set while creating the entry. This object cannot be modified once entry is created.
1.3.6.1.4.1.6141.2.60.2.1.1.5.1.1INTEGER {srcPort(1), dstPort(2)}read-createcurrent
wwpLeosEtherPortStateMirrorGroupMemOperState
OBJECT-TYPE
This mib object is used to specify the operational status of the port.
1.3.6.1.4.1.6141.2.60.2.1.1.5.1.2INTEGER {disabled(1), enabled(2)}read-onlycurrent
wwpLeosEtherPortStateMirrorGroupMemStatus
OBJECT-TYPE
Used to manage the creation and deletion of the conceptual rows in this table.
1.3.6.1.4.1.6141.2.60.2.1.1.5.1.3RowStatusread-createcurrent
wwpLeosEtherPortNotif
OBJECT-IDENTITY
1.3.6.1.4.1.6141.2.60.2.1.2
wwpLeosEtherStndLinkUpDownTrapsEnable
OBJECT-TYPE
Setting this object to 'false(2)' will cause standard Link Up Down Traps to be suppressed.
1.3.6.1.4.1.6141.2.60.2.1.2.1TruthValueread-writecurrent
wwpLeosEtherPortLinkUpDownTrapsEnable
OBJECT-TYPE
Setting this object to 'true(1)' will cause wwp specific port up down trap to be generated.
1.3.6.1.4.1.6141.2.60.2.1.2.2TruthValueread-writecurrent
wwpLeosEtherAggPortLinkUpDownTrapsEnable
OBJECT-TYPE
Setting this object to 'true(1)' will cause wwp specific agg port up down trap to be generated for a link state change on a physical port that is a member of a agg.
1.3.6.1.4.1.6141.2.60.2.1.2.3TruthValueread-writecurrent
wwpLeosPortMIBNotificationPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.6141.2.60.2.2
wwpLeosPortMIBNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.6141.2.60.2.2.0
wwpLeosPortMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.6141.2.60.2.3
wwpLeosPortMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.6141.2.60.2.3.1
wwpLeosPortMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.6141.2.60.2.3.2

Notifications

NameOIDStatus
wwpLeosEthLinkUp
NOTIFICATION-TYPE
A wwpLeosEthLinkUp trap signifies that the SNMP entity, acting in an agent role, has detected that the ifOperStatus object for one of its communication links has entered the up state.
1.3.6.1.4.1.6141.2.60.2.2.0.3current
wwpLeosEthLinkDown
NOTIFICATION-TYPE
A wwpLeosEthLinkDown trap signifies that the SNMP entity, acting in an agent role, has detected that the ifOperStatus object for one of its communication links has entered the down state.
1.3.6.1.4.1.6141.2.60.2.2.0.4current
wwpLeosEthAdminSpeedIncompatible
NOTIFICATION-TYPE
A wwpLeosEthAdminSpeedIncompatible trap is generated when the port administrative speed doesn't match the speed of the SFP transceiver installed.
1.3.6.1.4.1.6141.2.60.2.2.0.5current
wwpLeosEthLinkFlap
NOTIFICATION-TYPE
A wwpLeosEthLinkFlap trap signifies that the SNMP entity, acting in an agent role, has detected that the ifOperStatus object for one of its communication links has been changed due to link flap detection.
1.3.6.1.4.1.6141.2.60.2.2.0.6current
wwpLeosAggLinkUpDown
NOTIFICATION-TYPE
A wwpLeosAggLinkUpDown trap signifies that the SNMP entity, acting in an agent role, has detected that the ifOperStatus object for one of its communication links has changed state.
1.3.6.1.4.1.6141.2.60.2.2.0.7current