FOUNDRY-SN-MAC-VLAN-MIB

File: FOUNDRY-SN-MAC-VLAN-MIB.mib (8444 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
MacAddress InterfaceIndex

Defined Types

SnMacVlanPortMemberEntry  
SEQUENCE    
  snMacVlanPortMemberVLanId INTEGER
  snMacVlanPortMemberPortId InterfaceIndex
  snMacVlanPortMemberRowStatus INTEGER

SnMacVlanIfEntry  
SEQUENCE    
  snMacVlanIfIndex InterfaceIndex
  snMacVlanIfEnable INTEGER
  snMacVlanIfMaxEntry Integer32
  snMacVlanIfClearOper INTEGER
  snMacVlanIfClearConfig INTEGER

SnMacBasedVlanEntry  
SEQUENCE    
  snMacBasedVlanId INTEGER
  snMacBasedVlanMac MacAddress
  snMacBasedVlanPriority Integer32
  snMacBasedVlanRowStatus INTEGER

Defined Values

snMacVlan 1.3.6.1.4.1.1991.1.1.3.30
Management Information Base module for MAC-based Vlan configuration and statistics.
MODULE-IDENTITY    

snMacVlanGlobalObjects 1.3.6.1.4.1.1991.1.1.3.30.1
OBJECT IDENTIFIER    

snMacVlanTableObjects 1.3.6.1.4.1.1991.1.1.3.30.2
OBJECT IDENTIFIER    

snMacVlanGlobalClearOper 1.3.6.1.4.1.1991.1.1.3.30.1.1
valid(0) - a SNMP-GET of this mib shows that it is valid command to use. clear(1) - represents clear operational MAC-based Vlan entry for all ports.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER valid(0), clear(1)  

snMacVlanGlobalDynConfigState 1.3.6.1.4.1.1991.1.1.3.30.1.2
Enable/disable MAC-based VLAN dynamic activation on the global level.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

snMacVlanPortMemberTable 1.3.6.1.4.1.1991.1.1.3.30.2.1
MAC-based Vlan port membership table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnMacVlanPortMemberEntry

snMacVlanPortMemberEntry 1.3.6.1.4.1.1991.1.1.3.30.2.1.1
An entry of the MAC-based Vlan port membership table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnMacVlanPortMemberEntry  

snMacVlanPortMemberVLanId 1.3.6.1.4.1.1991.1.1.3.30.2.1.1.1
The VLAN identifier (VLAN ID).
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..4095  

snMacVlanPortMemberPortId 1.3.6.1.4.1.1991.1.1.3.30.2.1.1.2
The ifIndex which is a member of the MAC-based VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

snMacVlanPortMemberRowStatus 1.3.6.1.4.1.1991.1.1.3.30.2.1.1.3
This object is used to create and delete row in the table and control if they are used. The values that can be written are: delete(3)...deletes the row create(4)...creates a new row If the row exists, then a SET with value of create(4) returns error 'wrongValue'. Deleted rows go away immediately. The following values can be returned on reads: noSuch(0)...no such row other(1)....some other case valid(2)....the row exists and is valid
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), valid(2), delete(3), create(4)  

snMacVlanIfTable 1.3.6.1.4.1.1991.1.1.3.30.2.2
MAC-based Vlan Interface table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnMacVlanIfEntry

snMacVlanIfEntry 1.3.6.1.4.1.1991.1.1.3.30.2.2.1
An entry in the MAC-based Vlan interface table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnMacVlanIfEntry  

snMacVlanIfIndex 1.3.6.1.4.1.1991.1.1.3.30.2.2.1.1
The ifIndex which is a member of the MAC-based VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

snMacVlanIfEnable 1.3.6.1.4.1.1991.1.1.3.30.2.2.1.2
The administrative status requested by management for MAC-based Vlan on this interface. The value enabled(1) indicates that MAC-based Vlan should be enabled on this interface, When disabled(2), MAC-based Vlan is disabled on this interface. Enable/disable MAC-based Vlan on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

snMacVlanIfMaxEntry 1.3.6.1.4.1.1991.1.1.3.30.2.2.1.3
The maximum number of allowed and denied MAC address (static and dynamic) that can be leared on an interface. The default value is 2. The value should be between 2 to 32.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 2..32  

snMacVlanIfClearOper 1.3.6.1.4.1.1991.1.1.3.30.2.2.1.4
valid(0) - a SNMP-GET of this mib shows that it is valid command to use. clear(1) - represents clearing operational MAC-based Vlan entry for a port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER valid(0), clear(1)  

snMacVlanIfClearConfig 1.3.6.1.4.1.1991.1.1.3.30.2.2.1.5
valid(0) - a SNMP-GET of this mib shows that it is valid command to use. clear(1) - represents clearing configured MAC-based Vlan entry for a port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER valid(0), clear(1)  

snMacBasedVlanTable 1.3.6.1.4.1.1991.1.1.3.30.2.3
MAC-based Vlan table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnMacBasedVlanEntry

snMacBasedVlanEntry 1.3.6.1.4.1.1991.1.1.3.30.2.3.1
An entry in the MAC-based Vlan table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnMacBasedVlanEntry  

snMacBasedVlanId 1.3.6.1.4.1.1991.1.1.3.30.2.3.1.1
The ID of a VLAN of which this port is a mac-vlan-permit member. Port must be untagged. This object return 0 which is an invalid VLAN ID value.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..4095  

snMacBasedVlanMac 1.3.6.1.4.1.1991.1.1.3.30.2.3.1.2
A host source MAC address to be authenticated.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

snMacBasedVlanPriority 1.3.6.1.4.1.1991.1.1.3.30.2.3.1.3
The priority of the source MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..7  

snMacBasedVlanRowStatus 1.3.6.1.4.1.1991.1.1.3.30.2.3.1.4
This object is used to create and delete row in the table and control if they are used. The values that can be written are: delete(3)...deletes the row create(4)...creates a new row If the row exists, then a SET with value of create(4) returns error 'wrongValue'. Deleted rows go away immediately. The following values can be returned on reads: noSuchName...no such row other(1).....some other cases valid(2)....the row exists and is valid
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), valid(2), delete(3), create(4)