[j-nsp] L2VPN interface configuration

Simon Chen simonchennj at gmail.com
Wed Dec 17 18:48:24 EST 2008


On Wed, Dec 17, 2008 at 5:37 PM, snort bsd <snortbsd at yahoo.com.au> wrote:
> Hi, all:
>
> I am trying to configure an interface with L2VPN and kept getting error:
>
>
> interfaces {
>    fe-0/0/1 {
>        vlan-tagging;
>        encapsulation vlan-ccc;
>        unit 5 {
>            vlan-id 5;
>            family inet {
>                address 10.0.0.5/30;
>            }
>        }
>        unit 513 {
>            encapsulation vlan-ccc;
>            vlan-id 513;
>            family ccc;
>        }
>    }
> }
>
> user at lab4# commit
> [edit interfaces fe-0/0/1 unit 513]
>  'family'
>     Only the CCC family is allowed on CCC interfaces
> error: configuration check-out failed
>
>
> Could anyone tell me what I did wrong?
>
> Model: m7i
> JUNOS Base OS boot [8.4R4.2]
> JUNOS Base OS Software Suite [8.4R4.2]
> JUNOS Kernel Software Suite [8.4R4.2]
> JUNOS Crypto Software Suite [8.4R4.2]
> JUNOS Packet Forwarding Engine Support (M/T Common) [8.4R4.2]
> JUNOS Packet Forwarding Engine Support (M7i/M10i) [8.4R4.2]
> JUNOS Online Documentation [8.4R4.2]
> JUNOS Routing Software Suite [8.4R4.2]
>
>
>
>
>
> Send instant messages to your online friends http://au.messenger.yahoo.com
> _______________________________________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp
>

You can't use two different encapsulations on the same fe interface.
You can only do this on newer ge interfaces, where you can enable
flexible encapsulation.

-Simon


More information about the juniper-nsp mailing list