Hello guys,
I'm trying to make a calculation to appear on the label of a link between two switches, but the form below is not working.
I tried it that way too, but without success.
What is the correct way?
I'm trying to make a calculation to appear on the label of a link between two switches, but the form below is not working.
Code:
{SW01SE07:ifInOctets[GigabitEthernet2/0/9].last()}+{SW01SE07:ifOutOctets[GigabitEthernet2/0/9].last()}
I tried it that way too, but without success.
Code:
last("ifInOctets[GigabitEthernet2/0/9],bytes]")+last("ifOutOctets[GigabitEthernet2/0/9],bytes]")
What is the correct way?