[j-nsp] family l2vpn unicast; ## Warning: 'unicast' is deprecated

adimi bouchaib bouchaib.adimi at hotmail.com
Mon Nov 10 18:44:03 EST 2008


Hi all , 
I am working on Juniper and huawei compella l2vpn  inter-operation.
the juniper l2vpn signaling family is not accepted  by huawei routers to enale l2vpn connections .
the only comand supported is  the  family l2vpn { unicast;  . To keep juniper to juniper l2vpn working and to have Huawei to juniper working , I have created two ibgp  groups . the first is configured properly . but the second groups 
is showing this warning unicast; ## Warning: 'unicast' is deprecated
 see confs below 


could someone has tested this before ? 
is there any negative impact  on the juniper router performances? 
is ist the  the unique solution  for l2vpn between Junos and Huawei VRP equipements ?

B.R 



group JUINPER {
    type internal;
    local-address 10.10.10.1;
    family inet {
        unicast;
    }
    family inet-vpn {
        unicast;
    }
    family l2vpn {
        signaling;
    }
    multipath;
    neighbor 10.41.40.1;


group Huawei_TO_juniper  {
    type internal;
    local-address 12.12.12.1;
    family inet {
        unicast;
    }
    family inet-vpn {
        unicast;
    }
    family l2vpn {  
        unicast; ## Warning: 'unicast' is deprecated
    }
    multipath;
    neighbor 11.11.11.1;
_________________________________________________________________
Téléchargez le nouveau Windows Live Messenger !
http://get.live.com/messenger/overview


More information about the juniper-nsp mailing list