I have 2930M switch running WC.16.05.0004 code and I want to limit HTTPS and SNMP access to certain subnet (172.20.18.0/24) while allowing SSH access from all subnets. Is this the correct way of doing it?
ip authorized-managers 172.20.18.0 255.255.255.0 access manager
ip authorized-managers 0.0.0.0 0.0.0.0 access manager access-method ssh
any idea how the lines of "ip authorized-managers" are processed? Is it in sequence and once the user hits one line, the other lines are not processed?
or the whole list is processed and user gets the highest (or lowest) privilige for his IP address?
#2930M#2930M