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
| From | Symbols |
|---|---|
| DLINK-ID-REC-MIB | dlinkIndustrialCommon |
| IF-MIB | InterfaceIndexOrZero, ifIndex |
| Q-BRIDGE-MIB | VlanId |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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.1 | Unsigned32 | read-only | current |
| 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.2 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | Integer32 (1..80) | not-accessible | current |
| 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.2 | INTEGER {none(0), localSession(1), remoteSourceSession(2), remoteDestinationSession(3)} | read-only | current |
| 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.3 | Integer32 (0 | 2..4094) | read-create | current |
| 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.4 | Integer32 (0 | 2..4094) | read-create | current |
| 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.5 | InterfaceIndexOrZero | read-create | current |
| dPktMonSessionRowStatus OBJECT-TYPE The status of this conceptual row. | 1.3.6.1.4.1.171.14.12.1.2.1.6 | RowStatus | read-create | current |
| 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.3 | current | ||
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | RowStatus | read-create | current |
| 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.2 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | RowStatus | read-create | current |
| 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.2 | INTEGER {no-care(1), forwarding(2)} | read-create | current |
| 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.3 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | RowStatus | read-create | current |
| dPktMonSessionSrcAclTable OBJECT-TYPE A table containing associations between ACL and monitor session. | 1.3.6.1.4.1.171.14.12.1.4 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | DisplayString (SIZE(1..32)) | not-accessible | current |
| dPktMonSessionSrcAclRowStatus OBJECT-TYPE The status of this conceptual row. | 1.3.6.1.4.1.171.14.12.1.4.1.2 | RowStatus | read-create | current |
| 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.5 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | VlanId | not-accessible | current |
| dPktMonRspanVlanRowStatus OBJECT-TYPE The status of this conceptual row. | 1.3.6.1.4.1.171.14.12.1.5.1.2 | RowStatus | read-create | current |
| 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.6 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | DisplayString (SIZE(1..32)) | not-accessible | current |
| 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.2 | VlanId | not-accessible | current |
| dPktMonSessionDestRemoteReplaceVlanRowStatus OBJECT-TYPE The status of this conceptual row. | 1.3.6.1.4.1.171.14.12.1.6.1.3 | RowStatus | read-create | current |
| 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
| Name | OID | Status |
|---|---|---|
| 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.1 | current |
| dPktMonBasicGroup OBJECT-GROUP A collection of objects providing basic packet monitoring configuration. | 1.3.6.1.4.1.171.14.12.2.2.1 | current |
| dPktMonRspanGroup OBJECT-GROUP A collection of objects providing RSPAN configuration. | 1.3.6.1.4.1.171.14.12.2.2.2 | current |
| dPktMonFlowBasedMirrorGroup OBJECT-GROUP A collection of objects providing flow based mirroring configuration. | 1.3.6.1.4.1.171.14.12.2.2.3 | current |
| 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.4 | current |
| 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.5 | current |