- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2021 06:26 PM
Hi Team;
Our service VPN routing table includes 1000s of prefixes which leads to huge slowness in retreiving this table data via external tools and I would like to show the complete routing table without breaks for my vEdges and cEdges?
I'm looking for the same CLI command "Terminal length 0" that we use with routers and swicthes to use it with my SDWAN devices?!
Any idea!
Thanks
Solved! Go to Solution.
- Labels:
-
SD-WAN Infrastructure
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2021 06:57 PM
You can use 'terminal lenght 0' on cEdge - this won't paginate with 'more' option.
On vEdge: you can pipe (|) it to 'nomore' as in: show running-config | nomore
This will suppress the pagination.
Hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2021 06:57 PM
You can use 'terminal lenght 0' on cEdge - this won't paginate with 'more' option.
On vEdge: you can pipe (|) it to 'nomore' as in: show running-config | nomore
This will suppress the pagination.
Hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2021 09:44 PM
Thank you for your support!
