Help for this page

Select Code to Download


  1. or download this
    interface GigabitEthernet6/10
     description TRUNK-KBV-SW001
     switchport trunk encapsulation dot1q
    ...
    !
    interface GigabitEthernet6/12
    !
    
  2. or download this
    #!/usr/bin/perl
    my @lines = <>;
    my $config = join('', @lines);
    ...
    foreach my $interface (@interfaces) {
      print $interface . "\n";
    }