show running-config

Use this command to show the running system status and configuration.

Command Syntax

Copy
show running-config
show running-config full

Parameters

full

Display the full configuration information.

Command Mode

Privileged execution mode and Configure mode

Applicability

This command was introduced before OcNOS version 1.3.

Examples

Copy
#show running-config
no service password-encryption
!
no service dhcp
ip domain-lookup
!
mpls propagate-ttl
!
vrrp vmac enable
spanning-tree mode provider-rstp
no data-center-bridging enable
!
interface lo
 ip address 127.0.0.1/8
 ipv6 address ::1/128
 no shutdown
!
interface eth0
 ip address 10.1.2.173/24
 no shutdown
!
interface eth1
 shutdown
!
line con 0
 login
!
end
(config)#