11-11-2021 08:47 AM
11-11-2021 09:15 AM
Hello,
'DC' is direct connect, a file sharing protocol. TCP port 2001 is also often used for reverse telnet connections. If you don't need it, you can block it with an access list:
Router(config)# access-list 101 deny tcp any any range 2001 2999
Router(config)# access-list 101 permit ip any any
!
Router(config)# interface GigabitEthernet 0/1
Router(config-if)# ip access-group 101 in
11-11-2021 09:15 AM
Hello,
'DC' is direct connect, a file sharing protocol. TCP port 2001 is also often used for reverse telnet connections. If you don't need it, you can block it with an access list:
Router(config)# access-list 101 deny tcp any any range 2001 2999
Router(config)# access-list 101 permit ip any any
!
Router(config)# interface GigabitEthernet 0/1
Router(config-if)# ip access-group 101 in
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide