- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- Mirroring Traffic from Comware to Hyper-V SET
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2019 12:39 AM
11-06-2019 12:39 AM
Mirroring Traffic from Comware to Hyper-V SET
Good Morning,
I'm trying to work out if the following is possible. I want to mirror traffic from our 5900 to a Hyper-V guest. The Hyper-V Host is connected to the 5900 via a switch embedded team. The only way I have been able to do this is by using a mirroring group with a remote probe VLAN, then setting that VLAN as the PVID on the trunk ports the SET connects to.
This technically works but is imprecise as we have multiple guests connected to the vSwitch that the SET connects to so technically all guests recieve the mirrored traffic.
Is there a way to tag a remote probe vlan through a trunk port?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2019 02:23 AM
11-07-2019 02:23 AM
Re: Mirroring Traffic from Comware to Hyper-V SET
Hello!
If your target is to tag the probe VLAN on the egress port, I think it can be done by simply tagging this VLAN on the trunk port facing your Hyper-V server's NIC.
Example:
# ! Configuration of mirroring source port/-s I left out of scope
#
vlan 4000
description Probe VLAN
undo mac-address learning enable
#
mirroring-group 1 remote-source
mirroring-group 1 remote-probe vlan 4000
mirroring-group 1 monitor-egress ten-gigabitethernet 1/0/2
#
interface Ten1/0/2
description Egress port towards the Hyper-V
port link-type trunk
port trunk permit vlan 4000
port trunk pvid vlan 1
undo stp enable
#
Hope it helps!