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,I am trying to write the klish xml to handle enum in a yang like below,leaf lb_type {type enumeration {enum L4 ;enum L7 ;}default "L4";description " Loadbalancer type for the loadbalancer service ";}my CLI configuration are working without the def...