2

How do you stop a Cisco Nexus 3000 series switch from paging (i.e. showing "more" and forcing the user to hit space/enter) before doing a show running?

On a Cisco ASA, you can do "term pager 0", but that specific syntax doesn't seem to work on a Nexus.

Lorin Hochstein
  • 4,868
  • 15
  • 54
  • 72

1 Answers1

4

terminal length 0 should be all you need to do this.

From the NX-OS CLI Navigator http://www.cisco.com/web/techdoc/dc/reference/cli/nxos/commands/fund/terminal_length.html

Nick R
  • 183
  • 1
  • 5