Forum Discussion

mihai_178850's avatar
mihai_178850
Icon for Nimbostratus rankNimbostratus
Apr 02, 2015

Get route-advertisement state for a VIP

Hi guys,   I'm stumbling a bit on something that seems to be quite easy to find in the docs of iControl but not for iCall... I have a TCL array of VIPs (name or IPs..I can do both) that I selected...
  • shaggy_121467's avatar
    Apr 02, 2015

    Although it doesn't simply provide a true/false response, you can at least parse fewer lines with:

    (tmos) list ltm virtual-address 1.1.1.1 route-advertisement
    
    ltm virtual-address 1.1.1.1 {
        route-advertisement enabled
    }