TN-MVR-MIB

File: TN-MVR-MIB.mib (18564 bytes)

Imported modules

SNMPv2-TC INET-ADDRESS-MIB SNMPv2-SMI
ENTITY-MIB Q-BRIDGE-MIB IF-MIB
TRANSITION-SMI

Imported symbols

DisplayString RowStatus TruthValue
InetAddressType InetAddress MODULE-IDENTITY
OBJECT-IDENTITY enterprises Unsigned32
entPhysicalIndex PortList VlanIndex
ifIndex InterfaceIndex tnProducts

Defined Types

TNMVRModeEntry  
SEQUENCE    
  tnMVRMode TruthValue
  tnMVRStatisticsClear TruthValue

TNMVRInterfaceEntry  
SEQUENCE    
  tnMVRVID VlanIndex
  tnMVRName DisplayString
  tnMVRInterfaceMode INTEGER
  tnMVRInterfaceTagging INTEGER
  tnMVRInterfacePriority INTEGER
  tnMVRInterfaceLLQI INTEGER
  tnMVRInactivePortList PortList
  tnMVRSourcePortList PortList
  tnMVRReceiverPortList PortList
  tnMVRInterfaceRowStatus RowStatus

TNMVRImmediateLeaveEntry  
SEQUENCE    
  tnMVRImmediateLeaveEnabled TruthValue

TNMVRChannelConfigEntry  
SEQUENCE    
  tnMVRChannelVID VlanIndex
  tnMVRChannelStartEndAddrType InetAddressType
  tnMVRChannelStartAddr InetAddress
  tnMVRChannelEndAddr InetAddress
  tnMVRChannelName DisplayString
  tnMVRChannelRowStatus RowStatus

TNMVRStatisticsEntry  
SEQUENCE    
  tnMVRStatisticsVID INTEGER
  tnMVRIGMPQueriesRx Unsigned32
  tnMVRMLDQueriesRx Unsigned32
  tnMVRIGMPQueriesTx Unsigned32
  tnMVRMLDQueriesTx Unsigned32
  tnMVRIGMPv1JoinsRx Unsigned32
  tnMVRIGMPv2ReportsRx Unsigned32
  tnMVRMLDv1ReportsRx Unsigned32
  tnMVRIGMPv3ReportsRx Unsigned32
  tnMVRMLDv2ReportsRx Unsigned32
  tnMVRIGMPv2LeavesRx Unsigned32
  tnMVRMLDv1LeavesRx Unsigned32

TNMVRGroupInfoEntry  
SEQUENCE    
  tnMVRGroupVID INTEGER
  tnMVRGroupAddrType InetAddressType
  tnMVRGroupAddr InetAddress
  tnMVRGroupPortMembers PortList

TNMVRSFMEntry  
SEQUENCE    
  tnMVRSFMVID INTEGER
  tnMVRSFMGroupAddrType InetAddressType
  tnMVRSFMGroupAddr InetAddress
  tnMVRSFMIfIndex InterfaceIndex
  tnMVRSFMMode INTEGER
  tnMVRSFMSourceAddrType InetAddressType
  tnMVRSFMSourceAddr InetAddress
  tnMVRSFMType INTEGER
  tnMVRSFMHardwareFilter TruthValue

Defined Values

tnMVRMIB 1.3.6.1.4.1.868.2.5.50
The mib module is designed for Multicast VLAN Registration.
MODULE-IDENTITY    

tnMVRMIBNotifications 1.3.6.1.4.1.868.2.5.50.1
OBJECT IDENTIFIER    

tnMVRMIBObjects 1.3.6.1.4.1.868.2.5.50.2
OBJECT IDENTIFIER    

tnMVRMIBConformance 1.3.6.1.4.1.868.2.5.50.3
OBJECT IDENTIFIER    

tnMVRMIBMgmt 1.3.6.1.4.1.868.2.5.50.2.1
OBJECT IDENTIFIER    

tnMVRModeTable 1.3.6.1.4.1.868.2.5.50.2.1.1
This table contains MVR mode configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TNMVRModeEntry

tnMVRModeEntry 1.3.6.1.4.1.868.2.5.50.2.1.1.1
Each entry represents the MVR configuration on a device.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNMVRModeEntry  

tnMVRMode 1.3.6.1.4.1.868.2.5.50.2.1.1.1.1
To enable or disable the MVR on a device.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tnMVRStatisticsClear 1.3.6.1.4.1.868.2.5.50.2.1.1.1.2
True for clearing statistics of MVR on a device.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tnMVRInterfaceTable 1.3.6.1.4.1.868.2.5.50.2.1.2
This table contains MVR VLAN interface settings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TNMVRInterfaceEntry

tnMVRInterfaceEntry 1.3.6.1.4.1.868.2.5.50.2.1.2.1
Each entry represents a MVR interface on a device.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNMVRInterfaceEntry  

tnMVRVID 1.3.6.1.4.1.868.2.5.50.2.1.2.1.1
The multicast vlan id of a MVR interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

tnMVRName 1.3.6.1.4.1.868.2.5.50.2.1.2.1.2
The name of a MVR interface.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

tnMVRInterfaceMode 1.3.6.1.4.1.868.2.5.50.2.1.2.1.3
The mode of a MVR interface, either dynamic or compatible.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER dynamic(1), compatible(2)  

tnMVRInterfaceTagging 1.3.6.1.4.1.868.2.5.50.2.1.2.1.4
Specify whether the traversed IGMP/MLD control frames will be sent as Untagged or Tagged with MVR VID. The default is Tagged.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER untagged(1), tagged(2)  

tnMVRInterfacePriority 1.3.6.1.4.1.868.2.5.50.2.1.2.1.5
Specify how the traversed IGMP/MLD control frames will be sent in prioritized manner. The default Priority is 0.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

tnMVRInterfaceLLQI 1.3.6.1.4.1.868.2.5.50.2.1.2.1.6
Define the maximum time to wait for IGMP/MLD report memberships on a receiver port before removing the port from multicast group membership. The value is in units of tenths of a seconds. The range is from 0 to 31744. The default LLQI is 5 tenths or one-half second.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..31744  

tnMVRInactivePortList 1.3.6.1.4.1.868.2.5.50.2.1.2.1.7
To indicate the ports as inactive when the relative bits are set to 1.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

tnMVRSourcePortList 1.3.6.1.4.1.868.2.5.50.2.1.2.1.8
To indicate the ports as source when the relative bits are set to 1.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

tnMVRReceiverPortList 1.3.6.1.4.1.868.2.5.50.2.1.2.1.9
To indicate the ports as receiver when the relative bits are set to 1.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

tnMVRInterfaceRowStatus 1.3.6.1.4.1.868.2.5.50.2.1.2.1.10
The row status of MVR interface table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tnMVRImmediateLeaveTable 1.3.6.1.4.1.868.2.5.50.2.1.3
This table contains the immediate leave setting of MVR.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TNMVRImmediateLeaveEntry

tnMVRImmediateLeaveEntry 1.3.6.1.4.1.868.2.5.50.2.1.3.1
Each entry represents MVR immediate leave on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNMVRImmediateLeaveEntry  

tnMVRImmediateLeaveEnabled 1.3.6.1.4.1.868.2.5.50.2.1.3.1.1
Enable or disable immediate leave on each interface.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tnMVRChannelConfigTable 1.3.6.1.4.1.868.2.5.50.2.1.4
This table contains MVR channel configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TNMVRChannelConfigEntry

tnMVRChannelConfigEntry 1.3.6.1.4.1.868.2.5.50.2.1.4.1
Each entry represents a MVR channel configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNMVRChannelConfigEntry  

tnMVRChannelVID 1.3.6.1.4.1.868.2.5.50.2.1.4.1.1
The multicast vlan id of a mvr channel. This id should exist in tnMVRInterfaceTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

tnMVRChannelStartEndAddrType 1.3.6.1.4.1.868.2.5.50.2.1.4.1.2
The address type of MVR channel starting and ending address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

tnMVRChannelStartAddr 1.3.6.1.4.1.868.2.5.50.2.1.4.1.3
The starting ipv4/ipv6 multicast address of a MVR channel.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

tnMVRChannelEndAddr 1.3.6.1.4.1.868.2.5.50.2.1.4.1.4
The ending ipv4/ipv6 multicast address of a MVR channel.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

tnMVRChannelName 1.3.6.1.4.1.868.2.5.50.2.1.4.1.5
Indicate the name of the Channel of the specific Multicast VLAN. Maximum length of the Channel Name string is 32. Channel Name can only contain alphabets or numbers. Channel name should contain at least one alphabet. Channel name can be edited for the existing Channel entries or it can be added to the new entries.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

tnMVRChannelRowStatus 1.3.6.1.4.1.868.2.5.50.2.1.4.1.6
The row status of MVR channel configuration table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tnMVRStatisticsTable 1.3.6.1.4.1.868.2.5.50.2.1.5
This table contains the statistics of MVR.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TNMVRStatisticsEntry

tnMVRStatisticsEntry 1.3.6.1.4.1.868.2.5.50.2.1.5.1
Each entry represents the MVR statistics of a specific vlan id.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNMVRStatisticsEntry  

tnMVRStatisticsVID 1.3.6.1.4.1.868.2.5.50.2.1.5.1.1
The multicast vlan id.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..4094  

tnMVRIGMPQueriesRx 1.3.6.1.4.1.868.2.5.50.2.1.5.1.2
The number of Received Queries for IGMP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnMVRMLDQueriesRx 1.3.6.1.4.1.868.2.5.50.2.1.5.1.3
The number of Received Queries for MLD.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnMVRIGMPQueriesTx 1.3.6.1.4.1.868.2.5.50.2.1.5.1.4
The number of Transmitted Queries for IGMP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnMVRMLDQueriesTx 1.3.6.1.4.1.868.2.5.50.2.1.5.1.5
The number of Transmitted Queries for MLD.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnMVRIGMPv1JoinsRx 1.3.6.1.4.1.868.2.5.50.2.1.5.1.6
The number of Received IGMPv1 Joins.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnMVRIGMPv2ReportsRx 1.3.6.1.4.1.868.2.5.50.2.1.5.1.7
The number of Received IGMPv2 Reports.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnMVRMLDv1ReportsRx 1.3.6.1.4.1.868.2.5.50.2.1.5.1.8
The number of Received MLDv1 Reports.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnMVRIGMPv3ReportsRx 1.3.6.1.4.1.868.2.5.50.2.1.5.1.9
The number of Received IGMPv3 Reports.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnMVRMLDv2ReportsRx 1.3.6.1.4.1.868.2.5.50.2.1.5.1.10
The number of Received MLDv2 Reports.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnMVRIGMPv2LeavesRx 1.3.6.1.4.1.868.2.5.50.2.1.5.1.11
The number of Received IGMPv2 Leaves.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnMVRMLDv1LeavesRx 1.3.6.1.4.1.868.2.5.50.2.1.5.1.12
The number of Received MLDv1 Leaves.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnMVRGroupInfoTable 1.3.6.1.4.1.868.2.5.50.2.1.6
This table contains MVR groups (channels) information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TNMVRGroupInfoEntry

tnMVRGroupInfoEntry 1.3.6.1.4.1.868.2.5.50.2.1.6.1
Each entry represents the group information for a specific vlan id.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNMVRGroupInfoEntry  

tnMVRGroupVID 1.3.6.1.4.1.868.2.5.50.2.1.6.1.1
The vlan id of a MVR group.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..4094  

tnMVRGroupAddrType 1.3.6.1.4.1.868.2.5.50.2.1.6.1.2
The MVR group ip address type.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

tnMVRGroupAddr 1.3.6.1.4.1.868.2.5.50.2.1.6.1.3
The ipv4/ipv6 address of a MVR group.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

tnMVRGroupPortMembers 1.3.6.1.4.1.868.2.5.50.2.1.6.1.4
To indicate which port is under the current group.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

tnMVRSFMTable 1.3.6.1.4.1.868.2.5.50.2.1.7
This table contains the SFM(Source-Filtered Multicast) information of MVR.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TNMVRSFMEntry

tnMVRSFMEntry 1.3.6.1.4.1.868.2.5.50.2.1.7.1
Each entry represents the SFM information for a specific vlan id.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNMVRSFMEntry  

tnMVRSFMVID 1.3.6.1.4.1.868.2.5.50.2.1.7.1.1
The vlan id of a mvr group.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..4094  

tnMVRSFMGroupAddrType 1.3.6.1.4.1.868.2.5.50.2.1.7.1.2
The ip address type of the mvr group.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

tnMVRSFMGroupAddr 1.3.6.1.4.1.868.2.5.50.2.1.7.1.3
The ipv4/ipv6 group address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

tnMVRSFMIfIndex 1.3.6.1.4.1.868.2.5.50.2.1.7.1.4
The port number under the vlan and group.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

tnMVRSFMMode 1.3.6.1.4.1.868.2.5.50.2.1.7.1.5
Indicates the filtering mode maintained per (VLAN ID, port number, Group Address) basis. It can be either Include or Exclude.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER include(1), exclude(2)  

tnMVRSFMSourceAddrType 1.3.6.1.4.1.868.2.5.50.2.1.7.1.6
The address type of the source.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

tnMVRSFMSourceAddr 1.3.6.1.4.1.868.2.5.50.2.1.7.1.7
IP Address of the source. Currently, system limits the total number of IP source addresses for filtering to be 128. When there is no source filtering address, the text None is shown in the Source Address field.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

tnMVRSFMType 1.3.6.1.4.1.868.2.5.50.2.1.7.1.8
To indicate the type of the SFM, either allow or deny.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER allow(1), deny(2)  

tnMVRSFMHardwareFilter 1.3.6.1.4.1.868.2.5.50.2.1.7.1.9
Indicates whether data plane destined to the specific group address from the source IPv4/IPv6 address could be handled by chip or not.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue