ISLVLAN-MIB

File: ISLVLAN-MIB.mib (9113 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RMON-MIB
IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
enterprises IpAddress DisplayString
RowStatus OwnerString InterfaceIndex
ifIndex

Defined Types

IslVlanControlEntry  
SEQUENCE    
  islVlanControlIndex INTEGER 1..65535
  islVlanControlDataSource OBJECT IDENTIFIER
  islVlanControlVtpDomain IpAddress
  islVlanControlVtpCommunity OCTET STRING
  islVlanControlEnable INTEGER

IslVlanEntry  
SEQUENCE    
  islVlanIndex INTEGER 1..65535
  islVlanControlEntryIndex INTEGER 1..65536
  islVlanId INTEGER 0..1023
  islVlanIfIndex InterfaceIndex
  islVlanName DisplayString 1..32
  islVlanMtu Integer32
  islVlanOwner OwnerString
  islVlanStatus RowStatus

Defined Values

hp 1.3.6.1.4.1.11
OBJECT IDENTIFIER    

nm 1.3.6.1.4.1.11.2
OBJECT IDENTIFIER    

interface 1.3.6.1.4.1.11.2.4
OBJECT IDENTIFIER    

islVlanMIB 1.3.6.1.4.1.11.2.4.9
The MIB module to configure Cisco ISL VLAN monitoring.
MODULE-IDENTITY    

islVlanMIBObjects 1.3.6.1.4.1.11.2.4.9.1
OBJECT IDENTIFIER    

islVlanControlTable 1.3.6.1.4.1.11.2.4.9.1.1
A list ISL VLAN control entries, one for each 100BaseT interface. This table should survive warm-boots and power losses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IslVlanControlEntry

islVlanControlEntry 1.3.6.1.4.1.11.2.4.9.1.1.1
An entry that controls the ISL behavior on a particular 100BaseT interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  IslVlanControlEntry  

islVlanControlIndex 1.3.6.1.4.1.11.2.4.9.1.1.1.1
The value of this object uniquely identifies this islVlanControlTable entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..65535  

islVlanControlDataSource 1.3.6.1.4.1.11.2.4.9.1.1.1.2
This contains the OID of the ifIndex of the interface this entry controls. The corresponding ifType ethernetCsmacd(6).
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

islVlanControlVtpDomain 1.3.6.1.4.1.11.2.4.9.1.1.1.3
The IP address of the Cisco VTP server of VLANs monitored by this interface.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

islVlanControlVtpCommunity 1.3.6.1.4.1.11.2.4.9.1.1.1.4
The SNMP community string for the Cisco VTP server of VLANs monitored by this interface.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

islVlanControlEnable 1.3.6.1.4.1.11.2.4.9.1.1.1.5
Indicate the behavior for processing ISL VLAN packets. A value of disabled(1) means that no per-VLAN monitoring happens on this interface. A value of explicitlyOnly(2) means that only VLANs that correspond to an islVlanEntry that was explicitly created by a management application. If the probe sees an ISL packet that doesn't correspond to an explicitly created islVlanEntry, the probe will not process the packet in any per-VLAN tables. A value of implicitCreate(3) means that a new islVlanEntry is automatically created when a ISL packet is seen with an unknown VLAN ID.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), explicitOnly(2), implicitCreate(3)  

islVlanTable 1.3.6.1.4.1.11.2.4.9.1.2
The ISL VLAN able stores the information needed to monitor Cisco ISL VLAN traffic on an inter-switch trunk line. This table should survive warm-boots and power losses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IslVlanEntry

islVlanEntry 1.3.6.1.4.1.11.2.4.9.1.2.1
An entry in the islVlanTable. An entry can be created two ways. A management application can explicitly create an entry. Or, an entry can be automatically created if an unknown ISL ID is seen on an interface (see islVlanControlEnable.)
Status: current Access: not-accessible
OBJECT-TYPE    
  IslVlanEntry  

islVlanIndex 1.3.6.1.4.1.11.2.4.9.1.2.1.1
The value of this object uniquely identifies this islVlanTable entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..65535  

islVlanControlEntryIndex 1.3.6.1.4.1.11.2.4.9.1.2.1.2
Indicates the islVlanControlIndex of the corresponding islVlanControlEntry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..65535  

islVlanId 1.3.6.1.4.1.11.2.4.9.1.2.1.3
The value of this object ISL VLAN ID for this particular VLAN on this interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..1023  

islVlanIfIndex 1.3.6.1.4.1.11.2.4.9.1.2.1.4
A unique identifier associated with this islVlanTable entry. This value should not be same as any existing or future ifIndex/pvcIndex value. This value must remain constant from when its creation until its explicit deletion.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

islVlanName 1.3.6.1.4.1.11.2.4.9.1.2.1.5
This contains the VLAN name. If the entry was created automatically by the probe, its value is `unknown VLAN '. A management application is free to change this name at any time.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString 1..32  

islVlanMtu 1.3.6.1.4.1.11.2.4.9.1.2.1.6
The maximum transmission unit size for this VLAN. If this was created automatically, this value not be known and should be set to 0.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

islVlanOwner 1.3.6.1.4.1.11.2.4.9.1.2.1.7
The entity that configured this entry. If this was automatically created by the probe, the value is `monitor'.
Status: current Access: read-create
OBJECT-TYPE    
  OwnerString  

islVlanStatus 1.3.6.1.4.1.11.2.4.9.1.2.1.8
The status of this islVlanTable entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus