[j-nsp] EW4200 with Layer 3 interface

Matthew Crocker matthew at corp.crocker.com
Wed Dec 3 09:01:05 EST 2014



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







More information about the juniper-nsp mailing list