Use the following CLI command to display the current configuration. The detail option displays all default values. The index option displays only the persistent indexes.
admin display-config [
detail |
index]
The following displays an example of a configuration file:
A:ALU-1# admin display-config
# TiMOS-B-0.0.R3 both/hops NOKIA SAR 7705
# Copyright (c) 2018 Nokia.
# All rights reserved. All use subject to applicable license agreements.
# Built on Wed Jan 17 01:05:13 EST 2016 by csabuild in /re8.0/I297/panos/main
# Generated THU JAN 18 21:21:21 2018 UTC
exit all
configure
#--------------------------------------------------
echo "System Configuration"
#--------------------------------------------------
system
name "ALU-1"
exit
login-control
idle-timeout disable
pre-login-message "CSAxxx - 7705" name
exit
time
sntp
server-address 192.0.2.37 preferred
server-address 192.0.2.200
no shutdown
exit
zone EST
exit
thresholds
rmon
exit
exit
exit
#--------------------------------------------------
echo "System Security Configuration"
#--------------------------------------------------
system
security
telnet-server
ftp-server
snmp
exit
...exit all
# Finished THU JAN 17 21:57:11 2016 UTC
A:ALU-1#