Output of "/routing bgp advertisements print" is truncated

When dealing with IPv6 routes, the output of the command “/routing bgp advertisements print” is truncated: “PEER”, “PREFIX” and “NEXTHOP” aren’t big enough to display the output. Is it a bug? Or is there some parameter I can pass to solve it?

/routing bgp advertisements print
PEER     PREFIX               NEXTHOP          AS-PATH                                            ORIGIN     LOCAL-PREF
Escri... fdfd:fd00:0:2010:... fdfd:fd00:0:2...                                                    incomplete
Escri... fdfd:fd00:0:2010:... fdfd:fd00:0:2... 4200000007                                         incomplete

I’m running RoS 6.44.2

This is kind of common to all command-line access to RouterOS: the column width is fixed.
I am not aware of a way around that in commandmode.
You can either use winbox or webfig, or use API to retrieve this info to another system where you can print it the way you like.

That’s… disappointing. But thanks for the suggestions. :smiley:

Have you tried accessing the device with ssh and then run command?

That’s exactly through SSH that I did this…

Hi!! Seems like we’re not able to use the export to a file either :frowning: the result is truncated too.