3.7. Classic and Model-Driven Management Interfaces Show Command Reference

3.7.1. Command Hierarchies

3.7.1.1. Management Infrastructure Show Commands

3.7.2. Command Descriptions

3.7.2.1. Management Infrastructure Show Commands

management-interface

Syntax 
management-interface
Context 
show>system
Description 

This command enters the context to display management interface information.

configuration-sessions

Syntax 
configuration-sessions
Context 
show>system>management-interface
Description 

This command displays configuration sessions information.

Output 

The following is an example of configuration session information. Table 58 describes the output fields.

Sample Output
(pr)[]
A:admin@node-1# show system management-interface configuration-sessions
===============================================================================
Session ID  Region                 Datastore                     Lock State
   Username                        Session Mode                  Idle Time
   Session Type                    From
-------------------------------------------------------------------------------
#65         configure              Candidate                     Unlocked
   admin                           Private                       0d 00:00:00
   MD-CLI                          192.168.255.255
 66         configure              Candidate                     Unlocked
   admin                           Private                       0d 00:05:41
   MD-CLI                          192.168.255.255
 67         configure              Candidate                     Unlocked
   admin                           Private                       0d 00:05:08
   MD-CLI                          192.168.255.255
 68         configure              Candidate                     Unlocked
   admin                           Read-Only                     0d 00:02:25
   MD-CLI                          192.168.255.255
 69         configure              Candidate, Running            Locked
   admin                           Exclusive                     0d 00:01:54
   MD-CLI                          192.168.255.255
-------------------------------------------------------------------------------
Number of sessions: 5
'#' indicates the current active session
===============================================================================
Table 58:  Configuration-sessions Output Fields 

Label

Description  

Session ID

The session ID.

Region

The region or scope that the datastore belongs to.

Datastore

Datastores that can be locked. For example: Running and Candidate.

Lock State

Locked — Indicates the session is in a locked state.

Unlocked — Indicates the session is in an unlocked state.

Username

The name of the user.

Session Mode

Exclusive — An exclusive session.

Global — A shared session.

Private — A private session.

Private Exclusive — A private exclusive session.

Read-Only — A read-only session.

Idle Time

The idle time of the session.

Session Type

NETCONF — Indicates a NETCONF session is running.

MD-CLI — Indicates an MD-CLI session is running.

gRPC — Indicates a gRPC session is running.

SNMP — Indicates an SNMP session is running.

Classic CLI — Indicates a classic CLI session is running.

System — Indicates a system (EHS or CRON) session is running.

From

The originating IP address.

datastore-locks

Syntax 
datastore-locks [detail]
Context 
show>system>management-interface
Description 

This command displays datastore locks information.

Parameters 
detail—
Displays session-specific information.
Output 

The following is an example of detail datastore locks information for all datastores. Table 59 describes the output fields.

Sample Output
[]
A:admin@node-1# show system management-interface datastore-locks detail
===============================================================================
Session ID  Region                 Datastore                     Lock State
   Username                        Session Mode                  Idle Time
   Session Type                    From
-------------------------------------------------------------------------------
 23         configure              Running                       Locked
   admin                           Exclusive                     0d 00:00:11
   NETCONF                         192.168.255.255
 26         configure              Running                       Unlocked
   test1                           Global                        0d 00:00:11
   MD-CLI                          192.168.255.255
-------------------------------------------------------------------------------
Number of sessions: 2
'#' indicates the current active session
===============================================================================
Table 59:  Datastore-locks Output Fields 

Label

Description  

Session ID

The session ID.

Region

The region or scope that the datastore belongs to.

Datastore

Datastores that can be locked. For example: Running and Candidate.

Lock State

Locked — Indicates the session is in a locked state.

Unlocked — Indicates the session is in an unlocked state.

Username

The name of the user.

Session Mode

Global — A shared session.

Exclusive — An exclusive session.

Idle Time

The idle time of the session.

Session Type

NETCONF — Indicates a NETCONF session is running.

MD-CLI — Indicates an MD-CLI session is running.

gRPC — Indicates a gRPC session is running.

SNMP — Indicates an SNMP session is running.

Classic CLI — Indicates a classic CLI session is running.

System — Indicates a system (EHS or CRON) session is running.

From

The originating IP address.