Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,
While trying to find the maximum length of a policy-map name, I found out that policy-map can have very long name but also that the length of the entire typed line is limited to 253 characters. The characters you enter after are not taken into ac...
Hi,I had the same problem with an http link, here is how I solved this:nx.define('MyNodeTooltip', nx.ui.Component, {properties: {node: {},topology: {}},view: {content: [{tag: 'p',content: {tag: 'a',content: 'HW Detail',props: {href: '#'},events: {'cl...
Nope, config is still there..
I have to try the SNMP solution asap.
The "copy start run" is unfortunatly in append mode and not in replace, so if a config statement is present in the running and not in the startup, it won't be suppressed from the run...
Thanks for your ideas !
I've tested the hostname solution but unfortunatly it does not help as the entire command entered is still more than 253 bytes.
SNMP could be a solution, I'll check if I can test it easily.