[j-nsp] JUNOS Equivalent to CISCO IOS next-hop-self

Jan Czmok czmok at gatel.net
Mon Oct 20 20:02:11 EDT 2003


Just to give my experience: 


..snip..

> policy-statement next-hop-self {
>         then {
>             next-hop self;
>         }
>     }
> 
> and then import this policy in bgp
> 
> protocols {
>     bgp {
>         group ibgp-peer {
>             type internal;
>            
>             export next-hop-self;


in the policy-statement i would prefer doing this:

policy-statement next-hop-self (
	then (
		next-hop self
		next policy
	     )
	)


if you like to have more than one policy-statement, then "next-policy"
is the right way to go..

--jan

-- 
Jan Czmok, Network Engineering & Support, Global Access Telecomm, Inc.
Ph.: +49 69 299896-35 - fax: +49 69 299896-40 - sip:13129*522 at inoc-dba.pch.net


More information about the juniper-nsp mailing list