Banner Feature
Configure the login banner or message-of-the-day banner.
Diagram
Classes
system_profiles (sdwan.feature_profiles)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
banner | Class | [banner] | No |
banner (sdwan.feature_profiles.system_profiles)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[^&<>! "]{1,128}$ | No | |
description | String | No | ||
login | String | min: 1 , max: 2048 | No | |
login_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
motd | String | min: 1 , max: 2048 | No | |
motd_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No |
Examples
sdwan:
feature_profiles:
system_profiles:
- name: system
banner:
name: banner
description: basic banner
login: |
This is line 1 of banner\n
This is line 2 of banner\n
motd_variable: motd_banner