Unsolved
13 Posts
0
3099
February 12th, 2021 05:00
OS10 port mirroring via 2 VLT stacks
Hi,
I plan to monitor an interface like this (all switches run os10 10.5.2.0) :
Capture trafic from port 1/1/22:1 on S5224F-ON 2 and send it to port 1/1/18:1 on S5224F-ON 3 where an IDS Sensor is plugged.
I red the docs but still don't know how to configure, seems that there're some specific options relative to VLT ?
Could you please help ?
Regards,
Antoine
No Events found!


DELL-Josh Cr
Community Manager
•
9.7K Posts
•
43.4K Points
0
February 12th, 2021 10:00
Hi Antoine,
Did you follow the steps on page 520? https://dell.to/3jG7kiQ
Tony92
13 Posts
0
February 14th, 2021 23:00
Hi,
I did but it doesn't work or I misunderstood something.
I don't know what needs to be settle.
Do I have to config each switch or only the ones involved for destination and source ?
DELL-Josh Cr
Community Manager
•
9.7K Posts
•
43.4K Points
0
February 15th, 2021 10:00
“If the packet analyzer directly connects to the VLT peer where the source session is configured, use local port monitoring instead of RPM.” Is it directly connected?
DELL-Josh Cr
Community Manager
•
9.7K Posts
•
43.4K Points
0
February 15th, 2021 11:00
Is it not receiving any mirrored data? If you run show monitoring session does it show it?
Tony92
13 Posts
0
February 15th, 2021 11:00
No it is not directly connected,
Please see the schema at the beginning of the post.
Tony92
13 Posts
0
February 18th, 2021 01:00
Hi,
I will first try to test local mirroring.
I'll keep you in touch.
Thanks
Tony92
13 Posts
0
March 22nd, 2021 02:00
Hi,
Ok, local port mirroring is working as expected.
But my goal is to monitor one or more ports as source and receive all involved trafic on a remote port (as described on my first post).
Could you help me to do this, step by step ?
Thanks
Dell-Stephane T
11 Legend
•
3.7K Posts
0
March 22nd, 2021 06:00
Hi,
Here is the only documentation I found related to this topic : https://www.dell.com/support/manuals/en-us/dell-emc-smartfabric-os10/smartfabric-os-user-guide-10-5-1/remote-port-monitoring-on-vlt?guid=guid-1b47f530-ad76-45e8-bd73-7de7eb5cfffc&lang=en-us
If you need help with this step-by-step configuration, this is part of a paid service. I invite you to contact your pre-sales engineer to define the scope with him.
Best regards,
Tony92
13 Posts
0
March 22nd, 2021 06:00
Thanks,
I read this. But it doesn't say if we need to configure involved switchs (hosting the source/destination ports) or all of them...
Dell-Stephane T
11 Legend
•
3.7K Posts
0
March 22nd, 2021 06:00
Ok so I let this topic open if community had a similar experience and found solutions.
Have a good day !
Tony92
13 Posts
0
March 22nd, 2021 07:00
Maybe I do it wrong from my topology, what I did
Switch 2 (S5224F-ON 2) :
!interface vlan 901
no shutdown
remote-span
!
!mac access-list rpm
seq 10 permit any any capture session
10 vlan 901
!
interface ethernet 1/1/22:1
no shutdown
switchport access vlan 601
mac access-group rpm in
!
=> applying "mac access-group rpm in" makes something bad - devices on that port are not able to communicate with other devices on same vlan (601) - icmp KO
After removing "mac access-group rpm in" port works again as expected...
I can't go further...
DELL-Josh Cr
Community Manager
•
9.7K Posts
•
43.4K Points
0
March 22nd, 2021 08:00
Have you configured that list, but default it is going to block all traffic not in the mac address list, so if the list doesn’t have mac addresses all traffic will be blocked. Page 914 https://dell.to/3c9wLXR
Tony92
13 Posts
0
March 22nd, 2021 09:00
Thanks, that's a good start
So what needs to be done in order to make it work ?
DELL-Marco B
Moderator
•
4K Posts
0
March 22nd, 2021 10:00
Hello,
at page 933 you can see some example about how to permit trafic.
As Stephane said we cannot go ahead about this configuration as is a paid service.
I hope it helps.
Thanks
Marco
Tony92
13 Posts
0
March 23rd, 2021 01:00
Thanks.
Thus, what is the purpose of creating and applying a mac access-list for a remote port mirroring ?