TPLINK-MLDSNOOPING-MIB

File: TPLINK-MLDSNOOPING-MIB.mib (30459 bytes)

Imported modules

SNMPv2-SMI TPLINK-TC-MIB RFC1213-MIB
TPLINK-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY IpAddress
TPRowStatus ifIndex tplinkMgmt

Defined Types

TPMLDPORTENTRY  
SEQUENCE    
  tpMldSnoopingPortEnable INTEGER
  tpMldFastLeavePortEnable INTEGER
  tpMldPortLag OCTET STRING

TPMLDVLANENTRY  
SEQUENCE    
  tpMldVlanId INTEGER
  tpMldRouterTime INTEGER
  tpMldMemberTime INTEGER
  tpMldRouterPort OCTET STRING
  tpMldForbiddenRouterPort OCTET STRING
  tpMldVlanStatus TPRowStatus

MldQuerierEntry  
SEQUENCE    
  mldQuerierVlanId INTEGER
  mldQueryInterval INTEGER
  mldMaxResponseTime INTEGER
  mldGeneralQuerySrcIp OCTET STRING
  mldQuerierStatus TPRowStatus

TPMLDFILTERPORTENTRY  
SEQUENCE    
  tpMldFilterMaxGroup INTEGER
  tpMldFilterMaxGroupAction INTEGER
  tpMldFilterBindAddrId OCTET STRING
  tpMldFilterPortLag OCTET STRING

TPMLDPKTSTATENTRY  
SEQUENCE    
  tpMldQueryPktStat INTEGER
  tpMldReportV1PktStat INTEGER
  tpMldReportV2PktStat INTEGER
  tpMldDonePktStat INTEGER
  tpMldErrorPktStat INTEGER

TPMLDMULTICASTGROUPENTRY  
SEQUENCE    
  tpMldMulticastIP OCTET STRING
  tpMldVlanID INTEGER
  tpMldForwardPorts OCTET STRING
  tpMldGrouptype INTEGER

TPMLDMULTICASTSTATICGROUPENTRY  
SEQUENCE    
  tpMldStaticMulticastIP OCTET STRING
  tpMldStaticVlanID INTEGER
  tpMldStaticForwardPorts OCTET STRING
  tpMldStaticGroupStatus TPRowStatus

Defined Values

tplinkMldSnoopingMIB 1.3.6.1.4.1.11863.6.43
Private MIB for mldSnooping manage.
MODULE-IDENTITY    

tplinkMldSnoopingMIBObjects 1.3.6.1.4.1.11863.6.43.1
OBJECT IDENTIFIER    

tplinkMldSnoopingNotifications 1.3.6.1.4.1.11863.6.43.2
OBJECT IDENTIFIER    

tpMldSnooping 1.3.6.1.4.1.11863.6.43.1.1
OBJECT IDENTIFIER    

tpMldFilter 1.3.6.1.4.1.11863.6.43.1.2
OBJECT IDENTIFIER    

tpMldPacketStatistic 1.3.6.1.4.1.11863.6.43.1.3
OBJECT IDENTIFIER    

tpMldMultigroup 1.3.6.1.4.1.11863.6.43.1.4
OBJECT IDENTIFIER    

tpMldStaticMultigroup 1.3.6.1.4.1.11863.6.43.1.5
OBJECT IDENTIFIER    

tpMldSnoopingGlobalConfig 1.3.6.1.4.1.11863.6.43.1.1.1
OBJECT IDENTIFIER    

tpMldSnoopingEnable 1.3.6.1.4.1.11863.6.43.1.1.1.1
Select Enable/Disable MLD Snooping function globally on the Switch. 0. disable 1. enable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tpMldUnknownMulticastPacket 1.3.6.1.4.1.11863.6.43.1.1.1.2
Select the operation for the switch to process unknown multicast. 0. forward 1. discard
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER forward(0), discard(1)  

tpMldUnknownReportSuppression 1.3.6.1.4.1.11863.6.43.1.1.1.3
Select Enable/Disable MLD Snooping report suppression function globally on the Switch. 0. disable 1. enable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tpMldGlobalRouterTime 1.3.6.1.4.1.11863.6.43.1.1.1.4
Specify the aging time of the router port. Within this time, if the switch don't receive MLD query message from the router port, it will consider this port is not a router port any more,60-600 second.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 60..600  

tpMldGlobalMemberTime 1.3.6.1.4.1.11863.6.43.1.1.1.5
Specify the aging time of the member port. Within this time, if the switch don't receive MLD report message from the member port, it will consider this port is not a member port any more,60-600 second.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 60..600  

tpMldlastListenerQueryInterval 1.3.6.1.4.1.11863.6.43.1.1.1.6
Enter the Last Listener Query interval time. When the multicast group has no more member ports, it will send the Specific Query Message with this interval time to check whether there is another member. The interval is ranging from 1 to 5 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..5  

tpMldlastListenerQueryCount 1.3.6.1.4.1.11863.6.43.1.1.1.7
Enter the Last Listener Query numbers. When the multicast group has no more member ports, it will send this numbers of Specific Query Message to check whether there is another member. It is ranging from 1 to 5.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..5  

tpMldPortConfig 1.3.6.1.4.1.11863.6.43.1.1.2
OBJECT IDENTIFIER    

tpMldPortTable 1.3.6.1.4.1.11863.6.43.1.1.2.1
MLD Snooping (Internet Group Management Protocol Snooping) is a multicast control mechanism running on Layer 2 switch. It can effectively prevent multicast groups being broadcasted in the network.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TPMLDPORTENTRY

tpMldPortEntry 1.3.6.1.4.1.11863.6.43.1.1.2.1.1
An entry contains of the information of port configure.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPMLDPORTENTRY  

tpMldSnoopingPortEnable 1.3.6.1.4.1.11863.6.43.1.1.2.1.1.2
Select Enable/Disable MLD Snooping for the desired port. 0. Disable 1. Enable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tpMldFastLeavePortEnable 1.3.6.1.4.1.11863.6.43.1.1.2.1.1.3
Select Enable/Disable Fast Leave feature for the desired port. If Fast Leave is enabled for a port, the Switch will immediately remove this port from the multicast group upon receiving MLD leave messages. 0. Disable 1. Enable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tpMldPortLag 1.3.6.1.4.1.11863.6.43.1.1.2.1.1.4
Displays the LAG number which the port belongs to.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tpMldVlanConfig 1.3.6.1.4.1.11863.6.43.1.1.3
OBJECT IDENTIFIER    

tpMldVlanTable 1.3.6.1.4.1.11863.6.43.1.1.3.1
Multicast groups established by MLD Snooping are based on VLANs. You can configure different MLD parameters for different VLANs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TPMLDVLANENTRY

tpMldVlanEntry 1.3.6.1.4.1.11863.6.43.1.1.3.1.1
An entry contains of the information of mldsnooping.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPMLDVLANENTRY  

tpMldVlanId 1.3.6.1.4.1.11863.6.43.1.1.3.1.1.1
Enter the VLAN ID to enable MLD Snooping for the desired VLAN,1-4094.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

tpMldRouterTime 1.3.6.1.4.1.11863.6.43.1.1.3.1.1.2
Specify the aging time of the router port. Within this time, if the switch don't receive MLD query message from the router port, it will consider this port is not a router port any more,0,60-600 second.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 60..600  

tpMldMemberTime 1.3.6.1.4.1.11863.6.43.1.1.3.1.1.3
Specify the aging time of the member port. Within this time, if the switch don't receive MLD report message from the member port, it will consider this port is not a member port any more,0,60-600 second.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 60..600  

tpMldRouterPort 1.3.6.1.4.1.11863.6.43.1.1.3.1.1.4
Config the static router ports which are mainly used in the network with stable topology.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tpMldForbiddenRouterPort 1.3.6.1.4.1.11863.6.43.1.1.3.1.1.5
Config the forbidden router ports which are mainly used to forbidden specified ports to become router ports.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tpMldVlanStatus 1.3.6.1.4.1.11863.6.43.1.1.3.1.1.6
the following two values are states: these values may be read or written active(1), notInService(2), the following value is a state: this value may be read, but not written notReady(3), the following three values are actions: these values may be written, but are never read createAndGo(4), createAndWait(5), destroy(6)
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus  

tpMldMultiVlanConfig 1.3.6.1.4.1.11863.6.43.1.1.4
OBJECT IDENTIFIER    

tpMldMultiVlanId 1.3.6.1.4.1.11863.6.43.1.1.4.1
Enter the VLAN ID of the multicast VLAN,2-4094.If enter 0, multicast VLAN is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 2..4094  

tpMldMultitRouterTime 1.3.6.1.4.1.11863.6.43.1.1.4.2
Specify the aging time of the router port. Within this time, if the switch don't receive MLD query message from the router port, it will consider this port is not a router port any more,0,60-600 second.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 60..600  

tpMldMultiMemberTime 1.3.6.1.4.1.11863.6.43.1.1.4.3
Specify the aging time of the member port. Within this time, if the switch don't receive MLD report message from the member port, it will consider this port is not a member port any more,0,60-600 second.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 60..600  

tpMldMultiRouterPort 1.3.6.1.4.1.11863.6.43.1.1.4.4
Config the static router ports which are mainly used in the network with stable topology.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tpMldMultiForbiddenRouterPort 1.3.6.1.4.1.11863.6.43.1.1.4.5
Config the forbidden router ports which are mainly used to forbidden specified ports to become router ports.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tpMldMultiReplaceSrcIp 1.3.6.1.4.1.11863.6.43.1.1.4.6
config the source ip which will replace the source ip of MLD report in multicast vlan.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpMldQuerierConfig 1.3.6.1.4.1.11863.6.43.1.1.5
OBJECT IDENTIFIER    

mldQuerierTable 1.3.6.1.4.1.11863.6.43.1.1.5.1
MLD Snooping Querier is based on VLAN. You can configure different MLD Snooping Querier parameters for different VLANs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MldQuerierEntry

mldQuerierEntry 1.3.6.1.4.1.11863.6.43.1.1.5.1.1
An entry contains of the information of MLD Snooping Querier.
Status: current Access: not-accessible
OBJECT-TYPE    
  MldQuerierEntry  

mldQuerierVlanId 1.3.6.1.4.1.11863.6.43.1.1.5.1.1.1
Enter the VLAN ID to enable MLD Snooping Querier for the desired VLAN, ranging from 1 to 4094.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

mldQueryInterval 1.3.6.1.4.1.11863.6.43.1.1.5.1.1.2
Enter the Query message interval time. The Querier will send General Query Message with this interval. The interval is ranging from 10 to 300 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 10..300  

mldMaxResponseTime 1.3.6.1.4.1.11863.6.43.1.1.5.1.1.3
Enter the value of Maximum Response Time field of the Query message. The host is expected to response to an MLD general query within this time. The time is ranging from 1 to 25 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..25  

mldGeneralQuerySrcIp 1.3.6.1.4.1.11863.6.43.1.1.5.1.1.4
Enter the General Query Message source IP address.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

mldQuerierStatus 1.3.6.1.4.1.11863.6.43.1.1.5.1.1.5
The following values are states: these values may be used as follow: active(1),if the entry is being used. createAndGo(4),not being used. destroy(6),destory the entry.
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus  

tpMldPortFilterConfig 1.3.6.1.4.1.11863.6.43.1.2.1
OBJECT IDENTIFIER    

tpMldFilterPortTable 1.3.6.1.4.1.11863.6.43.1.2.1.1
When the switch receives MLD report message, it examines the multicast filtering IP ID configured on the access port to determine if the port can join the multicast group. If the multicast IP is not filtered, the switch will add the port to the forward port list of the multicast group. Otherwise, the switch will drop the MLD report message. In that way, you can control the multicast groups that users can access.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TPMLDFILTERPORTENTRY

tpMldFilterPortEntry 1.3.6.1.4.1.11863.6.43.1.2.1.1.1
An entry contains of the information of a port param.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPMLDFILTERPORTENTRY  

tpMldFilterMaxGroup 1.3.6.1.4.1.11863.6.43.1.2.1.1.1.2
Specify the maximum number of multicast groups to prevent some ports taking up too much bandwidth.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..1000  

tpMldFilterMaxGroupAction 1.3.6.1.4.1.11863.6.43.1.2.1.1.1.3
The policy should be taken when the number of multicast group a port has joined reach the maximum. 0.Drop: drop the successive report packet, and this port can not join any other multicast group. 1.Replace: when the port joins another new multicast group,it will quit the existing multicast group randomly.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER drop(0), replace(1)  

tpMldFilterBindAddrId 1.3.6.1.4.1.11863.6.43.1.2.1.1.1.4
Enter the profile ID the port will be bound to. Only one profile can be bound to each port.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..3)  

tpMldFilterPortLag 1.3.6.1.4.1.11863.6.43.1.2.1.1.1.5
Displays the LAG number which the port belongs to.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tpMldPktStat 1.3.6.1.4.1.11863.6.43.1.3.1
OBJECT IDENTIFIER    

tpMldPktStatTable 1.3.6.1.4.1.11863.6.43.1.3.1.1
A list of multicast statistic Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TPMLDPKTSTATENTRY

tpMldPktStatEntry 1.3.6.1.4.1.11863.6.43.1.3.1.1.1
An entry contains of multicast packet statistics over each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPMLDPKTSTATENTRY  

tpMldQueryPktStat 1.3.6.1.4.1.11863.6.43.1.3.1.1.1.2
Displays the number of query packets the port received.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpMldReportV1PktStat 1.3.6.1.4.1.11863.6.43.1.3.1.1.1.3
Displays the number of MLDv1 report packets the port received.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpMldReportV2PktStat 1.3.6.1.4.1.11863.6.43.1.3.1.1.1.4
Displays the number of MLDv2 report packets the port received.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpMldDonePktStat 1.3.6.1.4.1.11863.6.43.1.3.1.1.1.6
Displays the number of done packets the port received.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpMldErrorPktStat 1.3.6.1.4.1.11863.6.43.1.3.1.1.1.7
Displays the number of error packets the port received.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpIpMldPktStatClear 1.3.6.1.4.1.11863.6.43.1.3.1.2
mld packet statistic clear.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER commit(1)  

tpMldMulticastGroups 1.3.6.1.4.1.11863.6.43.1.4.1
OBJECT IDENTIFIER    

tpMldMulticastGroupTable 1.3.6.1.4.1.11863.6.43.1.4.1.1
A list of multicast groups Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TPMLDMULTICASTGROUPENTRY

tpMldMulticastGroupEntry 1.3.6.1.4.1.11863.6.43.1.4.1.1.1
An entry contains of multicast packet statistics over each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPMLDMULTICASTGROUPENTRY  

tpMldMulticastIP 1.3.6.1.4.1.11863.6.43.1.4.1.1.1.1
Displays the multicast IP address.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

tpMldVlanID 1.3.6.1.4.1.11863.6.43.1.4.1.1.1.2
Displays the VLAN ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpMldForwardPorts 1.3.6.1.4.1.11863.6.43.1.4.1.1.1.3
Displays the forward ports of multicast group.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..50)  

tpMldGrouptype 1.3.6.1.4.1.11863.6.43.1.4.1.1.1.4
Displays the type of multicast group.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(0), dynamic(1)  

tpMldMulticastStaticGroups 1.3.6.1.4.1.11863.6.43.1.5.1
OBJECT IDENTIFIER    

tpMldMulticastStaticGroupTable 1.3.6.1.4.1.11863.6.43.1.5.1.1
A list of multicast groups Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TPMLDMULTICASTSTATICGROUPENTRY

tpMldMulticastStaticGroupEntry 1.3.6.1.4.1.11863.6.43.1.5.1.1.1
An entry contains of multicast packet statistics over each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPMLDMULTICASTSTATICGROUPENTRY  

tpMldStaticMulticastIP 1.3.6.1.4.1.11863.6.43.1.5.1.1.1.1
The multicast IP address.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpMldStaticVlanID 1.3.6.1.4.1.11863.6.43.1.5.1.1.1.2
The VLAN ID.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

tpMldStaticForwardPorts 1.3.6.1.4.1.11863.6.43.1.5.1.1.1.3
The forward ports of multicast group.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..50)  

tpMldStaticGroupStatus 1.3.6.1.4.1.11863.6.43.1.5.1.1.1.4
The following values are states: these values may be used as follow: active(1),if the entry is being used. notInService(2),destory the entry. notReady(3),destory the entry. createAndGo(4),not being used createAndWait(5),creat a new entry destroy(6),destory the entry.
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus