MIBs Depot

DLINKSW-PACKET-MONITOR-MIB

Registered at
1.3.6.1.4.1.171.14.12
Last updated
2014-07-21 00:00
Organization
D-Link Corp.
Revisions
2014-07-21 00:00, 2013-09-27 00:00, 2013-03-04 00:00
Namespace
dlink
Source file
DLINKSW-PACKET-MONITOR-MIB
Digest
sha256:0992ada2c05d0c217db98c6d95d43b59ab159a071356849844b38efa133f886a

Description

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.

Contact

D-Link Corporation Postal: No. 289, Sinhu 3rd Rd., Neihu District, Taipei City 114, Taiwan, R.O.C Tel: +886-2-66000123 E-mail: tsd@dlink.com.tw

Imports

FromSymbols
DLINK-ID-REC-MIBdlinkIndustrialCommon
IF-MIBInterfaceIndexOrZero, ifIndex
Q-BRIDGE-MIBVlanId
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIInteger32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

BRIDGE-MIB
DLINK-ID-REC-MIB
DLINKSW-PACKET-MONITOR-MIB
IANAifType-MIB
IF-MIB
P-BRIDGE-MIB
Q-BRIDGE-MIB
RFC1158-MIB
RFC1271-MIB
RMON-MIB
RMON2-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC
TOKEN-RING-RMON-MIB

Objects

NameOIDSyntaxAccessStatus
dPktMonMIBNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.171.14.12.0
dPktMonMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.171.14.12.1
dPktMonSessionTableCurrEntries
OBJECT-TYPE
Indicates the number of entries present in the dPktMonSessionTable.
1.3.6.1.4.1.171.14.12.1.1Unsigned32read-onlycurrent
dPktMonSessionTable
OBJECT-TYPE
A table to create a packet monitoring session, allowing packets on source ports or VLAN to be monitored via a destination port.
1.3.6.1.4.1.171.14.12.1.2not-accessiblecurrent
dPktMonSessionEntry
OBJECT-TYPE
Each entry in the dPktMonSessionTable describes configuration information about Packet Monitoring.
1.3.6.1.4.1.171.14.12.1.2.1not-accessiblecurrent
dPktMonSessionID
OBJECT-TYPE
An index value that uniquely identifies the the packet monitoring session associated with this information.
1.3.6.1.4.1.171.14.12.1.2.1.1Integer32 (1..80)not-accessiblecurrent
dPktMonSessionSessionType
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.12.1.2.1.2INTEGER {none(0), localSession(1), remoteSourceSession(2), remoteDestinationSession(3)}read-onlycurrent
dPktMonSessionDestRemoteVlanId
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.12.1.2.1.3Integer32 (0 | 2..4094)read-createcurrent
dPktMonSessionSourceRemoteVlanId
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.12.1.2.1.4Integer32 (0 | 2..4094)read-createcurrent
dPktMonSessionDestInterface
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.12.1.2.1.5InterfaceIndexOrZeroread-createcurrent
dPktMonSessionRowStatus
OBJECT-TYPE
The status of this conceptual row.
1.3.6.1.4.1.171.14.12.1.2.1.6RowStatusread-createcurrent
dPktMonSessionSrcIfObjects
OBJECT-IDENTITY
This object identifier represents the objects that are configured the source interfaces for monitor sessions.
1.3.6.1.4.1.171.14.12.1.3current
dPktMonSessionSrcRxIfTable
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.12.1.3.1not-accessiblecurrent
dPktMonSessionSrcRxIfEntry
OBJECT-TYPE
Each entry in the dPktMonSessionSrcRxIfTable describes the source interface on which the packets received for a monitor session.
1.3.6.1.4.1.171.14.12.1.3.1.1not-accessiblecurrent
dPktMonSessionSrcRxIfRowStatus
OBJECT-TYPE
The status of this conceptual row. Use this object to add/remove an interface for a monitor session.
1.3.6.1.4.1.171.14.12.1.3.1.1.1RowStatusread-createcurrent
dPktMonSessionSrcTxIfTable
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.12.1.3.2not-accessiblecurrent
dPktMonSessionSrcTxIfEntry
OBJECT-TYPE
Each entry in the dPktMonSessionSrcTxIfTable describes the source interface on which the packets transmitted for a monitor session.
1.3.6.1.4.1.171.14.12.1.3.2.1not-accessiblecurrent
dPktMonSessionSrcTxIfRowStatus
OBJECT-TYPE
The status of this conceptual row. Use this object to add/remove an interface for a monitor session.
1.3.6.1.4.1.171.14.12.1.3.2.1.1RowStatusread-createcurrent
dPktMonSessionSrcTxIfStgState
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.12.1.3.2.1.2INTEGER {no-care(1), forwarding(2)}read-createcurrent
dPktMonSessionSrcDropIfTable
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.12.1.3.3not-accessiblecurrent
dPktMonSessionSrcDropIfEntry
OBJECT-TYPE
Each entry in the dPktMonSessionSrcDropIfTable describes the source interface to monitor the packets which dropped on received port for a monitor session.
1.3.6.1.4.1.171.14.12.1.3.3.1not-accessiblecurrent
dPktMonSessionSrcDropIfRowStatus
OBJECT-TYPE
The status of this conceptual row. Use this object to add/remove an interface for a port monitor session.
1.3.6.1.4.1.171.14.12.1.3.3.1.1RowStatusread-createcurrent
dPktMonSessionSrcAclTable
OBJECT-TYPE
A table containing associations between ACL and monitor session.
1.3.6.1.4.1.171.14.12.1.4not-accessiblecurrent
dPktMonSessionSrcAclEntry
OBJECT-TYPE
A table entry representing an access list association to a monitor session.
1.3.6.1.4.1.171.14.12.1.4.1not-accessiblecurrent
dPktMonSessionSrcAclName
OBJECT-TYPE
Indicates the name of an access list for flow based monitoring. Multiple access lists can be monitored on a session at a time.
1.3.6.1.4.1.171.14.12.1.4.1.1DisplayString (SIZE(1..32))not-accessiblecurrent
dPktMonSessionSrcAclRowStatus
OBJECT-TYPE
The status of this conceptual row.
1.3.6.1.4.1.171.14.12.1.4.1.2RowStatusread-createcurrent
dPktMonRspanVlanTable
OBJECT-TYPE
A table containing RSPAN VLAN information on the VLANs which currently configured as RSPAN VLAN.
1.3.6.1.4.1.171.14.12.1.5not-accessiblecurrent
dPktMonRspanVlanEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.12.1.5.1not-accessiblecurrent
dPktMonRspanVlanId
OBJECT-TYPE
The VLAN number. When a VLAN is specified as an RSPAN VLAN, the MAC address learning on the RSPAN VLAN is disabled.
1.3.6.1.4.1.171.14.12.1.5.1.1VlanIdnot-accessiblecurrent
dPktMonRspanVlanRowStatus
OBJECT-TYPE
The status of this conceptual row.
1.3.6.1.4.1.171.14.12.1.5.1.2RowStatusread-createcurrent
dPktMonSessionDestRemoteReplaceVlanTable
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.12.1.6not-accessiblecurrent
dPktMonSessionDestRemoteReplaceVlanEntry
OBJECT-TYPE
A table entry representing an access list and replace VLAN association to a monitor session.
1.3.6.1.4.1.171.14.12.1.6.1not-accessiblecurrent
dPktMonSessionDestRemoteAccessListName
OBJECT-TYPE
Indicates the name of an access list for egress per flow RSPAN VLAN replacement.
1.3.6.1.4.1.171.14.12.1.6.1.1DisplayString (SIZE(1..32))not-accessiblecurrent
dPktMonSessionDestRemoteReplaceVlanId
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.12.1.6.1.2VlanIdnot-accessiblecurrent
dPktMonSessionDestRemoteReplaceVlanRowStatus
OBJECT-TYPE
The status of this conceptual row.
1.3.6.1.4.1.171.14.12.1.6.1.3RowStatusread-createcurrent
dPktMonMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.171.14.12.2
dPktMonMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.171.14.12.2.1
dPktMonMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.171.14.12.2.2

Conformance

NameOIDStatus
dPktMonMIBCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the DLINKSW-PACKET-MONITOR-MIB.
1.3.6.1.4.1.171.14.12.2.1.1current
dPktMonBasicGroup
OBJECT-GROUP
A collection of objects providing basic packet monitoring configuration.
1.3.6.1.4.1.171.14.12.2.2.1current
dPktMonRspanGroup
OBJECT-GROUP
A collection of objects providing RSPAN configuration.
1.3.6.1.4.1.171.14.12.2.2.2current
dPktMonFlowBasedMirrorGroup
OBJECT-GROUP
A collection of objects providing flow based mirroring configuration.
1.3.6.1.4.1.171.14.12.2.2.3current
dPktMonMonitorDropPktGroup
OBJECT-GROUP
A collection of objects provides the configuration for monitoring dropped packets on source interfaces.
1.3.6.1.4.1.171.14.12.2.2.4current
dPktMonDestRemoteReplaceVlanGroup
OBJECT-GROUP
A collection of objects provides the configuration for performing egress per flow RSPAN VLAN replacement on a RSPAN source switch.
1.3.6.1.4.1.171.14.12.2.2.5current