Implement basic switch security

 

To allow telnet from a certain subnet issue the following commands:

access-list 10 permit 152.3.2.0 0.0.0.255
line vty 0 4
access-class 10 in

Confirm your commands by typing show access-list 10

And of course save your work.

 

 

Home