6

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.

jonathanjo
  • 16,424
  • 2
  • 25
  • 57
user19215
  • 313
  • 2
  • 9

2 Answers2

6

For HP you can use:

in user-view : screen-length disable

Then all output will be without "page" interruption.

6

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.

Zac67
  • 90,111
  • 4
  • 75
  • 141