HUAWEI-MIRROR-MIB

File: HUAWEI-MIRROR-MIB.mib (37309 bytes)

Imported modules

HUAWEI-MIB IF-MIB SNMPv2-CONF
SNMPv2-SMI P-BRIDGE-MIB SNMPv2-TC

Imported symbols

huaweiMgmt InterfaceIndex OBJECT-GROUP
MODULE-COMPLIANCE IpAddress Integer32
OBJECT-TYPE MODULE-IDENTITY EnabledStatus
RowStatus TruthValue

Defined Types

HwLocalObserveEntry  
SEQUENCE    
  hwLocalObservePort InterfaceIndex
  hwLocalObserveIndex Integer32
  hwLocalObserveWithLinkLayerHeader Integer32
  hwLocalObserveRowStatus RowStatus

HwLocalPortMirrorEntry  
SEQUENCE    
  hwLocalMirrorPort InterfaceIndex
  hwLocalMirrorBearing INTEGER
  hwLocalCpuPacketFlag TruthValue
  hwLocalPortMirrorCar Integer32
  hwLocalPortMirrorRowStatus RowStatus

HwLocalFlowMirrorEntry  
SEQUENCE    
  hwLocalBehaviorName OCTET STRING
  hwLocalFlowMirrorEnable EnabledStatus
  hwLocalFlowMirrorCar Integer32
  hwLocalFlowMirrorRowStatus RowStatus

HwLocalSlotMirrorEntry  
SEQUENCE    
  hwLocalSlotNo Integer32
  hwSlotObserveIndex Integer32
  hwLocalSlotMirrorRowStatus RowStatus

HwPortMirrorInfoEntry  
SEQUENCE    
  hwMirrorPortIndex InterfaceIndex
  hwMirrorType INTEGER
  hwMirrorCar Integer32
  hwMirrorClass INTEGER
  hwMirrorBearing INTEGER
  hwMirrorCpuPacketFlag TruthValue
  hwMirrorWithLinkLayerHeader Integer32
  hwRemoteMirrorInstanceName OCTET STRING

HwRemoteObserveEntry  
SEQUENCE    
  hwRemoteObservePort InterfaceIndex
  hwRemoteIdentifier Integer32
  hwRemoteDescription OCTET STRING
  hwRemoteObserveWithLinkLayerHeader Integer32
  hwRemoteObserveRowStatus RowStatus

HwRemotePortMirrorEntry  
SEQUENCE    
  hwRemoteMirrorPort InterfaceIndex
  hwRemoteMirrorBearing INTEGER
  hwRemoteCpuPacketFlag TruthValue
  hwPortMirrorInstanceName OCTET STRING
  hwRemotePortMirrorCar Integer32
  hwRemotePortMirrorRowStatus RowStatus

HwRemoteFlowMirrorEntry  
SEQUENCE    
  hwRemoteBehaviorName OCTET STRING
  hwFlowMirrorInstanceName OCTET STRING
  hwRemoteFlowMirrorCar Integer32
  hwRemoteFlowMirrorRowStatus RowStatus

HwRemoteMirrorInstanceEntry  
SEQUENCE    
  hwMirrorInstanceName OCTET STRING
  hwRemoteObservePortIp IpAddress
  hwRemoteMirrorIdentifier Integer32
  hwRemoteMirrorWithLinkLayerHeader Integer32
  hwMirrorFlowClass INTEGER
  hwMirrorSliceSize Integer32
  hwMirrorTunnelIndex Integer32
  hwMirrorTunnelType INTEGER
  hwMirrorTunnelStatus Integer32
  hwMirrorTunnelPolicy OCTET STRING
  hwMirrorInstanceRowStatus RowStatus

Defined Values

hwMirrorMIB 1.3.6.1.4.1.2011.5.162
MIB description of mirror.
MODULE-IDENTITY    

hwMirrorMIBObjects 1.3.6.1.4.1.2011.5.162.1
OBJECT IDENTIFIER    

hwLocalMirror 1.3.6.1.4.1.2011.5.162.1.1
OBJECT IDENTIFIER    

hwLocalObserveTable 1.3.6.1.4.1.2011.5.162.1.1.1
The hwLocalObserveTable lists local mirror characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwLocalObserveEntry

hwLocalObserveEntry 1.3.6.1.4.1.2011.5.162.1.1.1.1
The hwLocalObserveEntry lists local mirror characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwLocalObserveEntry  

hwLocalObservePort 1.3.6.1.4.1.2011.5.162.1.1.1.1.1
Ifindex is the index of the observing port and is used to search the name of an observing port.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

hwLocalObserveIndex 1.3.6.1.4.1.2011.5.162.1.1.1.1.2
Index of an observing port that identifies the observing port. Single chassis: (The index of a physical port corresponds to the slot number of a board. The observe index ranges from 1 to 32.One board supports 32 logical observing ports.) Multi-chassis: Supports physical observing ports only. The observe index ranges from 1 to 128.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..128  

hwLocalObserveWithLinkLayerHeader 1.3.6.1.4.1.2011.5.162.1.1.1.1.3
Same interworking attribute. 1: different interworking, mirroring packets at and above the IP layer. 0: same interworking, mirroring packets at and above Layer 2. Default value: 1.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..1  

hwLocalObserveRowStatus 1.3.6.1.4.1.2011.5.162.1.1.1.1.4
Row status. The value ranges from 1 to 6 but usually 4 and 6 are used. createAndGo[4] - create a row. destroy[6] -delete a row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwLocalPortMirrorTable 1.3.6.1.4.1.2011.5.162.1.1.2
The hwLocalPortMirrorTable lists local mirror characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwLocalPortMirrorEntry

hwLocalPortMirrorEntry 1.3.6.1.4.1.2011.5.162.1.1.2.1
The hwLocalPortMirrorEntry lists local mirror characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwLocalPortMirrorEntry  

hwLocalMirrorPort 1.3.6.1.4.1.2011.5.162.1.1.2.1.1
Ifindex of the mirroring port and is used to search the name of a mirroring port.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

hwLocalMirrorBearing 1.3.6.1.4.1.2011.5.162.1.1.2.1.2
Mirroring direction: inbound, outbound, and in-out.1:inbound 2:outbound 3:in-out.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER inbound(1), outbound(2), inout(3)  

hwLocalCpuPacketFlag 1.3.6.1.4.1.2011.5.162.1.1.2.1.3
Indicates whether the packets sent to the CPU need to be mirrored. True: CPU packets are forwarded; False: CPU packets are not forwarded. You can configure this object only when the mirroring direction is 1 or 3. Default value: false.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hwLocalPortMirrorCar 1.3.6.1.4.1.2011.5.162.1.1.2.1.4
CAR (CIR) of mirrored packets, expressed in thousand bits per second. The default value is 0, which indicates that CAR is not performed.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 100..2500000  

hwLocalPortMirrorRowStatus 1.3.6.1.4.1.2011.5.162.1.1.2.1.5
Row status. The value ranges from 1 to 6 but usually 4 and 6 are used. createAndGo[4] - create a row. destroy[6] -delete a row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwLocalFlowMirrorTable 1.3.6.1.4.1.2011.5.162.1.1.3
The hwLocalFlowMirrorTable lists local mirror characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwLocalFlowMirrorEntry

hwLocalFlowMirrorEntry 1.3.6.1.4.1.2011.5.162.1.1.3.1
The hwLocalFlowMirrorEntry lists local mirror characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwLocalFlowMirrorEntry  

hwLocalBehaviorName 1.3.6.1.4.1.2011.5.162.1.1.3.1.1
Traffic behavior view name.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

hwLocalFlowMirrorEnable 1.3.6.1.4.1.2011.5.162.1.1.3.1.2
Indicates whether the flow mirroring is enabled. Disable indicates that flow mirroring is disabled; Enable indicates that flow mirroring is enabled. Default value: disable.
Status: current Access: read-create
OBJECT-TYPE    
  EnabledStatus  

hwLocalFlowMirrorCar 1.3.6.1.4.1.2011.5.162.1.1.3.1.3
CAR (CIR) of mirrored packets, expressed in thousand bits per second. The default value is 0, which indicates that CAR is not performed.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 100..2500000  

hwLocalFlowMirrorRowStatus 1.3.6.1.4.1.2011.5.162.1.1.3.1.4
Row status. The value ranges from 1 to 6 but usually 4 and 6 are used. createAndGo[4] - create a row. destroy[6] -delete a row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwLocalSlotMirrorTable 1.3.6.1.4.1.2011.5.162.1.1.4
The hwLocalSlotMirrorTable lists local mirror characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwLocalSlotMirrorEntry

hwLocalSlotMirrorEntry 1.3.6.1.4.1.2011.5.162.1.1.4.1
The hwLocalFlowMirrorEntry lists local mirror characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwLocalSlotMirrorEntry  

hwLocalSlotNo 1.3.6.1.4.1.2011.5.162.1.1.4.1.1
Slot number of a board.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..128  

hwSlotObserveIndex 1.3.6.1.4.1.2011.5.162.1.1.4.1.2
Indicates the index of the observing port.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..128  

hwLocalSlotMirrorRowStatus 1.3.6.1.4.1.2011.5.162.1.1.4.1.3
Row status. The value ranges from 1 to 6 but usually 4 and 6 are used. createAndGo[4] - create a row. destroy[6] -delete a row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwPortMirrorInfoTable 1.3.6.1.4.1.2011.5.162.1.1.5
The hwPortMirrorInfoTable lists local and remote mirror characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwPortMirrorInfoEntry

hwPortMirrorInfoEntry 1.3.6.1.4.1.2011.5.162.1.1.5.1
The hwPortMirrorInfoEntry lists local and remote mirror characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwPortMirrorInfoEntry  

hwMirrorPortIndex 1.3.6.1.4.1.2011.5.162.1.1.5.1.1
Port index of the mirroring port.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

hwMirrorType 1.3.6.1.4.1.2011.5.162.1.1.5.1.2
Mirroring type: local or remote1: local 2: remote.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER local(1), remote(2)  

hwMirrorCar 1.3.6.1.4.1.2011.5.162.1.1.5.1.3
CAR (CIR) of mirrored packets, expressed in thousand bits per second
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0 | 100..2500000  

hwMirrorClass 1.3.6.1.4.1.2011.5.162.1.1.5.1.4
Type: port/policy1: port 2: policy.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER port(1), policy(2)  

hwMirrorBearing 1.3.6.1.4.1.2011.5.162.1.1.5.1.5
Mirroring direction: inbound(1), outbound(2), and in-out(3). When the direction is in-out, commands for both inbound and outbound configurations are required.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inbound(1), outbound(2), inout(3)  

hwMirrorCpuPacketFlag 1.3.6.1.4.1.2011.5.162.1.1.5.1.6
Indicates whether the packets sent to the CPU need to be mirrored. True: CPU packets are forwarded; False: CPU packets are not forwarded.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hwMirrorWithLinkLayerHeader 1.3.6.1.4.1.2011.5.162.1.1.5.1.7
Same interworking attribute. 1: different interworking, mirroring packets at and above the IP layer. 0: same interworking, mirroring packets at and above Layer 2. Default value: 1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..1  

hwRemoteMirrorInstanceName 1.3.6.1.4.1.2011.5.162.1.1.5.1.8
mirror instance name. Max 31 characters.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

hwRemoteMirror 1.3.6.1.4.1.2011.5.162.1.2
OBJECT IDENTIFIER    

hwRemoteObserveTable 1.3.6.1.4.1.2011.5.162.1.2.1
The hwRemoteObserveTable lists remote mirror characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwRemoteObserveEntry

hwRemoteObserveEntry 1.3.6.1.4.1.2011.5.162.1.2.1.1
The hwLocalPortMirrorInfoEntry lists local mirror characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwRemoteObserveEntry  

hwRemoteObservePort 1.3.6.1.4.1.2011.5.162.1.2.1.1.1
Port ifindex of the observing port.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

hwRemoteIdentifier 1.3.6.1.4.1.2011.5.162.1.2.1.1.2
Mirror Identifier.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..64  

hwRemoteDescription 1.3.6.1.4.1.2011.5.162.1.2.1.1.3
Description of the observing port.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

hwRemoteObserveWithLinkLayerHeader 1.3.6.1.4.1.2011.5.162.1.2.1.1.4
Same interworking attribute. 1: different interworking, mirroring packets at and above the IP layer. 0: same interworking, mirroring packets at and above Layer 2. Default value: 1.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..1  

hwRemoteObserveRowStatus 1.3.6.1.4.1.2011.5.162.1.2.1.1.5
Row status. The value ranges from 1 to 6 but usually 4 and 6 are used. createAndGo[4] - create a row. destroy[6] -delete a row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwRemotePortMirrorTable 1.3.6.1.4.1.2011.5.162.1.2.2
The hwRemotePortMirrorTable lists remote mirror characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwRemotePortMirrorEntry

hwRemotePortMirrorEntry 1.3.6.1.4.1.2011.5.162.1.2.2.1
The hwRemotePortMirrorTable lists local mirror characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwRemotePortMirrorEntry  

hwRemoteMirrorPort 1.3.6.1.4.1.2011.5.162.1.2.2.1.1
Port index of the mirroring port.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

hwRemoteMirrorBearing 1.3.6.1.4.1.2011.5.162.1.2.2.1.2
Mirroring direction: inbound(1), outbound(2), and in-out(3). When the direction is in-out, commands for both inbound and outbound configurations are required.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER inbound(1), outbound(2), inout(3)  

hwRemoteCpuPacketFlag 1.3.6.1.4.1.2011.5.162.1.2.2.1.3
Indicates whether the packets sent to the CPU need to be mirrored. True: CPU packets are forwarded; False: CPU packets are not forwarded.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hwPortMirrorInstanceName 1.3.6.1.4.1.2011.5.162.1.2.2.1.4
Name of the mirroring instance. It must already exist in the MIB table.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

hwRemotePortMirrorCar 1.3.6.1.4.1.2011.5.162.1.2.2.1.5
CAR (CIR) of mirrored packets, expressed in thousand bits per second by default, CAR is not performed for mirrored packets.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 100..2500000  

hwRemotePortMirrorRowStatus 1.3.6.1.4.1.2011.5.162.1.2.2.1.6
Row status. The value ranges from 1 to 6 but usually 4 and 6 are used. createAndGo[4] - create a row. destroy[6] -delete a row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwRemoteFlowMirrorTable 1.3.6.1.4.1.2011.5.162.1.2.3
The hwRemoteFlowMirrorTable lists remote mirror characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwRemoteFlowMirrorEntry

hwRemoteFlowMirrorEntry 1.3.6.1.4.1.2011.5.162.1.2.3.1
The hwRemoteFlowMirrorEntry lists local mirror characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwRemoteFlowMirrorEntry  

hwRemoteBehaviorName 1.3.6.1.4.1.2011.5.162.1.2.3.1.1
Name of the traffic behavior.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

hwFlowMirrorInstanceName 1.3.6.1.4.1.2011.5.162.1.2.3.1.2
Name of the mirroring instance.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

hwRemoteFlowMirrorCar 1.3.6.1.4.1.2011.5.162.1.2.3.1.3
CAR (Committed Access Rate) setting of the mirror flow. The value indicates the CIR(Committed information rate) measured in kbps.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 100..2500000  

hwRemoteFlowMirrorRowStatus 1.3.6.1.4.1.2011.5.162.1.2.3.1.4
Row status. The value ranges from 1 to 6 but usually 4 and 6 are used. createAndGo[4] - create a row. destroy[6] -delete a row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwRemoteMirrorInstanceTable 1.3.6.1.4.1.2011.5.162.1.2.4
The hwRemoteMirrorInstanceTable lists remote mirror characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwRemoteMirrorInstanceEntry

hwRemoteMirrorInstanceEntry 1.3.6.1.4.1.2011.5.162.1.2.4.1
The hwRemoteMirrorInstanceEntry lists mirror instance characters.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwRemoteMirrorInstanceEntry  

hwMirrorInstanceName 1.3.6.1.4.1.2011.5.162.1.2.4.1.1
Mirroring instance name. Max 31 characters
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

hwRemoteObservePortIp 1.3.6.1.4.1.2011.5.162.1.2.4.1.2
Remote mirror destination.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hwRemoteMirrorIdentifier 1.3.6.1.4.1.2011.5.162.1.2.4.1.3
Mirror identifier.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 1..64  

hwRemoteMirrorWithLinkLayerHeader 1.3.6.1.4.1.2011.5.162.1.2.4.1.4
Same interworking attribute. 1: different interworking, mirroring packets at and above the IP layer. 0: same interworking, mirroring packets at and above Layer 2. Default value: 1.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..1  

hwMirrorFlowClass 1.3.6.1.4.1.2011.5.162.1.2.4.1.5
Type of mirrored flows. The value of 0 to 7 corresponds to respectively. be (0), af1 (1), af2 (2), af3 (3), af4 (4), ef (5), cs6 (6), cs7 (7)
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER be(0), af1(1), af2(2), af3(3), af4(4), ef(5), cs6(6), cs7(7)  

hwMirrorSliceSize 1.3.6.1.4.1.2011.5.162.1.2.4.1.6
Number of bytes of intercepted packets, expressed in bytes. The value of size ranges from 64 to 9600.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 64..9600  

hwMirrorTunnelIndex 1.3.6.1.4.1.2011.5.162.1.2.4.1.7
Index of the tunnel that uniquely identifies the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwMirrorTunnelType 1.3.6.1.4.1.2011.5.162.1.2.4.1.8
Type of the tunnel: 1: LSP tunnel 2: TE tunnel 3: GRE tunnel
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER lspTunnel(1), teTunnel(2), greTunnel(3)  

hwMirrorTunnelStatus 1.3.6.1.4.1.2011.5.162.1.2.4.1.9
status of tunnel 0:DOWN 1:UP
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..1  

hwMirrorTunnelPolicy 1.3.6.1.4.1.2011.5.162.1.2.4.1.10
Tunnel policy name. Max 19 characters
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..19)  

hwMirrorInstanceRowStatus 1.3.6.1.4.1.2011.5.162.1.2.4.1.11
Row status. The value ranges from 1 to 6 but usually 4 and 6 are used. createAndGo[4] - create a row. destroy[6] -delete a row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwMirrorConformance 1.3.6.1.4.1.2011.5.162.11
OBJECT IDENTIFIER    

hwMirrorCompliances 1.3.6.1.4.1.2011.5.162.11.1
OBJECT IDENTIFIER    

hwMirrorCompliance 1.3.6.1.4.1.2011.5.162.11.1.1
The compliance statement for systems supporting the HUAWEI-SECURITY-MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

hwBaseMirrorGroup 1.3.6.1.4.1.2011.5.162.11.2
OBJECT IDENTIFIER    

hwLocalObserveGroup 1.3.6.1.4.1.2011.5.162.11.2.1
The group specifies local observing port.
Status: current Access: read-create
OBJECT-GROUP    

hwLocalPortMirrorGroup 1.3.6.1.4.1.2011.5.162.11.2.2
The group specifies local mirroring port.
Status: current Access: read-create
OBJECT-GROUP    

hwLocalFlowMirrorGroup 1.3.6.1.4.1.2011.5.162.11.2.3
The group specifies traffic behavior for local mirroring.
Status: current Access: read-create
OBJECT-GROUP    

hwLocalSlotMirrorGroup 1.3.6.1.4.1.2011.5.162.11.2.4
The group specifies local observing port for slot.
Status: current Access: read-create
OBJECT-GROUP    

hwLocalPortMirrorInfoGroup 1.3.6.1.4.1.2011.5.162.11.2.5
The group querys configuration of port-mirroring interfaces.
Status: current Access: read-create
OBJECT-GROUP    

hwRemoteObserveGroup 1.3.6.1.4.1.2011.5.162.11.2.6
The group specifies remote observing port.
Status: current Access: read-create
OBJECT-GROUP    

hwRemotePortMirrorGroup 1.3.6.1.4.1.2011.5.162.11.2.7
The group specifies remote mirroring port.
Status: current Access: read-create
OBJECT-GROUP    

hwRemoteFlowMirrorGroup 1.3.6.1.4.1.2011.5.162.11.2.8
The group specifies traffic behavior for remote mirroring.
Status: current Access: read-create
OBJECT-GROUP    

hwRemoteMirrorInstanceGroup 1.3.6.1.4.1.2011.5.162.11.2.9
The group specifies mirror instance.
Status: current Access: read-create
OBJECT-GROUP