The NISH MD-CLI provides the ability to see and edit individual router configurations using the transactional configuration modes available in MD-CLI (private, exclusive, global, and read-only).
The following example shows this ability:
[]
A:admin@test1# edit-config private
INFO: CLI #2070: Entering private configuration mode
INFO: CLI #2061: Uncommitted changes are discarded on configuration mode exit
(pr)[]
A:admin@test1# configure system
(pr)[configure system]
A:admin@test1# name example
*(pr)[configure system]
A:admin@test1# compare
- name "test1"
+ name "example"
*(pr)[configure system]
A:admin@test1# commit
(pr)[configure system]
A:admin@example#