Skip to content

System Banner Feature

Configure the login banner or message-of-the-day banner.

Diagram

Diagram

Classes

system_profiles (sdwan.feature_profiles)

NameTypeConstraintMandatoryDefault Value
bannerClass[banner]No

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[^&<>! "]{1,128}$Nobanner
descriptionStringNo
loginStringmin: 1, max: 2048No
login_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No
motdStringmin: 1, max: 2048No
motd_variableStringRegex: ^[./\[\]a-zA-Z0-9_-]{1,64}$No

Examples

Example-1: This example is showing a basic single line MOTD banner and multi line login banner. Use \n for newlines.

sdwan:
edge_feature_templates:
banner_templates:
name: banner
description: basic banner
login: |
This is line 1 of banner.
This is line 2 of banner.
motd_variable: This is a sample MOTD banner.

Example-2: This example is showing a multi line login banner with special field to provide identification of device one is connecting to.

sdwan:
edge_feature_templates:
banner_templates:
- name: FT-EDGE-BANNER-01
description: Login banner for devices
login: |
***************************************************************
* *
* Access is restricted! *
* *
* Unauthorized access or use of this equipment is prohibited! *
* If you are not authorized to use this system, *
* terminate this session now. *
* *
* All activities are recorded. *
***************************************************************
Device: $(hostname)