Navigation
Related Documentation
- EX, J, M, MX, PTX, T Series
- Example: Configuring and Applying Junos Configuration Groups
- Creating a Junos Configuration Group
Example: Creating and Applying Configuration Groups on a TX Matrix Router
The following example shows how to configure and apply configuration groups on a TX Matrix Router:
[edit]groups {re0 { # Routing Engine 0 on TX Matrix routersystem {host-name hostname;backup-router ip-address;}interfaces {fxp0 {unit 0 {family inet {address ip-address;}}}}}re1 { # Routing Engine 1 on TX Matrix routersystem {host-name hostname;backup-router ip-address;}interfaces {fxp0 {unit 0 {family inet {address ip-address;}}}}}lcc0-re0 { # Routing Engine 0 on T640 router numbered 0system {host-name hostname;backup-router ip-address;}interfaces {fxp0 {unit 0 {family inet {address ip-address;}}}}}lcc0-re1 { # Routing Engine 1 on T640 router numbered 0system {host-name hostname;backup-router ip-address;}interfaces {fxp0 {unit 0 {family inet {address ip-address;}}}}}}apply-groups [ re0 re1 lcc0-re0 lcc0-re1 ];
Related Documentation
- EX, J, M, MX, PTX, T Series
- Example: Configuring and Applying Junos Configuration Groups
- Creating a Junos Configuration Group
Published: 2012-11-27
Related Documentation
- EX, J, M, MX, PTX, T Series
- Example: Configuring and Applying Junos Configuration Groups
- Creating a Junos Configuration Group