- or download this
-------------------- show port-channel database ------------------
port-channel 1
...
******************************************************************
- 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
- or download this
for my $Info (@Switch_Array)
{
...
# print "$Filtered \n";
}
}