- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Policy based mirroring configuration
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
Forums
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
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
08-29-2013 04:30 PM
08-29-2013 04:30 PM
Policy based mirroring configuration
I have a HP ProCurve Switch 2610-48-PWR, and configured as follows:
hostname "2610"
mirror-port 50
untagged 1-52
ip address 172.16.12.18 255.255.255.0
exit
interface
1-48
monitor
exit
I need to record all traffic (VoIP only traffic port 1 - 48 to port 50, which is attached to a recording system). The Recording system company "REVCORD" states that I need to do "policy action mirror" command to configure mirror-to-port (MTP) action for the policy.
The policy action mirror command is used to configure mirror-to-port (MTP) action for the policy. For
example, the following policy mirrors ingress packets to port 1/10:
-> policy condition c1 source ip
-> policy action a1 mirror ingress 1/10
-> policy rule r1 condition c1 action a1
-> qos apply
When the above rule is activated, any flows coming into the switch from source IP address 192.168.20.1
are mirrored to port 1/10. It is also possible to combine the MTP action with other actions. For example:
-> policy condition c1 source ip
-> policy action a1 mirror ingress 1/10 disposition drop
-> policy rule r1 condition c1 action a1
-> qos apply
This policy rule example combines the MTP action with the drop action. As a result, this rule drops
ingress traffic with a source IP, but the mirrored traffic from this source is not dropped
and is forwarded to port 1/10.
I could not find the commands, if you have any suggestions, I really appriciate your help. Thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2013 08:22 AM
08-30-2013 08:22 AM
Re: Policy based mirroring configuration
Sorry... the reason you can't find the commands is because you can't do policy based mirroring with ProVision devices (the ProCurve line). I don't know whether Comware line supports it.
HTH,
Arimo
HPE Networking Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2013 08:23 AM
09-03-2013 08:23 AM
Re: Policy based mirroring configuration
1/ This is supported on the provision switches, but only on the 5400/3500/3800/8200 line AFAIK, through the classifier system.
See chapter 10 of the Advanced Traffic Management guide (if you have one of these switches of course):
2/ All comware switches (AFAIK) support qos-policy based traffic mirroring, which allows traffic matching criteria x (acl, vlan,port) to be mirrored to destination z.
Best regards,Peter.