Skip to main content
ergotherego
New Member
December 8, 2016
Question

CLI command to show all members in a nested address group?

  • December 8, 2016
  • 1 reply
  • 13304 views

Is there a CLI short-cut command that will show all members of a nested address group? Ie, trace the membership list all the way to the bottom, showing all of the children and sub-children?

    1 reply

    emnoc
    New Member
    December 8, 2016

    You might beable todo;

     

     

     

    diag sys checkused   firewall.addrgrp.name <groupname>

     

    And then you have to do each member directly  via

     

    show firewall address <addressname>

     

    http://socpuppet.blogspot...-to-do-dependency.html

     

     

    Just play around with it and see what you can come up with ;)

     

    ergotherego
    New Member
    December 8, 2016

    Thanks for the reply. Looks like that would help if you wanted to go bottom-up, but not the other way around.

     

    I am going to take a look at using a TCL script from the FMG, might be the only way to do it inside of FortiWorld and not just parsing config files.