cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2282
Views
5
Helpful
2
Replies

Cisco APIC command equivalent to Cisco IOS `show terminal | include Length`

fc00::/7
Level 1
Level 1

Whenever I run show running-config leaf/spine from APIC, I notice that there is a pause which is --More-- at the end of the first page.

 

What I'm trying to achieve is to disable that so that I can save the config to .txt file.

 

For example, in Cisco IOS we can always do terminal length 0 to achieve the same. Is there any similar command in Cisco APIC?

1 Accepted Solution

Accepted Solutions

RedNectar
VIP
VIP

Hi @fc00::/7 ,

You have it - just don't use the word "do"

apic1# terminal length 0
apic1# show running-config leaf 101
# Command: show running-config leaf 101
# Time: Mon Apr 29 17:31:49 2019
  leaf 101
    template hsrp group-policy default tenant common
      exit
...

or perhaps even something like:

apic1# show running-config leaf 101 > leaf101.txt
apic1# bash
admin@apic1:~> scp leaf101.txt admin@172.16.1.103:leaf101.txt

 

I hope this helps


Don't forget to mark answers as correct if it solves your problem. This helps others find the correct answer if they search for the same problem


RedNectar aka Chris Welsh.
Forum Tips: 1. Paste images inline - don't attach. 2. Always mark helpful and correct answers, it helps others find what they need.

View solution in original post

2 Replies 2

RedNectar
VIP
VIP

Hi @fc00::/7 ,

You have it - just don't use the word "do"

apic1# terminal length 0
apic1# show running-config leaf 101
# Command: show running-config leaf 101
# Time: Mon Apr 29 17:31:49 2019
  leaf 101
    template hsrp group-policy default tenant common
      exit
...

or perhaps even something like:

apic1# show running-config leaf 101 > leaf101.txt
apic1# bash
admin@apic1:~> scp leaf101.txt admin@172.16.1.103:leaf101.txt

 

I hope this helps


Don't forget to mark answers as correct if it solves your problem. This helps others find the correct answer if they search for the same problem


RedNectar aka Chris Welsh.
Forum Tips: 1. Paste images inline - don't attach. 2. Always mark helpful and correct answers, it helps others find what they need.

Thanks @RedNectar , what is the command to view existing terminal length setting ... just like `show terminal | include Length` in Cisco IOS?

Review Cisco Networking for a $25 gift card

Save 25% on Day-2 Operations Add-On License