Hi everybody
Please consider the following scenario:
R1------sw------IPS------R2
R1 : 199.199.199.1/24
R2 : 199.199.199.2/24
Suppose R1 sends a ping packet to R2, which is intercepted, examined and allowed by IPS.
R2 sends the reply back to R1 which R1 receives it.
During all this activity, does IPS update its arp table for ip 199.199.199.1, 199.199.199.2? If yes, what command do i need to see that arp table?Or IPS just examines and let the packet passes through without updating its arp table?
Thanks and have a great day.