NMS-MEAPS-MIB

File: NMS-MEAPS-MIB.mib (15595 bytes)

Imported modules

RFC-1212 NMS-SMI

Imported symbols

OBJECT-TYPE nmslocal

Defined Types

NMSMEAPSDomainTableEntry  
SEQUENCE    
  nmsMEAPSDomainID INTEGER
  nmsMEAPSRings INTEGER
  nmsMEAPSRowStatus INTEGER

NMSMEAPSRingTableEntry  
SEQUENCE    
  nmsMEAPSRingID INTEGER
  nmsMEAPSRingLevel INTEGER
  nmsMEAPSRingNodeType INTEGER
  nmsMEAPSRingControlVlanMajor INTEGER
  nmsMEAPSRingControlVlanSub INTEGER
  nmsMEAPSRingPorts INTEGER
  nmsMEAPSRingState INTEGER
  nmsMEAPSRingHealthCheck INTEGER
  nmsMEAPSRingChannelCheck INTEGER
  nmsMEAPSRingChannelRecovery INTEGER
  nmsMEAPSRingHelloTime INTEGER
  nmsMEAPSRingFailTime INTEGER
  nmsMEAPSRingPreforwardTime INTEGER
  nmsMEAPSRingEdgeHelloTime INTEGER
  nmsMEAPSRingEdgeFailTime INTEGER
  nmsMEAPSRingAdminStatus INTEGER
  nmsMEAPSRingPrimaryPort INTEGER
  nmsMEAPSRingPrimaryPortState INTEGER
  nmsMEAPSRingPrimaryPortStatus INTEGER
  nmsMEAPSRingSecondaryPort INTEGER
  nmsMEAPSRingSecondaryPortState INTEGER
  nmsMEAPSRingSecondaryPortStatus INTEGER

NMSMEAPSRingPortTableEntry  
SEQUENCE    
  nmsMEAPSRingPortRingID INTEGER
  nmsMEAPSRingPort INTEGER
  nmsMEAPSRingPortType INTEGER
  nmsMEAPSRingPortState INTEGER
  nmsMEAPSRingPortForwards INTEGER
  nmsMEAPSRingPortRx INTEGER
  nmsMEAPSRingPortTx INTEGER
  nmsMEAPSRingPortStatus INTEGER

Defined Values

nmsMEAPS 1.3.6.1.4.1.3320.2.234
OBJECT IDENTIFIER    

nmsMEAPSDomains 1.3.6.1.4.1.3320.2.234.1
The number of running ethernet domain instances.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsMEAPSPduRx 1.3.6.1.4.1.3320.2.234.2
The total number of input EAPS PDUs.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsMEAPSPduTx 1.3.6.1.4.1.3320.2.234.3
The total number of output EAPS PDUs.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsMEAPSDomainTable 1.3.6.1.4.1.3320.2.234.4
A table that contains information of ethernet domain instances.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NMSMEAPSDomainTableEntry

nmsMEAPSDomainTableEntry 1.3.6.1.4.1.3320.2.234.4.1
A table that contains information of ethernet domain instances.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NMSMEAPSDomainTableEntry  

nmsMEAPSDomainID 1.3.6.1.4.1.3320.2.234.4.1.1
The index of ethernet domain instances.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsMEAPSRings 1.3.6.1.4.1.3320.2.234.4.1.2
A value indicates the node-type of this device in the domain.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsMEAPSRowStatus 1.3.6.1.4.1.3320.2.234.4.1.3
A read-create value that indicates the configuration status of the domain instance. Set this value to 'enabled' to start the ring or 'disabled' to stop it. The value 'running' indicates that the domain is currently configured and running, in which case, the values of node-type and control-vlan cannot be modified.
Status: mandatory Access: read-create
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1), running(2)  

nmsMEAPSRingTable 1.3.6.1.4.1.3320.2.234.5
A table that contains information of ethernet ring instances.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NMSMEAPSRingTableEntry

nmsMEAPSRingTableEntry 1.3.6.1.4.1.3320.2.234.5.1
A table that contains information of ethernet ring instances.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NMSMEAPSRingTableEntry  

nmsMEAPSRingID 1.3.6.1.4.1.3320.2.234.5.1.1
The index of ethernet ring instances.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsMEAPSRingLevel 1.3.6.1.4.1.3320.2.234.5.1.2
A value indicates the level of this device in the ring.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER unknown(0), majorRing(1), subRing(2)  

nmsMEAPSRingNodeType 1.3.6.1.4.1.3320.2.234.5.1.3
A value indicates the node-type of this device in the ring.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER unknown(0), masterNode(1), transitNode(2), edgeNode(3), assistantNode(4)  

nmsMEAPSRingControlVlanMajor 1.3.6.1.4.1.3320.2.234.5.1.4
The id of the major VLAN in which EAPS PDUs are transmitted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsMEAPSRingControlVlanSub 1.3.6.1.4.1.3320.2.234.5.1.5
The id of the sub VLAN in which EAPS PDUs are transmitted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsMEAPSRingPorts 1.3.6.1.4.1.3320.2.234.5.1.6
The number of interfaces which are configured in a ring.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsMEAPSRingState 1.3.6.1.4.1.3320.2.234.5.1.7
A value indicates the state of a node in the ring. Only the value from a MasterNode indicates the state of the whole ring. The value from a TransitNode means the local ring ports are all operational or not.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), complete(1), ringFault(2)  

nmsMEAPSRingHealthCheck 1.3.6.1.4.1.3320.2.234.5.1.8
A value indicates whether Health packets are being sent from MasterNode. Available only for MasterNodes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

nmsMEAPSRingHelloTime 1.3.6.1.4.1.3320.2.234.5.1.9
The inteval between the transmit of two Health packets, in seconds. Available only for MasterNodes.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsMEAPSRingFailTime 1.3.6.1.4.1.3320.2.234.5.1.10
The hold time for the SecondaryPort after a Health packet is received, in seconds. Available only for MasterNodes.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsMEAPSRingPreforwardTime 1.3.6.1.4.1.3320.2.234.5.1.11
The hold time for a TransitPort which is recovered from a failure, in seconds. During the pre-forward time, no packets other than PDUs in control vlan can be forwarded. Only available for TransitNodes.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsMEAPSRingEdgeHelloTime 1.3.6.1.4.1.3320.2.234.5.1.12
The hold time for a TransitPort which is recovered from a failure, in seconds. During the pre-forward time, no packets other than PDUs in control vlan can be forwarded. Only available for TransitNodes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsMEAPSRingEdgeFailTime 1.3.6.1.4.1.3320.2.234.5.1.13
The hold time for a TransitPort which is recovered from a failure, in seconds. During the pre-forward time, no packets other than PDUs in control vlan can be forwarded. Only available for TransitNodes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsMEAPSRingAdminStatus 1.3.6.1.4.1.3320.2.234.5.1.14
A read-create value that indicates the configuration status of the ring instance. Set this value to 'enabled' to start the ring or 'disabled' to stop it. The value 'running' indicates that the ring is currently configured and running, in which case, the values of node-type and control-vlan cannot be modified.
Status: mandatory Access: read-create
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1), running(2)  

nmsMEAPSRingPrimaryPort 1.3.6.1.4.1.3320.2.234.5.1.15
The interface index of the primary-port if the 'nmsMEAPSRingNodeType' is 'masterNode', or the ifIndex of the first transit-port if 'transitNode'. Value 0 means that this port is not configured.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsMEAPSRingPrimaryPortState 1.3.6.1.4.1.3320.2.234.5.1.16
The forwarding state of the primary-port or the first transit-port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), forwarding(1), preforwarding(2), blocking(3), edgepreforwarding(4)  

nmsMEAPSRingPrimaryPortStatus 1.3.6.1.4.1.3320.2.234.5.1.17
The link status of the primary-port or the first transit-port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER link-down(0), link-up(1)  

nmsMEAPSRingSecondaryPort 1.3.6.1.4.1.3320.2.234.5.1.18
The interface index of the secondary-port if the 'nmsMEAPSRingNodeType' is 'masterNode', or the ifIndex of the second transit-port if 'transitNode'. Value 0 means that this port is not configured.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsMEAPSRingSecondaryPortState 1.3.6.1.4.1.3320.2.234.5.1.19
The forwarding state of the secondary-port or the second transit-port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), forwarding(1), preforwarding(2), blocking(3), edgepreforwarding(4)  

nmsMEAPSRingSecondaryPortStatus 1.3.6.1.4.1.3320.2.234.5.1.20
The link status of the secondary-port or the second transit-port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER link-down(0), link-up(1)  

nmsMEAPSRingPortTable 1.3.6.1.4.1.3320.2.234.6
A table that contains information of ethernet ring ports.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NMSMEAPSRingPortTableEntry

nmsMEAPSRingPortTableEntry 1.3.6.1.4.1.3320.2.234.6.1
A table that contains information of ethernet ring ports.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NMSMEAPSRingPortTableEntry  

nmsMEAPSRingPortRingID 1.3.6.1.4.1.3320.2.234.6.1.1
The index of an ethernet ring instance, in which this port is configured.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsMEAPSRingPort 1.3.6.1.4.1.3320.2.234.6.1.2
The port number of the ring port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsMEAPSRingPortType 1.3.6.1.4.1.3320.2.234.6.1.3
A value indicates the type of a ring port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), primaryPort(1), secondaryPort(2), transitPort(3), commonPort(4), edgePort(5)  

nmsMEAPSRingPortState 1.3.6.1.4.1.3320.2.234.6.1.4
A value indicates the forward state of a ring port in data vlans.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), forwarding(1), preforwarding(2), blocking(3), edgepreforwarding(4)  

nmsMEAPSRingPortForwards 1.3.6.1.4.1.3320.2.234.6.1.5
The number of times this port has transitioned to forwarding state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsMEAPSRingPortRx 1.3.6.1.4.1.3320.2.234.6.1.6
The number of received EAPS PDUs on this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsMEAPSRingPortTx 1.3.6.1.4.1.3320.2.234.6.1.7
The Number of transmitted EAPS PDUs on this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsMEAPSRingPortStatus 1.3.6.1.4.1.3320.2.234.6.1.8
The link status of the ring port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER link-down(0), link-up(1)  

nmsMEAPSRingNotifications 1.3.6.1.4.1.3320.2.234.7
OBJECT IDENTIFIER    

nmsMEAPSRingNotification 1.3.6.1.4.1.3320.2.234.7.1
This notification is generated when a MasterNode detects that the state of ring is changed.
Status: current Access: read-only
NOTIFICATION-TYPE