cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6704
Views
5
Helpful
2
Replies

Disabling TFTP

arell1234
Level 1
Level 1

I am trying to disable TFTP on my router but have had no luck. I have no tftp-server commands in the running config but I still seem to be able to connect to the router with a TFTP client. Is there anyway to stop the router from accepting tftp connections?

2 Replies 2

Ingress ACL or CoPP?

Hello

Following on from Vasilli comments, below are two examples for denying tftp to your router via CoPP and ACL

Router ip = 1.1.1.1/24

CoPP

access-list 100 permit tcp any host 1.1.1.1 eq telnet

class-map match-all notftp_cm
match access-group 100

policy-map notftp_pm
class notftp_cm
drop
class class-default

control-plane host
service-policy input notftp_pm


ACL

access-list 101 deny   tcp any host 1.1.1.1 eq telnet
access-list 101 permit ip any any

int x/x
ip access-group 101 in

res

Paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul
Review Cisco Networking products for a $25 gift card