V
V
Vladislav Tatarintsev2021-03-04 10:57:06
network hardware
Vladislav Tatarintsev, 2021-03-04 10:57:06

How to deny access to telnet?

There is a Cisco Nexus 3064, you need to allow access only from a certain vlan, I have a vlan management vlan1000, or from the network 10.0.0.0/24
Tell me the command

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Valentine, 2021-03-04
@systemvlad753

Create an access list and hang it on vty.

access-list 10 permit 10.0.0.0 0.0.0.255
access-list 10 deny any

line vty 0 4
 access-class 10 in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question