Cisco APIC command equivalent to Cisco IOS `show terminal | include Length`
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?
cisco cisco-ios
add a comment |
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?
cisco cisco-ios
This might sound weird, but do you actually writeterminal
, the full word when using the command? The reason i ask is, that there's a bug on some of the software, where you have to spell it out fully.
– user56700
4 hours ago
@user56700, of course not. LOL.ter len 0
will do instead ofterminal length 0
– user11392987
2 hours ago
Well, if not, then that is your problem. You have to write the full commandterminal length 0
for it to work. :-)
– user56700
2 hours ago
add a comment |
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?
cisco cisco-ios
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?
cisco cisco-ios
cisco cisco-ios
asked 7 hours ago
user11392987user11392987
563
563
This might sound weird, but do you actually writeterminal
, the full word when using the command? The reason i ask is, that there's a bug on some of the software, where you have to spell it out fully.
– user56700
4 hours ago
@user56700, of course not. LOL.ter len 0
will do instead ofterminal length 0
– user11392987
2 hours ago
Well, if not, then that is your problem. You have to write the full commandterminal length 0
for it to work. :-)
– user56700
2 hours ago
add a comment |
This might sound weird, but do you actually writeterminal
, the full word when using the command? The reason i ask is, that there's a bug on some of the software, where you have to spell it out fully.
– user56700
4 hours ago
@user56700, of course not. LOL.ter len 0
will do instead ofterminal length 0
– user11392987
2 hours ago
Well, if not, then that is your problem. You have to write the full commandterminal length 0
for it to work. :-)
– user56700
2 hours ago
This might sound weird, but do you actually write
terminal
, the full word when using the command? The reason i ask is, that there's a bug on some of the software, where you have to spell it out fully.– user56700
4 hours ago
This might sound weird, but do you actually write
terminal
, the full word when using the command? The reason i ask is, that there's a bug on some of the software, where you have to spell it out fully.– user56700
4 hours ago
@user56700, of course not. LOL.
ter len 0
will do instead of terminal length 0
– user11392987
2 hours ago
@user56700, of course not. LOL.
ter len 0
will do instead of terminal length 0
– user11392987
2 hours ago
Well, if not, then that is your problem. You have to write the full command
terminal length 0
for it to work. :-)– user56700
2 hours ago
Well, if not, then that is your problem. You have to write the full command
terminal length 0
for it to work. :-)– user56700
2 hours ago
add a comment |
1 Answer
1
active
oldest
votes
You have encounter a software bug: CSCva24843
Below is a copy/paste from Cisco Bug Search:
ACI | Shorthand for "terminal length 0" does not work
CSCva24843
Symptom:
User enters "term len 0" to disable paging in ACI but still has paging enabled when running a command with large output.
Conditions:
User does not spell out "terminal" completely.
Workaround:
User must spell out "terminal" completely (e.g. "terminal len 0").
Further Problem Description: None.
Last Modified:
Feb 11,2018
Status:
Fixed
Severity:
4 Minor
Product: (1)
Cisco Application Policy Infrastructure Controller (APIC)
Support Cases:
1
The command is exactly the same as all other Cisco equipment, this is copy/paste from the complete APIC-EM command line:
terminal
terminal length
Description: Enable or disable pager for command output
Syntax:
length
Terminal length keyword
NUMBER
Terminal pager length (0=Disable pager). Number range from=0 to=511
Command Mode: exec : Exec Mode
Command Path:
# terminal length <NUMBER>
Cisco bug: https://bst.cloudapps.cisco.com/bugsearch/bug/CSCva24843/?rfs=iqvred
Complete APIC-EM command line: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/3-x/cli/nx/cr301/b_APIC_NXOS_CLI_Cmd_Reference_301/b_APIC_NXOS_CLI_Cmd_Reference_301_chapter_010100.html#wp2407208257
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "496"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f58789%2fcisco-apic-command-equivalent-to-cisco-ios-show-terminal-include-length%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You have encounter a software bug: CSCva24843
Below is a copy/paste from Cisco Bug Search:
ACI | Shorthand for "terminal length 0" does not work
CSCva24843
Symptom:
User enters "term len 0" to disable paging in ACI but still has paging enabled when running a command with large output.
Conditions:
User does not spell out "terminal" completely.
Workaround:
User must spell out "terminal" completely (e.g. "terminal len 0").
Further Problem Description: None.
Last Modified:
Feb 11,2018
Status:
Fixed
Severity:
4 Minor
Product: (1)
Cisco Application Policy Infrastructure Controller (APIC)
Support Cases:
1
The command is exactly the same as all other Cisco equipment, this is copy/paste from the complete APIC-EM command line:
terminal
terminal length
Description: Enable or disable pager for command output
Syntax:
length
Terminal length keyword
NUMBER
Terminal pager length (0=Disable pager). Number range from=0 to=511
Command Mode: exec : Exec Mode
Command Path:
# terminal length <NUMBER>
Cisco bug: https://bst.cloudapps.cisco.com/bugsearch/bug/CSCva24843/?rfs=iqvred
Complete APIC-EM command line: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/3-x/cli/nx/cr301/b_APIC_NXOS_CLI_Cmd_Reference_301/b_APIC_NXOS_CLI_Cmd_Reference_301_chapter_010100.html#wp2407208257
add a comment |
You have encounter a software bug: CSCva24843
Below is a copy/paste from Cisco Bug Search:
ACI | Shorthand for "terminal length 0" does not work
CSCva24843
Symptom:
User enters "term len 0" to disable paging in ACI but still has paging enabled when running a command with large output.
Conditions:
User does not spell out "terminal" completely.
Workaround:
User must spell out "terminal" completely (e.g. "terminal len 0").
Further Problem Description: None.
Last Modified:
Feb 11,2018
Status:
Fixed
Severity:
4 Minor
Product: (1)
Cisco Application Policy Infrastructure Controller (APIC)
Support Cases:
1
The command is exactly the same as all other Cisco equipment, this is copy/paste from the complete APIC-EM command line:
terminal
terminal length
Description: Enable or disable pager for command output
Syntax:
length
Terminal length keyword
NUMBER
Terminal pager length (0=Disable pager). Number range from=0 to=511
Command Mode: exec : Exec Mode
Command Path:
# terminal length <NUMBER>
Cisco bug: https://bst.cloudapps.cisco.com/bugsearch/bug/CSCva24843/?rfs=iqvred
Complete APIC-EM command line: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/3-x/cli/nx/cr301/b_APIC_NXOS_CLI_Cmd_Reference_301/b_APIC_NXOS_CLI_Cmd_Reference_301_chapter_010100.html#wp2407208257
add a comment |
You have encounter a software bug: CSCva24843
Below is a copy/paste from Cisco Bug Search:
ACI | Shorthand for "terminal length 0" does not work
CSCva24843
Symptom:
User enters "term len 0" to disable paging in ACI but still has paging enabled when running a command with large output.
Conditions:
User does not spell out "terminal" completely.
Workaround:
User must spell out "terminal" completely (e.g. "terminal len 0").
Further Problem Description: None.
Last Modified:
Feb 11,2018
Status:
Fixed
Severity:
4 Minor
Product: (1)
Cisco Application Policy Infrastructure Controller (APIC)
Support Cases:
1
The command is exactly the same as all other Cisco equipment, this is copy/paste from the complete APIC-EM command line:
terminal
terminal length
Description: Enable or disable pager for command output
Syntax:
length
Terminal length keyword
NUMBER
Terminal pager length (0=Disable pager). Number range from=0 to=511
Command Mode: exec : Exec Mode
Command Path:
# terminal length <NUMBER>
Cisco bug: https://bst.cloudapps.cisco.com/bugsearch/bug/CSCva24843/?rfs=iqvred
Complete APIC-EM command line: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/3-x/cli/nx/cr301/b_APIC_NXOS_CLI_Cmd_Reference_301/b_APIC_NXOS_CLI_Cmd_Reference_301_chapter_010100.html#wp2407208257
You have encounter a software bug: CSCva24843
Below is a copy/paste from Cisco Bug Search:
ACI | Shorthand for "terminal length 0" does not work
CSCva24843
Symptom:
User enters "term len 0" to disable paging in ACI but still has paging enabled when running a command with large output.
Conditions:
User does not spell out "terminal" completely.
Workaround:
User must spell out "terminal" completely (e.g. "terminal len 0").
Further Problem Description: None.
Last Modified:
Feb 11,2018
Status:
Fixed
Severity:
4 Minor
Product: (1)
Cisco Application Policy Infrastructure Controller (APIC)
Support Cases:
1
The command is exactly the same as all other Cisco equipment, this is copy/paste from the complete APIC-EM command line:
terminal
terminal length
Description: Enable or disable pager for command output
Syntax:
length
Terminal length keyword
NUMBER
Terminal pager length (0=Disable pager). Number range from=0 to=511
Command Mode: exec : Exec Mode
Command Path:
# terminal length <NUMBER>
Cisco bug: https://bst.cloudapps.cisco.com/bugsearch/bug/CSCva24843/?rfs=iqvred
Complete APIC-EM command line: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/3-x/cli/nx/cr301/b_APIC_NXOS_CLI_Cmd_Reference_301/b_APIC_NXOS_CLI_Cmd_Reference_301_chapter_010100.html#wp2407208257
answered 2 hours ago
user56700user56700
46617
46617
add a comment |
add a comment |
Thanks for contributing an answer to Network Engineering Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f58789%2fcisco-apic-command-equivalent-to-cisco-ios-show-terminal-include-length%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
This might sound weird, but do you actually write
terminal
, the full word when using the command? The reason i ask is, that there's a bug on some of the software, where you have to spell it out fully.– user56700
4 hours ago
@user56700, of course not. LOL.
ter len 0
will do instead ofterminal length 0
– user11392987
2 hours ago
Well, if not, then that is your problem. You have to write the full command
terminal length 0
for it to work. :-)– user56700
2 hours ago