Topic: tech juniper ijos prev next

tech juniper ijos > 11: Interface Configuration Examples

11: Interface Configuration Examples

Configuration Groups

edit groups
groups {
    <group-name> {
        <configuration-statements>;
    }
}

Wildcards such as can be used to allow configuration data to be inherited by multiple objects.

all-atm {
    interfaces {
        <at-*> {
            ...
        }
    }
 }

edit interfaces
    apply-groups all-atm

Use the ‘| display-inheritance’ option to explain where parts of the configuration came from, in comment lines (‘#’).