Help for this page

Select Code to Download


  1. or download this
    -------------------- show port-channel database ------------------
    port-channel 1
    ...
    
    ******************************************************************
    
  2. or download this
    $Rec->{Port_Channel_Name} = "port-channel 1"
           $Rec->{port_member} = fc2/5  
    ...
    
    $Rec->{Port_Channel_Name} = "port-channel 3"
           $Rec->{port_member} = fc1/1
    
  3. or download this
    for my $Info (@Switch_Array)
    {
    ...
    #            print "$Filtered \n";
            }
        }