...src/junos/lib/ddl/input/ui.cmd.dd
command show {
...
command configuration {
help "Show current configuration";
require view;
action parse mgd ddl_show_database_parse;
action execute mgd ddl_show_database_noop;
}
}
user@router> show configuration
version "8.2I0 [user]"; ## last changed: 2006-12-04 19:13:21 PST
example {
newbie {
constant-text hello;
}
}
user@router> show configuration example
newbie {
constant-text hello;
}
user@router>