Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. Top 10 Src Port ordered by bps:
  2. Date first seen Duration Proto Src Port Flows(%) Packets(%) Bytes(%) pps bps bpp
  3. 2016-10-26 10:06:42.898 1207.930 any 0 64619(49.0) 68.6 M(49.8) 86.7 G(57.2) 56826 574.5 M 1263
  4. 2016-10-26 10:06:42.754 1420.227 any 53 46718(35.4) 47.1 M(34.2) 61.8 G(40.7) 33153 348.2 M 1313
  5.  
  6. ip access-list extended FOO-ACL
  7. permit udp any gt 1023 object-group VOIP-NET range 12000 13000
  8. permit udp any gt 1023 object-group SIP-NET eq 5060
  9. permit udp object-group GOOGLE-DNS any
  10. permit tcp host any eq bgp host X.X.X.X
  11. permit icmp any object-group ICMP-NET echo-reply
  12. permit icmp any object-group ICMP-NET net-unreachable
  13. permit icmp any object-group ICMP-NET host-unreachable
  14. permit icmp any object-group ICMP-NET port-unreachable
  15. permit icmp any object-group ICMP-NET ttl-exceeded
  16. deny ip any any
  17.  
  18. access-list 110 deny tcp any Internet routable subnet fragments
  19. access-list 110 deny udp any Internet routable subnet fragments
  20. access-list 110 deny icmp any Internet routable subnet fragments
  21. <rest of ACL>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement