Hi team,
I am trying to apply an access list on a nexus 9k under int vlans
I need to only allow IT_staff to communicate with test and visa versa but it is not working. I figured that the packet has to go both ways. How can i accomplish this.
int vlan 88 test (10.48.88.0/24)
ip access-group Test in
.....................................................
int vlan 11 IT_staff (10.48.11.0/26)
......................................................
ip access-list Test
10 permit ip 10.48.11.0/26 any
20 deny ip any any