Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion lib/cisco_node_utils/cmd_ref/banner.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# banner
---
motd:
default_value: "User Access Verification\n"
N5k: &N6000
default_value: "Nexus 6000 Switch\n"
N6k: *N6000
else:
default_value: "User Access Verification\n"
get_command: 'show banner motd'
get_value: '/^.*$/m'
set_value: '<state> banner motd <motd>'