LAG-ARCH-MIB

File: LAG-ARCH-MIB.mib (5176 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC-1215
RFC1213-MIB

Imported symbols

enterprises IpAddress TimeTicks
OBJECT-TYPE TRAP-TYPE DisplayString

Defined Types

LagTrunkGroupEntry  
SEQUENCE    
  lagTrunkGroupTableAggIndex INTEGER
  lagTrunkGroupTableRule INTEGER

LagLinkStateTableEntry  
SEQUENCE    
  lagLinkStateAggIndex INTEGER
  lagLinkState INTEGER
  lagAggregateOrIndividual INTEGER

Defined Values

zyxel 1.3.6.1.4.1.13464
OBJECT IDENTIFIER    

lag 1.3.6.1.4.1.13464.1556
OBJECT IDENTIFIER    

lagArchTrunkGroup 1.3.6.1.4.1.13464.1556.1
OBJECT IDENTIFIER    

lagTrunkGroupTable 1.3.6.1.4.1.13464.1556.1.1
A table that contains the Trunk Group Table Entry rule that defines the distribution algorithm for every Link Aggregator that is associated with this System.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LagTrunkGroupEntry

lagTrunkGroupTableEntry 1.3.6.1.4.1.13464.1556.1.1.1
A list of the rules applied to the entries of the Trunk Group Table parameters. This is indexed by the ifIndex of the Aggregator, which is also the dot3adAggIndex.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LagTrunkGroupEntry  

lagTrunkGroupTableAggIndex 1.3.6.1.4.1.13464.1556.1.1.1.1
The unique identifier allocated to this Aggregator by the local System. This attribute identifies an Aggregator instance among the subordinate managed objects of the containing object. This value is read-only. This is the same value as the dot3adAggIndex in the dot3adAggTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

lagTrunkGroupTableRule 1.3.6.1.4.1.13464.1556.1.1.1.2
The Rule to be applied to this Link Aggregator's Trunk Group Table. The rules are based on the following selections SrcMAC (1), means that the last three bits of the Source MAC Address are used to index the Trunk Group to get the destination port. DestMAC (2), means the last three bits of the Destination MAC Address are used to index into the Trunk Group to get the destination port. SrcXORDestMAC (3), means that the last three bits of the Source MAC Address are logically XORed with the last three bits of the Destination MAC Address and used to index into the Trunk Group to get the destination port. SrcIP (4), means the last three bits of the Source IP Address are used to index into the Trunk Group to get the destination port. DestIP (5), means the last three bits of the Destination IP Address are used to index into the Trunk Group to get the destination port. SrcXORDestIP (6), means the last three bits of the Source IP Address are logically XORed with the last three bits of the Destination IP Address and used to index into the Trunk Group to get the destination port. This rule defines the distribution algorithm applied to the aggregated link.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER srcMAC(1), destMAC(2), srcXORDestMAC(3), srcIP(4), destIP(5), srcXORDestIP(6)  

lagLinkStateTable 1.3.6.1.4.1.13464.1556.1.2
A table that contains the Link State Table Entry that defines the state of each ports link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LagLinkStateTableEntry

lagLinkStateTableEntry 1.3.6.1.4.1.13464.1556.1.2.1
A list of the link states. This is indexed by the ifIndex of the Aggregator, which is also the dot3adAggIndex.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LagLinkStateTableEntry  

lagLinkStateAggIndex 1.3.6.1.4.1.13464.1556.1.2.1.1
The unique identifier allocated to this Aggregator by the local System. This attribute identifies an Aggregator instance among the subordinate managed objects of the containing object.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

lagLinkState 1.3.6.1.4.1.13464.1556.1.2.1.2
The state of this Link Aggregator port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

lagAggregateOrIndividual 1.3.6.1.4.1.13464.1556.1.2.1.3
The state of this Link Aggregator port. Indicating whether the Aggregation Port is able to Aggregate ('TRUE') or is only able to operate as an Individual link ('FALSE').
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER true(1), false(2)