NBS-VLAN-FWD-MIB

File: NBS-VLAN-FWD-MIB.mib (7825 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
NBS-MIB

Imported symbols

Unsigned32 OBJECT-TYPE MODULE-IDENTITY
OBJECT-IDENTITY DisplayString InterfaceIndex
nbs

Defined Types

NbsVlanFwdEntry  
SEQUENCE    
  nbsVlanFwdIfIndex InterfaceIndex
  nbsVlanFwdVidList DisplayString
  nbsVlanFwdVid INTEGER
  nbsVlanFwdPriority INTEGER
  nbsVlanFwdEgressTagAction INTEGER
  nbsVlanFwdEgressTagCapability OCTET STRING
  nbsVlanFwdIngressTagAction INTEGER
  nbsVlanFwdIngressTagCapability OCTET STRING

NbsVlanControlEntry  
SEQUENCE    
  nbsVlanControlIfIndex InterfaceIndex
  nbsVlanControlMgmtVid INTEGER

Defined Values

nbsVlanFwdMib 1.3.6.1.4.1.629.215
MIB for representing VLAN Forwarding information
MODULE-IDENTITY    

nbsVlanFwdGrp 1.3.6.1.4.1.629.215.1
VLAN Forwarding Configuration and Capabilities
Status: current Access: read-only
OBJECT-IDENTITY    

nbsVlanControlGrp 1.3.6.1.4.1.629.215.2
VLAN Control Configuration and Capabilities
Status: current Access: read-only
OBJECT-IDENTITY    

nbsVlanFwdTableSize 1.3.6.1.4.1.629.215.1.1
The number of entries in nbsVlanFwdTable
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

nbsVlanFwdTable 1.3.6.1.4.1.629.215.1.2
VLAN Forwarding information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbsVlanFwdEntry

nbsVlanFwdEntry 1.3.6.1.4.1.629.215.1.2.1
The VLAN Forwarding port's information
Status: current Access: not-accessible
OBJECT-TYPE    
  NbsVlanFwdEntry  

nbsVlanFwdIfIndex 1.3.6.1.4.1.629.215.1.2.1.1
The Mib2 ifIndex of this VLAN Forwarding port
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

nbsVlanFwdVidList 1.3.6.1.4.1.629.215.1.2.1.2
A list of VLAN ids as a free format text string. A non-empty string indicates that the port only forwards frames to other port(s) having the same VLAN id(s). For example: 1001 specifies one isolated VLAN id.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

nbsVlanFwdVid 1.3.6.1.4.1.629.215.1.2.1.3
Specifies the VLAN id to be used when adding a new outer VLAN tag to frames.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..4095  

nbsVlanFwdPriority 1.3.6.1.4.1.629.215.1.2.1.4
Specifies the priority to be used when adding a new outer VLAN tag to frames.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

nbsVlanFwdEgressTagAction 1.3.6.1.4.1.629.215.1.2.1.5
Specifies what tagging action to perform on outgoing frames from this port: add(2) a new outer VLAN tag to each outgoing frame, using nbsVlanFwdVid and nbsVlanFwdPriority; strip(3) the outer VLAN tag from each outgoing frame; retain(4) tagging as is on each outgoing frame.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notSupported(1), add(2), strip(3), retain(4)  

nbsVlanFwdEgressTagCapability 1.3.6.1.4.1.629.215.1.2.1.6
This bitmask indicates which nbsVlanPortEgressTagAction values are supported: add(2) if bit 2 is set, strip(3) if bit 3 is set, and retain(4) if bit 4 is set.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1)  

nbsVlanFwdIngressTagAction 1.3.6.1.4.1.629.215.1.2.1.7
Specifies what tagging action to perform on incoming frames on this port: add(2) a new outer VLAN tag to each incoming frame, using nbsVlanFwdVid and nbsVlanFwdPriority; strip(3) the outer VLAN tag from each incoming frame; retain(4) tagging as is on each incoming frame.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notSupported(1), add(2), strip(3), retain(4)  

nbsVlanFwdIngressTagCapability 1.3.6.1.4.1.629.215.1.2.1.8
This bitmask indicates which nbsVlanPortIngressTagAction values are supported: add(2) if bit 2 is set, strip(3) if bit 3 is set, and retain(4) if bit 4 is set.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1)  

nbsVlanControlTableSize 1.3.6.1.4.1.629.215.2.1
The number of entries in nbsVlanControlTable
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

nbsVlanControlTable 1.3.6.1.4.1.629.215.2.2
VLAN Management information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbsVlanControlEntry

nbsVlanControlEntry 1.3.6.1.4.1.629.215.2.2.1
The VLAN entity's management information
Status: current Access: not-accessible
OBJECT-TYPE    
  NbsVlanControlEntry  

nbsVlanControlIfIndex 1.3.6.1.4.1.629.215.2.2.1.1
The Mib2 ifIndex of this VLAN entity
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

nbsVlanControlMgmtVid 1.3.6.1.4.1.629.215.2.2.1.2
Specifies the VLAN id to be used for management traffic. Valid VIDs range from 0..4095. Not supported value: -1
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..4095