- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- Re: SPAN/Session Port?
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
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
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-03-2012 12:18 PM
тАО11-03-2012 12:18 PM
SPAN/Session Port?
I am trying to configure a Websense appliance and I need a SPAN port. What is the H3C equivalent?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2012 12:22 PM
тАО11-03-2012 12:22 PM
Re: SPAN/Session Port?
Basic steps (from a doc I have):
1. Assign destination port for mirror traffic (Wireshark port)
a) [Switch] mirroring-group 1 local
b) [Switch] mirroring-group 1 mirroring-port g1/0/xx both
2. Assign source port for traffic to monitor
a) [Switch] mirroring-group 1 monitor-port g1/0/yy
To view status of the monitor
a) [Switch] display mirroring-group 1
hth...Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2012 12:37 PM - edited тАО11-03-2012 12:38 PM
тАО11-03-2012 12:37 PM - edited тАО11-03-2012 12:38 PM
Re: SPAN/Session Port?
I think the ports are reversed, mirroring-port would be the source (what you want to monitor) and monitor-port is the destination.
CCIE Service Provider
MASE Network Infrastructure [2011]
H3CSE
CCNP R&S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-04-2012 08:56 AM
тАО11-04-2012 08:56 AM
Re: SPAN/Session Port?
opps, I am corrected...commands are correct, definitions were incorrect...
Here is an update:
1. Assign destination port for mirror traffic (Wireshark port)
a) [Switch] mirroring-group 1 monitor-port g1/0/yy
2. Assign source port for traffic to monitor
a) [Switch] mirroring-group 1 local
b) [Switch] mirroring-group 1 mirroring-port g1/0/xx both
To view status of the monitor
a) [Switch] display mirroring-group 1
Thanx Fredrik :-)
Sorry for the confusion...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2012 05:00 AM - edited тАО11-07-2012 05:01 AM
тАО11-07-2012 05:00 AM - edited тАО11-07-2012 05:01 AM
Re: SPAN/Session Port?
Just a quick order of operations revision based off Jeff's info:
- Create the Mirroring Group:
[Switch] mirroring-group 1 local - Assign the Destination for the Mirrored Traffic:
[Switch] mirroring-group 1 monitor-port <gi/te> n/0/n - Define the Source for the Mirroring Activity:
[Switch] mirroring-group 1 mirroring-port <gi/te> n/0/n both - Status Updates:
[Switch] display mirroring-group 1
I had to create the mirror group first with the command "mirror-group 1 local." Once I had done that, I was then free to create the source and destination ports for the activity. So for my specific example, I am mirroring all outbound/inbound traffic from my firewall which is cross connected on point 2/0/43 of my A5800 and my Websense device's proxy port is setup on 1/0/43. Both interfaces are GigabitEthernet ports. My setup looked like this:
- [Switch] mirroring-group 1 local
- [Switch] mirroring-group 1 monitor-port GigabitEthernet 1/0/43
- [Switch] mirroring-group 1 mirroring-port GigabitEthernet 2/0/43 both
- [Switch] display mirroring-group 1
The output of the display option looked like this:
[Switch] display mirroring-group 1
mirroring-group 1:
type: local
status: active
mirroring port:
GigabitEthernet2/0/43 both
mirroring CPU:
monitor port: GigabitEthernet1/0/43