I am trying to get a specific ipv6 address of an interface.
I have this:
/ipv6 address print as-value where interface=ether1 from-pool=pool_dg
This one is working. At least it shows me the correct address inside the console. Is it correct to have 2 statements after one “where”? Its like an “and” condition right?
/ipv6 address print as-value where interface=ether1 from-pool=pool_dg
Unfortunately this give me no output and I don’t really know why.
I need just the ipv6 without prefix in my var to update a DNS record.
Maybe someone has some minutes for me to explain to me what I am doing wrong?