[j-nsp] M7i ASM

Eric Van Tol eric at atlantech.net
Wed Oct 31 15:20:40 EDT 2007


Hi all,
According to this page:

http://www.juniper.net/techpubs/software/junos/junos84/swconfig84-servic
es/id-10028063.html#id-10028063

the ASM for the M7i does not support lt- interfaces.  However, when I
configure one, it seems to work just fine:

admin# show logical-routers blah 
interfaces {
    lt-1/2/0 {
        unit 20 {
            encapsulation ethernet;
            peer-unit 10;
            family inet {
                address 192.168.1.2/30;
            }
        }
    }
}

[edit]
admin# show interfaces 
lt-1/2/0 {
    unit 10 {
        encapsulation ethernet;
        peer-unit 20;
        family inet {
            address 192.168.1.1/30;
        }
    }
}

[edit]
admin# run ping 192.168.1.2 rapid         
PING 192.168.1.2 (192.168.1.2): 56 data bytes
!!!!!
--- 192.168.1.2 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max/stddev = 0.645/0.684/0.825/0.071 ms


Has this recently been enabled for the M7i?

-evt


More information about the juniper-nsp mailing list