HPE-SPAN-MIB
21 objects
This private MIB module for SPAN (Switched Port Analyzer).
Imported Objects
| HPE-MIB | nm rndNotifications |
| IF-MIB | InterfaceIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP |
| SNMPv2-SMI | Gauge32 Integer32 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | RowStatus TEXTUAL-CONVENTION TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.11.2.219 | IdentityrlSpan | This private MIB module for SPAN (Switched Port Analyzer). | ||
| 1.3.6.1.4.1.11.2.219.1 | ScalarrlSpanMibVersion | read-only | current | MIB's version, the current version is 1. |
| 1.3.6.1.4.1.11.2.219.2 | TablerlSpanDestinationTable | not-accessible | current | The table holds information for SPAN destination per session id. |
| 1.3.6.1.4.1.11.2.219.2.1 | RowrlSpanDestinationEntry | not-accessible | current | Entry in the rlSpanDestinationTable. |
| 1.3.6.1.4.1.11.2.219.2.1.1 | ColumnrlSpanDestinationSessionId | not-accessible | current | SPAN session ID. This variable is the key for SPAN destination table. Uniquely identifies the SPAN destination. |
| 1.3.6.1.4.1.11.2.219.2.1.2 | ColumnrlSpanDestinationIfIndex | read-write | current | Interface Index. This variable identifies the destination ifIndex |
| 1.3.6.1.4.1.11.2.219.2.1.3 | ColumnrlSpanDestinationIsReflector | read-write | current | This variable indicates whether the current session is SPAN or RSPAN start or final session. |
| 1.3.6.1.4.1.11.2.219.2.1.4 | ColumnrlSpanDestinationPortType | read-write | current | This variable indicates whether the destination port acts as network port or analyzer only port. |
| 1.3.6.1.4.1.11.2.219.2.1.5 | ColumnrlSpanDestinationRemoteVlanId | read-write | current | This variable indicated the remote vlan id for RSPAN case. |
| 1.3.6.1.4.1.11.2.219.2.1.6 | ColumnrlSpanDestinationRowStatus | read-write | current | The row status variable, used according to row installation and removal conventions. |
| 1.3.6.1.4.1.11.2.219.3 | TablerlSpanSourceTable | not-accessible | current | The table holds information for SPAN Source ports per session id. |
| 1.3.6.1.4.1.11.2.219.3.1 | RowrlSpanSourceEntry | not-accessible | current | Entry in the rlSpanSourceTable. |
| 1.3.6.1.4.1.11.2.219.3.1.1 | ColumnrlSpanSourceSessionId | not-accessible | current | SPAN session ID. This variable is the key for SPAN source table. Identifies the SPAN source. |
| 1.3.6.1.4.1.11.2.219.3.1.2 | ColumnrlSpanSourceType | not-accessible | current | This variable indicates the SPAN source type. |
| 1.3.6.1.4.1.11.2.219.3.1.3 | ColumnrlSpanSourceIndex | not-accessible | current | This variable indicates the ifIndex of the SPAN source port or the flow Id of the class map (for flow span source type). |
| 1.3.6.1.4.1.11.2.219.3.1.4 | ColumnrlSpanSourceDirection | read-write | current | This variable indicates the source direction for monitoring. |
| 1.3.6.1.4.1.11.2.219.3.1.5 | ColumnrlSpanSourceRowStatus | read-write | current | The row status variable, used according to row installation and removal conventions. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| SpanDestinationPortType | INTEGER { monitor-only(1), network(2) } | current | SPAN destination mode type: 1 - monitor-only 2 - network. |
| SpanDestinationReflectorType | INTEGER { span(1), rspan-start(2), rspan-final(3) } | current | RSPAN reflector port type: 1 - SPAN 2 - RSPAN - start 3 - RSPAN - final. |
| SpanSourceDirection | INTEGER { rx(1), tx(2), both(3) } | current | SPAN source direction: 1 - rx 2 - tx 3 - both. |
| SpanSourceType | INTEGER { port(1), vlan(2), flow(3), remote-vlan(4) } | current | SPAN source type: 1 - port 2 - VLAN 3 - flow 4 - remote VLAN. |