How to Filter Cisco CLI Output

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 23

  • @bryantroman3547
    @bryantroman3547 4 года назад +1

    Nice video! Some useful tips!

  • @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!

  • @YasmirGD
    @YasmirGD Год назад +1

    Thankyou, very helpful

  • @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!!

  • @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

  • @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.

  • @mr.addict108
    @mr.addict108 2 года назад

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

  • @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 4 года назад

    Can you add two arguments in the same command?

  • @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 ;)

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

    Thumb up