cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
476
Views
0
Helpful
1
Replies

acl

danielbj66
Level 1
Level 1
Shouldnt this acl permit tftp from host 10.0.0.68, but deny any other tftp request? and also permit any other request other then tftp?

access-list 100 permit udp host 10.0.0.68 eq tftp host 10.0.0.82 eq tftp

access-list 100 deny udp any eq tftp any eq tftp

access-list 100 permit ip any any
1 Accepted Solution

Accepted Solutions

Marvin Rhoads
Hall of Fame
Hall of Fame

Not really. There are a couple of flaws in your premises - Please refer to this thread for a better ACL setup.

Generally speakng tftp only uses udp/69 for the initial destination protocol and port. The initial source port is randomly chosen and that exchange also sets up the Transaction ID (TID) which influences the subsequent udp ports used for the actual transfer. See also this book excerpt for a more in-depth explanation:

 

View solution in original post

1 Reply 1

Marvin Rhoads
Hall of Fame
Hall of Fame

Not really. There are a couple of flaws in your premises - Please refer to this thread for a better ACL setup.

Generally speakng tftp only uses udp/69 for the initial destination protocol and port. The initial source port is randomly chosen and that exchange also sets up the Transaction ID (TID) which influences the subsequent udp ports used for the actual transfer. See also this book excerpt for a more in-depth explanation:

 

Review Cisco Networking products for a $25 gift card