Help for this page

Select Code to Download


  1. or download this
    interface Port-channel31
     description abc.xyz-conf
    ...
     switchport trunk encapsulation dot1q
     switchport trunk allowed vlan 15-17,30,35
    
  2. or download this
    local $/ = "interface ";
    
    ...
        
    }
    
  3. or download this
    my @lines = split(/^/, $config);
    # Iterate over the lines.
    ...
         $hash1{$key} = $value ;    
    
    }