Topic: tech juniper ijos prev next
tech juniper ijos > 11: Interface Configuration Examples
Interface configuration hierachy, types and configuration groups
Physical (defined on the interface) & logical (defined on the unit) properties
edit chassis aggregated-devices ethernet device-count 1
edit devices ae0 aggregated-ether-options { lacp { passive. } } unit 0 { family ethernet-switching { port-mode trunk; vlan { members [ orange purple blue ]; } } }
edit interfaces ge-0/0/1 { gigether-options { 802.3ad ae0; } }
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 (‘#’).