COMPAQ-L2MGMT-MIB
AI MIB Summary
The COMPAQ-L2MGMT-MIB enables monitoring and configuration of Layer 2 trunking aggregation and Internet Group Management Protocol (IGMP) multicast group membership states on Compaq network switches. It provides specific metrics for trunk port status, VLAN membership, and active IGMP querier or group count data to manage broadcast domain segmentation and multicast traffic filtering.
The Structure of Common Management Information for making a trunk and IGMP related function for Compaq devices.
Main OID:
swCompaqL2Mgmt.compaq-common-mgmt.2
46
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
46 total| Object Name |
|---|
swCompaqL2MgmtThe Structure of Common Management Information for
making a trunk and IGMP related function for
Compaq devices. MODULE-IDENTITY .compaq-common-mgmt.2 |
swPortTrunkPackage OBJECT IDENTIFIER .compaq-common-mgmt.2.1 |
swPortTrunkMaxEntriesThe max entries of swPortTrunkTablero INTEGER .compaq-common-mgmt.2.1.1 |
swPortTrunkMaxPortMembersThe max number of ports allowed in a trunk.ro INTEGER .compaq-common-mgmt.2.1.2 |
swPortTrunkTableThis table specifies the port membership for each logical link. SEQUENCE OF SwPortTrunkEntry .compaq-common-mgmt.2.1.3 |
swPortTrunkEntryA list of information specifies which ports group form
a single logical link. SwPortTrunkEntry .compaq-common-mgmt.2.1.3.1 |
swPortTrunkIndexThe index of logical port trunk.ro INTEGER .compaq-common-mgmt.2.1.3.1.1 |
swPortTrunkNameThe name of logical port trunk.rw DisplayString .compaq-common-mgmt.2.1.3.1.2 |
swPortTrunkMasterPortThe 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).ro INTEGER .compaq-common-mgmt.2.1.3.1.3 |
swPortTrunkPortListIndicate member ports of a logical trunk.rw PortList .compaq-common-mgmt.2.1.3.1.4 |
swPortTrunkStateThis object indicates the status of this entry.rw RowStatus (SNMPv2-TC) .compaq-common-mgmt.2.1.3.1.5 |
swPortMirrorPackage OBJECT IDENTIFIER .compaq-common-mgmt.2.2 |
swPortMirrorMaxEntriesThe max entries of this swPortMirrorCtrlTablero INTEGER .compaq-common-mgmt.2.2.1 |
swPortMirrorCtrlTableA 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. SEQUENCE OF SwPortMirrorCtrlEntry .compaq-common-mgmt.2.2.2 |
swPortMirrorCtrlEntryA 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. SwPortMirrorCtrlEntry .compaq-common-mgmt.2.2.2.1 |
swPortMirrorIndexThis object indicates the port snooping entry number.There is just only
one now.ro INTEGER .compaq-common-mgmt.2.2.2.1.1 |
swPortMirrorSourcePortThis 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.rw INTEGER .compaq-common-mgmt.2.2.2.1.2 |
swPortMirrorTargetPortThis 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.rw INTEGER .compaq-common-mgmt.2.2.2.1.3 |
swPortMirrorDirectionThis object uses to setup the what packets will be mirrored.rw Enumeration .compaq-common-mgmt.2.2.2.1.4 |
swPortMirrorStateThis object indicates the status of this entry.rw RowStatus (SNMPv2-TC) .compaq-common-mgmt.2.2.2.1.5 |
swIGMPPackage OBJECT IDENTIFIER .compaq-common-mgmt.2.3 |
swIGMPCtrlStatusEnable the IGMP Controlrw Enumeration .compaq-common-mgmt.2.3.1 |
swIGMPCtrlMaxEntriesThe max entries of this swIGMPCtrlTablero INTEGER .compaq-common-mgmt.2.3.2 |
swIGMPCtrlTableThe 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. SEQUENCE OF SwIGMPCtrlEntry .compaq-common-mgmt.2.3.3 |
swIGMPCtrlEntryThe entry in IGMP control table (swIGMPCtrlTable). The entry is
effective only when IGMP capture switch (swDevIGMPCaptureState)
is enabled. SwIGMPCtrlEntry .compaq-common-mgmt.2.3.3.1 |
swIGMPCtrlVidThis 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.rw INTEGER .compaq-common-mgmt.2.3.3.1.1 |
swIGMPQueryIntervalThe frequency at which IGMP Host-Query packets are
transmitted on this interface.rw INTEGER UNITS "seconds" .compaq-common-mgmt.2.3.3.1.2 |
swIGMPQueryMaxResponseTimeThe maximum query response time advertised in IGMPv2
queries on this interface.rw INTEGER .compaq-common-mgmt.2.3.3.1.3 |
swIGMPRobustnessThe 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.rw INTEGER .compaq-common-mgmt.2.3.3.1.4 |
swIGMPCtrlTimerThe 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.ro INTEGER .compaq-common-mgmt.2.3.3.1.5 |
swIGMPQuerierVersionSelect the IGMP Querier Versionrw Enumeration .compaq-common-mgmt.2.3.3.1.6 |
swIGMPCtrlStateThis object indicates the status of this entry.rw RowStatus (SNMPv2-TC) .compaq-common-mgmt.2.3.3.1.7 |
swIGMPIfnoMaxEntriesThe max entries of this swIGMPInfoTablero INTEGER .compaq-common-mgmt.2.3.4 |
swIGMPInfoTableThe 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. SEQUENCE OF SwIGMPInfoEntry .compaq-common-mgmt.2.3.5 |
swIGMPInfoEntryInformation about current IGMP query information, provided that
swDevIGMPCaptureState and swIGMPCtrlState of associated VLAN
entry are all enabled. SwIGMPInfoEntry .compaq-common-mgmt.2.3.5.1 |
swIGMPInfoVidThis object indicates the Vid of associated IGMP info table entry. It
follows swIGMPCtrlVid in the associated entry of IGMP control table
(swIGMPCtrlTable).ro INTEGER .compaq-common-mgmt.2.3.5.1.1 |
swIGMPInfoQueryCountThis object indicates the number of query packets received since the
IGMP function enabled, in per-VLAN basis.ro INTEGER .compaq-common-mgmt.2.3.5.1.2 |
swIGMPInfoTxQueryCountThis 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.ro INTEGER .compaq-common-mgmt.2.3.5.1.3 |
swIGMPTableMaxEntriesThe max entries of swIGMPTablero INTEGER .compaq-common-mgmt.2.3.6 |
swIGMPTableThis 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. SEQUENCE OF SwIGMPEntry .compaq-common-mgmt.2.3.7 |
swIGMPEntryInformation about IGMP information which is captured by this
device, provided that swDevIGMPCaptureState and swIGMPCtrlState of
associated VLAN entry are all enabled. SwIGMPEntry .compaq-common-mgmt.2.3.7.1 |
swIGMPVidThis object indicates the Vid of individual IGMP table entry. It
shows the Vid of IGMP report information captured on network.ro INTEGER .compaq-common-mgmt.2.3.7.1.1 |
swIGMPGroupIpAddrThis object is identify group ip address which is captured from
IGMP packet, in per-Vlan basis.ro IpAddress .compaq-common-mgmt.2.3.7.1.2 |
swIGMPMacAddrThis object is to identify the mac address corresponding
to swIGMPGroupIpAddr, in per-Vlan basis..ro MacAddress (SNMPv2-TC) .compaq-common-mgmt.2.3.7.1.3 |
swIGMPPortMapThis 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. .ro PortList .compaq-common-mgmt.2.3.7.1.4 |
swIGMPIpGroupReportCountThis object indicates how many report packets are received by our
device corresponding to this entry since IGMP function is enabled,
in per-Vlan basis. .ro INTEGER .compaq-common-mgmt.2.3.7.1.5 |