A relative CLI path specifies the MD-CLI tree structure from the present working context.
In the following example, the two info commands display the same information. The first command usage is an absolute path reference and the next usage is a relative path from the present working context (pwc).
[ex:/configure router "Base" bgp]
A:admin@node-2# pwc
Present Working Context:
configure
router "Base"
bgp
[ex:/configure router "Base" bgp]
A:admin@node-2# info /configure router "Base" bgp group "grp1"
[ex:/configure router "Base" bgp]
A:admin@node-2# info group "grp1"