Shows data stored in the specified database in JSON format.
Exec mode
Depending on selected Database type and provided keypath, configured data will be showed in JSON format.
If the command is run with a keypath where data is not present in database, a “No Data” message is displayed.
The following example shows internal config database information for route maps.
device# show system internal cdb /routemaps key /routemaps { "routemap": [ { "name": "rm1", "routemap-instances": { "routemap-instance": [ { "config": { "egress-group": "est", "ipv4-acl": "acl1", "permit-deny": true }, "sequence-id": 10 } ] } }