Is it possible to block administrative access to one single host in Data ONTAP 7Mode?
Applies to
Data ONTAP 7Mode
Answer
Yes.
To block a host from accessing the filer through telnet, use the following option.
options telnet.access host!=sanhost
To block one subnet from accessing the filer through telnet, use the following option.
options telnet.access host!=10.42.69.1/24
For more details, refer to the Protocol Access Control page.
Additional Information