EXTREME-EAPS-MIB

File: EXTREME-EAPS-MIB.mib (38885 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RFC1213-MIB
EXTREME-BASE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Unsigned32 TEXTUAL-CONVENTION TruthValue
RowStatus DisplayString extremeAgent

Defined Types

EapsDomainMode  
Indicates the configured mode of an EAPS domain.
TEXTUAL-CONVENTION    
  INTEGER invalid(0), master(1), transit(2)  

EapsMbrVlanType  
Indicates the type of vlan, whether it is control or protected vlan, that is being added to the EAPS domain.
TEXTUAL-CONVENTION    
  INTEGER unassigned(0), control(1), protected(2)  

EapsRingPort  
This represents an EAPS ring-port.
TEXTUAL-CONVENTION    
  INTEGER 0..2147483647  

EapsPortType  
Indicates the ring port of the EAPS domains. The ring port can be primary or secondary. This is used to specify which port is being unconfigured.
TEXTUAL-CONVENTION    
  INTEGER primary(1), secondary(2)  

EapsDomainState  
The operational state of an EAPS domain. The states complete(1), failed(2), init(6), precomplete(7), and preinit(8) apply only to domains configured as master. The states linksup(3), linkdown(4) and preforwarding(5) apply only to domains configured as transit. The state init(0) applys to domains configured as either master or transit.
TEXTUAL-CONVENTION    
  INTEGER idle(0), complete(1), failed(2), linksup(3), linkdown(4), preforwarding(5), init(6), precomplete(7), preinit(8)  

EapsDomainPortStatus  
The operational state of an EAPS domain's ring-ports. If the state is unknown (0), it indicates the domain is still not up yet. The valid states are up(1), down(2), blocked(3).
TEXTUAL-CONVENTION    
  INTEGER unknown(0), up(1), down(2), blocked(3)  

EapsFailTimerExpiryAction  
The action to take when the failed timer expires. If action is configured to sendAlert(0), and the fail expires, the Master will remain in Complete or Init state, and a trap - extremeEapsFailTimerExpFlagSet - will be sent. When this fail timer stops expiring another trap - extremeEapsFailTimerExpFlagClear - will be sent. If the action is configured to openSecondaryPort(1), and the fail timer expires, the Master's state will be set to Failed, and it will open the secondary port.
TEXTUAL-CONVENTION    
  INTEGER sendAlert(0), openSecondaryPort(1)  

EapsSharedPortState  
The operational state of an EAPS Shared-Port instance. The states are idle(0), ready(1), blocking(2), and preforwarding(3).
TEXTUAL-CONVENTION    
  INTEGER idle(0), ready(1), blocking(2), preforwarding(3)  

EapsSharedPortMode  
If the mode is unconfigured(0), it indicates the EAPS shared port's mode has yet to be configured. The valid configured modes of an EAPS Shared-port are controller(1) and partner(2)
TEXTUAL-CONVENTION    
  INTEGER unconfigured(0), controller(1), partner(2)  

EapsSharedPortSegmentTimerExpiryAction  
The action to take when the EAPS Shared-port's segment timer expires. If action is configured to sendAlert(0), and the segment timer expires, the segment's status will remain in Up state, and a trap - extremeEapsSegmentTimerExpFlagSet - will be sent. When this segment timer stops expiring another trap - extremeEapsSegmentTimerExpFlagClear - will be sent. If the action is configured to segmentDown(1), and the segment timer expires, the segment's status will be set to Down.
TEXTUAL-CONVENTION    
  INTEGER sendAlert(0), segmentDown(1)  

EapsSharedPortNeighborStatus  
The operational status of an EAPS Shared-port's neighbor reachabilty. The states are neighborDown(0), neighborUp(1), and neighborError(2).
TEXTUAL-CONVENTION    
  INTEGER neighborDown(0), neighborUp(1), neighborError(2)  

EapsSharedPortRootBlockerStatus  
The operational status of an EAPS Shared-port's Root- Blocker. The states are false(0), active(1), and inactive(2).
TEXTUAL-CONVENTION    
  INTEGER false(0), active(1), inactive(2)  

EapsSharedPortSegmentStatus  
The operational status of an EAPS Shared-port's segments. The states are unknown(0), segUp(1), segDown(2), segBlockingUp(3) and segBlockingDown(4).
TEXTUAL-CONVENTION    
  INTEGER unknown(0), segUp(1), segDown(2), segBlockingUp(3), segBlockingDown(4)  

EapsSharedPortVlanPortStatus  
The operational status of an EAPS Shared-port's vlan-port. The states are unknown(0), activeOpen(1), blocked(2), open(3) and down(4).
TEXTUAL-CONVENTION    
  INTEGER unknown(0), activeOpen(1), blocked(2), open(3), down(4)  

EapsDomainPriority  
Indicates the configured priority of an EAPS domain.
TEXTUAL-CONVENTION    
  INTEGER normal(0), high(1)  

ExtremeEapsEntry  
SEQUENCE    
  extremeEapsName DisplayString
  extremeEapsMode EapsDomainMode
  extremeEapsState EapsDomainState
  extremeEapsFailedFlag TruthValue
  extremeEapsEnabled TruthValue
  extremeEapsPrimaryPort EapsRingPort
  extremeEapsSecondaryPort EapsRingPort
  extremeEapsHelloTimer INTEGER
  extremeEapsHelloTimerMs INTEGER
  extremeEapsFailedTimer INTEGER
  extremeEapsFailedTimerExpiryAction EapsFailTimerExpiryAction
  extremeEapsUnconfigRingPort EapsPortType
  extremeEapsPrimaryStatus EapsDomainPortStatus
  extremeEapsSecondaryStatus EapsDomainPortStatus
  extremeEapsProtectedVlansCount INTEGER
  extremeEapsPriority EapsDomainPriority
  extremeEapsRowStatus RowStatus

ExtremeEapsMbrVlanEntry  
SEQUENCE    
  extremeEapsMbrVlanName DisplayString
  extremeEapsMbrVlanType EapsMbrVlanType
  extremeEapsMbrVlanTag INTEGER
  extremeEapsMbrVlanRowStatus RowStatus

ExtremeEapsSharedPortEntry  
SEQUENCE    
  extremeEapsSharedPortIfIndex EapsRingPort
  extremeEapsSharedPortMode EapsSharedPortMode
  extremeEapsSharedPortLinkId INTEGER
  extremeEapsSharedPortSegmentTimerExpiryAction EapsSharedPortSegmentTimerExpiryAction
  extremeEapsSharedPortState EapsSharedPortState
  extremeEapsSharedPortNbrStatus EapsSharedPortNeighborStatus
  extremeEapsSharedPortDomainsCount INTEGER
  extremeEapsSharedPortProtectedVlansCount INTEGER
  extremeEapsSharedPortRootBlockerStatus EapsSharedPortRootBlockerStatus
  extremeEapsSharedPortRootBlockerId INTEGER
  extremeEapsSharedPortRowStatus RowStatus
  extremeEapsSharedPortSegmentHealthInterval INTEGER
  extremeEapsSharedPortSegmentTimeout INTEGER
  extremeEapsSharedPortCommonPathFailedFlag TruthValue
  extremeEapsSharedPortCommonPathHealthInterval INTEGER
  extremeEapsSharedPortCommonPathTimeout INTEGER

ExtremeEapsSharedPortSegmentEntry  
SEQUENCE    
  extremeEapsSharedPortSegmentPort EapsRingPort
  extremeEapsSharedPortSegmentStatus EapsSharedPortSegmentStatus
  extremeEapsSharedPortSegmentFailedFlag TruthValue
  extremeEapsSharedPortSegmentVlanPortCount INTEGER
  extremeEapsSharedPortSegmentAdjId INTEGER
  extremeEapsSharedPortSegmentRBD INTEGER

ExtremeEapsSharedPortVlanEntry  
SEQUENCE    
  extremeEapsSharedPortVlanName DisplayString
  extremeEapsSharedPortVlanPortCount INTEGER
  extremeEapsSharedPortVlanActiveOpenPort EapsRingPort

ExtremeEapsSharedPortVlanPortEntry  
SEQUENCE    
  extremeEapsSharedPortVlanPortStatus EapsSharedPortVlanPortStatus

Defined Values

extremeEaps 1.3.6.1.4.1.1916.1.18
Ethernet Automatic Protection Switching information.
MODULE-IDENTITY    

extremeEapsTable 1.3.6.1.4.1.1916.1.18.1
This table contains EAPS information about all EAPS domains on this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeEapsEntry

extremeEapsEntry 1.3.6.1.4.1.1916.1.18.1.1
An individual entry of this table contains EAPS information related to that EAPS domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeEapsEntry  

extremeEapsName 1.3.6.1.4.1.1916.1.18.1.1.1
The EAPS domain name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

extremeEapsMode 1.3.6.1.4.1.1916.1.18.1.1.2
This indicates the mode of the EAPS domain.
Status: current Access: read-create
OBJECT-TYPE    
  EapsDomainMode  

extremeEapsState 1.3.6.1.4.1.1916.1.18.1.1.3
This indicates the current EAPS state of this EAPS domain.
Status: current Access: read-only
OBJECT-TYPE    
  EapsDomainState  

extremeEapsFailedFlag 1.3.6.1.4.1.1916.1.18.1.1.4
This indicates the status of the failed flag. If the failed timer expires while its expiry action is configured to sendAlert, this failed flag is set. It is then cleared when the failed timer stops expiring, or the expiry action is configured to openSecondaryPort.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

extremeEapsEnabled 1.3.6.1.4.1.1916.1.18.1.1.5
This indicated if this domain has been enabled or not.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

extremeEapsPrimaryPort 1.3.6.1.4.1.1916.1.18.1.1.6
This indicates the EAPS domain's primary ring-port. Value of 0 indicates the primary port is still not configured
Status: current Access: read-create
OBJECT-TYPE    
  EapsRingPort  

extremeEapsSecondaryPort 1.3.6.1.4.1.1916.1.18.1.1.7
This indicates the EAPS domain's secondary ring-port. Value of 0 indicates the secondary port is still not configured
Status: current Access: read-create
OBJECT-TYPE    
  EapsRingPort  

extremeEapsHelloTimer 1.3.6.1.4.1.1916.1.18.1.1.8
This indicates the EAPS domain's hello timer's value in seconds.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..15  

extremeEapsFailedTimer 1.3.6.1.4.1.1916.1.18.1.1.9
This indicates the EAPS domain's failed timer's value in seconds.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 2..300  

extremeEapsFailedTimerExpiryAction 1.3.6.1.4.1.1916.1.18.1.1.10
This indicates the action taken by the domain when the fail timer expires. If the action is to sendAlert, then a SNMP trap - extremeEapsFailTimerExpFlagSet - will be sent, and the secondary port will continue to remain in blocking state. If the action is to openSecondaryPort, then the secondary port will open and be set to forwarding state.
Status: current Access: read-create
OBJECT-TYPE    
  EapsFailTimerExpiryAction  

extremeEapsUnconfigRingPort 1.3.6.1.4.1.1916.1.18.1.1.11
This specifies which EAPS domain port is being unconfigured. Value of 1, indicates unconfigure the primary port. Value of 2, indicates unconfigure secondary port.
Status: current Access: read-write
OBJECT-TYPE    
  EapsPortType  

extremeEapsPrimaryStatus 1.3.6.1.4.1.1916.1.18.1.1.12
This indicates the status of the EAPS domain's primary ring-port.
Status: current Access: read-only
OBJECT-TYPE    
  EapsDomainPortStatus  

extremeEapsSecondaryStatus 1.3.6.1.4.1.1916.1.18.1.1.13
This indicates the status of the EAPS domain's secondary ring-port.
Status: current Access: read-only
OBJECT-TYPE    
  EapsDomainPortStatus  

extremeEapsProtectedVlansCount 1.3.6.1.4.1.1916.1.18.1.1.14
This gives the count of the number of vlans that are being protected by this EAPS domain.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

extremeEapsRowStatus 1.3.6.1.4.1.1916.1.18.1.1.15
The status of this entry as per standard RowStatus conventions.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

extremeEapsHelloTimerMs 1.3.6.1.4.1.1916.1.18.1.1.16
This indicates the milliseconds portion of the EAPS domain's hello timer value in milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 100..900  

extremeEapsPriority 1.3.6.1.4.1.1916.1.18.1.1.17
This gives the priority of the domain. Used along with spatial re-use to prioritize handling of domains during a topology change.
Status: current Access: read-create
OBJECT-TYPE    
  EapsDomainPriority  

extremeEapsPrevState 1.3.6.1.4.1.1916.1.18.2
This indicates the previous EAPS state of this EAPS domain. Used in state change traps information.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  EapsDomainState  

extremeEapsGlobalInfo 1.3.6.1.4.1.1916.1.18.3
OBJECT IDENTIFIER    

extremeEapsGlobalEnabled 1.3.6.1.4.1.1916.1.18.3.1
Indicates if EAPS is enabled globally on the switch.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

extremeEapsGlobalFastConvergence 1.3.6.1.4.1.1916.1.18.3.2
Indicates if Fast Convergence is enabled globally on the switch.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

extremeEapsLastConfigurationChange 1.3.6.1.4.1.1916.1.18.3.3
Indicates the last time there was any change in EAPS configuration on the switch.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

extremeEapsLastStatusChange 1.3.6.1.4.1.1916.1.18.3.4
Indicates the last time there was any change in EAPS domain, EAPS port, shared port, or segment status on the switch. Time changes for extremeEapsState, extremeEapsSharedPortState, extremeEapsSharedPortSegmentStatus, extremeEapsFailedFlag, extremeEapsPrimaryStatus, extremeEapsSecondaryStatus, extremeEapsSharedPortNbrStatus, extremeEapsSharedPortRootBlockerStatus, extremeEapsSharedPortSegmentFlagFailed.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

extremeEapsStatusTrapCount 1.3.6.1.4.1.1916.1.18.3.5
Indicates the number of status traps sent out since the switch booted. Status traps counted include extremeEapsSharedPortStateChange extremeEapsRootBlockerStatusChange extremeEapsPortStatusChange extremeEapsStateChange extremeEapsFailTimerExpFlagSet extremeEapsFailTimerExpFlagClear.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

extremeEapsGlobalMulticastAddRingPorts 1.3.6.1.4.1.1916.1.18.3.6
Ring ports are added to existing multicast groups for protected vlans on a topology change event.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

extremeEapsGlobalMulticastSendIGMPQuery 1.3.6.1.4.1.1916.1.18.3.7
IGMP Query is sent out on all protected vlans on a topology change event.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

extremeEapsGlobalMulticastTempFlooding 1.3.6.1.4.1.1916.1.18.3.8
Temporary Multicast flooding occurs on all protected vlans on a topology change event.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

extremeEapsGlobalMulticastTempFloodingDuration 1.3.6.1.4.1.1916.1.18.3.9
The duration at which temporary Multicast flooding will occur.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

extremeEapsMbrVlanTable 1.3.6.1.4.1.1916.1.18.4
This table contains the control and all protected vlans added to each EAPS domain on this device. There can be only 1 control vlan, while many protected vlans added to a EAPS domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeEapsMbrVlanEntry

extremeEapsMbrVlanEntry 1.3.6.1.4.1.1916.1.18.4.1
An individual entry of this table correlates a EAPS domain with a VLAN added to it and its type whether it is control or protected.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeEapsMbrVlanEntry  

extremeEapsMbrVlanName 1.3.6.1.4.1.1916.1.18.4.1.1
The member VLAN's name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

extremeEapsMbrVlanType 1.3.6.1.4.1.1916.1.18.4.1.2
The member VLAN's type whether it is control or protected.
Status: current Access: read-only
OBJECT-TYPE    
  EapsMbrVlanType  

extremeEapsMbrVlanTag 1.3.6.1.4.1.1916.1.18.4.1.3
The member VLAN's Vlan Id tag.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4095  

extremeEapsMbrVlanRowStatus 1.3.6.1.4.1.1916.1.18.4.1.4
The status of this entry as per standard RowStatus conventions.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

extremeEapsSharedPortTable 1.3.6.1.4.1.1916.1.18.5
This table contains all EAPS shared ports configured on this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeEapsSharedPortEntry

extremeEapsSharedPortEntry 1.3.6.1.4.1.1916.1.18.5.1
An individual entry of this table describes the configuration of an EAPS shared port.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeEapsSharedPortEntry  

extremeEapsSharedPortIfIndex 1.3.6.1.4.1.1916.1.18.5.1.1
The ifIndex of a port configured as an EAPS shared port.
Status: current Access: read-only
OBJECT-TYPE    
  EapsRingPort  

extremeEapsSharedPortMode 1.3.6.1.4.1.1916.1.18.5.1.2
The configured mode of the EAPS shared port.
Status: current Access: read-create
OBJECT-TYPE    
  EapsSharedPortMode  

extremeEapsSharedPortLinkId 1.3.6.1.4.1.1916.1.18.5.1.3
The configured Link Id for the EAPS shared port. Each common link in the entire network will be assigned a unique link Id. Each shared-port instance on either end of this common link will be configured with this link Id. Value of 0 indicates the link Id is still not configured.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65534  

extremeEapsSharedPortSegmentTimerExpiryAction 1.3.6.1.4.1.1916.1.18.5.1.4
This indicates the action taken by the EAPS Shared port instance when a segment timer expires. If the action is sendAlert, then when the segment timer expires, an SNMP trap will be sent, and the segment will remain in Up state, with the failed flag set to True. If the action is segmentDown, then when the timer expires, the segment will be set to Down state.
Status: current Access: read-create
OBJECT-TYPE    
  EapsSharedPortSegmentTimerExpiryAction  

extremeEapsSharedPortState 1.3.6.1.4.1.1916.1.18.5.1.5
This indicates the state of the EAPS Shared port instance. The states can be idle(0), ready(1), blocking(2), and preforwarding(3).
Status: current Access: read-only
OBJECT-TYPE    
  EapsSharedPortState  

extremeEapsSharedPortNbrStatus 1.3.6.1.4.1.1916.1.18.5.1.6
This indicates the status of reachabilty to the neighbor on the other end of the Shared-segment. If the neighbor on the other end is reachable with matching link-id and different modes, then the status is NeighborUp. If the neighbor is not reachable, this status is NeighborDown. If the neighbor is reachable, but with the same mode, then this status is set to Error.
Status: current Access: read-only
OBJECT-TYPE    
  EapsSharedPortNeighborStatus  

extremeEapsSharedPortDomainsCount 1.3.6.1.4.1.1916.1.18.5.1.7
This gives the count of the number of EAPS domains that are sharing this shared-port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

extremeEapsSharedPortProtectedVlansCount 1.3.6.1.4.1.1916.1.18.5.1.8
This gives the count of the number of vlans that are being protected by this shared-port instance.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

extremeEapsSharedPortRootBlockerStatus 1.3.6.1.4.1.1916.1.18.5.1.9
If this shared port instance is not in Root blocker state, the status is False. If the shared port is in Root blocker state, and its path detect message is being returned to it, it is in Active state. If the shared port is in Root blocker state, but its path detect message is not making it back to itself, then its root blocker status is Inactive.
Status: current Access: read-only
OBJECT-TYPE    
  EapsSharedPortRootBlockerStatus  

extremeEapsSharedPortRootBlockerId 1.3.6.1.4.1.1916.1.18.5.1.10
This is the Link Id of the Root Blocker in the entire network. If there is no root blocker in the network, this value is 65535.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

extremeEapsSharedPortRowStatus 1.3.6.1.4.1.1916.1.18.5.1.11
The status of this entry as per standard RowStatus conventions.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

extremeEapsSharedPortSegmentHealthInterval 1.3.6.1.4.1.1916.1.18.5.1.12
Interval at which health check PDUs are sent out each segment port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..15  

extremeEapsSharedPortSegmentTimeout 1.3.6.1.4.1.1916.1.18.5.1.13
Time in seconds where segment fail timer expires, fail flag is set, and expiry action is taken.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 3..30  

extremeEapsSharedPortCommonPathFailedFlag 1.3.6.1.4.1.1916.1.18.5.1.14
Shared port link fail timer expired, but our shared port link is up.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

extremeEapsSharedPortCommonPathHealthInterval 1.3.6.1.4.1.1916.1.18.5.1.15
Interval at which health check PDUs are sent out shared port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..10  

extremeEapsSharedPortCommonPathTimeout 1.3.6.1.4.1.1916.1.18.5.1.16
Time in seconds where shared link fail timer expires and fail flag is set
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 3..30  

extremeEapsSharedPortSegmentTable 1.3.6.1.4.1.1916.1.18.6
This table contains the EAPS shared port's segments information
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeEapsSharedPortSegmentEntry

extremeEapsSharedPortSegmentEntry 1.3.6.1.4.1.1916.1.18.6.1
An individual entry of this table describes the EAPS shared port's segment information. It will describe the EAPS domain, the segment's status, and other information related to neighboring node's blocking status.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeEapsSharedPortSegmentEntry  

extremeEapsSharedPortSegmentPort 1.3.6.1.4.1.1916.1.18.6.1.1
The segment port on a segment which is part of an EAPS shared port.
Status: current Access: read-only
OBJECT-TYPE    
  EapsRingPort  

extremeEapsSharedPortSegmentStatus 1.3.6.1.4.1.1916.1.18.6.1.2
The status of a segment port which is part of an EAPS shared port.
Status: current Access: read-only
OBJECT-TYPE    
  EapsSharedPortSegmentStatus  

extremeEapsSharedPortSegmentFailedFlag 1.3.6.1.4.1.1916.1.18.6.1.3
The status of the failed flag on a segment port which is part of an EAPS shared port. This flag will be set to TRUE if the segment's fail timer expiry action is set to sendAlert, and this timer expires
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

extremeEapsSharedPortSegmentVlanPortCount 1.3.6.1.4.1.1916.1.18.6.1.4
The count of vlan ports being protected under this segment's EAPS domain.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

extremeEapsSharedPortSegmentAdjId 1.3.6.1.4.1.1916.1.18.6.1.5
The link Id of a neighboring node if the neighbor's shared port instance was in blocking state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

extremeEapsSharedPortSegmentRBD 1.3.6.1.4.1.1916.1.18.6.1.6
The Root Blocker Id as determined by the neighboring node's shared port instance.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

extremeEapsSharedPortVlanTable 1.3.6.1.4.1.1916.1.18.7
This table contains all VLANs protected by the EAPS Shared Port instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeEapsSharedPortVlanEntry

extremeEapsSharedPortVlanEntry 1.3.6.1.4.1.1916.1.18.7.1
An individual entry of this table correlates a EAPS Shared port instance with a VLAN protected by it.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeEapsSharedPortVlanEntry  

extremeEapsSharedPortVlanName 1.3.6.1.4.1.1916.1.18.7.1.1
The vlan being protected under this EAPS Shared port instance
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

extremeEapsSharedPortVlanPortCount 1.3.6.1.4.1.1916.1.18.7.1.2
The count of vlan ports being protected under this vlan
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

extremeEapsSharedPortVlanActiveOpenPort 1.3.6.1.4.1.1916.1.18.7.1.3
Segment port that is Active Open. If there is no Active open port, then this value is 0.
Status: current Access: read-only
OBJECT-TYPE    
  EapsRingPort  

extremeEapsSharedPortVlanPortTable 1.3.6.1.4.1.1916.1.18.8
This table contains the EAPS shared port's vlan-port's information
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeEapsSharedPortVlanPortEntry

extremeEapsSharedPortVlanPortEntry 1.3.6.1.4.1.1916.1.18.8.1
An individual entry of this table describes the EAPS shared port's vlan port information. It will describe the status of the vlan port under its protection.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeEapsSharedPortVlanPortEntry  

extremeEapsSharedPortVlanPortStatus 1.3.6.1.4.1.1916.1.18.8.1.1
The status of a vlan port which is getting protected by an EAPS shared port.
Status: current Access: read-only
OBJECT-TYPE    
  EapsSharedPortVlanPortStatus