[j-nsp] EW4200 with Layer 3 interface

Damien DeVille damien.deville at gmail.com
Wed Dec 3 10:56:53 EST 2014


Hi Matthew-

This configuration should get you the desired result.

ge-0/0/4 {
    description XXXX;
    vlan-tagging;
    unit 0 {
        vlan-id 0;
        family inet {
            address 10.10.10.1/30;
        }
    }
    unit 4055 {
        vlan-id 4055;
        family inet {
            address 20.20.20.21/30;
        }
    }
}


- Damien

On Wed, Dec 3, 2014 at 9:01 AM, Matthew Crocker <matthew at corp.crocker.com>
wrote:

>
>
> I have an EX4200 with the current interface:
>
>     ge-0/0/4 {
>         description "XXXXXX";
>         enable;
>         unit 0 {
>             family inet {
>                 address A.B.C.D/30;
>             }
>         }
>
>
> I need to reconfigure it to support a VLAN
>
>     ge-0/0/4 {
>         description "XXXXXXXXXX";
>         enable;
>         unit 0 {
>             family inet {
>                 address A.B.C.D/30;
>             }
>        unit 4055
>         vlan-id 4055
>         family inet {
>            address X.Y.Z.W/30;
>         }
> }
>
> i.e    Unit 0 stays the same,  untagged frames on go to that interface IP
> address.   VLAN 4055 is new, tagged frames go to unit 4055
>
> Is it as simple as adding vlan-tagging to ge-0/0/4 and set unit 0 to
> vlan-id 0 ?
>
>
> --
> Matthew S. Crocker
> President
> Crocker Communications, Inc.
> PO BOX 710
> Greenfield, MA 01302-0710
>
> E: matthew at crocker.com
> P: (413) 746-2760
> F: (413) 746-3704
> W: http://www.crocker.com
>
>
>
>
>
> _______________________________________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp


More information about the juniper-nsp mailing list