COMPAQ-L2MGMT-MIB

File: COMPAQ-L2MGMT-MIB.mib (19719 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI RFC1155-SMI
RFC1213-MIB COMPAQ-ID-REC-MIB

Imported symbols

TEXTUAL-CONVENTION MODULE-IDENTITY OBJECT-TYPE
IpAddress RowStatus DisplayString
compaq-common-mgmt

Defined Types

MacAddress  
OCTET STRING Size(6)    

PortList  
Each octet within this value specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the bridge is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports; the port is not included if its bit has a value of '0'.
TEXTUAL-CONVENTION    
  OCTET STRING  

SwPortTrunkEntry  
SEQUENCE    
  swPortTrunkIndex INTEGER
  swPortTrunkName DisplayString
  swPortTrunkMasterPort INTEGER
  swPortTrunkPortList PortList
  swPortTrunkState RowStatus

SwPortMirrorCtrlEntry  
SEQUENCE    
  swPortMirrorIndex INTEGER
  swPortMirrorSourcePort INTEGER
  swPortMirrorTargetPort INTEGER
  swPortMirrorDirection INTEGER
  swPortMirrorState RowStatus

SwIGMPCtrlEntry  
SEQUENCE    
  swIGMPCtrlVid INTEGER
  swIGMPQueryInterval INTEGER
  swIGMPQueryMaxResponseTime INTEGER
  swIGMPRobustness INTEGER
  swIGMPCtrlTimer INTEGER
  swIGMPQuerierVersion INTEGER
  swIGMPCtrlState RowStatus

SwIGMPInfoEntry  
SEQUENCE    
  swIGMPInfoVid INTEGER
  swIGMPInfoQueryCount INTEGER
  swIGMPInfoTxQueryCount INTEGER

SwIGMPEntry  
SEQUENCE    
  swIGMPVid INTEGER
  swIGMPGroupIpAddr IpAddress
  swIGMPMacAddr MacAddress
  swIGMPPortMap PortList
  swIGMPIpGroupReportCount INTEGER

Defined Values

swCompaqL2Mgmt 1.3.6.1.4.1.232.161.3.2
The Structure of Common Management Information for making a trunk and IGMP related function for Compaq devices.
MODULE-IDENTITY    

swPortTrunkPackage 1.3.6.1.4.1.232.161.3.2.1
OBJECT IDENTIFIER    

swPortMirrorPackage 1.3.6.1.4.1.232.161.3.2.2
OBJECT IDENTIFIER    

swIGMPPackage 1.3.6.1.4.1.232.161.3.2.3
OBJECT IDENTIFIER    

swPortTrunkMaxEntries 1.3.6.1.4.1.232.161.3.2.1.1
The max entries of swPortTrunkTable
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swPortTrunkMaxPortMembers 1.3.6.1.4.1.232.161.3.2.1.2
The max number of ports allowed in a trunk.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swPortTrunkTable 1.3.6.1.4.1.232.161.3.2.1.3
This table specifies the port membership for each logical link.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwPortTrunkEntry

swPortTrunkEntry 1.3.6.1.4.1.232.161.3.2.1.3.1
A list of information specifies which ports group form a single logical link.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwPortTrunkEntry  

swPortTrunkIndex 1.3.6.1.4.1.232.161.3.2.1.3.1.1
The index of logical port trunk.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swPortTrunkName 1.3.6.1.4.1.232.161.3.2.1.3.1.2
The name of logical port trunk.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..16)  

swPortTrunkMasterPort 1.3.6.1.4.1.232.161.3.2.1.3.1.3
The object indicates the master port number of the port trunk entry.The first port of the trunk is implicitly configured to be the master logical port.When using Port Trunk, you can not configure the other ports of the group except the master port. Their configuration must be same as the master port (e.g. speed, duplex, enabled/disabled, flow control, and so on).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swPortTrunkPortList 1.3.6.1.4.1.232.161.3.2.1.3.1.4
Indicate member ports of a logical trunk.
Status: current Access: read-create
OBJECT-TYPE    
  PortList  

swPortTrunkState 1.3.6.1.4.1.232.161.3.2.1.3.1.5
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

swPortMirrorMaxEntries 1.3.6.1.4.1.232.161.3.2.2.1
The max entries of this swPortMirrorCtrlTable
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swPortMirrorCtrlTable 1.3.6.1.4.1.232.161.3.2.2.2
A list of port snooping entries.Port mirroring function provides an easy way to monitor traffic on any port. In this way any good packets appears on the source mirror port also shows up on the target mirror port and doesn't to reconstruct the LAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwPortMirrorCtrlEntry

swPortMirrorCtrlEntry 1.3.6.1.4.1.232.161.3.2.2.2.1
A list of information provide an easy way to monitor traffic on any port. The use can bring a fancy network monitor attaching to any target mirror port and set the port to be monitored as source mirror port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwPortMirrorCtrlEntry  

swPortMirrorIndex 1.3.6.1.4.1.232.161.3.2.2.2.1.1
This object indicates the port snooping entry number.There is just only one now.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swPortMirrorSourcePort 1.3.6.1.4.1.232.161.3.2.2.2.1.2
This object indicates the number of port to be sniffed. The port number is the sequential (logical) number which is also applied to bridge MIB, etc.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

swPortMirrorTargetPort 1.3.6.1.4.1.232.161.3.2.2.2.1.3
This object indicates switch which port will sniff another port. A trunk port member cannot be configured as a target Snooping port. The port number is the sequential (logical) number which is also applied to bridge MIB, etc.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

swPortMirrorDirection 1.3.6.1.4.1.232.161.3.2.2.2.1.4
This object uses to setup the what packets will be mirrored.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER other(1), ingress(2), egress(3), both(4)  

swPortMirrorState 1.3.6.1.4.1.232.161.3.2.2.2.1.5
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

swIGMPCtrlStatus 1.3.6.1.4.1.232.161.3.2.3.1
Enable the IGMP Control
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

swIGMPCtrlMaxEntries 1.3.6.1.4.1.232.161.3.2.3.2
The max entries of this swIGMPCtrlTable
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swIGMPCtrlTable 1.3.6.1.4.1.232.161.3.2.3.3
The table controls the Vlan's IGMP function. Its scale depends on current VLAN state (swVlanInfoStatus). If VLAN is disabled or in Mac-Base mode, there is only one entry in the table, with index 1. If VLAN is in Port-Base or 802.1q mode, the number of entries can be up to 12, with index range from 1 to 12.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwIGMPCtrlEntry

swIGMPCtrlEntry 1.3.6.1.4.1.232.161.3.2.3.3.1
The entry in IGMP control table (swIGMPCtrlTable). The entry is effective only when IGMP capture switch (swDevIGMPCaptureState) is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwIGMPCtrlEntry  

swIGMPCtrlVid 1.3.6.1.4.1.232.161.3.2.3.3.1.1
This object indicates the IGMP control entry's VLAN id. If VLAN is disabled or in Mac-Base mode, the Vid is always 0 and cannot be changed by management users. If VLAN is in Port-Base mode, the Vid is arranged from 1 to 12 , fixed form. If VLAN is in 802.1q mode, the Vid setting can vary from 1 to 4094 by management user, and the Vid in each entry must be unique in the IGMP Control Table.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

swIGMPQueryInterval 1.3.6.1.4.1.232.161.3.2.3.3.1.2
The frequency at which IGMP Host-Query packets are transmitted on this interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

swIGMPQueryMaxResponseTime 1.3.6.1.4.1.232.161.3.2.3.3.1.3
The maximum query response time advertised in IGMPv2 queries on this interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..25  

swIGMPRobustness 1.3.6.1.4.1.232.161.3.2.3.3.1.4
The Robustness Variable allows tuning for the expected packet loss on a subnet. If a subnet is expected to be lossy, the Robustness Variable may be increased. IGMP is robust to (Robustness Variable-1) packet losses. Note: for Version issue, when using IGMP V1, this item got no any sense, but v2 should be used.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..255  

swIGMPCtrlTimer 1.3.6.1.4.1.232.161.3.2.3.3.1.5
The timer value for sending IGMP query packet when none was sent by the multicast router in the LAN. The timer works in per-VLAN basis. Our device will be activated to send the query message if the timer is expired. Please reference RFC2236-1997. And it recommends a default of 125 seconds. The timeout value must be at least 30 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swIGMPQuerierVersion 1.3.6.1.4.1.232.161.3.2.3.3.1.6
Select the IGMP Querier Version
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER other(1), v0Querier(2), v1Querier(3), v2Querier(4)  

swIGMPCtrlState 1.3.6.1.4.1.232.161.3.2.3.3.1.7
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

swIGMPIfnoMaxEntries 1.3.6.1.4.1.232.161.3.2.3.4
The max entries of this swIGMPInfoTable
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swIGMPInfoTable 1.3.6.1.4.1.232.161.3.2.3.5
The table contains the number current IGMP query packets which is captured by this device, as well as the IGMP query packets sent by the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwIGMPInfoEntry

swIGMPInfoEntry 1.3.6.1.4.1.232.161.3.2.3.5.1
Information about current IGMP query information, provided that swDevIGMPCaptureState and swIGMPCtrlState of associated VLAN entry are all enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwIGMPInfoEntry  

swIGMPInfoVid 1.3.6.1.4.1.232.161.3.2.3.5.1.1
This object indicates the Vid of associated IGMP info table entry. It follows swIGMPCtrlVid in the associated entry of IGMP control table (swIGMPCtrlTable).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swIGMPInfoQueryCount 1.3.6.1.4.1.232.161.3.2.3.5.1.2
This object indicates the number of query packets received since the IGMP function enabled, in per-VLAN basis.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swIGMPInfoTxQueryCount 1.3.6.1.4.1.232.161.3.2.3.5.1.3
This object indicates the send count of IGMP query messages, in per-VLAN basis. In case of IGMP timer expiration, the switch sends IGMP query packets to related VLAN member ports and increment this object by 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swIGMPTableMaxEntries 1.3.6.1.4.1.232.161.3.2.3.6
The max entries of swIGMPTable
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swIGMPTable 1.3.6.1.4.1.232.161.3.2.3.7
This table containing current IGMP information which is captured by this device, provided that swDevIGMPCaptureState and swIGMPCtrlState of associated VLAN entry are all enabled. Note that the priority of IGMP table entries is lower than Filtering Table, i.e. if there is a table hash collision between the entries of IGMP Table and Filtering Table inside the switch H/W address table, then Filtering Table entry overwrite the colliding entry of IGMP Table. See swFdbFilterTable description also.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwIGMPEntry

swIGMPEntry 1.3.6.1.4.1.232.161.3.2.3.7.1
Information about IGMP information which is captured by this device, provided that swDevIGMPCaptureState and swIGMPCtrlState of associated VLAN entry are all enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwIGMPEntry  

swIGMPVid 1.3.6.1.4.1.232.161.3.2.3.7.1.1
This object indicates the Vid of individual IGMP table entry. It shows the Vid of IGMP report information captured on network.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swIGMPGroupIpAddr 1.3.6.1.4.1.232.161.3.2.3.7.1.2
This object is identify group ip address which is captured from IGMP packet, in per-Vlan basis.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

swIGMPMacAddr 1.3.6.1.4.1.232.161.3.2.3.7.1.3
This object is to identify the mac address corresponding to swIGMPGroupIpAddr, in per-Vlan basis..
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

swIGMPPortMap 1.3.6.1.4.1.232.161.3.2.3.7.1.4
This object indicates which ports are belonged to the same multicast group, in per-Vlan basis. Each multicast group has a octect string to indicate with port map. The most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. .
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

swIGMPIpGroupReportCount 1.3.6.1.4.1.232.161.3.2.3.7.1.5
This object indicates how many report packets are received by our device corresponding to this entry since IGMP function is enabled, in per-Vlan basis. .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER