[j-nsp] implementing filters on all interfaces

Daniel Roesen dr at cluenet.de
Wed Apr 23 18:41:14 EDT 2003


On Wed, Apr 23, 2003 at 05:15:06PM +0200, Scott A. McIntyre wrote:
> Nice trick -- will that also work for vlans?  That is <ge-*.56> to match 
> any GigE interface that has vlan 56 defined within?

Yes, but different syntax:

groups {
    interface-defaults {
        interfaces {
            <ge-*> {
                unit <56> {
                     ....
                }
            }
        }
    }
}


Best regards,
Daniel


More information about the juniper-nsp mailing list