Managing the device securely
Building a whitelist through QoS
On
Configuration 1. Create classifiers to match telnet traffic from permitted IP addresses to the switch’s IP address.
2.Create a classifier to match all telnet traffic to the switch’s IP address.
3.Create a flow group and add the classifiers for permitted traffic to it.
4.Create a second flow group with a higher ID number and add the classifier that matches all telnet traffic to it.
Products
Software Versions
2.7.3 and later
5.Create the rest of the QoS
6.Apply the policy to all ports to stop telnet from all directions.
QoS is an incredibly versatile
Example To permit only the host with IP address 172.30.1.144 to telnet to the switch 172.28.40.70:
create classifier=1 ipsa=172.30.1.144/32 ipda=172.28.40.70/32 tcpd=23
create classifier=2 ipda=172.28.40.70/32 tcpd=23 create qos flowgroup=1 action=forward
create qos flowgroup=2 action=discard create qos trafficclass=1
create qos policy=1
add qos flowgroup=1 classifier=1 add qos flowgroup=2 classifier=2 add qos trafficclass=1 flowgroup=1 add qos trafficclass=1 flowgroup=2 add qos policy=1 trafficclass=1 set qos port=all policy=1
Create A Secure Network With Allied Telesis Managed Layer 3 Switches | 13 |