what mikrotik command that similar with this command below:
show ip bgp neighbor 218.100.27.129 advertise
thx
/routing bgp advertisment print PEER-NAME
Gregor
thx Gregor for you info...
i have filter like this :
4 chain=bgp-out prefix=203.191.43.0/24 prefix-length=24 invert-match=no
action=accept
5 chain=bgp-out prefix=202.180.55.0/24 prefix-length=24 invert-match=no
action=accept
6 chain=bgp-out prefix=202.180.54.0/24 prefix-length=24 invert-match=no
action=accept
7 chain=bgp-out prefix=202.180.53.0/24 prefix-length=24 invert-match=no
action=accept
8 chain=bgp-out prefix=202.180.48.0/24 prefix-length=24 invert-match=no
action=accept
9 chain=bgp-out prefix=202.180.49.0/24 prefix-length=24 invert-match=no
action=accept
10 chain=bgp-out invert-match=no action=discard
then i look at :
routing bgp advertisements> pr
DST-ADDRESS NEXTHOP PEER AS-PATH ORIGIN LOCAL-PREF
202.180.55.0/24 202.53.225.174 peer1... igp
202.180.54.0/24 202.53.225.174 peer1... igp
202.180.53.0/24 202.53.225.174 peer1... igp
202.180.48.0/24 202.53.225.174 peer1... igp
202.180.49.0/24 202.53.225.174 peer1... igp
routing bgp network> pr
Flags: X - disabled
# NETWORK
0 202.180.55.0/24
1 202.180.54.0/24
2 202.180.53.0/24
3 202.180.48.0/24
4 203.191.43.0/24
5 202.180.49.0/24
why network 203.191.43.0/24 can't advertise to peer...
any suggest......
also i have problem when advertise new blok ip to peer, the peer router and my mikrotik must be
clear bgp or reset bgp peer before it can work.