RE: some questions

From: Gary Tate (gtate@juniper.net)
Date: Fri Aug 03 2001 - 06:55:27 EDT


Hi Andrew,

MPLS Multicast Labels are not yet supported.

Logical interfaces filtering is supported e.g.

interfaces {
    at-1/2/0 {
        atm-options {
            vpi 0 maximum-vcs 2000;
        }
        unit 121 {
            vci 121;
            family inet {
                filter {
                    input test;
                }
                address 192.168.1.1/30;
            }
        }
    }
    ge-1/1/0 {
        unit 0 {
            family inet {
                filter {
                    input test;
                }
                address 10.10.10.10/24;
            }
        }
    }
}

Gary

>-----Original Message-----
>From: Andrew Smith [mailto:as160@yahoo.com]
>Sent: 03 August 2001 05:12
>To: juniper-nsp@puck.nether.net
>Subject: some questions
>
>
>Hi, all
>
>I have couple of questions.
>
>Is it possible to do filters at sub-interface level?
>Is multi-cast supported under MPLS?
>
>TIA
>---andrew
>
>__________________________________________________
>Do You Yahoo!?
>Make international calls for as low as $.04/minute with Yahoo!
>Messenger
>http://phonecard.yahoo.com/
>
>



This archive was generated by hypermail 2b29 : Mon Aug 05 2002 - 10:42:36 EDT