Forum Discussion

KOR_28_183115's avatar
KOR_28_183115
Icon for Nimbostratus rankNimbostratus
Feb 04, 2019

tmsh show virtual ip address

Hello all,

 

please, could you support me, i need to display all ip ( virtual server ) from all my partition on cli.

 

example in GUI " show map " Read only all

Reagrds,

 

2 Replies

  • Hi KOR_28,

    you may try one of the commands below...

    [root@f501:Active:Standalone] config  tmsh list ltm virtual destination
    ltm virtual Test {
        destination 172.22.17.200%1:http
    }
    [root@f501:Active:Standalone] config  tmsh list ltm virtual one-line | awk '{ print $3 " = "  $6 }'
    Test = 172.22.17.200%1:http
    

    Cheers, Kai

  • try this one >> tmsh list ltm virtual \/*/* all-properties | grep -iE "virtual|destination"