Configure Mirror Ports ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-15-2015 11:34 AM
could you please inform me, which mean Mirror ? when i can use this command ,what a benefit from it ?
8 REPLIES 8
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-15-2015 12:34 PM
thank you
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-15-2015 12:34 PM
#Takes ingress traffic from vlan "Default and mirrors it to port 1
conf mirror add vlan "Default" ingress
conf mirror to port 1
enable mirror
#Takes ingress and egress traffic from port 2 and mirrors it to port 1
conf mirror add port 2 ingress-and-egress
conf mirror to port 1
enable mirror
You can also check our our GTAC Knowledge Article about this topic.
https://gtacknowledge.extremenetworks.com/articles/How_To/How-To-Enable-And-Configure-Mirroring-In-E...
conf mirror add vlan "Default" ingress
conf mirror to port 1
enable mirror
#Takes ingress and egress traffic from port 2 and mirrors it to port 1
conf mirror add port 2 ingress-and-egress
conf mirror to port 1
enable mirror
You can also check our our GTAC Knowledge Article about this topic.
https://gtacknowledge.extremenetworks.com/articles/How_To/How-To-Enable-And-Configure-Mirroring-In-E...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-15-2015 12:34 PM
thank for replay, could you please give same simple example configuration , how to can copy all traffic with one or Vlans?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-15-2015 12:28 PM
Mirroring can be used for troubleshooting or data collection. Typically it is used for troubleshooting to investigate certain things not working correctly. You enable mirror on the port experiencing issues and mirror to another port with Wireshark active.
