[j-nsp] MX240 irb/virtual switch configuration

Bjørn Tore bt at paulen.net
Thu Apr 23 08:53:39 EDT 2009


Richard A Steenbergen skrev:
> On Fri, Apr 17, 2009 at 11:43:16AM -0700, Joe Abley wrote:
>   
>> This is what I tried. What did I do wrong?
>> interfaces {
>>     ge-0/0/1 {
>>         description d1.lab1;
>>         unit 0;
>>     }
>>     
>
> set unit 0 family bridge
>
> http://junos.juniper.net/content/Resources/!Rebranded_Resources/DC_implementation_guide.pdf
I don't know if that differs from my setup - I know that this one works:

interfaces {
    ge-0/0/1 {
        description "something";
        encapsulation ethernet-bridge;
        unit 0;
    }
    ge-0/0/2 {
        description "something else";
        encapsulation ethernet-bridge;
        unit 0;
    }


/BT


More information about the juniper-nsp mailing list