cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2602
Views
5
Helpful
1
Replies

What means opened port 2001/tcp dc service?

jessica.loris
Level 1
Level 1
1 Accepted Solution

Accepted Solutions

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

View solution in original post

1 Reply 1

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

Review Cisco Networking for a $25 gift card