*Hi All.
I have Foundry BigIron BIMG8-MR.
part of BGP config on it:*

/ip route 196.211.152.0/22 null0 distance 16

router bgp
 local-as 5956
 timers  keep-alive 20  hold-time 60
 neighbor 87.245.237.24 remote-as 9082
 neighbor 87.245.237.24 next-hop-self

 address-family ipv4 unicast
 network 196.211.152.0/22
 redistribute static
 neighbor 87.245.237.24 route-map out ROUTE-OUT
 exit-address-family

access-list 50 permit 196.211.152.0 0.0.3.255
access-list 50 deny any

route-map  ROUTE-OUT permit  30
 match ip address  50
/*
But i don't advertised my network to my neighbor.*
/
telnet@Unit-is_Core#show ip bgp neighbors 87.245.237.24 advertised-routes
No routes are advertised to Neighbor 87.245.237.24/

*and i don't see route to 196.211.152.0/22*

/telnet@Unit-is_Core#show ip route  196.211.152.0/22
Can't find matching entry
/
*
And anounce is appears if i make interface ve with ip from this network and network mask /22 only*
/
interface ve 101
 ip address 196.211.152.1/22/

/telnet@Unit-is_Core#show ip route  196.211.152.0/22
Type Codes - B:BGP D:Connected I:ISIS S:Static R:RIP O:OSPF; Cost - Dist/Metric
        Destination        Gateway         Port        Cost Type
1       196.211.152.0/22   DIRECT          ve 101      0/0 D/

*and *

/telnet@Unit-is_Core#show ip bgp neighbors 87.245.237.24 advertised-routes
       There are 1 routes advertised to neighbor 87.245.237.24
Status A:AGGREGATE B:BEST b:NOT-INSTALLED-BEST E:EBGP I:IBGP L:LOCAL
       Prefix             Next Hop        Metric     LocPrf Weight Status
1      196.211.152.0/22   87.245.237.25  0 32768  BL
         AS_PATH:
/
*Tell me please how can i do advertised-routes 196.211.152.0/22 without ip interface with mask 22?

Thakn you very much for your help.
*


_______________________________________________
foundry-nsp mailing list
[email protected]
http://puck.nether.net/mailman/listinfo/foundry-nsp

Reply via email to