I have little bug in routeros.
Let me describe this problem:
Code: Select all
[admin@mkt] > /routing bgp advertisements print where prefix =1.66.64.0/19
Print values of item properties in different formats.
<peer> --
append --
as-value --
brief -- Displays brief description
count-only --
detail -- Displays detailed information
file -- Print the content of the submenu into specific file
follow --
follow-only --
interval -- Displays information and refreshes it in selected time interval
terse -- Show details in compact and machine friendly format
value-list -- Show properties one per line
where --
without-paging -- Displays information in one piece
[admin@mkt] > /routing bgp advertisements print where prefix =1.66.64.0/19 detail
PEER PREFIX NEXTHOP AS-PATH ORIGIN LOCAL-PREF
[admin@mkt] > /routing bgp advertisements print where prefix =1.66.64.0/19
PEER PREFIX NEXTHOP AS-PATH ORIGIN LOCAL-PREF
bgp-p... 1.66.64.0/19 x.x.x.x x,6453,2914,9605 igp 100
[admin@mkt] >
RouterOS version is 6.19.
Thank you.