UNSOLVED

monkeyhanger63

updated

12 years ago

0

2056

March 19th, 2015 03:00

How to retrieve ManagedState from an ASL script

Hi,

I am trying to build an ASL script to collect the ManagedState of interfaces.

Using dmctl I use:

dmctl -s invoke Interface:: getManagedState from which I see either

MANAGED, UNMANAGED, EXPLICITLY_MANAGED or EXPLICITLY_UNMANAGED

I have created an ASL script to retrieve each of the interfaces but as ManagedState isn't a listed attribute of the Interface, I can't use

intObj->ManagedState

So, how do I collect the ManagedState value from an ASL script?

Any help on this would be appreciated.

Thanks a lot,

Duncan