I want to display the whole MAC address table without needing to press 'space' for the next page, so that if there are 50 entries in the table I'd be able to view them with a single command.
I'm working on an HP switch.
I want to display the whole MAC address table without needing to press 'space' for the next page, so that if there are 50 entries in the table I'd be able to view them with a single command.
I'm working on an HP switch.
For HP you can use:
in user-view : screen-length disable
Then all output will be without "page" interruption.
You can either adjust the screen length as Konstantin has suggested (screen-length disable
isn't available on many switches though) or you can disable paging altogether using
no page
Re-enable with page
.