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

Atanu Ghosh atanu@ICSI.Berkeley.EDU
Thu, 24 Nov 2005 14:47:58 -0800


>>>>> "Hasso" == Hasso Tepper <hasso@estpak.ee> writes:

    Hasso> 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 */
    >> }
    >> }
    >> }
    >> }

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

    Hasso> then {
    Hasso> external {
    Hasso> type 1;
    Hasso> }
    Hasso> accept;
    Hasso> }

We will be changing the command to set the E bit.

   Atanu.