BGP V7 ip/route

Hi,

How to have more column when using :
/ip/route/print detail where 1.1.1.1 in dst-address

I don’t have bgp attributes like MED et local pref in details…

thanks

You’ll find more detail in /routing/route

You can select any list of attributes that you want to display by using the proplist command

Here is an example that shows MED and localpref

routing/route/print proplist=dst-address,bgp.med,bgp.local-pref,gateway where 1.1.1.1 in dst-address

thanks