DLINKSW-PACKET-MONITOR-MIB

File: DLINKSW-PACKET-MONITOR-MIB.mib (25030 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB Q-BRIDGE-MIB DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Integer32 DisplayString RowStatus
MODULE-COMPLIANCE OBJECT-GROUP ifIndex
InterfaceIndexOrZero VlanId dlinkIndustrialCommon

Defined Types

DPktMonSessionEntry  
SEQUENCE    
  dPktMonSessionID Integer32
  dPktMonSessionSessionType INTEGER
  dPktMonSessionDestRemoteVlanId Integer32
  dPktMonSessionSourceRemoteVlanId Integer32
  dPktMonSessionDestInterface InterfaceIndexOrZero
  dPktMonSessionRowStatus RowStatus

DPktMonSessionSrcRxIfEntry  
SEQUENCE    
  dPktMonSessionSrcRxIfRowStatus RowStatus

DPktMonSessionSrcTxIfEntry  
SEQUENCE    
  dPktMonSessionSrcTxIfRowStatus RowStatus
  dPktMonSessionSrcTxIfStgState INTEGER

DPktMonSessionSrcDropIfEntry  
SEQUENCE    
  dPktMonSessionSrcDropIfRowStatus RowStatus

DPktMonSessionSrcAclEntry  
SEQUENCE    
  dPktMonSessionSrcAclName DisplayString
  dPktMonSessionSrcAclRowStatus RowStatus

DPktMonRspanVlanEntry  
SEQUENCE    
  dPktMonRspanVlanId VlanId
  dPktMonRspanVlanRowStatus RowStatus

DPktMonSessionDestRemoteReplaceVlanEntry  
SEQUENCE    
  dPktMonSessionDestRemoteAccessListName DisplayString
  dPktMonSessionDestRemoteReplaceVlanId VlanId
  dPktMonSessionDestRemoteReplaceVlanRowStatus RowStatus

Defined Values

dlinkSwPktMonitorMIB 1.3.6.1.4.1.171.14.12
This MIB module defines objects for configuring Monitoring Traffic. Acronyms and terminology: SPAN (Switched Port Analyzer): Mirror network traffic for analysis by a network analyzer. Local-SPAN: The SPAN feature is local when the monitored ports are all located on the same switch as the destination port. RSPAN (Remote SPAN): Source ports and destination ports that are distributed across multiple switches, allowing one to monitor any destination port located on the RSPAN VLAN.
MODULE-IDENTITY    

dPktMonMIBNotifications 1.3.6.1.4.1.171.14.12.0
OBJECT IDENTIFIER    

dPktMonMIBObjects 1.3.6.1.4.1.171.14.12.1
OBJECT IDENTIFIER    

dPktMonMIBConformance 1.3.6.1.4.1.171.14.12.2
OBJECT IDENTIFIER    

dPktMonSessionTableCurrEntries 1.3.6.1.4.1.171.14.12.1.1
Indicates the number of entries present in the dPktMonSessionTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dPktMonSessionTable 1.3.6.1.4.1.171.14.12.1.2
A table to create a packet monitoring session, allowing packets on source ports or VLAN to be monitored via a destination port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DPktMonSessionEntry

dPktMonSessionEntry 1.3.6.1.4.1.171.14.12.1.2.1
Each entry in the dPktMonSessionTable describes configuration information about Packet Monitoring.
Status: current Access: not-accessible
OBJECT-TYPE    
  DPktMonSessionEntry  

dPktMonSessionID 1.3.6.1.4.1.171.14.12.1.2.1.1
An index value that uniquely identifies the the packet monitoring session associated with this information.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..80  

dPktMonSessionSessionType 1.3.6.1.4.1.171.14.12.1.2.1.2
Indicates the session type of the entry. none (0): Indicates the entry is inactive. localSession (1): Indicates the entry is operating as Local-SPAN. remoteSourceSession (2): Indicates the entry is operating as an RSPAN source session, which associates SPAN source ports or VLANs with a destination RSPAN VLAN. remoteDestinationSession (3): Indicates the entry is operating as an RSPAN destination session. An RSPAN destination session associates an RSPAN VLAN with a destination port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), localSession(1), remoteSourceSession(2), remoteDestinationSession(3)  

dPktMonSessionDestRemoteVlanId 1.3.6.1.4.1.171.14.12.1.2.1.3
Indicates the RSPAN VLAN ID on the RSPAN source session. This object should be considered in conjunction with the dPktMonSessionDestInterface. When this object is set with valid VLAN ID (2 to 4094), the mirrored packets are transmitted with an RSPAN VLAN tag from the destination port. If this object is set to 0, the destination RSPAN VLAN becomes unspecified, then the mirrored traffic will be transmitted without additional RSPAN VLAN tag.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 2..4094  

dPktMonSessionSourceRemoteVlanId 1.3.6.1.4.1.171.14.12.1.2.1.4
Set this object with valid VLAN ID (2 to 4094) for an RSPAN destination session. If this object is set to 0, the source RSPAN VLAN becomes unspecified.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 2..4094  

dPktMonSessionDestInterface 1.3.6.1.4.1.171.14.12.1.2.1.5
Indicates the destination interface of the packet monitoring session. Both physical ports and port channel are valid as destination interfaces of monitor sessions. A value of zero indicates that no interface is associated with this monitoring session.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

dPktMonSessionRowStatus 1.3.6.1.4.1.171.14.12.1.2.1.6
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dPktMonSessionSrcIfObjects 1.3.6.1.4.1.171.14.12.1.3
This object identifier represents the objects that are configured the source interfaces for monitor sessions.
Status: current Access: read-create
OBJECT-IDENTITY    

dPktMonSessionSrcRxIfTable 1.3.6.1.4.1.171.14.12.1.3.1
This table consists of a list of source interface on which the packets received for packet monitor sessions. The first index element identifies the dPktMonSessionEntry that a source interface (indicated by second index element) for monitoring receiving packets (dPktMonSessionSrcRxIfEntry) belongs to. An entry is removed from this table when its corresponding dPktMonSessionEntry is deleted. For a monitor session, to add or delete a source receiving interface by creating or removing an entry in this table. The valid interface includes: physical port/port channel/vlan and cpu.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DPktMonSessionSrcRxIfEntry

dPktMonSessionSrcRxIfEntry 1.3.6.1.4.1.171.14.12.1.3.1.1
Each entry in the dPktMonSessionSrcRxIfTable describes the source interface on which the packets received for a monitor session.
Status: current Access: not-accessible
OBJECT-TYPE    
  DPktMonSessionSrcRxIfEntry  

dPktMonSessionSrcRxIfRowStatus 1.3.6.1.4.1.171.14.12.1.3.1.1.1
The status of this conceptual row. Use this object to add/remove an interface for a monitor session.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dPktMonSessionSrcTxIfTable 1.3.6.1.4.1.171.14.12.1.3.2
This table consists of a list of source interface on which the packets transmitted for packet monitor sessions. The first index element identifies the dPktMonSessionEntry that a source interface (indicated by second index element) for monitoring transmitting packets (dPktMonSessionSrcTxIfEntry) belongs to. An entry is removed from this table when its corresponding dPktMonSessionEntry is deleted. For a monitor session, to add or delete a source transmitting interface by creating or removing an entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DPktMonSessionSrcTxIfEntry

dPktMonSessionSrcTxIfEntry 1.3.6.1.4.1.171.14.12.1.3.2.1
Each entry in the dPktMonSessionSrcTxIfTable describes the source interface on which the packets transmitted for a monitor session.
Status: current Access: not-accessible
OBJECT-TYPE    
  DPktMonSessionSrcTxIfEntry  

dPktMonSessionSrcTxIfRowStatus 1.3.6.1.4.1.171.14.12.1.3.2.1.1
The status of this conceptual row. Use this object to add/remove an interface for a monitor session.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dPktMonSessionSrcTxIfStgState 1.3.6.1.4.1.171.14.12.1.3.2.1.2
This object indicates if the monitoring of the packets transmitted on the interface will be affected by the interface's STG status. 'no-care' - monitor the packets transmitted on the interface regardless of the interface's STG status. 'forwarding' - monitor the packets transmitted on the interface only when the interface's all STGs status are forwarding.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER no-care(1), forwarding(2)  

dPktMonSessionSrcDropIfTable 1.3.6.1.4.1.171.14.12.1.3.3
This table consists of a list of source interface to monitor the packets which dropped on received port. The first index element identifies the dPktMonSessionEntry that a source interface (indicated by second index element) for monitoring dropped packets (dPktMonSessionSrcDropIfTable) belongs to. An entry is removed from this table when its corresponding dPktMonSessionEntry is deleted. For a monitor session, to add or delete a source interface for monitoring dropped packets by creating or removing an entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DPktMonSessionSrcDropIfEntry

dPktMonSessionSrcDropIfEntry 1.3.6.1.4.1.171.14.12.1.3.3.1
Each entry in the dPktMonSessionSrcDropIfTable describes the source interface to monitor the packets which dropped on received port for a monitor session.
Status: current Access: not-accessible
OBJECT-TYPE    
  DPktMonSessionSrcDropIfEntry  

dPktMonSessionSrcDropIfRowStatus 1.3.6.1.4.1.171.14.12.1.3.3.1.1
The status of this conceptual row. Use this object to add/remove an interface for a port monitor session.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dPktMonSessionSrcAclTable 1.3.6.1.4.1.171.14.12.1.4
A table containing associations between ACL and monitor session.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DPktMonSessionSrcAclEntry

dPktMonSessionSrcAclEntry 1.3.6.1.4.1.171.14.12.1.4.1
A table entry representing an access list association to a monitor session.
Status: current Access: not-accessible
OBJECT-TYPE    
  DPktMonSessionSrcAclEntry  

dPktMonSessionSrcAclName 1.3.6.1.4.1.171.14.12.1.4.1.1
Indicates the name of an access list for flow based monitoring. Multiple access lists can be monitored on a session at a time.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

dPktMonSessionSrcAclRowStatus 1.3.6.1.4.1.171.14.12.1.4.1.2
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dPktMonRspanVlanTable 1.3.6.1.4.1.171.14.12.1.5
A table containing RSPAN VLAN information on the VLANs which currently configured as RSPAN VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DPktMonRspanVlanEntry

dPktMonRspanVlanEntry 1.3.6.1.4.1.171.14.12.1.5.1
Each entry in the dPktMonRspanVlanTable indicates the VLAN is configured as RSPAN VLAN. An entry is created/removed when RSPAN VLAN is enabled or disabled at the VLAN via CLI or by issuing appropriate sets to this table using snmp.
Status: current Access: not-accessible
OBJECT-TYPE    
  DPktMonRspanVlanEntry  

dPktMonRspanVlanId 1.3.6.1.4.1.171.14.12.1.5.1.1
The VLAN number. When a VLAN is specified as an RSPAN VLAN, the MAC address learning on the RSPAN VLAN is disabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanId  

dPktMonRspanVlanRowStatus 1.3.6.1.4.1.171.14.12.1.5.1.2
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dPktMonSessionDestRemoteReplaceVlanTable 1.3.6.1.4.1.171.14.12.1.6
A table containing associations between replace RSPAN VLAN egress per flow and monitor session. For a RSPAN source session, multiple flows of VLAN replacement can be configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DPktMonSessionDestRemoteReplaceVlanEntry

dPktMonSessionDestRemoteReplaceVlanEntry 1.3.6.1.4.1.171.14.12.1.6.1
A table entry representing an access list and replace VLAN association to a monitor session.
Status: current Access: not-accessible
OBJECT-TYPE    
  DPktMonSessionDestRemoteReplaceVlanEntry  

dPktMonSessionDestRemoteAccessListName 1.3.6.1.4.1.171.14.12.1.6.1.1
Indicates the name of an access list for egress per flow RSPAN VLAN replacement.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

dPktMonSessionDestRemoteReplaceVlanId 1.3.6.1.4.1.171.14.12.1.6.1.2
Indicates the VLAN ID used to replace RSPAN VLAN ID for the matched flow of packets transmitted out from the destination interface on a RSPAN source switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanId  

dPktMonSessionDestRemoteReplaceVlanRowStatus 1.3.6.1.4.1.171.14.12.1.6.1.3
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dPktMonMIBCompliances 1.3.6.1.4.1.171.14.12.2.1
OBJECT IDENTIFIER    

dPktMonMIBGroups 1.3.6.1.4.1.171.14.12.2.2
OBJECT IDENTIFIER    

dPktMonMIBCompliance 1.3.6.1.4.1.171.14.12.2.1.1
The compliance statement for entities which implement the DLINKSW-PACKET-MONITOR-MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

dPktMonBasicGroup 1.3.6.1.4.1.171.14.12.2.2.1
A collection of objects providing basic packet monitoring configuration.
Status: current Access: read-create
OBJECT-GROUP    

dPktMonRspanGroup 1.3.6.1.4.1.171.14.12.2.2.2
A collection of objects providing RSPAN configuration.
Status: current Access: read-create
OBJECT-GROUP    

dPktMonFlowBasedMirrorGroup 1.3.6.1.4.1.171.14.12.2.2.3
A collection of objects providing flow based mirroring configuration.
Status: current Access: read-create
OBJECT-GROUP    

dPktMonMonitorDropPktGroup 1.3.6.1.4.1.171.14.12.2.2.4
A collection of objects provides the configuration for monitoring dropped packets on source interfaces.
Status: current Access: read-create
OBJECT-GROUP    

dPktMonDestRemoteReplaceVlanGroup 1.3.6.1.4.1.171.14.12.2.2.5
A collection of objects provides the configuration for performing egress per flow RSPAN VLAN replacement on a RSPAN source switch.
Status: current Access: read-create
OBJECT-GROUP