Hi,
Can anyone please explain how list node will appear in CLI?
Consider the example,
list timers {
tailf:cli-suppress-mode;
key "holdtime";
leaf holdtime {
type holdtime-type;
}
leaf keepalive {
type keepalive-type;
}
}
i.e., ‘tailf:cli-suppress-mode’ is used not to create a mode of the list node.
So when we use this extension, will the node appear as below?
(config)#timers 120 keepalive 180
And if we do not use the extension, will it show as below?
(config)#timers
(config-timers)#120 keepalive 180