Home > OS >  Dynamic ACL configuration
Dynamic ACL configuration

Time:11-19


CoreA (config) # access list - 120 dynamic CCNA timeout 5 IP permit any host 10.0.6.1
^
% Invalid input detected at '^' marker.

CoreA (config) # access list - 120 dynamic CCNA timeout 5 IP permit IP 10.0.4.0 0.0.0.255 host 10.0.7.1
^
% Invalid input detected at '^' marker.

CoreA (config) # access list - 120 dynamic CCNA 120 permit the timeout IP 10.0.4.0 0.0.0.255 host 10.0.7.1
^
% Invalid input detected at '^' marker.

CoreA (config) # access - the list 120 permit TCP any 10.0.4.0 0.0.0.255 eq Telnet
CoreA (config) # access list - 120 dynamic CCNA 120 permit the timeout IP 10.0.4.0 0.0.0.255 host 10.0.7.1
^
% Invalid input detected at '^' marker.
Why I the dynamic ACL configuration has been an error, is what went wrong?

CodePudding user response:

Have an error prompt,
^ where the display is invalid orders,

CodePudding user response:

I learn not jing, but access to the list of 120 should be extended acls, behind can follow the dynamic CCNA timeout 5 IP?? Should not directly follow to permit or deny? Then connect protocol, source port, and so on
  • Related