In this configuration example, a T640 routing node and four Routing Engines on the JCS 1200 platform are configured for route reflection.
This configuration example requires the following hardware and software components:
Figure 15: Example: Route Reflection
Figure 15 shows a T640 routing node (T-route) and four Routing Engines (RR, R1, R2, and R3) on the JCS 1200 chassis (bcg) are configured for route reflection.
Each router is configured as a separate PSD. Each PSD has an associated Routing Engine assigned on the JCS chassis and an associated FPC assigned on the T640 routing node. Table 22provides the chassis parameters required for the JCS 1200 platform and for the T640 routing node for each PSD.
Table 22: Chassis Parameters for Route Reflection
The configuration of route reflection is described in the following sections:
To configure the parameters required for Routing Engines in the JCS chassis:
To configure the Routing Engine in slot 1, issue the following command:
system> baydata —b 01 —data “V01–JCS1–SD2–PSD15–REP01–REB00–PRDSCE”
The baydata command specifies the target as a bay blade (-b), identifies the Routing Engine (blade) in slot 01, and specifies the following parameters:
To configure the Routing Engine in slot 2, issue the following command:
system> baydata —b 02 —data “V01–JCS1–SD1–PSD11–REP02–REB00–PRDT640”
The baydata command specifies the target as a bay blade (-b), identifies the blade (Routing Engine) in slot 02, and specifies the following parameters:
To configure the Routing Engine in slot 3, issue the following command:
system> baydata —b 03 —data “V01–JCS1–SD1–PSD12–REP03–REB00–PRDT640”
The baydata command specifies the target as a bay blade (-b), identifies the blade (Routing Engine) in slot 02, and specifies the following parameters:
To configure the Routing Engine in slot 4, issue the following command:
system> baydata —b 04 —data “V01–JCS1–SD1–PSD13–REP04–REB00–PRDT640”
The baydata command specifies the target as a bay blade (-b), identifies the blade (Routing Engine) in slot 02, and specifies the following parameters:
Display the results of the configuration:
system> baydata
Bay Status Definition 1 Supported V01-JCS1-SD2-PSD15-REP01-REB00-PRDSCE 2 Supported V01-JCS1-SD1-PSD11-REP02-REB00-PRDT640 3 Supported V01-JCS1-SD1-PSD12-REP03-REB00-PRDT640 4 Supported V01-JCS1-SD1-PSD13-REP04-REB00-PRDT640 5 No blade present 6 No blade present 7 No blade present 8 No blade present 9 No blade present 10 No blade present 11 No blade present 12 No blade present
To configure the RSD:
Display the results of the configuration:
- chassis {
-
- system-domains {
- root-domain-id 1;
-
- protected-system-domains {
-
- psd11 {
- description "bcgcpu2 SWLab R1";
- fpcs 1;
- control-system-id 1;
- control-slot-numbers 2;
- }
-
- psd12 {
- description "bcgcpu3 SWLab R2";
- fpcs 2;
- control-system-id 1;
- control-slot-numbers 3;
- }
-
- psd13 {
- description "bcgcpu4 SWLab R3";
- fpcs 0;
- control-system-id 1;
- control-slot-numbers 4;
- }
- }
- }
- }
The RSD configuration on the T640 routing node does not include a root-domain-id 2 statement for domain 2 (the route reflector domain) or any protected-system-domains PSD15 statements for the route reflector PSD. This is because the route reflector is self-contained within the JCS chassis and does not require configuration on the T640 routing node.
To configure the route reflector (PSD15):
Display the results of the configuration:
- interfaces {
-
- fxp0 {
-
- unit 1 {
-
- family inet {
- address 10.12.100.18/30;
- }
- }
- }
-
- fxp1 {
-
- unit 1 {
-
- family inet {
- address 10.12.100.14/30;
- }
- }
- }
- }
To configure Router 1 (PSD11):
Display the results of the configuration:
- interfaces {
-
- ge-1/1/0 {
-
- unit 0 {
-
- family inet {
- address 10.12.100.10/30;
- }
- }
- }
-
- ge-1/1/1 {
-
- unit 0 {
-
- family inet {
- address 10.12.100.6/30;
- }
- }
- }
- }
To configure Router 2 (PSD12):
Display the results of the configuration:
- interfaces {
-
- ge-2/0/1 {
-
- unit 0 {
-
- family inet {
- address 10.12.100.13/30;
- }
- }
- }
-
- ge-2/0/2 {
-
- unit 0 {
-
- family inet {
- address 10.12.100.5/30;
- }
- }
- }
-
- ge-2/0/3 {
-
- unit 0 {
-
- family inet {
- address 10.12.100.1/30;
- }
- }
- }
- }
To configure Router 3 (PSD13):
Display the results of the configuration:
- interfaces {
-
- ge-0/1/7 {
-
- unit 0 {
-
- family inet {
- address 10.12.100.2/30;
- }
- }
- }
-
- ge-0/2/3 {
-
- unit 0 {
-
- family inet {
- address 10.12.100.9/30;
- }
- }
- }
-
- ge-0/1/0 {
-
- unit 0 {
-
- family inet {
- address 10.12.100.17/30;
- }
- }
- }
- }