Help for this page

Select Code to Download


  1. or download this
    while (<DATA>) {
    print if ($_ =~ /access-list/i && $_ !~ /remark/i);
    ...
     network-object host 10.1.1.6
    object-group service SMTP_TCP tcp
     port-object eq SMTP
    
  2. or download this
    output:
    
    ...
    access-list INSIDE_IN extended permit tcp object-group EMAIL-CLIENT ob
    +ject-group EMAIL-SERVER object-group
     SMTP_TCP