Usually the static routes injected into the BGP are either real routes or their next-hop is Null0.
Please note that "forwarding address" is an OSPF concept. -- Marko Milivojevic - CCIE #18427 :: This message was sent from a mobile device. I apologize for errors and brevity. :: On Feb 22, 2012, at 8:05, Vijaya Laxmi <[email protected]> wrote: > Hello, > > I understand that we can do time based redistribution in BGP using static > route redistribution, which tracks a route > in turn, the state of tracked object would depend on ACL which in turn will > be active in its specified time . > > What I do not understand, is how would I decide what is the forwarding > address used in static route ? What is the concept of FA here ? I can not > fathom the flow of config here ? > > time-range TEST > periodic weekdays 09:00 to 17:59 > > ip access-list ext TEST_ACL > permit ip any any time-range TEST > > *int lo50 > ip add 6.6.6.6 255.255.255.255 > ip access-group TEST_ACL in > * > ip sla 1 > icmp-echo 6.6.6.6 > timeout 100 > frequency 3 > > ip sla schedule 1 start now life forever > > track 1 rtr 1 reachability > > ip route 150.1.66.0 255.255.255.0 loopback0*6.6.6.254 tag 10* track 1 > > router bgp 1 > redistribute state route-map TEST_RM > > route-map TEST_RM permit 10 > match tag 10 > > Regards > VL > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > > Are you a CCNP or CCIE and looking for a job? Check out > www.PlatinumPlacement.com > > http://onlinestudylist.com/mailman/listinfo/ccie_rs _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com http://onlinestudylist.com/mailman/listinfo/ccie_rs
