[Xorp-users] Is there a way to switch the e_bit value to 1?

Hasso Tepper hasso@estpak.ee
Thu, 24 Nov 2005 20:38:37 +0200


Atanu Ghosh wrote:
> The way to set the E bit value is in an export policy statement:
> 
> policy {
>     policy-statement static {
> 	term export {
> 	    from {
> 		protocol: "static"
> 	    }
> 	    then {
> 		ebit: true	/* true for type 2 , false for type 1 */
> 	    }
> 	}
>     }
> }

Btw, most of coworkers I asked from, found operating with term "ebit" in
this context confusing. All OSPF implementations I know of operate with
terms Type-1 vs. Type-2 external LSA's. Junos cli:

    then {
        external {
            type 1;
        }
        accept;
    }


-- 
Hasso Tepper