07-03-2024 08:49 AM
Hi Friends, Please help me with a example of configuration of ACL on Switch VSP 7000 series, thanks
07-09-2024 11:01 AM
In VOSS all the ACL stuff is part of the QoS feature sets.
VOSS v8.1 and before has great guides.
see the last chapter in this document. https://documentation.extremenetworks.com/VOSS/SW/81x/9035873_ConfigQOSVOSS_8.1_CG.pdf
07-09-2024 03:46 AM
Hi,
ACLs for which purpose?
This example is for management:
1.- Global
access-policy
2.- rules
access-policy 1 network 192.168.1.0 24
access-policy 1 access-strict
access-policy 1 accesslevel rwa
access-policy 1 ssh
access-policy 1 telnet
access-policy 1 snmpv3
access-policy 1 ftp
access-policy 1 http
access-policy 1 snmp-group readgrp snmpv2c
access-policy 1 snmp-group v1v2grp snmpv2c
access-policy 1 enable
You can add more rules access-policy X.
Regards