pattern_more = [
(r"^\s+---- More ----$", " "),
(r"The current configuration will be written to the device. Are you sure? [Y/N]:", "Y"),
(r"(To leave the existing filename unchanged, press the enter key):", "\n"),
(r"flash:/startup.cfg exists, overwrite? [Y/N]:", "Y"),
]