How to Filter Cisco CLI Output

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 23

  • @sparkeyluv
    @sparkeyluv 4 роки тому +2

    Great video and thank you for making it. Any advice on filtering for multiple querys such as && or include this but exclude that?

    • @TheTechCatalyst
      @TheTechCatalyst  4 роки тому +1

      You can actually pipe the include/exclude outputs to grep on modern platforms... I'll have to do a video on how its done... stay tuned!!

  • @bryantroman3547
    @bryantroman3547 4 роки тому +1

    Nice video! Some useful tips!

  • @YasmirGD
    @YasmirGD Рік тому +1

    Thankyou, very helpful

  • @ShaunGrimm
    @ShaunGrimm 2 роки тому +1

    You should do a video on setup filtering

    • @TheTechCatalyst
      @TheTechCatalyst  2 роки тому

      Setup filtering? I can't say I'm familiar. Point me in the right direction... I'll check it out!

  • @DICEMAN60
    @DICEMAN60 4 роки тому +2

    Would like to see this video to include using multiple filters at once.

    • @TheTechCatalyst
      @TheTechCatalyst  4 роки тому +2

      I have something like that I could put together... stay tuned!

    • @sparkeyluv
      @sparkeyluv 4 роки тому

      Yeap

  • @darthdarkstalker9799
    @darthdarkstalker9799 4 роки тому +3

    need to a video for advance filter such as combining multiple items such AND and OR

  • @gjbm1782
    @gjbm1782 5 років тому

    Dear Tech Catalysy,
    Do you know if possible to list all interfaces in a cisco switch and this will include their description their vlan information and should be match with a specific access group?
    I'm struggling with that command and I was only able to list all interfaces include their description, vlan but not filtered by a specific acess group
    i.e
    show run | i ^interface|^_ip access-group|escription|switchport_access

    • @TheTechCatalyst
      @TheTechCatalyst  5 років тому +1

      Good question! In most cases the device only allows you to pipe once. The regular expressions are a little limited as well so I would have to try it personally but gathering output with these commands does have its limits unfortunately.

    • @gjbm1782
      @gjbm1782 5 років тому +1

      @@TheTechCatalyst thanks for your information, yes you're right the cli is not flexible as desired and the output can be filtered once ..thanks in any case ;)

  • @sumdoodguy8879
    @sumdoodguy8879 3 роки тому

    Id like to see a sho int tru command that shows me ports configured for a trunk even it not in use. When using sho run | inc trunk - It simply counts them, but doesnt show the port names.

  • @vishallad81123
    @vishallad81123 Рік тому

    I want to filter banner motd from Catalyst 4000 running config as it does not have any command to show banner motd..... please help

  • @Stroke1098
    @Stroke1098 3 роки тому

    Can you add two arguments in the same command?

  • @ЕвгенийТруханов-з1к
    @ЕвгенийТруханов-з1к 10 місяців тому +1

    Thumb up

  • @mr.addict108
    @mr.addict108 2 роки тому

    Is there a way to send a filtered output using tftp ?