L2VPN | docsis.org

You are here

L2VPN

6 posts / 0 new
Last post
micabu
L2VPN

Hi All,

does anybody deploy L2VPN services via DOCSIS?
(BSoD)

I' looking for a working CM config-file.
CMTS will be CASA which supports L2VPN.

Thanks in advance!

Michael

Capm
I was actually going to start

I was actually going to start looking into how to do this myself, the Cisco unit we have supports it also.

fb445421
Casa sample config

Hi!

In the Casa software config guide, you can see the following example:

A sample configuration file follows. The example is for VLAN 3, with the network number underlined and bolded and the VLAN number underlined.
Main
{
NetworkAccess 1;
MaxCPE 16;
UsServiceFlow
{
UsServiceFlowRef 1;
QosParamSetType 7;
GenericTLV TlvCode 43 TlvLength 14 TlvValue 0x0803ffffff050701050234560001;
}
DsServiceFlow
{
DsServiceFlowRef 2;
QosParamSetType 7;
}
VendorSpecific
{
VendorIdentifier 0xffffff;
GenericTLV TlvCode 5 TlvLength 13 TlvValue 0x01050234560001020402020003;
/* 01050234560001 is network number and the trailing 003 is the VLAN number (in hex I presume)*/
}
GenericTLV TlvCode 45 TlvLength 1 TlvValue 0x01;
GlobalPrivacyEnable 1;
/* CmMic 4b799af6a9044bcc3d1b288af59391ac; */
/* CmtsMic 381ba545492a098f2ade97397ee6e4d6; */
/*EndOfDataMkr*/

/Fredrik

micabu
Yeah

i got it run.

Thank you!

BR,
Michael

ntrungthong
CM not compliant L2VPN

Hi,
I am trying to enable L2VPN for an cable modem from Broadcom, I realise that this CM doesnot compliant L2VPN.
As the discribed from CableLabs in " Data-Over-Cable Service Interface Specifications Business Services over DOCSIS Layer 2 Virtual Private Networks
CM-SP-L2VPN-I03-061222" which i found on the CableLabs website, CMTS can support L2VPN for a noncompliant L2VPN.
I have try the config you described on the reply. But it does work.

Could you please help me to build a config file for Broadcom Cable modem.
Or could you please send me a document to make config file.

Thank you so much.

rmadmin
Will this generic config just

=== UPDATE ===
On CASA CMTS (At least on the C2200) you have to also have the following: cable sa-des-tlvlen-2
=== UPDATE ===

Will this generic config just work? Or am I missing some tweaking?

I dropped this config into a file called TLS-lab, encoded it, dropped it on the tftp.

In the casa I did a "int vlan 3"

The modems (2 x TM722) on this config will not come up. Logs complain about the following:
MIMO event MIMO: Stored MIMO=-1 post cfg file
Registration RSP rejected message syntax error
Registration RSP rejected unspecified reason
T6 Timeout and retries exceded
REG RSP not received

And then the modem starts over

Am I missing something?

Log in or register to post comments