[f-nsp] Brocade Deny route from iBGP in IGP

tech at elecks.nl tech at elecks.nl
Thu Jun 4 08:11:00 EDT 2015


Hi all,

We want to deny all /32 routes in IGP learned from iBGP.
How can we do this? With a table-map the route go in the IGP:


ip prefix-list only32 seq 5 permit 0.0.0.0/0 ge 32

router bgp
  local-as xxxx
  -knip-

  address-family ipv4 unicast
  table-map deny-blackhole-in-IGP
-knip-
exit-address-family


route-map deny-blackhole-in-IGP deny 10
  match ip address prefix-list only32






More information about the foundry-nsp mailing list