<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<b>Hi All.<br>
I have Foundry BigIron BIMG8-MR.<br>
part of BGP config on it:</b><br>
<br>
<i>ip route 196.211.152.0/22 null0 distance 16<br>
<br>
router bgp<br>
local-as 5956<br>
timers keep-alive 20 hold-time 60<br>
neighbor 87.245.237.24 remote-as 9082<br>
neighbor 87.245.237.24 next-hop-self<br>
<br>
address-family ipv4 unicast<br>
network 196.211.152.0/22<br>
redistribute static<br>
neighbor 87.245.237.24 route-map out ROUTE-OUT<br>
exit-address-family<br>
<br>
access-list 50 permit 196.211.152.0 0.0.3.255<br>
access-list 50 deny any<br>
<br>
route-map ROUTE-OUT permit 30<br>
match ip address 50<br>
</i><b><br>
But i don't advertised my network to my neighbor.</b><br>
<i><br>
telnet@Unit-is_Core#show ip bgp neighbors 87.245.237.24
advertised-routes<br>
No routes are advertised to Neighbor 87.245.237.24</i><br>
<br>
<b>and i don't see route to 196.211.152.0/22</b><br>
<br>
<i>telnet@Unit-is_Core#show ip route 196.211.152.0/22<br>
Can't find matching entry<br>
</i><br>
<b><br>
And anounce is appears if i make interface ve with ip from this
network and network mask /22 only</b><br>
<i><br>
interface ve 101<br>
ip address 196.211.152.1/22</i><br>
<br>
<i>telnet@Unit-is_Core#show ip route 196.211.152.0/22<br>
Type Codes - B:BGP D:Connected I:ISIS S:Static R:RIP O:OSPF; Cost
- Dist/Metric<br>
Destination Gateway Port Cost
Type<br>
1 196.211.152.0/22 DIRECT ve 101 0/0
D</i><br>
<br>
<b>and </b><br>
<br>
<i>telnet@Unit-is_Core#show ip bgp neighbors 87.245.237.24
advertised-routes<br>
There are 1 routes advertised to neighbor 87.245.237.24<br>
Status A:AGGREGATE B:BEST b:NOT-INSTALLED-BEST E:EBGP I:IBGP
L:LOCAL<br>
Prefix Next Hop Metric LocPrf
Weight Status<br>
1 196.211.152.0/22 87.245.237.25 0
32768 BL<br>
AS_PATH:<br>
</i><br>
<b>Tell me please how can i do advertised-routes 196.211.152.0/22
without ip interface with mask 22?<br>
<br>
Thakn you very much for your help.<br>
</b><br>
<br>
<br>
</body>
</html>