[j-nsp] MLPPP in logical routers

Eric Van Tol eric at atlantech.net
Fri Jul 14 13:13:24 EDT 2006


Hi all,
I'm attempting to do some testing with MLPPP by using a logical router,
but my commit keeps failing:

root at m10-lab# commit
[edit logical-routers cpe interfaces t1-0/1/3:1 unit 0 family]
  'mlppp'
    build_ml_bundle_addr: Member link cannot be part of routing-instance
error: configuration check-out failed

According to the techpubs, MLPPP is supported in logical routers.  My
config is below and I'm running 7.6R1.

logical-routers {
    cpe {
        interfaces {
            t1-0/1/3:1 {
                unit 0 {
                    family mlppp {
                        bundle ls-1/3/0.100;
                    }
                }
            }
            t1-0/1/3:2 {
                unit 0 {
                    family mlppp {
                        bundle ls-1/3/0.100;
                    }
                }
            }
            ls-1/3/0 {
                unit 100 {
                    encapsulation multilink-ppp;
                    family inet {
                        address 192.168.16.34/30;
                    }
                }
            }
        }
    }
}
interfaces {
    ct3-0/1/3 {
        partition 1-28 interface-type t1;
    }
}

Is there something I'm missing here?

Eric Van Tol
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Atlantech Online, Inc.  | http://www.atlantech.net
phone: 301-589-3060
fax: 301-589-3936
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
view our Network status | http://noc.atlantech.net



More information about the juniper-nsp mailing list