Configuration file content organization and format


[IMPORTANT: ]

IMPORTANT:

To run on the device, a configuration file must meet the content and format requirements. To ensure a successful configuration load at startup, use a configuration file that was automatically created on the device or created by using the save command. If you edit the configuration file, make sure all edits are compliant with the requirements.


A configuration file must meet the following requirements:

The following is a sample configuration file excerpt:

#
local-user root class manage
 password hash $h$6$Twd73mLrN8O2vvD5$Cz1vgdpR4KoTiRQNE9pg33gU14Br2p1VguczLSVyJLO2huV5Syx/LfDIf8ROLtVErJ/C31oq2rFtmNuyZf4STw==
 service-type ssh telnet terminal
 authorization-attribute user-role network-admin
 authorization-attribute user-role network-operator
#
interface Ten-GigabitEthernet1/0/1
 port link-mode route
 ip address 1.1.1.1 255.255.255.0
#