Help for this page

Select Code to Download


  1. or download this
    object-group service DM_SERVICE_7
     service-object tcp eq 1433 
     service-object tcp eq 49160 
    ...
     description Employees
     network-object 10.10.12.0 255.255.255.0
     network-object 10.11.12.0 255.255.255.0
    
  2. or download this
    'DM_SERVICE_7' => { 
        'type' => 'service ',
    ...
        'type' => 'network',
        'array_of_entries' => ["10.10.12.0 255.255.255.0", "10.11.12.0 255
    +.255.255.0"]
    }
    
  3. or download this
    undef $/;
    
    ...
        @array = split /object-group/; #array of all interesting data
    }