cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1006
Views
0
Helpful
2
Replies

Show the complete configutation without breaks

ahmed.alammari
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

svemulap@cisco.com
Cisco Employee
Cisco Employee
hi Ahmed -

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.

View solution in original post

2 Replies 2

svemulap@cisco.com
Cisco Employee
Cisco Employee
hi Ahmed -

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.

Thank you for your support!