On Wed, Dec 17, 2008 at 5:37 PM, snort bsd <[email protected]> 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; > } > } > } > > u...@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 [email protected] > 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 _______________________________________________ juniper-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/juniper-nsp

