[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Example:
Creating and Applying Configuration Groups on a TX Matrix Platform
- [edit]
- groups {
- re0 { # Routing Engine 0 on TX Matrix platform
-
- system {
- host-name <host-name>;
- backup-router <ip-address>;
- }
-
- interfaces {
-
- fxp0 {
-
- unit 0 {
-
- family inet {
- address <ip-address>;
- }
- }
- }
- }
- }
- re1 { # Routing Engine 1 on TX Matrix platform
- system {
- host-name <host-name>;
- backup-router <ip-address>;
- }
- interfaces {
-
- fxp0 {
-
- unit 0 {
-
- family inet {
- address <ip-address>;
- }
- }
- }
- }
- lcc0-re0 { # Routing Engine 0 on T640 routing node numbered
0
- system {
- host-name <host-name>;
- backup-router <ip-address>;
- }
- interfaces {
-
- fxp0 {
-
- unit 0 {
-
- family inet {
- address <ip-address>;
- }
- }
- }
- lcc0-re1 { # Routing Engine 1 on T640 routing node numbered
0
-
- system {
- host-name <host-name>;
- backup-router <ip-address>;
- }
-
- interfaces {
-
- fxp0 {
-
- unit 0 {
-
- family inet {
- address <ip-address>;
- }
- }
- }
- }
- apply-groups [ re0 re1 lcc0-re0 lcc0-re1 ];
- }
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]