Create Date: Jan 17 2013 7:18PM
Hi, prusso.
Of course it did help.
In my understanding, first I should create an ACL, like this:
-------------------------------
entry teste-fwd-inpe {
if {
ethernet-source-address 00:04:96:27:ca:c0;
} then {
redirect-port 2:14;
permit;
}
}
-------------------------------
Does this make sense?
I meant: anything coming from the VLAN which owns this MAC (learned from the other point's Extreme), redirect the flow to the 2:14 port.
Thanks! (from Wagner_Pereira)