SWITCH-VLAN-MIB

File: SWITCH-VLAN-MIB.mib (23465 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
TELESYN-ATI-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Integer32 TEXTUAL-CONVENTION RowStatus
DisplayString MacAddress InterfaceIndex
vLanModule

Defined Types

AtmVci  
ATM VCI.
TEXTUAL-CONVENTION    
  INTEGER 0..1023  

VlanAdminStatusCode  
The administrative status codes
TEXTUAL-CONVENTION    
  INTEGER disable(1), enable(2)  

VlanOperStatusCode  
The operational status codes
TEXTUAL-CONVENTION    
  INTEGER down(1), up(2)  

VlanMode  
The VLAN mode.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), standard(3), atmCIP(4)  

PortFuncCode  
The port function codes
TEXTUAL-CONVENTION    
  INTEGER unknown(1), router(2), bridge(3), trunk(4), atmLane(5), atmMux(6), cip(7), pt2Pt(8)  

MACLayerCode  
The MAC layer type for the port.
TEXTUAL-CONVENTION    
  INTEGER unknown(0), none(1), ethernet(2), ieee802d3(3), ieee802d5(4), fddi(5)  

PhyPortMediaTypeCode  
The media types supported for a port
TEXTUAL-CONVENTION    
  INTEGER unknown(1), other(2), eth10(3), eth100(4), tr4(5), tr16(6), fddi(7), cddi(8), atm25(9), atm50(10), ds1(11), ds3(12), oc3(13), oc12(14), oc48(15), wan(16), eth100F(17)  

VLanEntry  
SEQUENCE    
  vLanNumber INTEGER
  vLanMembers OCTET STRING
  vLanDescription DisplayString
  vLanAdminStatus VlanAdminStatusCode
  vLanOperStatus VlanOperStatusCode
  vLanMode VlanMode
  vLanRowStatus RowStatus

VRouterEntry  
SEQUENCE    
  vRouterProtocol INTEGER
  vRouterIpAddress IpAddress
  vRouterSubNetMask IpAddress
  vRouterBcastAddress IpAddress
  vRouterDescription DisplayString
  vRouterAdminStatus VlanAdminStatusCode
  vRouterOperStatus VlanOperStatusCode
  vRouterRowStatus RowStatus
  vRouterIfIndex InterfaceIndex
  vRouterRipMode INTEGER

PPortEntry  
SEQUENCE    
  pPortNumber INTEGER
  pPortMediaType PhyPortMediaTypeCode
  pPortDescription DisplayString
  pPortIfIndex InterfaceIndex
  pPortDuplexity INTEGER
  pPortAutoNegotiate INTEGER
  pPortAdminStatus VlanAdminStatusCode
  pPortOperStatus VlanOperStatusCode
  pPortSpeed Integer32
  pPortCountersStatus INTEGER

VPortEntry  
SEQUENCE    
  vPortNumber INTEGER
  vPortPhyPort INTEGER
  vPortFuncType PortFuncCode
  vPortVlanNumber INTEGER
  vPortDomain INTEGER
  vPortMACaddress MacAddress
  vPortDefaultMacLayer MACLayerCode
  vPortBridgeMode INTEGER
  vPortSwitchTimer INTEGER
  vPortDescription DisplayString
  vPortAdminStatus VlanAdminStatusCode
  vPortOperStatus VlanOperStatusCode
  vPortIfIndex InterfaceIndex

IpRouteCacheEntry  
SEQUENCE    
  ipRouteCacheIndex INTEGER
  ipRouteCacheDstIpAddress IpAddress
  ipRouteCacheSrcIpAddress IpAddress
  ipRouteCacheDstPort INTEGER
  ipRouteCacheSrcPort INTEGER
  ipRouteCacheMedia INTEGER
  ipRouteCacheVPortNumber INTEGER
  ipRouteCacheVCI AtmVci

Defined Values

switchVlanMib 1.3.6.1.4.1.207.8.9.2.5.2
This module provides definitions for the Hitachi Computer Products, Network System Group (SWITCH), Virtual LAN (VLAN) MIB.
MODULE-IDENTITY    

vLanGroup 1.3.6.1.4.1.207.8.9.2.5.2.1
OBJECT IDENTIFIER    

vRouterGroup 1.3.6.1.4.1.207.8.9.2.5.2.2
OBJECT IDENTIFIER    

physicalPortGroup 1.3.6.1.4.1.207.8.9.2.5.2.3
OBJECT IDENTIFIER    

virtualPortGroup 1.3.6.1.4.1.207.8.9.2.5.2.4
OBJECT IDENTIFIER    

ipRouteCacheGroup 1.3.6.1.4.1.207.8.9.2.5.2.5
OBJECT IDENTIFIER    

vLanTable 1.3.6.1.4.1.207.8.9.2.5.2.1.1
A list of Virtual LAN instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VLanEntry

vLanEntry 1.3.6.1.4.1.207.8.9.2.5.2.1.1.1
VLAN entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  VLanEntry  

vLanNumber 1.3.6.1.4.1.207.8.9.2.5.2.1.1.1.1
The VLAN number identifying this instance
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..65535  

vLanMembers 1.3.6.1.4.1.207.8.9.2.5.2.1.1.1.2
A bitmap structure presenting the virtual ports assigned to this vLan. Bits are numbered from 1 to 256 starting with the high order bit of the first octet. Each bit which is set indicates the virtual port number assigned to the this vlan.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(32)  

vLanDescription 1.3.6.1.4.1.207.8.9.2.5.2.1.1.1.5
Textual description of the VLAN instance.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..31)  

vLanAdminStatus 1.3.6.1.4.1.207.8.9.2.5.2.1.1.1.6
The administrative status which can be set by configuration. 'disable' will disable ALL vPorts that are connected to this VLAN, 'enable' will enable all ports
Status: current Access: read-create
OBJECT-TYPE    
  VlanAdminStatusCode  

vLanOperStatus 1.3.6.1.4.1.207.8.9.2.5.2.1.1.1.7
Provide operating status of a particular VLAN.
Status: current Access: read-only
OBJECT-TYPE    
  VlanOperStatusCode  

vLanMode 1.3.6.1.4.1.207.8.9.2.5.2.1.1.1.8
Provides special operating mode setup and status. Currently this object is used to specify weather the VLAN supports the standard or ATM CIP connections. This is deprecated because it is not maintained by system software.
Status: deprecated Access: read-create
OBJECT-TYPE    
  VlanMode  

vLanRowStatus 1.3.6.1.4.1.207.8.9.2.5.2.1.1.1.9
This attribute may only be set to 'createAndGo' and 'delete'. 'notInService' and 'createAndWait' are not supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

vRouterTable 1.3.6.1.4.1.207.8.9.2.5.2.2.1
A list of Virtual Router instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VRouterEntry

vRouterEntry 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1
A VLAN entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  VRouterEntry  

vRouterProtocol 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1.1
This object is used to enable/disable routing protocols. The value of this object is the logical ORing of each bit identifying the routing protocol below, where bit 0 is the low order bit, i.e. 2**0. ipRip bit 0 ipEgp bit 1 ipGgp bit 2 ipHello bit 3 ipIs-is bit 4 ipEs-is bit 5 ipCiscoIgrp bit 6 ipBbnSpfIgp bit 7 ipOspf bit 8 Setting the appropriate bit enables the protocol (if supported); clearing the bit, disables the protocol.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

vRouterIpAddress 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1.2
The IP network address for this virtual bridge instance for the purpose of allowing access from the external network management system. This attribute is required for row creation.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

vRouterSubNetMask 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1.3
The IP network subnet mask for this virtual bridge instance for the purpose of allowing access from the external network management system. This attribute is required for row creation.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

vRouterBcastAddress 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1.4
The IP broadcast address for this virtual bridge instance for the purpose of allowing access from the external network management system. This attribute is required for row creation.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

vRouterDescription 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1.5
Textual description of the router instance.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..31)  

vRouterAdminStatus 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1.6
The particular routing environment can be enable(2) or disable(1), its value is determined by the ifAdminStatus of the interface associated with this router.
Status: current Access: read-create
OBJECT-TYPE    
  VlanAdminStatusCode  

vRouterOperStatus 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1.7
Provide operating status of a particular router environment.
Status: current Access: read-only
OBJECT-TYPE    
  VlanOperStatusCode  

vRouterRowStatus 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1.8
Only supports 'createAndGo' and 'delete' for set operation. The vLanEntry instance identified by the value of the index for this attribute must exist before a attempting to create an instance of vRouterRowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

vRouterIfIndex 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1.9
The value of ifIndex which corresponds to this vRouter instance.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

vRouterRipMode 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1.10
If the value of this object is 'silent', RIP daemon processes received routing packets and does NOT send routing packets. If the value of this object is 'active', RIP sends and receives routing packets.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER silent(1), active(2), deaf(3), inactive(4)  

pPortTable 1.3.6.1.4.1.207.8.9.2.5.2.3.1
A list of Physical Port instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PPortEntry

pPortEntry 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1
A Physical Port entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  PPortEntry  

pPortNumber 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1.1
The phyiscal port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..256  

pPortMediaType 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1.2
The physical media type supported by this physical port.
Status: current Access: read-only
OBJECT-TYPE    
  PhyPortMediaTypeCode  

pPortDescription 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1.3
A description of the instance of this physical Port.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

pPortIfIndex 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1.4
The value of ifIndex which corresponds to this physical port.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

pPortDuplexity 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1.5
The duplexity of this pPort.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER halfDuplex(1), fullDuplex(2)  

pPortAutoNegotiate 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1.6
Only ports whose pPortMediaType is 'eth100' may support autonegotiation to determine the portSpeed and pPortDuplexity. pPortAutoNegotiate is not writeable for ports whose pPortMediaType is not 'eth100'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

pPortAdminStatus 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1.7
The administrative status of this pPort. Instances for VRouter and Uplinks (33 and 34) are read-only, the value can be set by ifAdminStatus.
Status: current Access: read-write
OBJECT-TYPE    
  VlanAdminStatusCode  

pPortOperStatus 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1.8
The operational status of this pPort.
Status: current Access: read-only
OBJECT-TYPE    
  VlanOperStatusCode  

pPortSpeed 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1.9
The speed of the port in bits per second (bps). For ports whose pPortMediaType is 'eth100', and pPortDuplexity has the value 'disable' pPortSpeed may be writeable.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pPortCountersStatus 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1.10
An object used to enable or disable counters for physical ports whose pPortMediaType is 'eth10', 'eth100', or 'eth100F'. In some instances it is not possible to determine the state of the counters.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unknown(0), enable(1), disable(2)  

pEtherCountersStatus 1.3.6.1.4.1.207.8.9.2.5.2.3.2
This Object Globally enables or disables the Statistics Collection on the Ethernet Ports.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

pStatsPollInterval 1.3.6.1.4.1.207.8.9.2.5.2.3.3
This Object is the Time interval in seconds between Statistics Collection.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vPortTable 1.3.6.1.4.1.207.8.9.2.5.2.4.1
A list of Virtual Port instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VPortEntry

vPortEntry 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1
A Virtual Port entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  VPortEntry  

vPortNumber 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.1
A unique number identifies this Virtual Port instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..256  

vPortPhyPort 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.2
The physical port ID this virtual port is mapped to. If the value is 0, then the virtual port is not associated with a physical port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..256  

vPortFuncType 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.3
The function type for this vPort. i.e. router, brige, ATM.
Status: current Access: read-only
OBJECT-TYPE    
  PortFuncCode  

vPortVlanNumber 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.4
The VLAN that this vPort belongs in.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

vPortDomain 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.5
internal ID identifies the VLAN this vport attached to
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

vPortMACaddress 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.6
The MAC address represented by this Virtual Port.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

vPortDefaultMacLayer 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.7
The output MAC layer format that this particular vPort supports as a default. The value indicates the format required for output from this vPort.
Status: current Access: read-write
OBJECT-TYPE    
  MACLayerCode  

vPortBridgeMode 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.8
A mode of this virtual port for optimization of the bridging function. In 'autoSwitch' the system determines the best mode.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER unknown(1), autoSwitch(2), forceBridge(3), forceSwitch(4)  

vPortSwitchTimer 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.9
The time out period for a Bridged vPort to convert to a switch optimized mode in seconds if vPortBridgMode is set to autoSwitch(1). Setting it to zero will cause automatic switching between the two modes immediately. The default is 60 seconds.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

vPortDescription 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.10
A string to identify the instance of this virtual port.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

vPortAdminStatus 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.11
The administrative status of this virtual port. Its value is determined by the value of ifAdminStatus associated with this vPort.
Status: current Access: read-write
OBJECT-TYPE    
  VlanAdminStatusCode  

vPortOperStatus 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.12
The operational status of this virtual port.
Status: current Access: read-only
OBJECT-TYPE    
  VlanOperStatusCode  

vPortIfIndex 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.13
The value of ifIndex which corresponds to this virtual port.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

ipRouteState 1.3.6.1.4.1.207.8.9.2.5.2.5.1
ipRouteState enables or disables RouteCaching
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ipForwarding(1), ipRouteCacheForward(2)  

ipRouteCacheTable 1.3.6.1.4.1.207.8.9.2.5.2.5.2
A list of IpRouteCache Instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpRouteCacheEntry

ipRouteCacheEntry 1.3.6.1.4.1.207.8.9.2.5.2.5.2.1
An IpRouteCache Entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpRouteCacheEntry  

ipRouteCacheIndex 1.3.6.1.4.1.207.8.9.2.5.2.5.2.1.1
The Index of the Route Cache entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipRouteCacheDstIpAddress 1.3.6.1.4.1.207.8.9.2.5.2.5.2.1.2
The Destination IpAddress of the Route.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ipRouteCacheSrcIpAddress 1.3.6.1.4.1.207.8.9.2.5.2.5.2.1.3
The Source IpAddress of the Route.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ipRouteCacheDstPort 1.3.6.1.4.1.207.8.9.2.5.2.5.2.1.4
The Destination Port of the Route.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ipRouteCacheSrcPort 1.3.6.1.4.1.207.8.9.2.5.2.5.2.1.5
The Source Port of the Route.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ipRouteCacheMedia 1.3.6.1.4.1.207.8.9.2.5.2.5.2.1.6
The Physical Media on which the destination can reached from the source.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), vlan(2), cip(3), ptop(4), csr(5), fddi(6), atmtrunk(7), fdditrunk(8)  

ipRouteCacheVPortNumber 1.3.6.1.4.1.207.8.9.2.5.2.5.2.1.7
The Virtual Port using which the Destination can be reached.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..256  

ipRouteCacheVCI 1.3.6.1.4.1.207.8.9.2.5.2.5.2.1.8
The VCI on which the destination is reached if the media type is ATM.
Status: current Access: read-only
OBJECT-TYPE    
  AtmVci