NMS-VLAN-EXT-MIB

File: NMS-VLAN-EXT-MIB.mib (14481 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
NMS-SMI RFC1155-SMI RFC1213-MIB
Q-BRIDGE-MIB P-BRIDGE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Unsigned32 Counter64
TEXTUAL-CONVENTION RowStatus TimeStamp
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP nmsMgmt nmslocal
IpAddress Counter DisplayString
PhysAddress ifIndex VlanIndex
EnabledStatus

Defined Types

Dot1qPortVlanTableEntry  
SEQUENCE    
  dot1qPvid VlanIndex
  dot1qPortType INTEGER
  dot1qPortSwitchingMode INTEGER
  dot1qPortAllowedVlans OCTET STRING
  dot1qPortUntaggedVlans OCTET STRING
  dot1qPortAcceptableFrameTypes INTEGER
  dot1qPortIngressFiltering TruthValue
  dot1qPortGvrpStatus EnabledStatus
  dot1qPortGvrpFailedRegistrations Counter64
  dot1qPortGvrpLastPduOrigin PhysAddress
  dot1qUplinkPortTpid INTEGER

Dot1qPortVlanTranslateTableEntry  
SEQUENCE    
  dttTeMode INTEGER
  dttTeOldVlanId INTEGER
  dttTeNewVlanId INTEGER
  dttTePri INTEGER
  dttTeRowStatus RowStatus

Defined Values

nmsvlanExt 1.3.6.1.4.1.3320.9.182
OBJECT IDENTIFIER    

dot1qVlanTransparentMode 1.3.6.1.4.1.3320.9.182.1
Vlan global transport mode.Not supported in S8500 series.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER true(1), false(2)  

dot1qVlanUntagged 1.3.6.1.4.1.3320.9.182.2
Vlan global transport mode.Not supported in S8500 series.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

dot1qPortVlanTable 1.3.6.1.4.1.3320.9.182.3
A table of dot1qVlan operation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qPortVlanTableEntry

dot1qPortVlanTableEntry 1.3.6.1.4.1.3320.9.182.3.1
A collection of dot1qVlan operation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Dot1qPortVlanTableEntry  

dot1qPvid 1.3.6.1.4.1.3320.9.182.3.1.1
The PVID, the VLAN ID assigned to untagged frames or Priority-Tagged frames received on this port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  VlanIndex  

dot1qPortType 1.3.6.1.4.1.3320.9.182.3.1.2
value for port vlan type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER fastethernet(2), gigaethernet(3), tgigaethernet(4), epon(5), eponllid(6), portchannel(11)  

dot1qPortSwitchingMode 1.3.6.1.4.1.3320.9.182.3.1.3
value for port vlan mode.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER access(1), trunk(2), dot1qtunnel(3), dot1qtranslatingtunnel(4), dot1qtunneluplink(5)  

dot1qPortAllowedVlans 1.3.6.1.4.1.3320.9.182.3.1.4
value for port allowed vlan list.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

dot1qPortUntaggedVlans 1.3.6.1.4.1.3320.9.182.3.1.5
value for port untagged vlan list.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

dot1qPortAcceptableFrameTypes 1.3.6.1.4.1.3320.9.182.3.1.6
When this is admitOnlyVlanTagged(2) the device will discard untagged frames or Priority-Tagged frames received on this port. When admitAll(1), untagged frames or Priority-Tagged frames received on this port will be accepted and assigned to the PVID for this port. This control does not affect VLAN independent BPDU frames, such as GVRP and STP. It does affect VLAN dependent BPDU frames, such as GMRP.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER admitAll(1), admitOnlyVlanTagged(2)  

dot1qPortIngressFiltering 1.3.6.1.4.1.3320.9.182.3.1.7
When this is true(1) the device will discard incoming frames for VLANs which do not include this Port in its Member set. When false(2), the port will accept all incoming frames. This control does not affect VLAN independent BPDU frames, such as GVRP and STP. It does affect VLAN dependent BPDU frames, such as GMRP.
Status: mandatory Access: read-write
OBJECT-TYPE    
  TruthValue  

dot1qPortGvrpStatus 1.3.6.1.4.1.3320.9.182.3.1.8
The state of GVRP operation on this port. The value enabled(1) indicates that GVRP is enabled on this port, as long as dot1qGvrpStatus is also enabled for this device. When disabled(2) but dot1qGvrpStatus is still enabled for the device, GVRP is disabled on this port: any GVRP packets received will be silently discarded and no GVRP registrations will be propagated from other ports. This object affects all GVRP Applicant and Registrar state machines on this port. A transition from disabled(2) to enabled(1) will cause a reset of all GVRP state machines on this port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  EnabledStatus  

dot1qPortGvrpFailedRegistrations 1.3.6.1.4.1.3320.9.182.3.1.9
The total number of failed GVRP registrations, for any reason, on this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter64  

dot1qPortGvrpLastPduOrigin 1.3.6.1.4.1.3320.9.182.3.1.10
The Source MAC Address of the last GVRP message received on this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

dot1qUplinkPortTpid 1.3.6.1.4.1.3320.9.182.3.1.11
Default value is 0x8100. Note: only when the value of 'dot1qPortSwitchingMode' is 'Dot1qTunnelUplink', this value is available.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

dot1qPortVlanTranslateTable 1.3.6.1.4.1.3320.9.182.4
A table of dot1q Port Vlan Translate Table operation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1qPortVlanTranslateTableEntry

dot1qPortVlanTranslateTableEntry 1.3.6.1.4.1.3320.9.182.4.1
A collection of dot1qVlan Translate operation. Attention: When VLAN is created, dttTeMode,dttTeOldVlanId dttTeNewVlanId should be provided, and dttTePri is optional. When item is deleted, only dttTeMode and dttTeOldVlanId needs to provide.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Dot1qPortVlanTranslateTableEntry  

dttTeMode 1.3.6.1.4.1.3320.9.182.4.1.1
value for port vlan translation item mode. The default value is DttTeModeQinQ(2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER dttTeModeFlat(1), dttTeModeQinQ(2)  

dttTeOldVlanId 1.3.6.1.4.1.3320.9.182.4.1.2
value for port old vlan id to be translated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dttTeNewVlanId 1.3.6.1.4.1.3320.9.182.4.1.3
value for port new vlan id to be translated.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

dttTePri 1.3.6.1.4.1.3320.9.182.4.1.4
value for port new vlan id priority to be translated.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

dttTeRowStatus 1.3.6.1.4.1.3320.9.182.4.1.5
value for port vlan translation row status.
Status: mandatory Access: read-create
OBJECT-TYPE    
  RowStatus  

dot1qTunnel 1.3.6.1.4.1.3320.9.182.5
Dot1qTunnel enable operation. enabled(1),disabled(2). Default value is disable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)