Exec Banners

Banners are custom messages displayed to users attempting to connect to the management interfaces. MOTD banners are displayed pre-login while exec banners are displayed post-login. Multiple lines of text can be stored using a custom delimiter to mark the end of message.

Relevant configuration

(switch(config)#) Create a banner.

banner motd Testing

Show commands to validate functionality

show banner

Example output

ufmapl [ mgmt-sa ] (config) # show banner
Banners:
    MOTD:
Mellanox UFM Appliance

    Login:
Mellanox MLNX-OS UFM Appliance Management

Expected results

  • The banner can be created.
  • The output of the banner looks correct.

Back to Index