Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
     switchport
     switchport trunk encapsulation dot1q
     switchport trunk allowed vlan 21-26,44,47,51
    
  2. or download this
    %hash = (
              'ghi.rst-conf' => '21-26,44,47,51',
              'def.uvw-conf' => '12-15,31-38',
              'abc.xyz-conf' => '15-17,30,35'
            );