[j-nsp] BGP route filtering

Jonathan Call lordsith49 at hotmail.com
Wed Apr 8 20:07:22 EDT 2015


My IPv6 BGP experience is a bit lacking.  What would be an appropriate IPv6 policy-statement to only install a default route. Is it something as basic as this?
policy-statement myisp-in {    term bgp-nets {        from {            route-filter beef:f00f:baaa::/48 exact;        }        then reject;    }    term allowed {        from {            route-filter ::/0 exact;        }        then accept;    }    term deny {        then reject;    }}

Thank you,Jonathan
 		 	   		  


More information about the juniper-nsp mailing list