An example configuration using CLI commands

As an example, we will configure the DNS and NTP servers with the IP address 8.8.8.8 for UCSM.

The following command changes the CLI focus to system scope, as DNS is a system-wide setting:

FI-A# scope system

The following command changes the CLI focus to services scope:

FI-A /system # scope services

The following command creates a DNS server entry:

FI-A /system/services # create dns 8.8.8.8

The commit-buffer command applies the changes and saves the configuration:

FI-A /system/services* # commit-buffer

The following command changes the CLI focus to system scope, as NTP is also a system-wide setting:

FI-A# scope system

The following command changes the CLI focus to services scope:

FI-A /system # scope services

The following command creates a DNS server entry:

FI-A /system/services # create ntp-server 8.8.8.8

The commit-buffer command saves the configuration:

FI-A /system/services* # commit-buffer
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.188.198.94