without luck. it didn't work.  i try a lot of version . it didn't work when i 
configure lt interface under logical-system.




[edit]
root@JNCIE-LAB# show logical-systems 
r2 {
    interfaces {
        lt-1/2/0 {
            unit 23 {
                encapsulation vlan;
                vlan-id 23;
                peer-unit 24;
                family inet {
                    address 10.10.1.1/30;
                }
            }
        }
    }
}
r3 {
    interfaces {
        lt-1/2/0 {
            unit 24 {
                encapsulation vlan;
                vlan-id 23;
                peer-unit 23;
                family inet {
                    address 10.10.1.2/30;
                }                       
            }
        }
    }
}
                                        
[edit]
root@JNCIE-LAB# commit 
commit complete


[edit]
root@JNCIE-LAB# 


[edit]
root@JNCIE-LAB# 


[edit]
root@JNCIE-LAB# run show route logical-system r2  


[edit]
root@JNCIE-LAB# run show route logical-system r3    





[edit]
root@JNCIE-LAB# run show interfaces terse | match lt   
lt-1/2/0                up    up  



------------------
Best Regards,
Bruno



 

                                                        
                                        



------------------ Original ------------------
From:  "Bikram Singh"<[email protected]>;
Date:  Sun, Jan 27, 2013 03:52 PM
To:  "bruno.juniper"<[email protected]>; 

Subject:  RE: [j-nsp] using lt interface connecting logical-system problem



 try encapsulation as VLAN

set logical-systems r2 interfaces lt-1/2/0 unit 23 encapsulation vlan
set logical-systems r2 interfaces lt-1/2/0 unit 23 vlan-id 23
set logical-systems r2 interfaces lt-1/2/0 unit 23 peer-unit 24
set logical-systems r2 interfaces lt-1/2/0 unit 23 family inet address 
10.10.1.1/30



set logical-systems r3 interfaces lt-1/2/0 unit 24 encapsulation vlan
set logical-systems r3 interfaces lt-1/2/0 unit 24 vlan-id 23
set logical-systems r3 interfaces lt-1/2/0 unit 24 peer-unit 23
set logical-systems r3 interfaces lt-1/2/0 unit 24 family inet address 
10.10.1.2/30


Bikram


> From: [email protected]
> To: [email protected]; [email protected]
> Date: Sun, 27 Jan 2013 11:31:54 +0800
> Subject: Re: [j-nsp] using lt interface connecting logical-system problem
> 
> Hi Scott,
> 
> 
> My M7i equipped with a Tunnel Services PIC .u can see below . so don't need 
> ASM .
>   PIC 2                   BUILTIN      BUILTIN           1x Tunnel
> 
> ------------------
> Best Regards,
> Bruno
> 
> 
> 
>  
> 
>                                                       
>                                       
> 
> 
> 
> ------------------ Original ------------------
> From:  "Scott Martin"<[email protected]>;
> Date:  Sun, Jan 27, 2013 11:26 AM
> To:  "bruno.juniper"<[email protected]>; 
> 
> Subject:  Re: [j-nsp] using lt interface connecting logical-system problem
> 
> 
> 
> Please see:
> 
> https://www.juniper.net/techpubs/en_US/junos12.2/topics/usage-guidelines/services-configuring-logical-tunnel-interfaces.html
> 
> 
> You need an ASM on the M7i
> 
> 
> Cheers,
> -Scott
> 
> 
> On Jan 26, 2013, at 10:15 PM, bruno.juniper wrote:
> 
> Hi ALL,
> 
> 
> I am using lt interface to connect logical-system on my M7i. configure lt 
> interface under logical-system. it didn't work.
> it test it on 12.1,10.4R9.2.  I find all the Juniper doc is configure like 
> this . 
> 
> 
> [edit]
> root@LAB# show logical-systems                    
> R1 {
>     interfaces {
>         lt-1/2/0 {
>             unit 0 {
>                 description R1->R2;
>                 encapsulation ethernet;
>                 peer-unit 1;
>                 family inet {
>                     address 10.0.8.13/30;
>                 }
>             }
>         }
>     }
> }
> R2 {
>     interfaces {
>         lt-1/2/0 {
>             unit 1 {
>                 description R2->R1;
>                 encapsulation ethernet;
>                 peer-unit 0;
>                 family inet {
>                     address 10.0.8.14/30;
>                 }                       
>             }
>         }
>     }
> }
> 
> 
> [edit]
> root@LAB# run show route logical-system R1 
> 
> 
> [edit]
> root@LAB# run show route logical-system R2   
> 
> 
> 
> 
> 
> root@LAB# run show chassis hardware 
> Hardware inventory:
> Item             Version  Part number  Serial number     Description
> Chassis                                32924             M7I
> Midplane         REV 04   710-008761   CF2098            M7i Midplane
> Power Supply 0   Rev 06   740-009085   TM54801           DC Power Supply
> Power Supply 1   Rev 06   740-009085   TM55586           DC Power Supply
> Routing Engine   REV 07   740-000202   1000726950        RE-850
> CFEB             REV 03   750-013363   CE4327            Internet Processor II
> FPC 0                                                    E-FPC
>   PIC 2          REV 08   750-002392   HV0324            4x F/E, 100 BASE-TX
> FPC 1                                                    E-FPC
>   PIC 2                   BUILTIN      BUILTIN           1x Tunnel
>   PIC 3          REV 05   750-009119   CF2032            1x G/E, 1000 BASE
> Fan Tray                                                 Rear Fan Tray
> 
> 
> 
> ------------------
> Best Regards,
> Bruno
> _______________________________________________
> juniper-nsp mailing list [email protected]
> https://puck..nether.net/mailman/listinfo/juniper-nsp
> _______________________________________________
> juniper-nsp mailing list [email protected]
> https://puck.nether.net/mailman/listinfo/juniper-nsp
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to