[j-nsp] FBF Problems

Daniel Roesen dr at cluenet.de
Wed Oct 27 04:20:10 EDT 2004


On Wed, Oct 27, 2004 at 05:02:21AM -0300, Edson Cardoso wrote:
> nucleo at Netuno-re0# run show route table PBR-UOL hidden extensive 
>  
> PBR-UOL.inet.0: 1 destinations, 1 routes (0 active, 0 holddown, 1 hidden)
> 0.0.0.0/0 (1 entry, 0 announced)
>          Static Preference: 5
>                 Next hop type: Unusable <-- ??????
>                 Next-hop reference count: 5
>                 State: <Hidden Int Ext>
>                 Age: 1:30 
>                 Task: RT
>                 AS path: I
>                 Indirect next hops: 1
>                         Protocol next hop: 200.221.31.121 Indirect next hop: 0 -

You have to import your interface routes also into your routing-instance
by deploying a rib-group.

routing-options {
    interface-routes {
        rib-group inet ifroutes;
    }
    rib-groups {
        ifroutes {
            import-rib [ inet.0 PBR-UOL.inet.0 ];
        }
    }
}

Without doing so, your next-hop cannot be resolved to an egress
interface within the routing-instance PBR-UOL.


Best regards,
Daniel

-- 
CLUE-RIPE -- Jabber: dr at cluenet.de -- dr at IRCnet -- PGP: 0xA85C8AA0


More information about the juniper-nsp mailing list