Help for this page

Select Code to Download


  1. or download this
    interface Vlan1
     no ip address
    ...
     ip address 68.142.192.79 255.255.255.0
     no ip route-cache
    !
    
  2. or download this
    while(<IN>)
    {
    ...
    my ($value) = /^interface Vlan([\d]*)/;
    $hash1{$key} = $value ;
    }
    
  3. or download this
    interface Vlan1 => 1
    interface Vlan8 => 8
    interface Vlan12 => 12