Hello
I have problem with ip acl on dell networking n3048.
I need to allow comunication only one way
example
host A (1.1.1.10) can connect to host B (1.1.1.20), but host B can't connect to A
Host B is plug in on to Gi1/0/37
Hosts are plug in the same switch
i create access list, but it doesn't work:
ip access-list tohostB
permit ip 1.1.1.10 0.0.0.0 any
exit
interface Gi1/0/37
ip access-group tohostB in 1
exit
Rule that works is:
permit ip any 1.1.1.10 0.0.0.0
but it's allow comunicate Host A to Host B and Host B to Host A.
Please tell me what i doing wrong.
↧
ip acl switch n3048
↧