Tuesday, March 19, 2019

Assigning an ACL to an interface on a FS S5800 switch

I'm trying to assign an access-list I created to a VLAN interface on a FS S5800 switch, but the documentation drives me insane.

thats my access list right there

ip access-list PERMIT_MGMT 10 permit any 10.5.252.0 0.0.0.255 any 20 permit any 10.5.253.0 0.0.0.255 any 30 permit any 10.5.255.0 0.0.0.255 any 40 permit tcp any any established 50 deny any any any 

But I don't see any command under the interface config to apply this to, say, VLAN5 ...

I know on IOS it's just

interface Vlan5 ip access-group PERMIT_MGMT in 

But that doesn't work on the FS. From what I've found out so far, I need configure a class-map, assign the access list to that and then what?



No comments:

Post a Comment