PRVT-SUPER-VLAN-MIB

File: PRVT-SUPER-VLAN-MIB.mib (10689 bytes)

Imported modules

IF-MIB PRVT-SWITCH-MIB SNMPv2-SMI
SNMPv2-TC

Imported symbols

InterfaceIndex InterfaceIndexOrZero switch
Integer32 MODULE-IDENTITY OBJECT-TYPE
RowStatus

Defined Types

PrvtSuperVlanIfEntry  
SEQUENCE    
  prvtSuperVlanIfIndex InterfaceIndex
  prvtSuperVlanIfTargetPort InterfaceIndexOrZero
  prvtSuperVlanIfRowStatus RowStatus

PrvtSuperVlanIfCVlanEntry  
SEQUENCE    
  prvtSuperVlanIfCVlanId Integer32
  prvtSuperVlanIfCVlanMask OCTET STRING
  prvtSuperVlanIfCVlanRowStatus RowStatus

PrvtSuperVlanIfRingPortEntry  
SEQUENCE    
  prvtSuperVlanIfRingPort1 InterfaceIndex
  prvtSuperVlanIfRingPort2 InterfaceIndex
  prvtSuperVlanIfRingPortVlanId Integer32
  prvtSuperVlanIfRingPortPreferred InterfaceIndexOrZero
  prvtSuperVlanIfRingPortActive InterfaceIndexOrZero
  prvtSuperVlanIfRingPortRowStatus RowStatus

Defined Values

prvtSuperVlanMIB 1.3.6.1.4.1.738.1.5.136
Private MIB supporting Super VLANs
MODULE-IDENTITY    

prvtSuperVlanMIBObjects 1.3.6.1.4.1.738.1.5.136.1
OBJECT IDENTIFIER    

prvtSuperVlanIfTable 1.3.6.1.4.1.738.1.5.136.1.1
A list of Super-VLAN source ports. A source port must always be associated with either a single target port (specified by a non-zero value for prvtSuperVlanIfTargetPort) or must be associated with a pair of ring ports (specified by creating an entry in prvtSuperVlanIfRingPortTable). Thus when creating a new entry in prvtSuperVlanIfTable, either the object prvtSuperVlanIfTargetPort must be simultaneously set to a valid non-zero ifIndex value or an entry in prvtSuperVlanIfRingPortTable must be simultaneously created to specify the associated ring ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtSuperVlanIfEntry

prvtSuperVlanIfEntry 1.3.6.1.4.1.738.1.5.136.1.1.1
An entry in prvtSuperVlanIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtSuperVlanIfEntry  

prvtSuperVlanIfIndex 1.3.6.1.4.1.738.1.5.136.1.1.1.1
The ifIndex of a Super-VLAN source port.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

prvtSuperVlanIfTargetPort 1.3.6.1.4.1.738.1.5.136.1.1.1.2
The IfIndex of a target port associated with this Super-VLAN source port. A value of zero indicates that the source port is not associated with a single target port but is associated with a pair of ring ports specified in prvtSuperVlanIfRingPortTable. Changing this object from a zero value to a non-zero value that is a valid ifIndex (i.e. changing from a ring-port to a single target port), will result in the associated entry in prvtSuperVlanIfRingPortTable being automatically deleted.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

prvtSuperVlanIfRowStatus 1.3.6.1.4.1.738.1.5.136.1.1.1.3
The RowStatus for prvtSuperVlanIfTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtSuperVlanIfCVlanTable 1.3.6.1.4.1.738.1.5.136.1.2
A list of customer VLANs belonging to a Super-VLAN source port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtSuperVlanIfCVlanEntry

prvtSuperVlanIfCVlanEntry 1.3.6.1.4.1.738.1.5.136.1.2.1
An entry in prvtSuperVlanIfCVlanTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtSuperVlanIfCVlanEntry  

prvtSuperVlanIfCVlanId 1.3.6.1.4.1.738.1.5.136.1.2.1.1
The VLAN identifier of a customer VLAN belonging to a Super-VLAN source port.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..4092  

prvtSuperVlanIfCVlanMask 1.3.6.1.4.1.738.1.5.136.1.2.1.2
The mask to apply to the VLAN identifier (prvtSuperVlanIfCVlanId). A value of all zeros represents that no mask is applied
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(4)  

prvtSuperVlanIfCVlanRowStatus 1.3.6.1.4.1.738.1.5.136.1.2.1.3
The RowStatus for prvtSuperVlanIfCVlanTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtSuperVlanIfRingPortTable 1.3.6.1.4.1.738.1.5.136.1.3
This table specifies a pair of ring ports to associate with a Super-VLAN source port. Only a single pair of ring ports may be associated per source port. A source port must always be associated with either a single target port (specified by a non-zero value for prvtSuperVlanIfTargetPort) or must be associated with a pair of ring ports (specified by creating an entry in prvtSuperVlanIfRingPortTable). When an entry is successfully created in prvtSuperVlanIfRingPortTable for a particular source port, that source port's prvtSuperVlanIfTargetPort object is automatically set to a zero value indicating that the source port is associated with a pair of ring ports instead of a single target port (i.e. when creating an entry in prvtSuperVlanIfRingPortTable, it is not neccessary to also clear prvtSuperVlanIfTargetPort).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtSuperVlanIfRingPortEntry

prvtSuperVlanIfRingPortEntry 1.3.6.1.4.1.738.1.5.136.1.3.1
An entry in prvtSuperVlanIfRingPortTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtSuperVlanIfRingPortEntry  

prvtSuperVlanIfRingPort1 1.3.6.1.4.1.738.1.5.136.1.3.1.1
The ifIndex of the first ring port target associated with this Super-VLAN source port.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

prvtSuperVlanIfRingPort2 1.3.6.1.4.1.738.1.5.136.1.3.1.2
The ifIndex of the second ring port target associated with this Super-VLAN source port.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

prvtSuperVlanIfRingPortVlanId 1.3.6.1.4.1.738.1.5.136.1.3.1.3
The VLAN to use in Spanning Tree decisions to determine the active Super-VLAN port. The value '0' indicates no VLAN has been selected.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..4092  

prvtSuperVlanIfRingPortPreferred 1.3.6.1.4.1.738.1.5.136.1.3.1.4
The ifIndex of the preferred ring port to use for this ring.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

prvtSuperVlanIfRingPortActive 1.3.6.1.4.1.738.1.5.136.1.3.1.5
The ifIndex of the currently active ring port for this ring.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

prvtSuperVlanIfRingPortRowStatus 1.3.6.1.4.1.738.1.5.136.1.3.1.6
The RowStatus for prvtSuperVlanIfRingPortTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus