romed1
1
Greetings!
I’m setting up the rConfig backup system for saving configuration Mellanox Model SN2010 switch. Only the first page of the configuration is saved.
The connection template is taken from here:
I added pagingCmd: “terminal length 0” and resetPagingCmd: “terminal length 999” commands to Connection Templates, but it didn’t help.
Tell me, please, how can I configure the template so that the all pages of configuration is saved?
romed1
2
If you compare it with the console, you can see that 23 of the 29 lines of the first page are saved.
eddies
3
try the below before running “show running-config”
enable
config t
(config) # no cli session paging enable
romed1
4
Thank you very much!
i use this command:
no cli default paging enable
and it fixed. all config are saved.