Hello,
How do I print as- value the moritor interface?
Thanks for the help.
:put [/interface monitor "ETHERT 1" print as-value]
EL DONCITO.
Hello,
How do I print as- value the moritor interface?
Thanks for the help.
:put [/interface monitor "ETHERT 1" print as-value]
EL DONCITO.
You need the once, or else it will just run for ever.
:put [/interface monitor ether1 once as-value]
What would it be like once, and what would it be like forever?
I would like to learn in all possible ways.
EL DONCITO.
Not sure what the question is.
interface monitor just give a snapshot of what is going on in the interface. Run it live to see over time. Run it one time and see it just once.
Send interface stats to an external syslog server and you can graph it. See my signature.
I need it to run only once.
EL DONCITO.