Hi
I like to isolate some unik output from a config police ?
the config block look like that
}
router-id 10.10.X.Y;
autonomous-system 4XYZ;
forwarding-table {
export LOAD_BALANCE;
}
I need the unik ip router-id (that IS NOT my ${AgentIP} ) :-(
Like to reuse that IP to a different config change
I saw something close
Is there away to scope out that "IP only"
and push it to that ?
${ConfigBlockStartLine}
set routing-options route-distinguisher-id @10.10.X.Y;
That until this will work
Ability to use and parse show commands in device change templates, scripts