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: [email protected]
P: (413) 746-2760
F: (413) 746-3704
W: http://www.crocker.com





_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to