Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. switch7ea38b(config-ip-al)#permit tcp any any any any
  2. ace-priority The priority of the ace
  3. dscp Configure DSCP filtering.
  4. precedence Configure IP-PRECEDENCE filtering.
  5. match-all List of TCP flags that should occur. If a flag should
  6. be set it is prefixed by "+".If a flag should be unset
  7. it is prefixed by "-". Available options are +urg,
  8. +ack, +psh, +rst, +syn, +fin, -urg, -ack, -psh, -rst,
  9. -syn and -fin.To define more than 1 flag - enter
  10. additional flags one after another without a space
  11. (example +syn-ack).
  12. time-range Specify the time-range that applies to this permit
  13. statement.
  14. log-input Specifies sending an informational syslog
  15. message about the packet that matches the entry.
  16. Because forwarding/dropping is done in hardware
  17. and logging is done in software,
  18. if a large number of packets match an ACE containing a
  19. log-input keyword,
  20. the software might not be able to match the hardware
  21. processing rate,
  22. and some packets might not be logged.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement