You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `ignore-display-when` pipe command is intended to expose data nodes that have been hidden by the `tailf:display-when` expression. This pipe command can also be used in combination with various display targets.
812
+
813
+
The following example is fora leaf `hidden-empty-leaf` that has a `tailf:display-when` expression that is evaluated to `false` still can be forced to get exposedin the CLI by use of the `ignore-display-when` pipe command:
814
+
815
+
```bash
816
+
admin@ncs(config)# show configuration
817
+
devices device foo0
818
+
config
819
+
foo:bar
820
+
!
821
+
!
822
+
823
+
admin@ncs(config)# show configuration | ignore-display-when
824
+
devices device foo0
825
+
config
826
+
foo:bar hidden-empty-leaf
827
+
!
828
+
!
829
+
830
+
admin@ncs(config)# show configuration | ignore-display-when | display curly-braces
831
+
devices {
832
+
device foo0 {
833
+
config {
834
+
+ foo:bar {
835
+
+ hidden-empty-leaf;
836
+
+ }
837
+
}
838
+
}
839
+
}
840
+
```
841
+
811
842
## Range Expressions <a href="#d5e1612" id="d5e1612"></a>
812
843
813
844
To modify a range of instances, at the same time, use range expressions or display a specific range of instances.
0 commit comments