ON THIS PAGE
Port Speed
Summary
Learn about port speed on a device or line card, support for multiple port speed details, guidelines and how to configure the port speed.
Port Speed Overview
Port speed refers to the maximum amount of data that the line card transmits through a port at any given second. Port speed is measured as follows:
Kilobits per second (Kbps)
Gigabits per second (Gbps)
Terabits per second (Tbps)
Table 1 describes the different types of port speed configuration.
Table 1: Types of Port Speed Configuration
Port Speed Configuration Type | Description |
---|---|
PIC or MIC Level | You can configure all the ports in one PIC or MIC to operate at the same speed. For example, you can configure all the ports of a PIC that support port speed of 100 Gbps to operate at 100 Gbps speed. If you do not specify the speed by using the pic-mode statement, then the port operates in the default speed. |
Port Level | You can configure each port to operate at a different speed and thus enable each port. When you configure the port speed at the port level, you have the flexibility of operating the ports of the line card at different supported speeds. When you change the speed of a specific port in a given PIC using the speed statement, then only the speed of that port is modified. All other ports in the PIC remain unaffected. For example, you can configure four 10-Gigabit Ethernet interfaces on port 0, one 40-Gigabit Ethernet interface on port 1, and one 100-Gigabit Ethernet interface on port 2. |
Table 2: Port Speed Configuration at PIC Level– Chassis Hierarchy
Configuration Steps | PIC Level |
Step 1: At the PIC level, specify the operating speed for the PIC. | [edit chassis fpc fpc-slot pic pic-number] user@host# set pic-mode pic-speed For example: [edit chassis fpc 0 pic 0] user@host# set pic-mode 100g |
Step 2: (Optional) At the PIC level, configure the number of active physical ports that operate at the speed configured in Step 2. | [edit chassis fpc fpc-slot pic pic-number] user@host# set number-of-ports number-of-active-physical-ports For example: [edit chassis fpc 0 pic 0] user@host# set number-of-ports 4 |
Step 3: (Optional) Specify the number of logical interfaces that you want to create on a physical port. | [edit chassis fpc fpc-slot pic pic-number] user@host# set number-of-sub-ports number-of-sub-ports For example: [edit chassis fpc 0 pic 1] user@host# set number-of-sub-ports 4 |
Step 4: (Optional) Specify the port number that you want to power off. | [edit chassis fpc fpc-slot pic pic-number] user@host# set port port-number unused For example: [edit chassis fpc 0 pic 1] user@host# set port 2 Unused |
Step 5: Verify the configuration. | [edit chassis fpc 0 pic 0] user@host# show pic-mode 100G; number-of-ports 4; [edit chassis fpc 0 pic 1] user@host# show number-of-sub-ports 4; |
Step 6: Commit the configuration. |
Table 3: Port Speed Configuration at Port Level– Chassis Hierarchy
Configuration Steps | Port Level |
---|---|
Step 1: At the port level, specify the operating speed for the port. | [edit chassis fpc fpc-slot pic pic-number] user@host# set port port-number speed (10g | 40g | 100g) For example: |
Step 2: (Optional) Specify the number of logical interfaces that you want to create on a physical port. | [edit chassis fpc fpc-slot pic pic-number] user@host# set number-of-sub-ports number-of-sub-ports For example: [edit chassis fpc 0 pic 1] user@host# set number-of-sub-ports 4 |
Step 3: (Optional) Specify the port number that you want to power off. | [edit chassis fpc fpc-slot pic pic-number] user@host# set port port-number unused For example: [edit chassis fpc 0 pic 1] user@host# set port 2 Unused |
Step 4: Verify the configuration. | [edit chassis fpc 0 pic 0] user@host# show port 0 { speed 40g; } port 1 { speed 100g; } [edit chassis fpc 0 pic 1] user@host# show port 1 { number-of-sub-ports 4; } |
Step 6: Commit the configuration. |
Table 4 describes the steps to configure the port speed for non-channelized interfaces from the [edit interfaces] hierarchy.
Table 4: Port Speed Configuration for non-channelized interfaces -Interfaces Hierarchy
Configuration Steps | Non-Channelized Interfaces |
---|---|
Step 1: To indicate the speed at which the ports operate, configure the speed statement for the desired interfaces. | [edit interfaces interface-name] user@host# set speed (10g | 25g | 40g | 50g|
100g | 400g) For example: [edit interfaces et-1/0/3] user@host# set speed 100g |
Step 2: To configure the speed for a group of ports. | [edit ] user@host# wildcard range set interfaces interface-name speed speed For example: [edit ] user@host# wildcard range set interfaces et-1/0/[0-5]
speed 100g |
Step 3: To specify the number of interfaces you want to configure per port. | Not applicable |
Step 4: (Optional) To control the number of interfaces created on a physical port, use the unused statement. If you configure a port as unused, no interfaces are created for that port irrespective of the port profile configuration for that port. | [edit] user@host# set interfaces interface-name unused For example: [edit] user@host# set interfaces et-2/0/3 unused In this example, no interfaces (channelized or non-channelized) are created on port 3 of the line card installed in the FPC slot 2. |
Step 5: Verify the configuration. | et-x/y/z { speed 100g; unit 0 { ... } ... unit N { ... } } ... et-x/y/z { unused; |
Step 6: Commit the configuration. |
Table 5: Port Speed Configuration for channelized interfaces -Interfaces Hierarchy
Configuration Steps | Channelized Interfaces | |
---|---|---|
Step 1: To indicate the speed at which the ports operate, configure the speed statement for the desired interfaces. | [edit interfaces interface-name] user@host# set speed (10g | 25g | 40g | 50g|
100g | 400g) For example: [edit interfaces et-1/0/3] user@host# set speed 100g | |
Step 2: To configure the speed for a group of ports. | [edit ] user@host# wildcard range set interfaces interface-name speed speed For example: [edit ] user@host# wildcard range set interfaces et-1/0/[7-12]
speed 100g | |
Step 3: To specify the number of interfaces you want to configure per port. | [edit interfaces interface-name] user@host# set number-of-sub-ports number-of-sub-ports For example: [edit interfaces et-1/0/3] user@host# set number-of-sub-ports 4 In this example, in Step 1 and Step 2, you configure 4x100GE channelized interfaces. | |
Step 4: (Optional) To control the number of interfaces created on a physical port, use the unused statement. If you configure a port as unused, no interfaces are created for that port irrespective of the port profile configuration for that port. | [edit] user@host# set interfaces interface-name unused For example: [edit] user@host# set interfaces et-2/0/4 unused In this example, no interfaces (channelized or non-channelized) are created on port 4 of the line card installed in the FPC slot 2. | |
Step 5: Verify the configuration. | et-x/y/z { speed 100g; unit 0 { ... } ... unit N { ... } } ... et-x/y/z { unused; | et-x/y/z { speed 100g; number-of-sub-ports 4; et-x/y/z:0 { unit 0{ ... } } et-x/y/z:1 { unit 0{ ... } } et-x/y/z:2 { unit 0{ ... } } et-x/y/z:3 { unit 0{ ... } } ... et-x/y/z:6 { unused; |
Step 6: Commit the configuration. |
Interface Naming Conventions
Each interface name includes a unique identifier and follows a naming convention. When you configure the interface, use the interface name. You can either configure a port as a single interface (non channelized interface) or partition the port into smaller data channels or multiple interfaces (channelized interfaces).
When multiple interfaces are supported on a physical port, you use the colon (:) notation in the interface naming conventions as a delimiter to differentiate the multiple interfaces on a physical port. In the interface naming convention, xe-x/y/z:channel:
x refers to the FPC slot number.
y refers to the PIC slot number.
z refers to the physical port number.
channel refers to the number of channelized interfaces.
When the 40-Gigabit Ethernet interfaces (et-fpc/pic/port) are channelized as 10-Gigabit Ethernet interfaces, the interface appears in the xe-fpc/pic/port:channel format, and channel is a value of 0 through 3.
Table 6 describes the naming formats for the channelized and non-channelized interfaces.
Table 6: Channelized and Non-Channelized Interface Naming Formats
Interfaces | Non-channelized Interfaces Naming Formats | Channelized Interfaces Naming Formats |
---|---|---|
10-Gigabit Ethernet Interfaces | Prefix is xe-. The interface name appears in the xe-fpc/pic/port format. | Prefix is xe-. The interface name appears in the xe-fpc/pic/port:channel format. |
25-Gigabit Ethernet Interfaces, 40-Gigabit Ethernet Interfaces, 100-Gigabit Ethernet Interfaces, 200-Gigabit Ethernet Interfaces, and 400-Gigabit Ethernet Interfaces. | Prefix is et-. The interface name appears in the et-fpc/pic/port format. | Prefix is et-. The interface name appears in the et-fpc/pic/port:channel format. |
What is Oversubscription?
Oversubscription occurs when you configure the speed of a port at the PIC level, and all ports that support that speed are enabled. To prevent oversubscription, you can configure the number of active ports that operate at the configured speed. Interfaces are created only for active ports. When oversubscription of Packet Forwarding Capacity is not supported, the demand on each Packet Forwarding Engine should be less than or equal to its forwarding capacity.
Port Speed on MX10003 MPC Overview
For information on the line card, see MX Series 5G Universal Routing Platform Interface Module Reference.
For information about platform support, see Hardware Compatibility Tool (HCT).
Table 7 summarizes the Packet Forwarding Engine mapping and the supported port speeds.
Table 7: Port Speed for MX10003 MPC
PIC | Port Number | Port Speed Supported |
---|---|---|
PIC 0 (Fixed-port PIC) | 0-5 | 40-Gigabit Ethernet 4x10-Gigabit Ethernet All the 4x10-Gigabit Ethernet ports can operate in 1 Gbps mode. |
PIC 1 (Multi-Rate MIC) | 0-11 | 40-Gigabit Ethernet 4x10-Gigabit Ethernet 100-Gigabit Ethernet On the non-MASCEC MIC, all the 4x10-Gigabit Ethernet ports can operate in 1 Gbps mode. |
Follow these guidelines when you configure the speed of a port:
By default, the MX10003 router comes up with the PIC mode where all the interface operates at the same speed of 10-Gbps. That is, by default, both the PICs (PIC 0 and PIC 1) operate at 10-Gbps speed. To use different port speeds, you must first switch to the port mode and then change the default speed.
To change the default speed, you must select a port and configure a different port speed on it and reset both the PICs for the configuration to take effect. For example, select 40GE or 100GE on PIC 1 and 10GE on PIC 0. For this configuration to take effect, you must reset both PICs.
Regardless of the line card— MIC (PIC1) or fixed-port PIC (PIC0) installed —you must configure both the PICs and all the associated ports, under the [edit chassis] hierarchy. Configuring ports on only one of the PICs results in an invalid configuration.
The port speed configuration on the fixed-port PIC and the MIC must be homogenous. However, at port level you can configure port speeds in heterogeneous mode.
For example, if you want to configure the port speed as 10 Gbps, the port speed of the fixed-port PIC and the MIC should be configured to 10 Gbps. If you want to configure the port speed as 40 Gbps, the port speed of the fixed-port PIC and the MIC should be configured to 40 Gbps. However, if you choose to configure all ports of the MX10003 MPC to operate as 100-Gigabit Ethernet interfaces, the ports on the MIC have to be configured to 100 Gbps and the number-of-ports number-of-active-physical-ports statement on the fixed-port PIC must be set to 0.
When you configure the port speed at the port level, only the configured ports are active. Other ports are disabled.
When you choose an existing port speed configuration with an invalid port speed configuration, an alarm is generated indicating that the port speed configuration is invalid.
You cannot configure the ports which will oversubscribe the Packet Forwarding Engine. For example, a combination of eleven 100-Gigabit Ethernet interfaces on the MIC and ten 10-Gigabit Ethernet interfaces on the fixed-port PIC will result in an invalid configuration. If you try to commit an invalid configuration, the configuration will get committed. However, the port will not be activated. You can execute the show chassis alarms to display the error message. The valid configuration in this case would be eleven 100-Gigabit Ethernet interfaces on the MIC and eight 10-Gigabit Ethernet interfaces on the fixed-port PIC.
You cannot configure the speed of the port at the PIC level and the port level simultaneously. Error messages are displayed when you try to commit such configurations.
When you change an existing port speed configuration at the port level, you must reset the PIC for the configuration to take effect. When you change an existing port speed configuration at the PIC level, the MPC automatically resets the PIC.
For information on how to configure the speed at the PIC level, see Table 2. For information on how to configure the speed at the port level, see Table 3.
Port Speed Support on MX10003 MPC
Table 8 summarizes the port mode configuration at the Packet Forwarding Engine level.
Table 8: PFE Based Port Mode Configuration
Port Speed configuration on PIC1(Gbps) | Port speed configuration on PIC0(Gbps) | ||||
---|---|---|---|---|---|
100 | 100 | 100 | 100 | 0 | 0 |
100 | 100 | 100 | 10/40 | 0 | 0 |
100 | 100 | 100 | 0 | 10/40 | 10/40 |
100 | 100 | 10/40 | 10/40 | 10/40 | 10/40 |
100 | 10/40 | 10/40 | 10/40 | 10/40 | 10/40 |
10/40 | 10/40 | 10/40 | 0 | 10/40 | 10/40 |
10/40 | 10/40 | 10/40 | 10/40 | 0 | 0 |
Use the port-checker tool to check whether the combination of ports you want to use is valid or not.
Table 9 summarizes the PIC mode configuration.
Table 9: PIC Mode Configuration
Port Speed configuration on PIC1(Gbps) | Port speed configuration on PIC0(Gbps) |
---|---|
100 | 0 Configure the number of ports to 0. |
10 | 10 |
40 | 40 |
Interface Naming Conventions
Table 10 lists the naming conventions used for interfaces on the fixed-port PIC when installed in slot 0 of the MX10003 MPC. Table 11 lists the naming conventions used for interfaces on the modular MIC when installed in slot 1 of the MPC.
Table 10: Interface Naming Convention for the Fixed-Port PIC in Slot 0 of MX10003 MPC
Packet Forwarding Engine | 10-Gigabit Ethernet Interface | 40-Gigabit Ethernet Interface | 100-Gigabit Ethernet Interface |
---|---|---|---|
0 | xe-x/0/0:[0-3] | et-x/0/0 | – |
xe-x/0/1:[0-3] | et-x/0/1 | – | |
1 | xe-x/0/2:[0-3] | et-x/0/2 | – |
xe-x/0/3:[0-3] | et-x/0/3 | – | |
2 | xe-x/0/4:[0-3] | et-x/0/4 | – |
xe-x/0/5:[0-3] | et-x/0/5 | – |
Table 11: Interface Naming Convention for Modular MIC Installed in Slot 1 of MX10003 MPC
Packet Forwarding Engine | 10-Gigabit Ethernet Interface | 40-Gigabit Ethernet Interface | 100-Gigabit Ethernet Interface |
---|---|---|---|
0 | xe-x/1/0:[0-3] | et-x/1/0 | et-x/1/0 |
xe-x/1/1:[0-3] | et-x/1/1 | et-x/1/1 | |
xe-x/1/2:[0-3] | et-x/1/2 | et-x/1/2 | |
xe-x/1/3:[0-3] | et-x/1/3 | et-x/1/3 | |
1 | xe-x/1/4:[0-3] | et-x/1/4 | et-x/1/4 |
xe-x/1/5[0-3] | et-x/1/5 | et-x/1/5 | |
xe-x/1/6[0-3] | et-x/1/6 | et-x/1/6 | |
xe-x/1/7:[0-3] | et-x/1/7 | et-x/1/7 | |
2 | xe-x/1/8:[0-3] | et-x/1/8 | et-x/1/8 |
xe-x/1/9:[0-3] | et-x/1/9 | et-x/1/9 | |
xe-x/1/10:[0-3] | et-x/1/10 | et-x/1/10 | |
xe-x/1/11:[0-3] | et-x/1/11 | et-x/1/11 |
Supported Active Physical Ports on MX10003 MPC to Prevent Oversubscription
Table 12 lists the active physical ports on MX10003 MPC at the MIC Level.
Table 12: Active Physical Ports on the MX10003 MPC at the MIC level
Ports Configured (number-of-ports Statement) | Active Physical Ports for Different Configured Speeds | ||
---|---|---|---|
10-Gigabit Ethernet | 40-Gigabit Ethernet | 100-Gigabit Ethernet | |
1 | 0 | 0 | 0 |
2 | 0, 4 | 0, 4 | 0, 4 |
3 | 0, 4, 8 | 0, 4, 8 | 0, 4, 8 |
4 | 0, 1, 4, 8 | 0, 1, 4, 8 | 0, 1, 4, 8 |
5 | 0, 1, 4, 5, 8 | 0, 1, 4, 5, 8 | 0, 1, 4, 5, 8 |
6 | 0, 1, 4, 5, 8, 9 | 0, 1, 4, 5, 8, 9 | 0, 1, 4, 5, 8, 9 |
7 | 0, 1, 2, 4, 5, 8, 9 | 0, 1, 2, 4, 5, 8, 9 | 0, 1, 2, 4, 5, 8, 9 |
8 | 0, 1, 2, 4, 5, 6, 8, 9 | 0, 1, 2, 4, 5, 6, 8, 9 | 0, 1, 2, 4, 5, 6, 8, 9 |
9 | 0, 1, 2, 4, 5, 6, 8, 9, 10 | 0, 1, 2, 4, 5, 6, 8, 9, 10 | 0, 1, 2, 4, 5, 6, 8, 9, 10 |
10 | 0, 1, 2, 3, 4, 5, 6, 8, 9, 10 | 0, 1, 2, 3, 4, 5, 6, 8, 9, 10 | 0, 1, 2, 3, 4, 5, 6, 8, 9, 10 |
11 | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 |
12 | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 |
Table 13 list the active physical ports on MX10003 MPC at PIC Level.
Table 13: Active Physical Ports on MX10003 MPC at the PIC level
Ports Configured (number-of-ports Statement) | Active Physical Ports for Different Configured Speeds | |
---|---|---|
10-Gigabit Ethernet | 40-Gigabit Ethernet | |
1 | 0 | 0 |
2 | 0, 2 | 0, 2 |
3 | 0, 2, 4 | 0, 2, 4 |
4 | 0, 1, 2, 4 | 0, 1, 2, 4 |
5 | 0, 1, 2, 3, 4 | 0, 1, 2, 3, 4 |
6 | 0, 1, 2, 3, 4, 5 | 0, 1, 2, 3, 4, 5 |
Port Speed on MPC10E-10C-MRATE Overview
For information on the line card, see MX Series 5G Universal Routing Platform Interface Module Reference.
For information about platform support, see Hardware Compatibility Tool (HCT).
Table 14 summarizes the Packet Forwarding Engine mapping and the supported port speeds.
Table 14: Port Speed for MPC10E-10C-MRATE
PIC | Port Number | Port Speed Supported |
---|---|---|
PIC 0 (or PFE 0) | 0-4 | 40-Gigabit Ethernet 4x10-Gigabit Ethernet 4x25-Gigabit Ethernet 100-Gigabit Ethernet 400-Gigabit Ethernet (Only on port 4) Default: All active ports operate in 100 Gbps mode. |
PIC 1 (or PFE 1) | 0-4 | 40-Gigabit Ethernet 4x10-Gigabit Ethernet 4x25-Gigabit Ethernet 100-Gigabit Ethernet 400-Gigabit Ethernet (Only on port 4) Default: All active ports operate in 100 Gbps mode. |
Follow these guidelines when you configure the speed of a port:
By default, the MPC10E-10C-MRATE comes up with the PIC mode where all the interface operates at the same speed of 100-Gbps. That is, by default, all the PICs (PIC 0 and PIC 1) operate at 100-Gbps speed.
When you change the speed at the PIC level, the PIC restarts automatically with the new configured speed.
When you configure the speed of a port at the port level, then only the speed of that port is modified. All other ports in the PIC remain unaffected.
You cannot configure the port speed at the PIC level and the port level simultaneously. Commit fails when you configure the port speed at the PIC level and port level simultaneously.
For information on how to configure the speed at the PIC level, see Table 2. For information on how to configure the speed at the port level, see Table 3.
Port Speed Support on MPC10E-10C-MRATE
Different PICs in the MPC10E-10C-MRATE can operate at different speeds. That is, PIC speed of one PIC does not apply to the other PICs in the MPC.
Table 15 summarizes the port profile configuration on MPC10E-10C-MRATE.
Table 15: Port speed support on MPC10E-10C-MRATE
PIC level Profile | Port level Profile | |||||
---|---|---|---|---|---|---|
10G | 25G | 40G | 100G | 400G | ||
PIC 0 (5xQSFP28 PIC) | Yes | Yes | Yes | Yes | Yes | Yes |
PIC 1 (5xQSFP28 PIC) | Yes | Yes | Yes | Yes | Yes | Yes |
Interface Naming Conventions
Table 16 lists the interface naming conventions for the MPC10E-10C-MRATE.
Table 16: Interface Naming Convention for MPC10E-10C-MRATE
PIC | 10-Gigabit Ethernet Interface | 25-Gigabit Ethernet Interface | 40-Gigabit Ethernet Interface | 100-Gigabit Ethernet Interface | 400-Gigabit Ethernet Interface |
---|---|---|---|---|---|
0 | xe-x/0/0:[0-3] | et-x/0/0:[0-3] | et-x/0/0 | et-x/0/0 | - |
xe-x/0/1:[0-3] | et-x/0/1:[0-3] | et-x/0/1 | et-x/0/1 | - | |
xe-x/0/2:[0-3] | et-x/0/2: [0-3] | et-x/0/2 | et-x/0/2 | - | |
xe-x/0/3:[0-3] | et-x/0/3: [0-3] | et-x/0/3 | et-x/0/3 | - | |
xe-x/0/4:[0-3] | et-x/0/4: [0-3] | et-x/0/4 | et-x/0/4 | et-x/0/4 | |
1 | xe-x/1/0:[0-3] | et-x/1/0: [0-3] | et-x/1/0 | et-x/1/0 | - |
xe-x/1/1:[0-3] | et-x/1/1:[0-3] | et-x/1/1 | et-x/1/1 | - | |
xe-x/1/2:[0-3] | et-x/1/2:[0-3] | et-x/1/2 | et-x/1/2 | - | |
xe-x/1/3:[0-3] | et-x/1/3:[0-3] | et-x/1/3 | et-x/1/3 | - | |
xe-x/1/4:[0-3] | et-x/1/4:[0-3] | et-x/1/4 | et-x/1/4 | et-x/0/4 |
Supported Active Physical Ports on MPC10E-10C-MRATE to Prevent Oversubscription
Table 17 lists the active ports with port speed configuration at PIC level for MPC10E-10C-MRATE.
Table 17: Active Ports with port speed configured at PIC level
PIC Type | Number of Active Ports | 10-Gigabit Ethernet | 25-Gigabit Ethernet | 40-Gigabit Ethernet | 100-Gigabit Ethernet | 400-Gigabit Ethernet |
---|---|---|---|---|---|---|
5xQSFP28 PIC (PIC 0) | 1 | 0 | 0 | 0 | 0 | 4 |
2 | 0, 1 | 0,1 | 0, 1 | 0, 1 | 4 | |
3 | 0, 1, 2 | 0,1,2 | 0, 1, 2 | 0, 1, 2 | 4 | |
4 | 0, 1, 2, 3 | 0,1,2,3 | 0, 1, 2, 3 | 0, 1, 2, 3 | 4 | |
5 | 0, 1, 2, 3, 4 | 0,1,2,3,4 | 0, 1, 2, 3, 4 | 0, 1, 2, 3, 4 | 4 | |
5xQSFP28 PIC (PIC 1) | 1 | 0 | 0 | 0 | 0 | 4 |
2 | 0, 1 | 0,1 | 0, 1 | 0, 1 | 4 | |
3 | 0, 1, 2 | 0,1,2 | 0, 1, 2 | 0, 1, 2 | 4 | |
4 | 0, 1, 2, 3 | 0,1,2,3 | 0, 1, 2, 3 | 0, 1, 2, 3 | 4 | |
5 | 0, 1, 2, 3, 4 | 0,1,2,3,4 | 0, 1, 2, 3, 4 | 0, 1, 2, 3, 4 | 4 |
Port Speed on MPC10E-15C-MRATE Overview
For information on the line card, see MX Series 5G Universal Routing Platform Interface Module Reference.
For information about platform support, see Hardware Compatibility Tool (HCT).
Table 18 summarizes the Packet Forwarding Engine mapping and the supported port speeds.
Table 18: Port Speed for MPC10E-15C-MRATE
PIC | Port Number | Port Speed Supported |
---|---|---|
PIC 0 (or PFE 0) | 0-4 | 40-Gigabit Ethernet 4x10-Gigabit Ethernet 4x25-Gigabit Ethernet 100-Gigabit Ethernet 400-Gigabit Ethernet (Only on port 4) Default: All active ports operate in 100 Gbps mode. |
PIC 1 (or PFE 1) | 0-4 | 40-Gigabit Ethernet 4x10-Gigabit Ethernet 4x25-Gigabit Ethernet 100-Gigabit Ethernet 400-Gigabit Ethernet (Only on Port 4) Default: All active ports operate in 100 Gbps mode. |
PIC 2 (or PFE 2) | 0-4 | 40-Gigabit Ethernet 4x10-Gigabit Ethernet 4x25-Gigabit Ethernet 100-Gigabit Ethernet 400-Gigabit Ethernet (Only on port 4) Default: All active ports operate in 100 Gbps mode. |
Follow these guidelines when you configure the speed of a port:
By default, the MPC10E-15C-MRATE comes up with the PIC mode where all the interface operates at the same speed of 100-Gbps. That is, by default, all the PICs (PIC 0, PIC1 and PIC 2) operate at 100-Gbps speed.
When you change the speed at the PIC level, the PIC restarts automatically with the new configured speed.
When you configure the speed of a port at the port level, then only the speed of that port is modified. All other ports in the PIC remain unaffected.
You cannot configure the port speed at the PIC level and the port level simultaneously. Commit fails when you configure the port speed at the PIC level and port level simultaneously.
For information on how to configure the speed at the PIC level, see Table 2. For information on how to configure the speed at the port level, see Table 3.
Port Speed Support on MPC10E-15C-MRATE
Different PICs in the MPC10E-15C-MRATE can operate at different speeds. That is, PIC speed of one PIC does not apply to the other PICs in the MPC.
Table 19 summarizes the port profile configuration on MPC10E-15C-MRATE.
Table 19: Port speed support on MPC10E-15C-MRATE
PIC | PIC level Profile | Port level Profile | ||||
---|---|---|---|---|---|---|
10G | 25G | 40G | 100G | 400G | ||
PIC 0 (5xQSFP28 PIC) | Yes | Yes | Yes | Yes | Yes | Yes |
PIC 1 (5xQSFP28 PIC) | Yes | Yes | Yes | Yes | Yes | Yes |
PIC 2 (5xQSFP28 PIC) | Yes | Yes | Yes | Yes | Yes | Yes |
Interface Naming Conventions
Table 20 lists the interface naming conventions for the MPC10E-15C-MRATE.
Table 20: Interface Naming Convention for MPC10E-15C-MRATE
PIC | 10-Gigabit Ethernet Interface | 25-Gigabit Ethernet Interface | 40-Gigabit Ethernet Interface | 100-Gigabit Ethernet Interface | 400-Gigabit Ethernet Interface |
---|---|---|---|---|---|
0 | xe-x/0/0:[0-3] | et-x/0/0:[0-3] | et-x/0/0 | et-x/0/0 | - |
xe-x/0/1:[0-3] | et-x/0/1:[0-3] | et-x/0/1 | et-x/0/1 | - | |
xe-x/0/2:[0-3] | et-x/0/2: [0-3] | et-x/0/2 | et-x/0/2 | - | |
xe-x/0/3:[0-3] | et-x/0/3: [0-3] | et-x/0/3 | et-x/0/3 | - | |
xe-x/0/4:[0-3] | et-x/0/4: [0-3] | et-x/0/4 | et-x/0/4 | et-x/0/4 | |
1 | xe-x/1/0:[0-3] | et-x/1/0: [0-3] | et-x/1/0 | et-x/1/0 | - |
xe-x/1/1:[0-3] | et-x/1/1:[0-3] | et-x/1/1 | et-x/1/1 | - | |
xe-x/1/2:[0-3] | et-x/1/2:[0-3] | et-x/1/2 | et-x/1/2 | - | |
xe-x/1/3:[0-3] | et-x/1/3:[0-3] | et-x/1/3 | et-x/1/3 | - | |
xe-x/1/4:[0-3] | et-x/1/4:[0-3] | et-x/1/4 | et-x/1/4 | et-x/0/4 | |
2 | xe-x/2/0:[0-3] | et-x/2/0: [0-3] | et-x/2/0 | et-x/2/0 | - |
xe-x/2/1:[0-3] | et-x/2/1: [0-3] | et-x/2/1 | et-x/2/1 | - | |
xe-x/2/2:[0-3] | et-x/2/2: [0-3] | et-x/2/2 | et-x/2/2 | - | |
xe-x/2/3:[0-3] | et-x/2/3: [0-3] | et-x/2/3 | et-x/2/3 | - | |
xe-x/2/4:[0-3] | et-x/2/4: [0-3] | et-x/2/4 | et-x/2/4 | et-x/0/4 |
Supported Active Physical Ports on MPC10E-15C-MRATE to Prevent Oversubscription
Table 21 list the active ports with port speed configuration at PIC level for MPC10E-15C-MRATE.
Table 21: Active Ports with port speed configuration at PIC level
PIC Type | Number of Active Ports | 10-Gigabit Ethernet | 25-Gigabit Ethernet | 40-Gigabit Ethernet | 100-Gigabit Ethernet | 400-Gigabit Ethernet |
---|---|---|---|---|---|---|
5xQSFP28 PIC (PIC 0) | 1 | 0 | 0 | 0 | 0 | 4 |
2 | 0, 1 | 0,1 | 0, 1 | 0, 1 | 4 | |
3 | 0, 1, 2 | 0,1,2 | 0, 1, 2 | 0, 1, 2 | 4 | |
4 | 0, 1, 2, 3 | 0,1,2,3 | 0, 1, 2, 3 | 0, 1, 2, 3 | 4 | |
5 | 0, 1, 2, 3, 4 | 0,1,2,3,4 | 0, 1, 2, 3, 4 | 0, 1, 2, 3, 4 | 4 | |
5xQSFP28 PIC (PIC 1) | 1 | 0 | 0 | 0 | 0 | 4 |
2 | 0, 1 | 0,1 | 0, 1 | 0, 1 | 4 | |
3 | 0, 1, 2 | 0,1,2 | 0, 1, 2 | 0, 1, 2 | 4 | |
4 | 0, 1, 2, 3 | 0,1,2,3 | 0, 1, 2, 3 | 0, 1, 2, 3 | 4 | |
5 | 0, 1, 2, 3, 4 | 0,1,2,3,4 | 0, 1, 2, 3, 4 | 0, 1, 2, 3, 4 | 4 | |
5xQSFP28 PIC (PIC 2) | 1 | 0 | 0 | 0 | 0 | 4 |
2 | 0, 1 | 0,1 | 0, 1 | 0, 1 | 4 | |
3 | 0, 1, 2 | 0,1,2 | 0, 1, 2 | 0, 1, 2 | 4 | |
4 | 0, 1, 2, 3 | 0,1,2,3 | 0, 1, 2, 3 | 0, 1, 2, 3 | 4 | |
5 | 0, 1, 2, 3, 4 | 0,1,2,3,4 | 0, 1, 2, 3, 4 | 0, 1, 2, 3, 4 | 4 |
Port Speed on MX2K-MPC11E Overview
For information on the line card, see MX Series 5G Universal Routing Platform Interface Module Reference.
For information about platform support, see Hardware Compatibility Tool (HCT).
Table 22 summarizes the Packet Forwarding Engine mapping and the supported port speeds.
Table 22: Port Speed for the MX2K-MPC11E
PIC | Port Number | Port Speed Supported |
---|---|---|
PIC 0 (or PFE 0) | 0 | 40-Gigabit Ethernet 4x10-Gigabit Ethernet 100-Gigabit Ethernet 400-Gigabit Ethernet 4x100-Gigabit Ethernet Default: All active ports operate in 100-Gigabit Ethernet mode. |
1-4 | 100-Gigabit Ethernet Default: All active ports operate in 100-Gigabit Ethernet mode. | |
PIC 1 (or PFE 1) | 0 | 40-Gigabit Ethernet 4x10-Gigabit Ethernet 100-Gigabit Ethernet 400-Gigabit Ethernet 4x100-Gigabit Ethernet Default: All active ports operate in 100-Gigabit Ethernet mode. |
1-4 | 100-Gigabit Ethernet Default: All active ports operate in 100-Gigabit Ethernet mode. | |
PIC 2 (or PFE 2) | 0 | 40-Gigabit Ethernet 4x10-Gigabit Ethernet 100-Gigabit Ethernet 400-Gigabit Ethernet 4x100-Gigabit Ethernet Default: All active ports operate in 100-Gigabit Ethernet mode. |
1-4 | 100-Gigabit Ethernet Default: All active ports operate in 100-Gigabit Ethernet mode. | |
PIC 3 (or PFE 3) | 0 | 40-Gigabit Ethernet 4x10-Gigabit Ethernet 100-Gigabit Ethernet 400-Gigabit Ethernet 4x100-Gigabit Ethernet Default: All active ports operate in 100-Gigabit Ethernet mode. |
1-4 | 100-Gigabit Ethernet Default: All active ports operate in 100-Gigabit Ethernet mode. | |
PIC 4 (or PFE 4) | 0 | 40-Gigabit Ethernet 4x10-Gigabit Ethernet 100-Gigabit Ethernet 400-Gigabit Ethernet 4x100-Gigabit Ethernet Default: All active ports operate in 100-Gigabit Ethernet mode. |
1-4 | 100-Gigabit Ethernet Default: All active ports operate in 100-Gigabit Ethernet mode. | |
PIC 5 (or PFE 5) | 0 | 40-Gigabit Ethernet 4x10-Gigabit Ethernet 100-Gigabit Ethernet 400-Gigabit Ethernet 4x100-Gigabit Ethernet Default: All active ports operate in 100-Gigabit Ethernet mode. |
1-4 | 100-Gigabit Ethernet Default: All active ports operate in 100-Gigabit Ethernet mode. | |
PIC 6 (or PFE 6) | 0 | 40-Gigabit Ethernet 4x10-Gigabit Ethernet 100-Gigabit Ethernet 400-Gigabit Ethernet 4x100-Gigabit Ethernet Default: All active ports operate in 100-Gigabit Ethernet mode. |
1-4 | 100-Gigabit Ethernet Default: All active ports operate in 100-Gigabit Ethernet mode. | |
PIC 7 (or PFE 7) | 0 | 40-Gigabit Ethernet 4x10-Gigabit Ethernet 100-Gigabit Ethernet 400-Gigabit Ethernet 4x100-Gigabit Ethernet Default: All active ports operate in 100-Gigabit Ethernet mode. |
1-4 | 100-Gigabit Ethernet Default: All active ports operate in 100-Gigabit Ethernet mode. |
Follow these guidelines when you configure the speed of a port:
If you do not configure the port speed at the PIC level using the pic-mode option, then the default port speed is 100 Gbps.
Ports 0 through 4 on each PIC of the MX2K-MPC11E MPC supports speeds of 100 Gbps.
When you change the speed at the PIC level, the PIC restarts automatically with the new configured speed.
You cannot configure the port speed at the PIC level and the port level simultaneously. Error messages are displayed when you attempt to commit the configuration.
When you change the port configuration at the port level, the interfaces corresponding to the affected port are deleted and then re-created.
You can configure a maximum bandwidth of 500 Gbps per PIC. For example, if you configure the speed of Port 0 of a PIC to 400 Gbps, and the speed of Port 1 of a PIC to 100 Gbps, then you cannot configure any additional ports on that PIC. If you attempt to configure an additional port, it is an invalid configuration.
If you configure the port speed of a port on any PIC to 100 Gbps and then configure the port speed of port 0 of the same PIC to 400 Gbps, an alarm is generated to indicate that you must restart the PIC. The 400-Gigabit Ethernet interface is created only after you manually restart the PIC.
When you change an existing port speed configuration with an invalid port speed configuration, an alarm is generated indicating that the port speed configuration is invalid. The MPC continues to operate using the existing port speed configuration or the default port speed.
For information on how to configure the speed at the PIC level, see Table 2. For information on how to configure the speed at the port level, see Table 3.
Interface Naming Conventions for MPC11E
Table 23 lists the interface naming conventions for the MX2K-MPC11E.
Table 23: Interface Naming Convention for MX2K-MPC11E
PIC | 10-Gigabit Ethernet Interface | 40-Gigabit Ethernet Interface | 100-Gigabit Ethernet Interface | 4x100-Gigabit Ethernet Interface | 400-Gigabit Ethernet Interface |
---|---|---|---|---|---|
0 | xe-x/0/0:[0-3] | et-x/0/0 | et-x/0/0 | et-x/0/0:[0-3] | et-x/0/0 |
et-x/0/1 | - | ||||
et-x/0/2 | - | ||||
et-x/0/3 | - | ||||
et-x/0/4 | - | ||||
1 | xe-x/1/0:[0-3] | et-x/1/0 | et-x/1/0 | et-x/1/0:[0-3] | et-x/1/0 |
et-x/1/1 | - | ||||
et-x/1/2 | - | ||||
et-x/1/3 | - | ||||
et-x/1/4 | - | ||||
2 | xe-x/2/0:[0-3] | et-x/2/0 | et-x/2/0 | et-x/2/0:[0-3] | et-x/2/0 |
et-x/2/1 | - | ||||
et-x/2/2 | - | ||||
et-x/2/3 | - | ||||
et-x/2/4 | - | ||||
3 | xe-x/3/0:[0-3] | et-x/3/0 | et-x/3/0 | et-x/3/0:[0-3] | et-x/3/0 |
et-x/3/1 | - | ||||
et-x/3/2 | - | ||||
et-x/3/3 | - | ||||
et-x/3/4 | - | ||||
4 | xe-x/4/0:[0-3] | et-x/4/0 | et-x/4/0 | et-x/4/0:[0-3] | et-x/4/0 |
et-x/4/1 | - | ||||
et-x/4/2 | - | ||||
et-x/4/3 | - | ||||
et-x/4/4 | - | ||||
5 | xe-x/5/0:[0-3] | et-x/5/0 | et-x/5/0 | et-x/5/0:[0-3] | et-x/5/0 |
et-x/5/1 | - | ||||
et-x/5/2 | - | ||||
et-x/5/3 | - | ||||
et-x/5/4 | - | ||||
6 | xe-x/6/0:[0-3] | et-x/6/0 | et-x/6/0 | et-x/6/0:[0-3] | et-x/6/0 |
et-x/6/1 | - | ||||
et-x/6/2 | - | ||||
et-x/6/3 | - | ||||
et-x/6/4 | - | ||||
7 | xe-x/7/0:[0-3] | et-x/7/0 | et-x/7/0 | et-x/7/0:[0-3] | et-x/7/0 |
et-x/7/1 | - | ||||
et-x/7/2 | - | ||||
et-x/7/3 | - | ||||
et-x/7/4 | - |
Supported Active Physical Ports on MX2K-MPC11E to Prevent Oversubscription
Table 24 list the active ports with port speed configuration at PIC level for MX2K-MPC11E.
Table 24: Active Ports with port speed configuration at PIC level
PIC Type | Number of Active Ports | 10-Gigabit Ethernet | 40-Gigabit Ethernet | 100-Gigabit Ethernet | 400-Gigabit Ethernet |
---|---|---|---|---|---|
5xQSFP28 PIC (PIC 0) | 1 | 0 | 0 | 0 | 0 |
2 | 0 | 0 | 0, 1 | 0 | |
3 | 0 | 0 | 0, 1, 2 | 0 | |
4 | 0 | 0 | 0, 1, 2, 3 | 0 | |
5 | 0 | 0 | 0, 1, 2, 3, 4 | 0 | |
5xQSFP28 PIC (PIC 1) | 1 | 0 | 0 | 0 | 0 |
2 | 0 | 0 | 0, 1 | 0 | |
3 | 0 | 0 | 0, 1, 2 | 0 | |
4 | 0 | 0 | 0, 1, 2, 3 | 0 | |
5 | 0 | 0 | 0, 1, 2, 3, 4 | 0 | |
5xQSFP28 PIC (PIC 2) | 1 | 0 | 0 | 0 | 0 |
2 | 0 | 0 | 0, 1 | 0 | |
3 | 0 | 0 | 0, 1, 2 | 0 | |
4 | 0 | 0 | 0, 1, 2, 3 | 0 | |
5 | 0 | 0 | 0, 1, 2, 3, 4 | 0 | |
5xQSFP28 PIC (PIC 3) | 1 | 0 | 0 | 0 | 0 |
2 | 0 | 0 | 0, 1 | 0 | |
3 | 0 | 0 | 0, 1, 2 | 0 | |
4 | 0 | 0 | 0, 1, 2, 3 | 0 | |
5 | 0 | 0 | 0, 1, 2, 3, 4 | 0 | |
5xQSFP28 PIC (PIC 4) | 1 | 0 | 0 | 0 | 0 |
2 | 0 | 0 | 0, 1 | 0 | |
3 | 0 | 0 | 0, 1, 2 | 0 | |
4 | 0 | 0 | 0, 1, 2, 3 | 0 | |
5 | 0 | 0 | 0, 1, 2, 3, 4 | 0 | |
5xQSFP28 PIC (PIC 5) | 1 | 0 | 0 | 0 | 0 |
2 | 0 | 0 | 0, 1 | 0 | |
3 | 0 | 0 | 0, 1, 2 | 0 | |
4 | 0 | 0 | 0, 1, 2, 3 | 0 | |
5 | 0 | 0 | 0, 1, 2, 3, 4 | 0 | |
5xQSFP28 PIC (PIC 6) | 1 | 0 | 0 | 0 | 0 |
2 | 0 | 0 | 0, 1 | 0 | |
3 | 0 | 0 | 0, 1, 2 | 0 | |
4 | 0 | 0 | 0, 1, 2, 3 | 0 | |
5 | 0 | 0 | 0, 1, 2, 3, 4 | 0 | |
5xQSFP28 PIC (PIC 7) | 1 | 0 | 0 | 0 | 0 |
2 | 0 | 0 | 0, 1 | 0 | |
3 | 0 | 0 | 0, 1, 2 | 0 | |
4 | 0 | 0 | 0, 1, 2, 3 | 0 | |
5 | 0 | 0 | 0, 1, 2, 3, 4 | 0 |
Port Speed on PTX10K-LC1201 Overview
For information on the line card, see PTX10K-LC1201-36D for PTX10008 Routers.
For information about platform support, see Hardware Compatibility Tool (HCT).
Table 25 summarizes the line card details and their description.
Table 25: PTX10K-LC1201 Software Support and Description
Software Feature Support | Description |
---|---|
Forward Error Correction (FEC) |
For information about FEC support, see fec (gigether). |
Maximum Transmission Unit (MTU) Size | Maximum MTU of size 16000 bytes for transit traffic. Ingress interface limits is 9000 bytes. |
Port Speed Configuration |
|
Table 26 summarizes the Packet Forwarding Engine mapping and the supported port speeds.
Table 26: Port Speed for PTX10K-LC1201
PIC | Port Number | Port Speeds Supported |
---|---|---|
PIC 0 | 0-35 | 1x10-Gigabit Ethernet 4x10-Gigabit Ethernet 1x40-Gigabit Ethernet 4x25-Gigabit Ethernet 8x25-Gigabit Ethernet 2x50-Gigabit Ethernet 1x100-Gigabit Ethernet 2x100-Gigabit Ethernet 4x100-Gigabit Ethernet 1x400-Gigabit Ethernet Default: All the active ports operate in 400-Gigabit Ethernet mode. |
Starting in Junos OS Evolved Release 20.1R2 and 20.2R1, we now support a new port profile configuration to configure port speeds on the PTX10K-LC1201 line card. You can now configure the port speed on the PTX10K-LC1201 line card by using the port profile configuration commands in the [edit interfaces] hierarchy. To streamline the configuration, the new port profile configuration commands are migrated from the [edit chassis] hierarchy to the [edit interfaces] hierarchy for the PTX10K-LC1201 line card.
Starting in Junos OS Evolved Release 20.4R1, you can configure 10Gbps speed and select the wavelength with SFP+ optics by plugging in the QSA adapter on the QSFP/QSFP+ ports of PTX10K-LC1201 line card. You can now configure the 10Gbps speed by using the set interfaces et-<fpc>/<pic>/<port> speed <10g> or set interfaces et-<fpc>/<pic>/<port> speed <10g> number-of-sub-ports (1) commands. You can select the wavelength of the SFP+ ports by using the set interfaces et-<fpc>/<pic>/<port>:channel number optics-options wavelength wavelength command and view the output using the show interfaces diagnostics optics name command.
Follow these guidelines when you configure the speed of a port:
On non-channelized interfaces, the prefix et- is used irrespective of the speed configured. If you do not configure the speed, by using the optional speed command, default speed is assigned to the interface.
On channelized interfaces, the prefix et- is used irrespective of the speed configured. All channelized interfaces have the same speed. You cannot configure an individual speed for each channelized interface. You can configure the number of channelized interfaces by using the number-of-sub-ports command.
You can configure the active physical ports in a PIC. By default, all the physical ports in an interface are active. To control the number of interfaces created on a physical port in a PIC, use the unused command. If you configure a port as unused, no interfaces (channelized or non-channelized) are created for that port.
When you change the speed of the port, or change the number-of-sub-ports per port, or configure or remove the number-of-sub-ports, the interfaces will be deleted and re-created for that port.
If you have not configured the port profile for a specific port and the port is active, interfaces are created for the port with default speed based on the platform or FPC. You can control the number of interfaces created by using the unused command.
Interfaces are created irrespective of the physical presence of optics. If the plugged in optics does not match the interface speed, the interfaces are marked down.
You can configure port profiles in the command line interface without the physical presence of an FPC. If an invalid port profile configuration is detected while booting a FPC, an alarm is generated. Also, the default port profile is selected for that PIC. Also, if the port profile configuration is changed while the FPC is up and running, and the new configuration is invalid, an alarm is generated. The existing port profile configured continues to be used for that PIC.
For information about how to configure the speed of a port for a non-channelized interface using the new interfaces hierarchy, see Table 4. For information about how to configure the speed of a port for a channelized interface using the new interfaces hierarchy, see Table 5.
Interface Naming Conventions for PTX10K-LC1201
Table 27 lists the naming conventions used for interfaces on PTX10K-LC1201 for PTX10008 routers. PTX10008 routers support 8 PTX10K-LC1201 line cards.
Table 27: Interface Naming Convention for PTX10K-LC1201 line card
PIC | 10-Gigabit Ethernet Interface | 25-Gigabit Ethernet Interface | 40-Gigabit Ethernet Interface | 50-Gigabit Ethernet Interface | 100-Gigabit Ethernet Interface | 200-Gigabit Ethernet Interface | 400-Gigabit Ethernet Interface |
---|---|---|---|---|---|---|---|
PIC 0 | et-x/0/0:[0-7] | et-x/0/0:[0-7] | et-x/0/0 | et-x/0/0:[0-8] | et-x/0/0 et-x/0/0:[0-1] et-x/0/0:[0-3] | et-x/0/0:[0-2] | et-x/0/0 |
et-x/0/1:[0-7] | et-x/0/1:[0-7] | et-x/0/1 | et-x/0/1:[0-8] | et-x/0/1 et-x/0/1:[0-1] et-x/0/1:[0-3] | et-x/0/1:[0-2] | et-x/0/1 | |
et-x/0/2:[0-7] | et-x/0/2:[0-7] | et-x/0/2 | et-x/0/2:[0-8] | et-x/0/2 et-x/0/2:[0-1] et-x/0/2:[0-3] | et-x/0/2:[0-2] | et-x/0/2 | |
et-x/0/3:[0-7] | et-x/0/3:[0-7] | et-x/0/3 | et-x/0/3:[0-8] | et-x/0/3 et-x/0/3:[0-1] et-x/0/3:[0-3] | et-x/0/3:[0-2] | et-x/0/3 | |
et-x/0/4:[0-7] | et-x/0/4:[0-7] | et-x/0/4 | et-x/0/4:[0-8] | et-x/0/4 et-x/0/4:[0-1] et-x/0/4:[0-3] | et-x/0/4:[0-2] | et-x/0/4 | |
et-x/0/5:[0-7] | et-x/0/5:[0-7] | et-x/0/5 | et-x/0/5:[0-8] | et-x/0/5 et-x/0/5:[0-1] et-x/0/5:[0-3] | et-x/0/5:[0-2] | et-x/0/5 | |
et-x/0/6:[0-7] | et-x/0/6:[0-7] | et-x/0/6 | et-x/0/6:[0-8] | et-x/0/6 et-x/0/6:[0-1] et-x/0/6:[0-3] | et-x/0/6:[0-2] | et-x/0/6 | |
et-x/0/7:[0-7] | et-x/0/7:[0-7] | et-x/0/7 | et-x/0/7:[0-8] | et-x/0/7 et-x/0/7:[0-1] et-x/0/7:[0-3] | et-x/0/7:[0-2] | et-x/0/7 | |
et-x/0/8:[0-7] | et-x/0/8:[0-7] | et-x/0/8 | et-x/0/8:[0-8] | et-x/0/8 et-x/0/8:[0-1] et-x/0/8:[0-3] | et-x/0/8:[0-2] | et-x/0/8 | |
et-x/0/9:[0-7] | et-x/0/9:[0-7] | et-x/0/9 | et-x/0/9:[0-8] | et-x/0/9 et-x/0/9:[0-1] et-x/0/9:[0-3] | et-x/0/9:[0-2] | et-x/0/9 | |
et-x/0/10:[0-7] | et-x/0/10:[0-7] | et-x/0/10 | et-x/0/10:[0-8] | et-x/0/10 et-x/0/10:[0-1] et-x/0/10:[0-3] | et-x/0/10:[0-2] | et-x/0/10 | |
et-x/0/11:[0-7] | et-x/0/11:[0-7] | et-x/0/11 | et-x/0/11:[0-8] | et-x/0/11 et-x/0/11:[0-1] et-x/0/11:[0-3] | et-x/0/11:[0-2] | et-x/0/11 | |
et-x/0/12:[0-7] | et-x/0/12:[0-7] | et-x/0/12 | et-x/0/12:[0-8] | et-x/0/12 et-x/0/12:[0-1] et-x/0/12:[0-3] | et-x/0/12:[0-2] | et-x/0/12 | |
et-x/0/13:[0-7] | et-x/0/13:[0-7] | et-x/0/13 | et-x/0/13:[0-8] | et-x/0/13 et-x/0/13:[0-1] et-x/0/13:[0-3] | et-x/0/13:[0-2] | et-x/0/13 | |
et-x/0/14:[0-7] | et-x/0/14:[0-7] | et-x/0/14 | et-x/0/14:[0-8] | et-x/0/14 et-x/0/14:[0-1] et-x/0/14:[0-3] | et-x/0/14:[0-2] | et-x/0/14 | |
et-x/0/15:[0-7] | et-x/0/15:[0-7] | et-x/0/15 | et-x/0/15:[0-8] | et-x/0/15 et-x/0/15:[0-1] et-x/0/15:[0-3] | et-x/0/15:[0-2] | et-x/0/15 | |
et-x/0/16:[0-7] | et-x/0/16:[0-7] | et-x/0/16 | et-x/0/16:[0-8] | et-x/0/16 et-x/0/16:[0-1] et-x/0/16:[0-3] | et-x/0/16:[0-2] | et-x/0/16 | |
et-x/0/17:[0-7] | et-x/0/17:[0-7] | et-x/0/17 | et-x/0/17:[0-8] | et-x/0/17 et-x/0/17:[0-1] et-x/0/17:[0-3] | et-x/0/17:[0-2] | et-x/0/17 | |
et-x/0/18:[0-7] | et-x/0/18:[0-7] | et-x/0/18 | et-x/0/18:[0-8] | et-x/0/18 et-x/0/18:[0-1] et-x/0/18:[0-3] | et-x/0/18:[0-2] | et-x/0/18 | |
et-x/0/19:[0-7] | et-x/0/19:[0-7] | et-x/0/19 | et-x/0/19:[0-8] | et-x/0/19 et-x/0/19:[0-1] et-x/0/19:[0-3] | et-x/0/19:[0-2] | et-x/0/19 | |
et-x/0/20:[0-7] | et-x/0/20:[0-7] | et-x/0/20 | et-x/0/20:[0-8] | et-x/0/20 et-x/0/20:[0-1] et-x/0/20:[0-3] | et-x/0/20:[0-2] | et-x/0/20 | |
et-x/0/21:[0-7] | et-x/0/21:[0-7] | et-x/0/21 | et-x/0/21:[0-8] | et-x/0/21 et-x/0/21:[0-1] et-x/0/21:[0-3] | et-x/0/21:[0-2] | et-x/0/21 | |
et-x/0/22:[0-7] | et-x/0/22:[0-7] | et-x/0/22 | et-x/0/22:[0-8] | et-x/0/22 et-x/0/22:[0-1] et-x/0/22:[0-3] | et-x/0/22:[0-2] | et-x/0/22 | |
et-x/0/23:[0-7] | et-x/0/23:[0-7] | et-x/0/23 | et-x/0/23:[0-8] | et-x/0/23 et-x/0/23:[0-1] et-x/0/23:[0-3] | et-x/0/23:[0-2] | et-x/0/23 | |
et-x/0/24:[0-7] | et-x/0/24:[0-7] | et-x/0/24 | et-x/0/24:[0-8] | et-x/0/24 et-x/0/24:[0-1] et-x/0/24:[0-3] | et-x/0/24:[0-2] | et-x/0/24 | |
et-x/0/25:[0-7] | et-x/0/25:[0-7] | et-x/0/25 | et-x/0/25:[0-8] | et-x/0/25 et-x/0/25:[0-1] et-x/0/25:[0-3] | et-x/0/25:[0-2] | et-x/0/25 | |
et-x/0/26:[0-7] | et-x/0/26:[0-7] | et-x/0/26 | et-x/0/26:[0-8] | et-x/0/26 et-x/0/26:[0-1] et-x/0/26:[0-3] | et-x/0/26:[0-2] | et-x/0/26 | |
et-x/0/27:[0-7] | et-x/0/27:[0-7] | et-x/0/27 | et-x/0/27:[0-8] | et-x/0/27 et-x/0/27:[0-1] et-x/0/27:[0-3] | et-x/0/27:[0-2] | et-x/0/27 | |
et-x/0/28:[0-7] | et-x/0/28:[0-7] | et-x/0/28 | et-x/0/28:[0-8] | et-x/0/28 et-x/0/28:[0-1] et-x/0/28:[0-3] | et-x/0/28:[0-2] | et-x/0/28 | |
et-x/0/29:[0-7] | et-x/0/29:[0-7] | et-x/0/29 | et-x/0/29:[0-8] | et-x/0/29 et-x/0/29:[0-1] et-x/0/29:[0-3] | et-x/0/29:[0-2] | et-x/0/29 | |
et-x/0/30:[0-7] | et-x/0/30:[0-7] | et-x/0/30 | et-x/0/30:[0-8] | et-x/0/30 et-x/0/30:[0-1] et-x/0/30:[0-3] | et-x/0/30:[0-2] | et-x/0/30 | |
et-x/0/31:[0-7] | et-x/0/31:[0-7] | et-x/0/31 | et-x/0/31:[0-8] | et-x/0/31 et-x/0/31:[0-1] et-x/0/31:[0-3] | et-x/0/31:[0-2] | et-x/0/31 | |
et-x/0/32:[0-7] | et-x/0/32:[0-7] | et-x/0/32 | et-x/0/32:[0-8] | et-x/0/32 et-x/0/32:[0-1] et-x/0/32:[0-3] | et-x/0/32:[0-2] | et-x/0/32 | |
et-x/0/33:[0-7] | et-x/0/33:[0-7] | et-x/0/33 | et-x/0/33:[0-8] | et-x/0/33 et-x/0/33:[0-1] et-x/0/33:[0-3] | et-x/0/33:[0-2] | et-x/0/33 | |
et-x/0/34:[0-7] | et-x/0/34:[0-7] | et-x/0/34 | et-x/0/34:[0-8] | et-x/0/34 et-x/0/34:[0-1] et-x/0/34:[0-3] | et-x/0/34:[0-2] | et-x/0/34 | |
et-x/0/35:[0-7] | et-x/0/35:[0-7] | et-x/0/35 | et-x/0/35:[0-8] | et-x/0/35 et-x/0/35:[0-1] et-x/0/35:[0-3] | et-x/0/35:[0-2] | et-x/0/35 |
Port Speed on ACX710 Router Overview
For information on ACX710 routers see ACX710 Universal Metro Router Hardware Guide.
For information about platform support, see Hardware Compatibility Tool (HCT).
Table 28 summarizes the supported port speeds on a ACX710 router.
Table 28: Port Speed for ACX710
PIC | Port Number | Port Speed Supported |
---|---|---|
PIC 0 |
| 10-Gigabit Ethernet 1-Gigabit Ethernet |
| 1-Gigabit Ethernet | |
| 100-Mbps and 1-Gigabit Ethernet | |
PIC 1 |
| 40-Gigabit Ethernet 4x10-Gigabit Ethernet 4x25-Gigabit Ethernet 100-Gigabit Ethernet Note: By default, all the active ports operate in 100-Gigabit Ethernet mode. |
Use the speed command to set the speed on tri-rate copper SFP port. For information on how to configure the speed at the PIC or port level, see Unresolved xref.
Interface Naming Conventions
Table 29 lists the interface naming conventions for the ACX710 routers.
Table 29: Interface Naming Convention for ACX710
PIC | Interface type | Interfaces |
---|---|---|
PIC 0 | 1-Gigabit/10-Gigabit Ethernet interface (24 SFP+ or SFP ports) | xe-0/0/0 – xe-0/0/23 |
1-Gigabit Ethernet interface (Tri-rate SFP-T optics) | xe-0/0/0 – xe-0/0/15 | |
100-Mbps and 1-Gigabit Ethernet interface (Tri-rate SFP-T optics) | xe-0/0/16 – xe-0/0/23 | |
PIC 1 | 100-Gigabit Ethernet interface (4 QSFP28 ports) | et-0/1/0 – et-0/1/3 |
For channelized and non-channelized interface naming formats, see Table 6.
Port Speed on PTX10001-36MR Router Overview
For information on PTX10001-36MR hardware description, see PTX10001-36MR Packet Transport Router Hardware Guide.
Table 30 provides the basic details of PTX10001-36MR router.
Table 30: PTX10001-36MR Router Details and Description
Details | Description |
---|---|
PIC Level or Port Level Configuration | Only port level speed configuration is supported. |
Port speed configuration: |
|
MTU size | PTX10001-36MR router WAN interfaces support maximum MTU of size 16000 bytes for transit traffic. However for the traffic that is destined to host or is originating from host (such as protocol traffic), the maximum MTU limit is 9500 bytes. If any of the host bound packets or host originating packet is above 9500 bytes, then the packet will be dropped. Hence, if you are expecting host packets greater than 9500 bytes, then the WAN interface MTU value must be set as value less than or equal to 9500 bytes. |
Forward Error Correction (FEC) support |
For information about FEC support, see fec (gigether). |
Table 31 shows the speed capability of various ports.
Table 31: Speed Capability of Ports
Port numbers (PIC/Port Format) | Speed capability |
---|---|
0/0, 0/1, 0/2, 0/3, 0/8, 0/9, 0/10, 0/11 1/0, 1/1, 1/2, 1/3, 1/8, 1/9, 1/10, 1/11 2/0, 2/1, 2/2, 2/3, 2/8, 2/9, 2/10, 2/11 | 400-Gbps |
0/4, 0/5, 0/6, 0/7 1/4, 1/5, 1/6, 1/7 2/4, 2/5, 2/6, 2/7 | 100-Gbps |
Table 32 summarizes the channelization and FEC support on 400- and 200-Gigabit Ethernet capable ports.
Table 32: Channelization and FEC support on 400- and 200-Gigabit Ethernet capable ports
Speed Supported | You can channelize to: |
---|---|
400-Gigabit Ethernet capable ports |
|
100-Gigabit Ethernet capable ports | You can configure all four 100-Gigabit Ethernet capable ports (ports 4, 5, 6, and 7) to operate at 100-Gbps speeds. Note that, you can configure port 4 and port 6 to operate at 1x100-Gbps, 4x10-Gbps, 4x25-Gbps, or 1x40-Gbps speeds with the following conditions:
|
Starting in Junos OS Evolved Release 20.3R1, you can configure the port speed on the PTX10001-36MR router by using the port profile configuration commands in the [edit interfaces] hierarchy. To streamline the configuration, the port profile configuration commands are migrated from the [edit chassis] hierarchy to the [edit interfaces] hierarchy for the PTX10001-36MR router.
Configure speed at Port Level
To configure the PTX10001-36MR router at port level, follow the configuration steps in Table 3 in 20.2 releases. See speed for more details.
From Junos OS Evolved Release 20.3R1 you must use, set interfaces et-<fpc>/<pic>/<port> speed <10g | 25g | 50g | 40g | 100g | 200g | 400g>, or set interfaces et-<fpc>/<pic>/<port> speed <10g | 25g | 50g | 40g | 100g | 200g | 400g> number-of-sub-ports (1|2|4|8) commands to configure the speed on the ports.
You can configure port profiles in the command line interface without the physical presence of an FPC. If an invalid port profile configuration is detected while booting a FPC, an alarm is generated. Also, the default port profile is selected for that PIC.
If the port profile configuration is changed while the FPC is up and running, and the new configuration is invalid, an alarm is generated. The existing port profile configured continues to be used for that PIC.
You can configure any supported speed on 400-Gbps capable ports. Configuring speed on one of the 400-Gbps capable port will not disrupt the traffic on any other ports.
But, for 100-Gbps capable ports only speeds of 100-Gbps, 25-Gbps, 40-Gbps, and 10-Gbps are valid.
You must explicitly configure the ports that must be powered off, using the following command:
set chassis fpc fpc-slot pic pic-slot port port-num unused.
From Junos OS Evolved Release 20.3R1 you must use, the following command:
set interfaces et-<fpc>/<pic>/<port> unused
If you configure Unused command for a physical port in a PIC, then no channelized and non-channelized interfaces will be created. See Unused for more information.
The Table 35 specifies which ports must be marked unused. If this rule is violated, then an alarm indicating port speed configuration error is raised. In such case, the existing running configuration will continue to be applied on such ports.
If the router reboots with such an invalid configuration, then the port with 40-Gbps, 4x10-Gbps, or 4x25-Gbps speed configuration and its counterpart port will not have any interfaces created for them.
Table 33 provides you the ports that you must power-off while configuring different speeds.
Table 33: Unused Port Settings
Port Speed | Valid ports to set the Port Speed | Ports you must explicitly power off (FPC/PIC/Port) |
---|---|---|
100-Gbps | All 100G capable ports can operate that 100-Gbps speed. You are not required to power off any 100G cable ports, in this case. | NA |
40-Gbps, 25-Gbps, and 10-Gbps | 0/0/4 and 0/0/6 0/1/4 and 0/1/6 0/2/4 and 0/2/6 | 0/0/5 and 0/0/7 0/1/5 and 0/1/7 0/2/5 and 0/2/7 |
You can configure a port with more than one type of channelization mode for a given speed. For example, you can channelize a port to 1x100-Gbps, 2x100-Gbps, or 4x100-Gbps to configure the port to operate in 100-Gbps speed.
To specify which of these channelization modes the port should operate in, execute the following command:
set chassis fpc fpc-slot pic pic-slot port port-num number-of-sub-ports (1|2|4|8)
From Junos OS Evolved Release 20.3R1 to specify which of these channelization modes on the ports, you must execute the following command at the [edit interfaces] hierarchy:
set interfaces et-<fpc>/<pic>/<port> speed <10g | 25g | 50g | 40g | 100g | 200g | 400g> number-of-sub-ports (1|2|4|8)
See number-of-sub-ports for information on how to operate at different channelized speed.
When the number-of-sub-ports are not specified, the number of channels are created as per Table 34:
Table 34: Number of sub-ports supported for a particular speed
Port speed | Valid values for number-of-sub-ports |
---|---|
200-Gbps | 1, 2 |
100-Gbps | 1, 2, 4 |
40-Gbps | 1 |
50-Gbps | 2, 8 |
25-Gbps | 4, 8 |
10-Gbps | 4 |
Follow these guidelines when you configure the speed of a port:
The default number of channels is considered as 1 for all speeds if number of sub-ports is not configured explicitly.
If the number-of-sub-ports, do not match the type of optic connected and the configuration is invalid, then even though the interfaces are created, the links would remain down. A syslog entry will be added indicating usage of the wrong optic type. For example, if a port is channelized for eight channels and the optics inserted is for four channels, then the links will be down.
If the number-of-subports configuration is incorrect, then the error will be logged in syslog and an alarm is raised.
The router has a fabric capacity of 9.6 Tbps. When the router operates in 24 400-Gigabit Ethernet mode, the fabric does not experience an oversubscription. The oversubscription occurs when the router is configured in 24 400-Gigabit Ethernet and 12 100-Gigabit Ethernet mode.
To avoid oversubscription of a PIC, the sum of total speed configured on ports 4 to 11 within the PIC must be less than 1.6 Tbps.
Use the show chassis pic fpc-slot 0 pic-slot 0 command in 20.2 release at the [edit chassis] hierarchy to know the speed that each port is configured for in the PIC. From Junos OS Evolved Release 20.3R1 you must use the operational command show interfaces port-profile.
Interface Naming Conventions for PTX10001-36MR Router
Table 35 lists the interface naming conventions for the PTX10001-36MR router.
Table 35: Interface Naming Convention for PTX10001-36MR Router
PIC | 4x100-Gigabit Ethernet Interface | 4x10-Gigabit Ethernet Interface 4x25-Gigabit Ethernet Interface | 2x100-Gigabit Ethernet Interface 2x50-Gigabit Ethernet Interface 2x200-Gigabit Ethernet Interface | 8x25-Gigabit Ethernet Interface 8x50-Gigabit Ethernet Interface | 1x400-Gigabit Ethernet Interface 1x200-Gigabit Ethernet Interface | 1x100-Gigabit Ethernet Interface | 1x40-Gigabit Ethernet Interface |
---|---|---|---|---|---|---|---|
0 | et-0/0/0:[0-3] | et-0/0/0:[0-3] | et-0/0/0:[0-1] | et-0/0/0:[0-7] | et-0/0/0 | et-0/0/0 | et-0/0/0 |
et-0/0/1:[0-3] | et-0/0/1:[0-3] | et-0/0/1:[0-1] | et-0/0/1:[0-7] | et-0/0/1 | et-0/0/1 | et-0/0/1 | |
et-0/0/2:[0-3] | et-0/0/2:[0-3] | et-0/0/2:[0-1] | et-0/0/2:[0-7] | et-0/0/2 | et-0/0/2 | et-0/0/2 | |
et-0/0/3:[0-3] | et-0/0/3:[0-3] | et-0/0/3:[0-1] | et-0/0/3:[0-7] | et-0/0/3 | et-0/0/3 | et-0/0/3 | |
Unsupported | et-0/0/4:[0-3] | Unsupported | Unsupported | Unsupported | et-0/0/4 | et-0/0/4 | |
Unsupported | Unused | Unsupported | Unsupported | Unsupported | et-0/0/5 | Unused | |
Unsupported | et-0/0/6:[0-3] | Unsupported | Unsupported | Unsupported | et-0/0/6 | et-0/0/6 | |
Unsupported | Unused | Unsupported | Unsupported | Unsupported | et-0/0/7 | Unused | |
et-0/0/8:[0-3] | et-0/0/8:[0-3] | et-0/0/8:[0-1] | et-0/0/8:[0-7] | et-0/0/8 | et-0/0/8 | et-0/0/8 | |
et-0/0/9:[0-3] | et-0/0/9:[0-3] | et-0/0/9:[0-1] | et-0/0/9:[0-7] | et-0/0/9 | et-0/0/9 | et-0/0/9 | |
et-0/0/10:[0-3] | et-0/0/10:[0-3] | et-0/0/10:[0-1] | et-0/0/10:[0-7] | et-0/0/10 | et-0/0/10 | et-0/0/10 | |
et-0/0/11:[0-3] | et-0/0/11:[0-3] | et-0/0/11:[0-1] | et-0/0/11:[0-7] | et-0/0/11 | et-0/0/11 | et-0/0/11 | |
1 | et-0/1/0:[0-3] | et-0/1/0:[0-3] | et-0/1/0:[0-1] | et-0/1/0:[0-7] | et-0/1/0 | et-0/1/0 | et-0/1/0 |
et-0/1/1:[0-3] | et-0/1/1:[0-3] | et-0/1/1:[0-1] | et-0/1/1:[0-7] | et-0/1/1 | et-0/1/1 | et-0/1/1 | |
et-0/1/2:[0-3] | et-0/1/2:[0-3] | et-0/1/2:[0-1] | et-0/1/2:[0-7] | et-0/1/2 | et-0/1/2 | et-0/1/2 | |
et-0/1/3:[0-3] | et-0/1/3:[0-3] | et-0/1/3:[0-1] | et-0/1/3:[0-7] | et-0/1/3 | et-0/1/3 | et-0/1/3 | |
Unsupported | et-0/1/4:[0-3] | Unsupported | Unsupported | Unsupported | et-0/1/4 | et-0/1/4 | |
Unsupported | Unused | Unsupported | Unsupported | Unsupported | et-0/1/5 | Unused | |
Unsupported | et-0/1/6:[0-3] | Unsupported | Unsupported | Unsupported | et-0/1/6 | et-0/1/6 | |
Unsupported | Unused | Unsupported | Unsupported | Unsupported | et-0/1/7 | Unused | |
et-0/1/8:[0-3] | et-0/1/8:[0-3] | et-0/1/8:[0-1] | et-0/1/8:[0-7] | et-0/1/8 | et-0/1/8 | et-0/1/8 | |
et-0/1/9:[0-3] | et-0/1/9:[0-3] | et-0/1/9:[0-1] | et-0/1/9:[0-7] | et-0/1/9 | et-0/1/9 | et-0/1/9 | |
et-0/1/10:[0-3] | et-0/1/10:[0-3] | et-0/1/10:[0-1] | et-0/1/10:[0-7] | et-0/1/10 | et-0/1/10 | et-0/1/10 | |
et-0/1/11:[0-3] | et-0/1/11:[0-3] | et-0/1/11:[0-1] | et-0/1/11:[0-7] | et-0/1/11 | et-0/1/11 | et-0/1/11 | |
2 | et-0/2/0:[0-3] | et-0/2/0:[0-3] | et-0/2/0:[0-1] | et-0/2/0:[0-7] | et-0/2/0 | et-0/2/0 | et-0/2/0 |
et-0/2/1:[0-3] | et-0/2/1:[0-3] | et-0/2/1:[0-1] | et-0/2/1:[0-7] | et-0/2/1 | et-0/2/1 | et-0/2/1 | |
et-0/2/2:[0-3] | et-0/2/2:[0-3] | et-0/2/2:[0-1] | et-0/2/2:[0-7] | et-0/2/2 | et-0/2/2 | et-0/2/2 | |
et-0/2/3:[0-3] | et-0/2/3:[0-3] | et-0/2/3:[0-1] | et-0/2/3:[0-7] | et-0/2/3 | et-0/2/3 | et-0/2/3 | |
Unsupported | et-0/2/4:[0-3] | Unsupported | Unsupported | Unsupported | et-0/2/4 | et-0/2/4 | |
Unsupported | Unused | Unsupported | Unsupported | Unsupported | et-0/2/5 | Unused | |
Unsupported | et-0/2/6:[0-3] | Unsupported | Unsupported | Unsupported | et-0/2/6 | et-0/2/6 | |
Unsupported | Unused | Unsupported | Unsupported | Unsupported | et-0/2/7 | Unused | |
et-0/2/8:[0-3] | et-0/2/8:[0-3] | et-0/2/8:[0-1] | et-0/2/8:[0-7] | et-0/2/8 | et-0/2/8 | et-0/2/8 | |
et-0/2/9:[0-3] | et-0/2/9:[0-3] | et-0/2/9:[0-1] | et-0/2/9:[0-7] | et-0/2/9 | et-0/2/9 | et-0/2/9 | |
et-0/2/10:[0-3] | et-0/2/10:[0-3] | et-0/2/10:[0-1] | et-0/2/10:[0-7] | et-0/2/10 | et-0/2/10 | et-0/2/10 | |
et-0/2/11:[0-3] | et-0/2/11:[0-3] | et-0/2/11:[0-1] | et-0/2/11:[0-7] | et-0/2/11 | et-0/2/11 |
Refer to Interface Naming Conventions for channelized and non-channelized interface naming formats.
Port Speed on PTX10K-LC1202-36MR Overview
For information on the line card, see PTX10008 Line Card Components and Descriptions.
For information about platform support, see Hardware Compatibility Tool (HCT).
PTX10K-LC1202-36MR is a new fixed-configuration line card with 36 built-in ports which you can install in PTX10008 routers. On the PTX10K-LC1202-36MR, you can choose to configure the line card:
To operate at 3.6T mode, configure all the 36 ports to 100-Gbps speed, or
To operate at 4.8T mode, configure the four 400 GE ports (4, 10, 24, and 30) to operate at 400-Gbps speed and the remaining ports to operate at 100-Gbps speed.
Table 36 summarizes the supported port speeds on PTX10K-LC1202-36MR for PTX10008 Routers.
Table 36: Port Speed for PTX10K-LC1202-36MR for PTX10008 Routers
PIC | Port Number | Port Speed Supported |
---|---|---|
PIC 0 (Logical PIC) | 400G capable ports - 4, 10, 24, and 30 | 400-Gigabit Ethernet 4x100-Gigabit Ethernet 2x100-Gigabit Ethernet 40-Gigabit Ethernet 4x10-Gigabit Ethernet 8x25-Gigabit Ethernet 10-Gigabit Ethernet Default Speed: 400-Gigabit Ethernet |
100G capable ports - 0 - 35 | 100-Gigabit Ethernet 4x25-Gigabit Ethernet 4x10-Gigabit Ethernet 40-Gigabit Ethernet 10-Gigabit Ethernet Default Speed: 100-Gigabit Ethernet |
Table 4 and Table 5 describe the steps to configure the port speed for channelized and non-channelized interfaces from the [edit interfaces] hierarchy.
To configure ports at different speed, use the set interfaces et-<fpc>/<pic>/<port> speed <10g | 25g | 40g | 100g | 400g> number-of-sub-ports <1|2|4|8> command.
For the steps to configure the port speed from the [edit interfaces] hierarchy. See speed for more details.
To channelize an interface, use the number-of-sub-ports command. The number-of-sub-ports specifies the number of channelized interfaces that you can configure on a physical port with the specified speed. Each channel operates at the specified speed. The default value of number-of-sub-ports per optics is 1. See number-of-sub-ports.
When the number-of-sub-ports are not specified, the number of channels are created as per Table 37:
Table 37: Number of sub-ports supported for a particular speed
Port speed | Valid values for number-of-sub-ports |
---|---|
400-Gbps | 1 |
100-Gbps | 1, 2, 4 |
40-Gbps | 1 |
25-Gbps | 4, 8 |
10-Gbps | 1, 4 |
You can configure channelization on port 0 to port 3 and port 18 to port 21 with the following guidelines:
The 1x10-Gigabit Ethernet, 4x10-Gigabit Ethernet or 1x40-Gigabit Ethernet and 4x25-Gigabit Ethernet channelization is supported only on even numbered ports (that is, 0, 2, 18, 20).
When the even port x is channelized, you must set the odd port x+1 as unused. You must explicitly configure the ports that must be set as unused, using the following command:
set interface et-<fpc>/<pic>/<port> unused
You cannot configure 1x10-Gigabit Ethernet, 4x10-Gigabit Ethernet or 1x40-Gigabit Ethernet and 4x25-Gigabit Ethernet simultaneously on the following ports:
port 0 and 2
port 18 and 20
You can configure port profiles in the command line interface without the physical presence of an FPC. If an invalid port profile configuration is detected while booting a FPC, an alarm is generated. Also, the default port profile is selected for that PIC.
If the port profile configuration is changed while the FPC is up and running, and the new configuration is invalid, an alarm is generated. The existing port profile configured continues to be used for that PIC.
To configure FEC mode, see fec (gigether).
You can configure every interface to loopback mode, see loopback.
Table 38 lists the naming conventions used for interfaces on PTX10K-LC1202-36MR (for 100-Gbps, 2x100-Gbps, 400-Gpbs, and 4x100-Gbps speeds) for PTX10008 routers. PTX10008 routers support eight PTX10K-LC1202-36MR line cards.
Table 38: Interface Naming Convention for PTX10K-LC1202-36MR line card for PTX10008 Routers - Speeds 100-Gbps, 2x100-Gbps, 400-Gpbs, and 4x100-Gbps
PIC | 100-Gigabit Ethernet Interface | 2x100-Gigabit Ethernet Interface | 400-Gigabit Ethernet Interface | 4x100-Gigabit Ethernet Interface |
---|---|---|---|---|
PIC 0 | et-x/0/0 | Not Supported | Not Supported | Not Supported |
et-x/0/1 | Not Supported | Not Supported | Not Supported | |
et-x/0/2 | Not Supported | Not Supported | Not Supported | |
et-x/0/3 | Not Supported | Not Supported | Not Supported | |
et-x/0/4 | et-x/0/4:[0-1] | et-x/0/4 | et-x/0/4:[0-3] | |
et-x/0/5 | Not Supported | Not Supported | Not Supported | |
et-x/0/6 | Not Supported | Not Supported | Not Supported | |
et-x/0/7 | Not Supported | Not Supported | Not Supported | |
et-x/0/8 | Not Supported | Not Supported | Not Supported | |
et-x/0/9 | Not Supported | Not Supported | Not Supported | |
et-x/0/10 | et-x/0/10:[0-1] | et-x/0/10 | et-x/0/10:[0-3] | |
et-x/0/11 | Not Supported | Not Supported | Not Supported | |
et-x/0/12 | Not Supported | Not Supported | Not Supported | |
et-x/0/13 | Not Supported | Not Supported | Not Supported | |
et-x/0/14 | Not Supported | Not Supported | Not Supported | |
et-x/0/15 | Not Supported | Not Supported | Not Supported | |
et-x/0/16 | Not Supported | Not Supported | Not Supported | |
et-x/0/17 | Not Supported | Not Supported | Not Supported | |
et-x/0/18 | Not Supported | Not Supported | Not Supported | |
et-x/0/19 | Not Supported | Not Supported | Not Supported | |
et-x/0/20 | Not Supported | Not Supported | Not Supported | |
et-x/0/21 | Not Supported | Not Supported | Not Supported | |
et-x/0/22 | Not Supported | Not Supported | Not Supported | |
et-x/0/23 | Not Supported | Not Supported | Not Supported | |
et-x/0/24 | et-x/0/24:[0-1] | et-x/0/24 | et-x/0/24:[0-3] | |
et-x/0/25 | Not Supported | Not Supported | Not Supported | |
et-x/0/26 | Not Supported | Not Supported | Not Supported | |
et-x/0/27 | Not Supported | Not Supported | Not Supported | |
et-x/0/28 | Not Supported | Not Supported | Not Supported | |
et-x/0/29 | Not Supported | Not Supported | Not Supported | |
et-x/0/30 | et-x/0/30:[0-1] | et-x/0/30 | et-x/0/30:[0-3] | |
et-x/0/31 | Not Supported | Not Supported | Not Supported | |
et-x/0/32 | Not Supported | Not Supported | Not Supported | |
et-x/0/33 | Not Supported | Not Supported | Not Supported | |
et-x/0/34 | Not Supported | Not Supported | Not Supported | |
et-x/0/35 | Not Supported | Not Supported | Not Supported |
Table 39 lists the naming conventions used for interfaces on PTX10K-LC1202-36MR (for 10-Gbps, 4x10-Gbps, 40-Gbps, 4x25-Gbps, and 8x25-Gbps speeds) for PTX10008 routers. PTX10008 routers support eight PTX10K-LC1202-36MR line cards.
Table 39: Interface Naming Convention for PTX10K-LC1202-36MR line card for PTX10008 Routers - Speeds 10-Gbps, 4x10-Gbps, 4x25-Gbps, and 8x25-Gbps
PIC | 10-Gigabit Ethernet Interface | 4x10-Gigabit Ethernet Interface | 40-Gigabit Ethernet Interface | 4x25-Gigabit Ethernet Interface | 8x25-Gigabit Ethernet Interface |
---|---|---|---|---|---|
PIC 0 | et-x/0/0 | et-x/0/0:[0-3] | et-x/0/0 | et-x/0/0:[0-3] | Not Supported |
Not Supported | Not Supported | Not Supported | Not Supported | Not Supported | |
et-x/0/2 | et-x/0/2:[0-3] | et-x/0/2 | et-x/0/2:[0-3] | Not Supported | |
Not Supported | Not Supported | Not Supported | Not Supported | Not Supported | |
et-x/0/4 | et-x/0/4:[0-3] | et-x/0/4 | et-x/0/4:[0-3] | et-x/0/4:[0-7] | |
et-x/0/5 | et-x/0/5:[0-3] | et-x/0/5 | et-x/0/5:[0-3] | Not Supported | |
et-x/0/6 | et-x/0/6:[0-3] | et-x/0/6 | et-x/0/6:[0-3] | Not Supported | |
et-x/0/7 | et-x/0/7:[0-3] | et-x/0/7 | et-x/0/7:[0-3] | Not Supported | |
et-x/0/8 | et-x/0/8:[0-3] | et-x/0/8 | et-x/0/8:[0-3] | Not Supported | |
et-x/0/9 | et-x/0/9:[0-3] | et-x/0/9 | et-x/0/9:[0-3] | Not Supported | |
et-x/0/10 | et-x/0/10:[0-3] | et-x/0/10 | et-x/0/10:[0-3] | et-x/0/10:[0-7] | |
et-x/0/11 | et-x/0/11:[0-3] | et-x/0/11 | et-x/0/11:[0-3] | Not Supported | |
et-x/0/12 | et-x/0/12:[0-3] | et-x/0/12 | et-x/0/12:[0-3] | Not Supported | |
et-x/0/13 | et-x/0/13:[0-3] | et-x/0/13 | et-x/0/13:[0-3] | Not Supported | |
et-x/0/14 | et-x/0/14:[0-3] | et-x/0/14 | et-x/0/14:[0-3] | Not Supported | |
et-x/0/15 | et-x/0/15:[0-3] | et-x/0/15 | et-x/0/15:[0-3] | Not Supported | |
et-x/0/16 | et-x/0/16:[0-3] | et-x/0/16 | et-x/0/16:[0-3] | Not Supported | |
et-x/0/17 | et-x/0/17:[0-3] | et-x/0/17 | et-x/0/17:[0-3] | Not Supported | |
et-x/0/18 | et-x/0/18:[0-3] | et-x/0/18 | et-x/0/18:[0-3] | Not Supported | |
Not Supported | Not Supported | Not Supported | Not Supported | Not Supported | |
et-x/0/20 | et-x/0/20:[0-3] | et-x/0/20 | et-x/0/20:[0-3] | Not Supported | |
Not Supported | Not Supported | Not Supported | Not Supported | Not Supported | |
et-x/0/22 | et-x/0/22:[0-3] | et-x/0/22 | et-x/0/22:[0-3] | Not Supported | |
et-x/0/23 | et-x/0/23:[0-3] | et-x/0/23 | et-x/0/23:[0-3] | Not Supported | |
et-x/0/24 | et-x/0/24:[0-3] | et-x/0/24 | et-x/0/24:[0-3] | et-x/0/24:[0-7] | |
et-x/0/25 | et-x/0/25:[0-3] | et-x/0/25 | et-x/0/25:[0-3] | Not Supported | |
et-x/0/26 | et-x/0/26:[0-3] | et-x/0/26 | et-x/0/26:[0-3] | Not Supported | |
et-x/0/27 | et-x/0/27:[0-3] | et-x/0/27 | et-x/0/27:[0-3] | Not Supported | |
et-x/0/28 | et-x/0/28:[0-3] | et-x/0/28 | et-x/0/28:[0-3] | Not Supported | |
et-x/0/29 | et-x/0/29:[0-3] | et-x/0/29 | et-x/0/29:[0-3] | Not Supported | |
et-x/0/30 | et-x/0/30:[0-3] | et-x/0/30 | et-x/0/30:[0-3] | et-x/0/30:[0-7] | |
et-x/0/31 | et-x/0/31:[0-3] | et-x/0/31 | et-x/0/31:[0-3] | Not Supported | |
et-x/0/32 | et-x/0/32:[0-3] | et-x/0/32 | et-x/0/32:[0-3] | Not Supported | |
et-x/0/33 | et-x/0/33:[0-3] | et-x/0/33 | et-x/0/33:[0-3] | Not Supported | |
et-x/0/34 | et-x/0/34:[0-3] | et-x/0/34 | et-x/0/34:[0-3] | Not Supported | |
et-x/0/35 | et-x/0/35:[0-3] | et-x/0/35 | et-x/0/35:[0-3] | Not Supported |
See Interface Naming Conventions for channelized and non-channelized interface naming formats.
Introduction to Port Speed
Use this topic to understand more about port speed in a network device or in a network component such as a line card.
Port Speed for Routing Devices
The total port speed of the MIC/MPC cannot exceed the forwarding capacity of the Packet Forwarding Engine.
Port Speed on MPC7E-MRATE
MPC7E (MPC7E-MRATE) is a fixed-configuration MPC and is supported on MX240, MX480, MX960, MX2010, and MX2020 routers. MPC7E-MRATE contains two built-in PICs, PIC 0 and PIC 1. Each PIC has six physical ports that support quad small form-factor pluggable plus (QSFP+) transceivers. The default port speed is 10 Gbps for all ports. Each of the six ports of PIC 0 and PIC 1 supports speeds of 10 Gbps and 40 Gbps. However, only ports 2 and 5 on both the PICs support 100 Gbps speed.
MPC7E-MRATE has an aggregate forwarding capacity of 480 Gbps and a forwarding capacity of 240 Gbps on each Packet Forwarding Engine. Oversubscription of Packet Forwarding Engine capacity is not supported. The demand on each Packet Forwarding Engine must be less than or equal to its forwarding capacity. For instance, for MPC7E-MRATE, the demand on each Packet Forwarding Engine must be less than or equal to 240 Gbps.
For information about the naming conventions for interfaces on MPC7E-MRATE MPC, see Interface Naming Conventions for MPC7E-MRATE.
Starting with Junos OS Release 20.4R1, you can now configure 1-Gbps speed on 10-Gigabit Ethernet ports of the MPC7E-10G.
Each of the forty 10-Gigabit Ethernet ports can be configured to operate as 1-Gigabit Ethernet port. To configure the operating speed of the 10-Gbps port to 1-Gbps, use the speed statement at the edit interfaces interfacename gigether-options hierarchy level. After you commit the configuration, the operating speed of the 10-Gbps port changes to 1-Gbps speed without any MPC, PIC, or interface bounce. To view the speed configured on the interface, use the show interfaces extensive command. In the output, the Speed Configuration field displays the current operating speed of the interface. If the interface is configured with 1-Gbps speed, then the Speed Configuration field displays 1G; if the interface is configured with 10-Gbps speed, Speed Configuration displays AUTO. For more information, see speed. Use the show interfaces extensive command to view the speed of the interface.
Port Speed on MIC-MRATE
MPC8E (MX2K-MPC8E) and MPC9E (MX2K-MPC9E) support two separate slots for MICs as field replaceable units (FRUs). Each of the MIC slots supports only one MIC– MIC-MRATE. MIC-MRATE consists of 12 physical ports that support QSFP+ transceivers and multiple port speeds of 100 Gbps, 40 Gbps, and 10 Gbps. You can configure a port to operate in a specific speed based on your requirement. The default port speed is 10 Gbps for all ports. MIC-MRATE also supports breakout transceivers, which you can use to split a 40-Gigabit Ethernet port into four 10-Gigabit Ethernet ports. MIC-MRATE ports can be split into a maximum of 48 10-Gigabit Ethernet interfaces.
MPC8E has an aggregate forwarding capacity of 960 Gbps and a forwarding capacity of 240 Gbps on each Packet Forwarding Engine. MPC9E has an aggregate forwarding capacity of 1600 Gbps and a forwarding capacity of 400 Gbps on each Packet Forwarding Engine. Oversubscription of Packet Forwarding Engine capacity is not supported. The demand on each Packet Forwarding Engine must be less than or equal to its forwarding capacity. For instance, for MPC8E, the demand on each Packet Forwarding Engine must be less than or equal to 240 Gbps and for MPC9E, the demand per Packet Forwarding Engine must be less than or equal to 400 Gbps.
On MPC8E with MIC-MRATE, you can configure four 100-Gigabit Ethernet interfaces and two 40-Gigabit Ethernet interfaces per MIC. All other interfaces are automatically disabled. On MPC9E with MIC-MRATE, you can configure eight ports as 100-Gigabit Ethernet interfaces and the other ports can be configured only as 40-Gigabit Ethernet Interfaces or 10-Gigabit Ethernet interfaces.
For information about the naming conventions for interfaces on MPC8E and MPC9E, see Interface Naming Conventions for MIC-MRATE.
Port Speed on PTX10K-LC2101
PTX10K-LC2101 is a fixed-configuration MPC and is supported on MX10008 routers. PTX10K-LC2101 contains six built-in PICs, PIC 0 to PIC 5. Each PIC has four physical ports that support quad small form-factor pluggable plus (QSFP+) transceivers. The default port speed is 10 Gbps for all ports. Each of the four ports of PIC 0 to PIC 5 supports speeds of 10 Gbps (using breakout cables), 40 Gbps, and 100 Gbps.
MX10008 routers support eight PTX10K-LC2101 MPCs. By default, each PTX10K-LC2101 MPC provides a maximum bandwidth of 1.44 Tbps. PTX10K-LC2101 has six Packet Forwarding Engines, each providing a maximum bandwidth of up to 240 Gbps, which cannot be oversubscribed. You can configure PTX10K-LC2101 to provide an increased bandwidth of 2.4 Tbps. The demand on each Packet Forwarding Engine must be less than or equal to its forwarding capacity. For instance, by default, for PTX10K-LC2101, the demand on each Packet Forwarding Engine must be less than or equal to 240 Gbps. However, if you have configured PTX10K-LC2101 to provide an increased bandwidth of 2.4 Tbps, the demand on each Packet Forwarding Engine must be less than or equal to 400 Gbps.
For information about the naming conventions for interfaces on PTX10K-LC2101 MPC, see Interface Naming Conventions for PTX10K-LC2101.
Starting with Junos OS Release 19.4R1, you can now configure 1-Gbps speed on 10-Gigabit Ethernet ports of the JNP10K-LC2101 MPC.
Each of the 40-Gigabit Ethernet port can be split to four 10-Gigabit Ethernet ports that can be configured to operate as 1-Gigabit Ethernet port. You must use 4x10GE LR breakout optics (QSFPP-4X10GE-LR) at the MX10008 or MX10016 end and 1-Gigabit Ethernet EX optics at the remote end. It is only optional to use Juniper optics (SFP-GE40KM) at the remote end, as any vendor's EX (not SX or LX) optics can be used. Refer to the Hardware Compatibility Tool for the list of pluggable transceivers supported on the MX10008 router.
Any interface operating at 10-Gbps speed can be independently converted to 1-Gbps speed. For example, in multi–rate connections through split cables, when one of the ports operates at 1-Gbps speed, the other three ports can be configured either with 1-Gbps speed or 10-Gbps speed.
To configure the operating speed of the 10-Gbps port to 1-Gbps, use the speed statement at the edit interfaces interfacename gigether-options hierarchy level. After you commit the configuration, the operating speed of the 10-Gbps port changes to 1-Gbps speed without any MPC, PIC, or interface bounce. To view the speed configured on the interface, use the show interfaces extensive command. In the output, the Speed Configuration field displays the current operating speed of the interface. If the interface is configured with 1-Gbps speed, then the Speed Configuration field displays 1G; if the interface is configured with 10-Gbps speed, Speed Configuration displays AUTO. For more information, see speed.
When you use the show interfaces extensive command to view the speed of the interface, the output does not display support for auto-negotiation. However, autonegotiation is supported when the interface speed is configured for 1-Gbps speed.
You cannot configure the 10-gigabit Ethernet interface, operating with a speed of 1-Gbps, as a member interface of a link aggregation group (LAG).
Port Speed on MIC-MACSEC-20GE
The MIC-MACSEC-20GE MIC provides 128-bit and 256-bit MACsec encryption on all the twenty 1GE and on the two 10GE ports in the following hardware configuration:
Installed directly on the MX80 and MX104 routers
Installed on MPC1, MPC2, MPC3, MPC2E, MPC3E, MPC2E-NG, and MPC3E-NG line cards on the MX240, MX480, and MX960 routers
By default, 128-bit MACsec encryption is supported.
The twenty 1-Gigabit Ethernet SFP ports distribute the ports across PIC0 and PIC1, that are logical PICs on the physical MIC. The two 10-Gigabit Ethernet SFP+ ports are physically located on PIC1. But, the 10-Gigabit interfaces are created by distributing the ports in either of the PICs. For information about the naming conventions for interfaces on MIC-MACSEC-20GE, see Interface Naming Conventions for MIC-MACSEC-20GE.
When the pic-mode is changed from 1-Gbps to 10-Gbps or vice versa, the Flexible PIC Concentrator (FPC) in MX240, MX480, MX960 routers and the Forwarding Engine Board (FEB) in MX80, MX104 routers undergoes an automatic bounce or reboot.
When the MIC-MACSEC-20GE is operating in the 10-Gbps mode, all the other 1-Gbps ports are disabled.
See also
Configuring Port Speed on MPC7E (Multi-Rate) to Enable Different Port Speeds
Configuring Port Speed on MIC-MRATE to Enable Different Port Speeds
Junos Continuity Software User Guide (Junos OS Release 14.1R4 and Later Releases)
Supported Active Physical Ports for Configuring Port Speed to Prevent Oversubscription
Guidelines for Configuring Port Speed on Routing Devices
This topic describes the guidelines to consider when configuring rate selectability at the port level or the PIC or MIC level.
Guidelines for Configuring Port Speed for MIC-MRATE MIC and MPC7E-MRATE MPC
This topic describes the guidelines to consider when configuring rate selectability at the port level or the PIC level for MIC-MRATE MIC and MPC7E-MRATE MPC:
If rate selectability is not configured, all ports of the MIC-MRATE MIC and MPC7E-MRATE MPC operate as four 10-Gigabit Ethernet interfaces by default. Therefore, when booting the MPC:
If rate selectability is not configured or if invalid port speeds are configured, an alarm is generated to indicate that the configuration is invalid. All the ports operate as four 10-Gigabit Ethernet interfaces.
If valid port speeds are configured, the PIC and MIC operate at the configured speed.
When you change an existing port speed configuration at the port level, you must reset the MPC7E-MRATE PIC for the configuration to take effect.
Similarly, when you change an existing port speed configuration at the port level for MPC8E or MPC9E, you must reset the MIC for the configuration to take effect. You can use the request chassis mic mic-slot mic-slot-number fpc-slot fpc-slot-number (offline | online) command to reset the MIC and apply your configuration changes.
An alarm is generated indicating the change in port speed configuration.
When you change an existing port speed configuration with an invalid port speed configuration, an alarm is generated indicating that the port speed configuration is invalid. For example, on the MPC7E-MRATE, if you configure the port speed of port 3 as 100 Gbps, it is an invalid configuration. MPC7E -MRATE supports 100 Gbps only on ports 2 and 5. The MPC continues to operate using the existing port speed configuration or the default port speed.
You cannot configure rate selectability at the PIC level and the port level simultaneously. Error messages are displayed when you try to commit such configurations.
When you configure rate selectability at the port level, only the configured ports are enabled. Other ports are disabled.
Guidelines for Configuring Port Speed for JNP10K-LC2101
This topic describes the guidelines to consider when configuring rate selectability at the port level or the PIC level for JNP10K-LC2101:
Each port on the JNP10K-LC2101 MPC supports speeds of 10 Gbps (using breakout cables), 40 Gbps, and 100 Gbps. However, JNP10K-LC2101 MPC does not support bandwidth oversubscription. So, when you configure the ports on all PICs, ensure that the demand on each Packet Forwarding Engine is less than or equal to its forwarding capacity. The default port speed for all PICs is 10G.
When you change an existing port speed configuration at the port level, you must reset the PIC for the configuration to take effect. When you change an existing port speed configuration at the PIC level, the JNP10K-LC2101 automatically resets the PIC.
When you change the number of active ports using the number-of-ports command, you must reset the PIC for the configuration to take effect. Interfaces are created only for active ports. Only the ports you configure are known as the active ports. The number of active ports enables you to handle bandwidth oversubscription.
Note You cannot configure the number of active ports at the port level. If you attempt to configure the number of active ports at the port level, an error message is displayed.
You cannot configure rate selectability at the PIC level and the port level simultaneously. Error messages are displayed when you try to commit such configurations.
When you change an existing port speed configuration with an invalid port speed configuration, an alarm is generated indicating that the port speed configuration is invalid. The MPC continues to operate using the existing port speed configuration or the default port speed.
Guidelines for Configuring Port Speed for MPC11E
This topic describes the guidelines to consider when configuring rate selectability at the port level or the PIC level for MPC11E:
If you do not configure rate selectability at the PIC level using the pic-mode option, then the default port speed is 100 Gbps.
Ports 1 through 4 on each PIC of the MPC11E MPC supports speeds of 100 Gbps.
On MPC11E, you cannot configure the number of active ports or the number of channelized-interfaces to be created on a port. The number-of-ports and number-of-sub-ports statements are not supported.
You cannot configure rate selectability at the PIC level and the port level simultaneously. Error messages are displayed when you attempt to commit the configuration.
When you configure rate selectability at the port level, only the configured ports are created in that PIC. Other ports are not created. When you change the port configuration at the port level, the interfaces corresponding to the affected port are deleted and then re-created.
When you change an existing port speed configuration with an invalid port speed configuration, an alarm is generated indicating that the port speed configuration is invalid. The MPC continues to operate using the existing port speed configuration or the default port speed.
MX10003 MPC Port Speed Overview
MX10003 MPC supports a Multi-Rate 12xQSFP28 Ethernet Modular Interface Card (MIC) and a fixed-port PIC (6xQSFPP). The MX10003 Packet Forwarding Engine has 6x40GE QSFPP ports on the fixed-port PIC and 12x100GE QSFP28 ports on the MIC. For more information see MX10003 MPC (Multi-Rate). Rate selectability enables you to configure the port speed either at the port level or at the MIC level. To configure all ports to operate at the same speed, you configure rate selectability at the MIC or PIC level. For more information see Configuring Port Speed on MX10003 MPC to Enable Different Port Speeds.To configure different port speeds for each port, you configure rate selectability at the port level, in which case only the ports that are configured are enabled. For more information see Configuring Port Speed on MX10003 MPC to Enable Different Port Speeds.
The ports on the MX10003 MPC are called rate-selectable or multirate ports as they support multiple port speeds. You can choose to configure all supported ports of the fixed port PIC or the MIC to operate at the same speed or configure all the ports at different supported speeds. However, all the PIC or MIC ports do not support all the port speeds. For example, you can choose to configure:
A port in 4x10GE mode using QSFPP-4x10GE optics and 4x10GE breakout cables.
A port in 40GE mode using QSFPP optics.
A port in 100GE mode using QSFP28 optics.
A port in 1GE mode (for the ports that is already operating in 10GE mode only) using QSFPP-4x10GE optics on fixed PIC and non-MacSEC MIC.
You can use the port-checker tool to check whether the combination of ports you want to use is valid or not.
You can use the Hardware Compatibility Tool to find information about the pluggable transceivers supported on MX10003 router.
The MX10003 MPC supports three Packet Forwarding Engines. The forwarding capacity of each Packet Forwarding Engine is 400Gbps which cannot be oversubscribed.
The MIC supports 12 ports. Each Packet Forwarding Engine is mapped to 4 ports of the MIC. Port 0 through port 3 are mapped to PFE0, port 4 through port 7 are mapped to PFE1, and port 8 through port 11 are mapped to PFE2. The fixed-port PIC supports 6 ports. Each Packet Forwarding Engine is mapped to two ports of the fixed-port PIC. Port 0 and port 1 are mapped to PFE0, port 2 and port 3 are mapped to PFE1, and port 4 and port 5 are mapped to PFE2. You can use the command show chassis pic fpc-slot slot-number pic-slot slot-number to display Packet Forwarding Engine mapping information and port speed information.
Table 40 summarizes the Packet Forwarding Engine mapping and the supported port speeds.
Table 40: Supported Port Speed of MX10003 MPC
PIC | Port Number | Port Speed Supported |
---|---|---|
PIC 0 (Fixed-port PIC) | 0–5 | 40-Gigabit Ethernet 4x10-Gigabit Ethernet Note: You can configure one or all 10G port operating in 4X10-Gigabit Ethernet mode to operate in 1-Gigabit Ethernet mode. |
PIC 1 (Multi-Rate MIC) | 0–11 | 100-Gigabit Ethernet 40-Gigabit Ethernet 4x10-Gigabit Ethernet Note: On non-MACsec MIC, you can configure one or all the 4X10-Gigabit Ethernet port to 1-Gigabit Ethernet mode. |
Starting with Junos OS Release 18.1R1, the non-MACsec MIC on the MX10003 routers support 1-Gigabit Ethernet mode also on 10-Gigabit Ethernet mode ports.
Each of the 100-Gigabit Ethernet or 40-Gigabit Ethernet port can be split to four 10-Gigabit Ethernet ports that can be configured to operate as 1-Gigabit Ethernet port. You can also use 4x10GE LR breakout optics (QSFPP-4X10GE-LR) at the MX10003 end and 1-Gigabit Ethernet EX optics at the remote end. It is only optional to use Juniper optics (SFP-GE40KM) at the remote end, as any vendor's EX (not SX or LX) optics can be used. Refer to Hardware Compatibility Tool for the list of pluggable transceivers supported on MX10003 router.
On MX10003 routers, when the port operates in 10-Gbps speed, you can change the operating speed to 1Gpbs using the configuration speed 1G as follows:
set interfaces interface-name gigether-options speed 1g
Refer speed (Gigabit Ethernet interface) for more details.
Once you commit this configuration, the operating speed of the 10-Gbps port changes to 1-Gbps speed, but the show interface command displays for the field Physical interface (that is, the interface name prefix) as XE /_/ and the Speed Configuration (that is, operating port speed) as 1GE. On fixed-port PIC and non-MACsec MIC, you can configure one or all 10-Gbps port operating in 4X10-Gbps speed to operate in 1-Gbps speed.
1-Gbps speed is only supported in non-autonegotation mode.
Any interface operating at 10-Gigabit Ethernet mode can be independently converted to 1-Gigabit Ethernet mode. For example, in multi–rate connections through split cables, when one of the ports operates at 1GE mode, the other three ports can still be configured in 1GE or 10GE mode.
The MACsec MIC does not support 1-Gbps speed.
The rate selectability at PIC level and port level does not support 1-Gbps speed. But you can configure the port configured at 10-Gbps speed to operate at 1-Gbps speed using the speed (Gigabit Ethernet interface) configuration statement at Gigabit Ethernet interface level.
The 1-Gbps operation mode is only supported in non-autonegotiation mode.
ISSU is not supported for the interfaces that are configured with 1-Gigabit Ethernet mode. If ISSU upgrade is carried out in 1-Gigabit Ethernet mode, then the behavior is unexpected and traffic loss can be expected. Refer request vmhost software in-service-upgrade for more details.
To view the speed configured for the interface, execute the show interfaces extensive command. The Speed Configuration output parameter in the command output indicates the current operation speed of the interface. If the interface is configured with 1-Gbps speed, then Speed Configuration displays 1G; if the interface is configured with 10-Gbps speed, Speed Configuration displays AUTO.
For example:
user@host>show interfaces xe-0/1/11:0 extensive Physical interface: xe-0/1/11:0, Enabled, Physical link is Up Interface index: 284, SNMP ifIndex: 609, Generation: 383 Link-level type: Ethernet, MTU: 9192, MRU: 9200, LAN-PHY mode, Speed: 10Gbps, BPDU Error: None, Loop Detect PDU Error: None, MAC-REWRITE Error: None, Loopback: None, Source filtering: Disabled, Flow control: Enabled, Speed Configuration: 1G ...
In this example, the Speed Configuration output parameter displays 1G, which means the operation speed of xe-0/1/11:0 interface is 1-Gbps speed.
MX10003 MPC has an aggregate forwarding capacity of 1.2 Tbps and a forwarding capacity of 400 Gbps on each Packet Forwarding Engine. Oversubscription of Packet Forwarding Engine capacity is not supported. The demand on each Packet Forwarding Engine must be less than or equal to its forwarding capacity. For more information see, Supported Active Physical Ports for Configuring Port Speed to Prevent Oversubscription on MX10003 MPC. For instance, for MX10003 MPC, the demand on each Packet Forwarding Engine must be less than or equal to 400 Gbps.
For example, on the fixed-port PIC, if you configure the port speed on one ports as 40 Gbps or on two port as 40 Gbps, then you can configure the ports on the MIC in one of the following ways:
Three 100-Gigabit Ethernet interfaces
Two 100-Gigabit Ethernet and two 40-Gigabit Ethernet interfaces
Two 100-Gigabit Ethernet and eight 10-Gigabit Ethernet interfaces
The same rule is applicable to all Packet Forwarding Engines independently.
Only the Interface that is already operating at 10GE mode can be configured to operate at 1GE mode using speed (Gigabit Ethernet interface) configuration statement as follows:
set interfaces interface-name gigether-options speed 1g
Table 41 summarizes the port mode configuration at the Packet Forwarding Engine level.
Table 41: PFE Based Port Mode Configuration
Port Speed configuration on PIC1(Gbps) | Port speed configuration on PIC0(Gbps) | ||||
---|---|---|---|---|---|
100 | 100 | 100 | 100 | 0 | 0 |
100 | 100 | 100 | 10/40 | 0 | 0 |
100 | 100 | 100 | 0 | 10/40 | 10/40 |
100 | 100 | 10/40 | 10/40 | 10/40 | 10/40 |
100 | 10/40 | 10/40 | 10/40 | 10/40 | 10/40 |
10/40 | 10/40 | 10/40 | 0 | 10/40 | 10/40 |
10/40 | 10/40 | 10/40 | 10/40 | 0 | 0 |
Table 42 summarizes the PIC mode configuration.
Table 42: PIC Mode Configuration
Port Speed configuration on PIC1(Gbps) | Port speed configuration on PIC0(Gbps) |
---|---|
100 | 0 Configure the number of ports to 0. |
10 | 10 |
40 | 40 |
Note the following caveats while configuring rate selectability on the MX10003 MPC:
By default, the MX10003 router comes up with the PIC mode where all the interface operates at the same speed of 10-Gbps. That is, by default, both the PICs (PIC 0 and PIC 1) operate at 10-Gbps speed. To use different port speeds, you must first switch to the port mode and then change the default speed.
To change the default speed, you must select a port and configure a different port speed on it and reset both the PICs for the configuration to take effect. For example, select 40GE or 100GE on PIC 1 and 10GE on PIC 0. For this configuration to take effect, you must reset both PICs.
Regardless of the line card— MIC (PIC1) or fixed-port PIC (PIC0) installed —you must configure both the PICs and all the associated ports, under the [edit chassis] hierarchy. Configuring ports on only one of the PICs results in an invalid configuration.
The port speed configuration on the fixed-port PIC and the MIC must be homogenous. However, at port level you can configure port speeds in heterogeneous mode. For more information, see Configuring Rate Selectability on MX10003 MPC at Port Level.
For example, if you want to configure the port speed as 10 Gbps, the port speed of the fixed-port PIC and the MIC should be configured to 10 Gbps. If you want to configure the port speed as 40 Gbps, the port speed of the fixed-port PIC and the MIC should be configured to 40 Gbps. However, if you choose to configure all ports of the MX10003 MPC to operate as 100-Gigabit Ethernet interfaces, the ports on the MIC have to be configured to 100 Gbps and the number-of-ports number-of-active-physical-ports statement on the fixed-port PIC must be set to 0.
When you configure rate selectability at the port level, only the configured ports are active. Other ports are disabled.
When you choose an existing port speed configuration with an invalid port speed configuration, an alarm is generated indicating that the port speed configuration is invalid.
You cannot configure the ports which will oversubscribe the Packet Forwarding Engine. For example, a combination of eleven 100-Gigabit Ethernet interfaces on the MIC and ten 10-Gigabit Ethernet interfaces on the fixed-port PIC will result in an invalid configuration. If you try to commit an invalid configuration, the configuration will get committed. However, the port will not be activated. You can execute the show chassis alarms to display the error message.
You cannot configure rate selectability at the PIC level and the port level simultaneously. Error messages are displayed when you try to commit such configurations.
When you change an existing port speed configuration at the port level, you must reset the PIC for the configuration to take effect. When you change an existing port speed configuration at the PIC level, the MPC automatically resets the PIC.
Invalid Port Configuration
You cannot configure the ports which will oversubscribe the Packet Forwarding Engine.
For example, a combination of eleven 100-Gigabit Ethernet interfaces on the MIC and ten 10-Gigabit Ethernet interfaces on the fixed-port PIC will result in an invalid configuration. If you try to commit an invalid configuration, the configuration will get committed. However, the port will not be activated. You can execute the show chassis alarms to display the error message. The valid configuration in this case would be eleven 100-Gigabit Ethernet interfaces on the MIC and eight 10-Gigabit Ethernet interfaces on the fixed-port PIC.
See also
MX204 Router Port Speed Overview
The maximum amount of data that can be transmitted through a port at any given second either by a network device or by a component of the network device (such as a line card) is known as the port speed. Port speed is measured in kilobits per second (Kbps), gigabits per second (Gbps), and terabits per second (Tbps). If a port can be configured to support both single and multiple speeds, the port is known as a rate-selectable port. Because the port is part of a network device (router or switch) or a network component (such as MPC, MIC) the component is known as a rate-selectable component. Rate selectability enables you to configure different port speeds at the port level or at the PIC level.
The MX204 has four rate-selectable ports (referred to a PIC 0 ports) that can be configured as 100-Gigabit Ethernet ports or 40-Gigabit Ethernet port, or each port can be configured as four 10-Gigabit Ethernet ports (by using a breakout cable). The MX204 also has eight 10-Gigabit Ethernet ports (referred to as PIC 1 ports). On PIC 0 and PIC 1, you can configure the 10-Gigabit Ethernet port(s) to operate in 1-Gigabit Ethernet mode (using speed (Gigabit Ethernet interface) command). The four rate-selectable ports supports QSFP28/QSFP+ transceivers, whereas the eight 10-Gigabit Ethernet ports supports SFP+ transceivers. Knowing the exact details of the port speeds for the PICs helps you to choose the speeds to configure on the ports or on the PICs. You can view the port speeds of the PIC by executing show chassis pic command. For more information, see MX204 Router Overview and Supported Active Physical Rate-Selectable Ports to Prevent Oversubscription on MX204 Router.
By default, the MX204 router comes up with the PIC mode where all the interface operates at the same speed of 10-Gbps. that is, by default, both the PICs (PIC 0 and PIC 1) operate at 10-Gbps speed. To use different port speeds, you must first switch to the port mode. When you switch modes, either from PIC mode to port mode or port mode to PIC mode, the PIC restarts automatically.
To change the default speed, you must select a port and configure a different port speed on it and reset both the PICs for the configuration to take effect. For example, select 40GE or 100GE on PIC 0 and 10GE on PIC 1. For this configuration to take effect, you must reset both PICs.
Not all port combinations will work. So, it is recommended to use the port-checker tool to check whether the combination of ports you want to use is valid or not.
You can use the Hardware Compatibility Tool to find information about the pluggable transceivers supported on MX204 router.
The MX204 router supports two types of rate selectability configuration options:
PIC Level Configuration: To configure all ports to operate at the same speed, you configure rate selectability at the PIC level.
Port Level Configuration: To configure different port speeds for each port, you configure rate selectability at the port level, in which case only the ports that are configured are enabled.
To configure all ports to operate at the same speed, configure rate selectability at the PIC level, in which case you cannot configure the speed of individual ports. To configure rate selectability at the PIC level, use the pic-mode statement and specify the port speed. To configure different port speeds for each port, configure rate selectability at the port level, in which case only the ports that are configured are enabled. To configure rate selectability at the port level, use the speed statement to specify the speed of individual ports.
The examples below show the sample CLI command output of the port speed capability of the 4-port PIC 0 with QSFP+ transceivers and the 8-port PIC 1 with SFP+ transceivers on the MX204 router.
user@host> show chassis pic fpc-slot 0 pic-slot 0 ... Port Speed Information: Port Capable Port Speeds 0 4x10GE, 40GE, 100GE 1 4x10GE, 40GE, 100GE 2 4x10GE, 40GE, 100GE 3 4x10GE, 40GE, 100GE ...
user@host> show chassis pic fpc-slot 0 pic-slot 1 ... Port Speed Information: Port Capable Port Speeds 0 10GE 1 10GE 2 10GE 3 10GE 4 10GE 5 10GE 6 10GE 7 10GE ...
Table 43 summarizes the rate selectability of the MX204 routers.
Table 43: Rate Selectability of MX204 Routers
PIC | Port Number | Port Speed Supported |
---|---|---|
PIC 0 | 0–3 | 100-Gigabit Ethernet 40-Gigabit Ethernet 4x10-Gigabit Ethernet Note:
|
PIC 1 | 0–7 | 10 Gigabit Ethernet Note: Supports 1–Gbps speed on 10 Gigabit Ethernet ports. |
Starting with Junos OS Release 18.1R1, the 10-Gbps port can operate in 1-Gbps mode also.
Each of the four 100-Gigabit Ethernet or 40-Gigabit Ethernet port can be split to four 10-Gigabit Ethernet ports that can be configured to operate as 1-Gigabit Ethernet port. You can also use 4x10GE LR breakout optics (QSFPP-4X10GE-LR) at the MX204 end and 1-Gigabit Ethernet EX optics at the remote end. It is only optional to use Juniper optics (SFP-GE40KM) at the remote end, as any vendor's EX (not SX or LX) optics can be used. Refer to Hardware Compatibility Tool for the list of pluggable transceivers supported on MX204 router.
MX204 router also support 1-Gigabit Ethernet port on the fixed 10-Gigabit Ethernet SFPP ports with 1GE SFPs in it.
On MX204 routers, when the port is operating in 10-Gbps speed, you can change the operating speed to 1Gpbs using the configuration statement Speed 1G as follows:
set interfaces interface-name gigether-options speed 1g
Refer speed (Gigabit Ethernet interface) for more details.
Once you commit this configuration, the operating speed of the 10-Gbps port changes to 1-Gbps speed, but the show interface command displays for the field Physical interface (that is, the interface name prefix) as XE /_/ and the Speed Configuration (that is, operating port speed) as 1GE.
On MRATE PIC, each channel per port can be configured individually as 1-Gigabit Ethernet port.
The interface name prefix must be xe.
The rate selectability at PIC level and port level does not support 1-Gbps speed. But you can configure the port configured at 10-Gbps speed to operate at 1-Gbps speed using the speed (Gigabit Ethernet interface) configuration statement at Gigabit Ethernet interface level.
The 1-Gbps SFP port supports auto-negotiation. You can configure auto-negotiation by using the command set interfaces interface-name gigether-options auto-negotiation. For more information, see auto-negotiation.
To view the speed configured for the interface, execute the show interfaces extensive command. The Speed Configuration output parameter in the command output indicates the current operation speed of the interface. If the interface is configured with 1-Gbps speed, then Speed Configuration displays 1G; if the interface is configured with 10-Gbps speed, Speed Configuration displays AUTO.
For example:
user@host>show interfaces xe-0/1/11:0 extensive Physical interface: xe-0/1/11:0, Enabled, Physical link is Up Interface index: 284, SNMP ifIndex: 609, Generation: 383 Link-level type: Ethernet, MTU: 9192, MRU: 9200, LAN-PHY mode, Speed: 10Gbps, BPDU Error: None, Loop Detect PDU Error: None, MAC-REWRITE Error: None, Loopback: None, Source filtering: Disabled, Flow control: Enabled, Speed Configuration: 1G ...
In this example, the Speed Configuration output parameter displays 1G, which means the operation speed of xe-0/1/11:0 interface is 1-Gbps speed.
User-Configurable Port Speed of MX204 Routers
You can also configure rate selectability on MX204 routers.
Table 44 summarizes the user-configurable rate selectability of MX204 routers.
Table 44: Configurable Rate Selectability of MX204 Router
Port Speed Configuration on PIC 0 (Gbps) | Port Speed Configuration on PIC 1 (Gbps) |
---|---|
100 | 0 Configure the number of active ports to 0. |
10 | 10 |
40 | 0 Configure the number of active ports to 0. |
Only the Interface that is already operating at 10GE mode can be configured to operate at 1GE mode using speed (Gigabit Ethernet interface) configuration statement as follows:
set interfaces interface-name gigether-options speed 1g
The MX204 router does not support heterogeneous mode. That is, in PIC mode if 40-Gbps or 100-Gbps speed is configured on PIC 0, then the number-of-ports on PIC 1 must be configured to 0 only.
Maximum number of 10/40/100GE ports Configurable at PIC and Port Mode
Following table summarizes the maximum number of 10/40/100 Gigabit Ethernet ports per PIC configurable at PIC and port levels:
Table 45: Maximum number of 10/40/100 Gigabit Ethernet ports Configurable at PIC and Port Level
Maximum Ports | Maximum Ports configurable at PIC Mode (on both PIC0 and PIC1) | Maximum Ports Configurable at Port Mode (on both PIC0 and PIC1) |
---|---|---|
10/1 Gigabit Ethernet Ports | 24 Which means 16 ports from PIC 0 and 8 Ports from PIC 1. | 20 Which means 12 ports from PIC 0 and 8 Ports from PIC 1. |
40 Gigabit Ethernet Ports | 4 Only 4 ports from PIC 0 as PIC 1 supports only 10 Gbps Speed. | 4 |
100 Gigabit Ethernet Ports | 4 Only 4 ports from PIC 0 as PIC 1 supports only 10 Gbps Speed. | 4 |
Port Configuration - PIC Level
On PIC 0, if each of the four ports is configured to operate at 100-Gbps speed, then you must configure all the 8 ports at PIC 1 to 0 (using number-of-ports statement). On PIC 0, if ports 0, 1, and 2 are set to 100-Gbps, and port 3 is set to 10-Gbps or 40-Gbps, then you should configure all the 8 ports at PIC 1 to 0 (using number-of-port statement), and so on as listed in the below table.
The following table only lists few valid combination of port speeds on PIC 0 and PIC1 of MX204 router. You are not limited to configure only the below mentioned example port configurations. For more valid port configuration values, refer port-checker tool.
Table 46: Port Configuration at PIC Level in MX204 Routers
Port Mode | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PIC 0 | PIC 1 | ||||||||||
100 | 100 | 100 | 100 | 0 Configure the number of active ports to 0. | |||||||
100 | 100 | 100 | 10/40 | 0 Configure the number of active ports to 0. | |||||||
100 | 100 | 10/40 | 10/40 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 |
100 | 10/40 | 10/40 | 10/40 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 |
10/40 | 10/40 | 10/40 | 10/40 | 0 Configure the number of ports to 0. |
PIC Mode | ||||
---|---|---|---|---|
PIC 0 (with four rate-selectable ports) | PIC 1 (with eight 10-Gigabit Ethernet ports) | |||
100 | 100 | 100 | 100 | 0 Configure the number of active ports to 0. |
40 | 40 | 40 | 40 | 0 Configure the number of active ports to 0. |
10 | 10 | 10 | 10 | 10 Configure all the eight 10-Gigabit Ethernet ports to 10. |
Only the Interface that is already operating at 10GE mode can be configured to operate at 1GE mode using speed (Gigabit Ethernet interface) configuration statement as follows:
set interfaces interface-name gigether-options speed 1g
See also
PTX10003 Router Port Speed Overview
PTX10003 Packet Transport Routers feature flexible interface configuration options with universal multi-rate double-density Quad Small Form-factor Pluggable (QSFP-DD) optics. The PTX10003-80C port panel has 40 physical ports and the PTX10003-160C port panel has 80 physical ports. The physical ports are in groups of five QSFP-DD ports. You can configure different data rates for each port group as long as the specified guidelines are met. Any port can be used as a 100-Gigabit Ethernet interface, 40-Gigabit Ethernet interface, 25-Gigabit Ethernet interface, or 10-Gigabit Ethernet interface. You choose the speed by plugging in the appropriate transceiver.
The center port in each port group (port 2 and port 7) cannot support 1x200 Gbps. To configure a 200 Gbps data rate for those ports, you’ll need to configure them as 2x100 Gbps. For more details, see Understanding QSFP-DD Interfaces and Configurations. Also, only ports 0,4,5, or 9 on each PIC can support 400 Gbps or 4x100 Gbps. To configure the speed, you must plug in the appropriate transceiver and configure the speed.
You can channelize the Gigabit Ethernet interfaces on PTX10003 routers to create multiple independent Gigabit Ethernet interfaces and then use breakout cables to connect the channelized ports to other servers, storage devices, and routers. Here’s the allowable channelization configurations for the optical transceivers supported by the PTX10003:
Table 47: Channelization Configuration on PTX10003
QSFP Transceiver | Native Port Speeds | Channelization Options |
---|---|---|
QSFP56-DD | 1x400G Gbps | 4x100G Gbps |
QSFP28-DD | 1x200 Gbps 2x100 Gbps | 8x25 Gbps |
QSFP28 | 1x100 Gbps | 4x25 Gbps |
QSFP+ | 1x40 Gbps 4x10 Gbps | 4x10 Gbps |
For more details about supported transceivers and cable specifications, see the PTX10003 Packet Transport Router Hardware Guide .
By default, all PTX10003 QSFP-DD interfaces are configured for a data rate of 2x100 Gbps. The interface names appear in the et-fpc/pic/port:channel format.
The port speed can be configured at the PIC-level by using the set chassis fpc slot-number pic slot-number pic-mode pic-mode command. The pic-mode statement can take values 10G, 40G, or 100G to operate all ports in 4x10G, 1x40G, or 1x100G.
To configure the port speed or channelize a port:
- Issue the following command to set the port speed: set chassis fpc slot-number pic pic-number port port-number number-of-subports [1 | 2| 4 |8] speed [10G | 40G | 100G
|200G |400G]
For example, to configure the second port in the first port group as a 1x40 Gbps interface, issue the set chassis fpc 0 pic 0 port 1 number-of-subports 1 speed 40g command.
- Type the commit command.[edit]user@host# commitcommit complete
After you commit this configuration, the second port in PIC 0 will operate at 1x40 Gbps.
Note When a port speed and sub-port-number are configured, the configured values override the default port speed for the transceiver. If you try to configure a port speed that is not supported by the transceiver, the port will be disabled. If there isn’t a port speed configured on a valid optical port, the PTX10003 uses a default port speed of 2x100 Gbps. Also, if number-of-subports is not configured, a 1x 40G | 100G |200G |400G] data rate is assumed. A 1x10G sub-port is not supported.
When a port is channelized, the interface name has a colon followed by the port channel to signify the four separate channels. For example, on a PTX10003 with port 2 on PIC 1 configured as four 25-Gigabit Ethernet ports, the interface names are et-0/1/2:0, et-0/1/2:1, et-0/1/2:2, and et-0/1/2:3.
There is no commit check when you channelize a port or configure the speed of the port.
PTX10K-LC1201 Port Speed Overview
The PTX10K-LC1201 line card is a fixed-configuration, rate-selectable line card with 36 built-in ports. The ports on the PTX10K-LC1201 are called rate-selectable or multi-rate ports as they support multiple port speeds. Rate selectability enables you to configure the port speed either at the port level or at the PIC level. To configure all ports to operate at the same speed, configure rate selectability at the PIC level, in which case you cannot configure the speed of individual ports. To configure rate selectability at the PIC level, use the pic-mode statement and specify the port speed. You can choose to configure all ports to operate at the same speed or configure all the ports to operate at different supported speeds. The default port speed is 400Gbps for all ports. Each PTX10K-LC1201provides a maximum bandwidth of 14.4Tbps.
On the PTX10K-LC1201, you can choose to configure all 36 ports with the following port speeds:
4x10 Gbps, 4x25 Gbps, and 2x50 Gbps
40 Gbps, 100 Gbps, 200 Gbps, and 400 Gbps
When you change the speed at the PIC level, the existing interfaces are deleted and new interfaces are created based on the new configuration. When you change the speed of a particular port explicitly by using the speed statement, only that port is affected. All other ports in that PIC remain unaffected.
For information about how to configure rate selectability, see Configuring Port Speed on PTX10K-1201 line card to Enable Different Port Speeds.
Table 48 summarizes the Packet Forwarding Engine mapping and the supported port speeds.
Table 48: Port Speed for the PTX10K-LC1201
PIC | Port Number | Port Speed Supported | Optics Supported |
---|---|---|---|
PIC 0 | 0-35 | 4x10-Gigabit Ethernet 1x40-Gigabit Ethernet 4x25-Gigabit Ethernet 2x50-Gigabit Ethernet 1x100-Gigabit Ethernet 2x100-Gigabit Ethernet 4x100-Gigabit Ethernet 1x400-Gigabit Ethernet |
Note: By default, all the active ports operate in 400-Gigabit Ethernet mode. |
Interface Naming Conventions
The interface name uniquely identifies an individual network connector in the system. Use the interface name when you configure the interface. Every device follows it own naming convention. Use this topic to understand more about the interface naming conventions for the line cards and devices.
Interface Naming Conventions for MPC7E-MRATE
MPC7E (MPC7E-MRATE) is a fixed-configuration MPC and contains two built-in PICs, PIC 0 and PIC 1. Each of the six ports of PIC 0 and PIC 1 support multiple port speeds of 100 Gbps, 40 Gbps, and 10 Gbps and can be configured as 10-Gigabit Ethernet and 40-Gigabit Ethernet interfaces. However, you can configure only ports 2 and 5 on both the PICs as 100-Gigabit Ethernet interfaces.
MPC7E-MRATE has an aggregate forwarding capacity of 480 Gbps and a forwarding capacity of 240 Gbps on each Packet Forwarding Engine. Oversubscription of Packet Forwarding Engine capacity is not supported. The demand on each Packet Forwarding Engine must be less than or equal to its forwarding capacity. For instance, for MPC7E-MRATE, the demand on each Packet Forwarding Engine must be less than or equal to 240 Gbps.
The 40-Gigabit Ethernet and 100-Gigabit Ethernet interfaces configured on the MPC7E-MRATE MPC follow the naming convention et-fpc-slot/pic-slot/port-number. The 10-Gigabit Ethernet interfaces configured on the MPC7E- MRATE MPC follow the naming convention xe-fpc-slot/pic-slot/port-number:[logical-port-number].
For example, et-0/0/2 indicates either a 40-Gigabit Ethernet or a 100-Gigabit Ethernet interface configured on port 2 of PIC 0 of the MPC7E-MRATE MPC that is installed in the MPC slot 0. xe-0/0/1:3 indicates a 10-Gigabit Ethernet interface configured on logical port 3 of physical port 1 of the MPC7E-MRATE MPC that is installed in the MPC slot 0.
Table 49 lists the naming conventions for interfaces on MPC7E-MRATE for MX240, MX480, MX960, MX2010, and MX2020 routers.
Table 49: Interface Naming Convention for MPC7E-MRATE
Packet Forwarding Engine | 10-Gigabit Ethernet Interface | 40-Gigabit Ethernet Interface | 100-Gigabit Ethernet Interface |
---|---|---|---|
0 | xe-x/0/0/[0-3] | et-x/0/0 | - |
xe-x/0/1:[0-3] | et-x/0/1 | - | |
xe-x/0/2:[0-3] | et-x/0/2 | et-x/0/2 | |
xe-x/0/3:[0-3] | et-x/0/3 | - | |
xe-x/0/4:[0-3] | et-x/0/4 | - | |
xe-x/0/5:[0-3] | et-x/0/5 | et-x/0/5 | |
1 | xe-x/1/0:[0-3] | et-x/1/0 | - |
xe-x/1/1:[0-3] | et-x/1/1 | - | |
xe-x/1/2:[0-3] | et-x/1/2 | et-x/1/2 | |
xe-x/1/3:[0-3] | et-x/1/3 | - | |
xe-x/1/4:[0-3] | et-x/1/4 | - | |
xe-x/1/5:[0-3] | et-x/1/5 | et-x/1/5 |
Interface Naming Conventions for MIC-MRATE
MIC-MRATE consists of twelve ports that support multiple port speeds of 100 Gbps, 40 Gbps, and 10 Gbps. MIC-MRATE is supported on MPC8E (MX2K-MPC8E) and MPC9E (MX2K-MPC9E) on MX2000 line of routers.
Starting with Junos OS Release 17.3R1, MIC-MRATE is supported on MX10003 MPC on MX10003 routers.
By default, the MIC-MRATE ports are configured as 10-Gigabit Ethernet ports.
MPC8E has a forwarding capacity of 240 Gbps for each Packet Forwarding Engine. In Junos OS Release 16.1R1 and later, you can upgrade MPC8E to provide an increased bandwidth of 1600 Gbps (1.6 Tbps), by using an add-on license. After you configure the bandwidth 1.6T statement, MPC8E provides an increased bandwidth of 1.6 Tbps. The forwarding capacity is increased to 400 Gbps for each Packet Forwarding Engine.
MPC9E has a forwarding capacity of 400 Gbps for each Packet Forwarding Engine. Packet Forwarding Engine oversubscription is not supported. So, demand on each Packet Forwarding Engine should be less than or equal to its forwarding capacity. For MPC8E, demand on each Packet Forwarding Engine should be less than or equal to 240 Gbps and for MPC9E, demand on each Packet Forwarding Engine should be less than or equal to 400 Gbps.
On MPC8E with MIC-MRATE, you can configure four ports as 100-Gigabit Ethernet interfaces. On MPC9E with MIC-MRATE and on MPC8E configured to operate at 1.6 Tbps by using an add-on license, you can configure eight ports as 100-Gigabit Ethernet interfaces.
The 40-Gigabit Ethernet and 100-Gigabit Ethernet interfaces configured on the MIC-MRATE MIC follow the naming convention et-fpc-slot/pic-slot/port-number. The 10-Gigabit Ethernet interfaces configured on the MIC-MRATE MIC follow the naming convention xe-fpc-slot/pic-slot/port-number:[logical-port-number].
For example, xe-0/0/1:3 indicates a 10-Gigabit Ethernet interface configured on logical port 3 of physical port 1 of the MIC-MRATE MIC that is installed in the MPC slot 0. The interface name et-0/0/2 indicates either a 40-Gigabit Ethernet interface or a 100-Gigabit Ethernet interface configured on port 2 of MIC-MRATE MIC that is installed in the MPC slot 0.
Table 50 lists the naming conventions used for interfaces on MIC-MRATE when installed on slot 0 of MPC8E and MPC9E. Table 51 lists the naming conventions used for interfaces on MIC-MRATE when installed on slot 1 of MPC8E and MPC9E. MPC8E and MPC9E support two MIC-MRATE MICs each.
The x in et-x/0/0 and xe-x/0/0:[0-3] refers to the MPC slot number.
Table 50: Interface Naming Convention for MIC-MRATE Installed on Slot 0 of MPC8E and MPC9E
Packet Forwarding Engine | 10-Gigabit Ethernet Interface | 40-Gigabit Ethernet Interface | 100-Gigabit Ethernet Interface |
---|---|---|---|
0 | xe-x/0/0:[0-3] | et-x/0/0 | et-x/0/0 |
xe-x/0/1:[0-3] | et-x/0/1 | et-x/0/1 | |
xe-x/0/2:[0-3] | et-x/0/2 | et-x/0/2 | |
xe-x/0/3:[0-3] | et-x/0/3 | et-x/0/3 | |
xe-x/0/4:[0-3] | et-x/0/4 | - | |
xe-x/0/5:[0-3] | et-x/0/5 | - | |
1 | xe-x/0/6:[0-3] | et-x/0/6 | et-x/0/6 |
xe-x/0/7[0-3] | et-x/0/7 | et-x/0/7 | |
xe-x/0/8:[0-3] | et-x/0/8 | et-x/0/8 | |
xe-x/0/9:[0-3] | et-x/0/9 | et-x/0/9 | |
xe-x/0/10:[0-3] | et-x/0/10 | - | |
xe-x/0/11:[0-3] | et-x/0/11 | - |
Table 51: Interface Naming Convention for MIC-MRATE Installed on Slot 1 of MPC8E and MPC9E
Packet Forwarding Engine | 10-Gigabit Ethernet Interface | 40-Gigabit Ethernet Interface | 100-Gigabit Ethernet Interface |
---|---|---|---|
2 | xe-x/1/0:[0-3] | et-x/1/0 | et-x/1/0 |
xe-x/1/1:[0-3] | et-x/1/1 | et-x/1/1 | |
xe-x/1/2:[0-3] | et-x/1/2 | et-x/1/2 | |
xe-x/1/3:[0-3] | et-x/1/3 | et-x/1/3 | |
xe-x/1/4:[0-3] | et-x/1/4 | - | |
xe-x/1/5:[0-3] | et-x/1/5 | - | |
3 | xe-x/1/6:[0-3] | et-x/1/6 | et-x/1/6 |
xe-x/1/7[0-3] | et-x/1/7 | et-x/1/7 | |
xe-x/1/8:[0-3] | et-x/1/8 | et-x/1/8 | |
xe-x/1/9:[0-3] | et-x/1/9 | et-x/1/9 | |
xe-x/1/10:[0-3] | et-x/1/10 | - | |
xe-x/1/11:[0-3] | et-x/1/11 | - |
Table 52 lists the naming conventions used for interfaces on MIC-MRATE when installed on slot 1 of MX10003 MPC.
Table 52: Interface Naming Convention for MIC-MRATE Installed on Slot 1 of MX10003MPC
Packet Forwarding Engine | 10-Gigabit Ethernet Interface | 40-Gigabit Ethernet Interface | 100-Gigabit Ethernet Interface |
---|---|---|---|
0 | xe-x/1/0:[0-3] | et-x/1/0 | et-x/1/0 |
xe-x/1/1:[0-3] | et-x/1/1 | et-x/1/1 | |
xe-x/1/2:[0-3] | et-x/1/2 | et-x/1/2 | |
xe-x/1/3:[0-3] | et-x/1/3 | et-x/1/3 | |
1 | xe-x/1/4:[0-3] | et-x/1/4 | - |
xe-x/1/5:[0-3] | et-x/1/5 | - | |
xe-x/1/6:[0-3] | et-x/1/6 | et-x/1/6 | |
xe-x/1/7[0-3] | et-x/1/7 | et-x/1/7 | |
2 | xe-x/1/8:[0-3] | et-x/1/8 | et-x/1/8 |
xe-x/1/9:[0-3] | et-x/1/9 | et-x/1/9 | |
xe-x/1/10:[0-3] | et-x/1/10 | - | |
xe-x/1/11:[0-3] | et-x/1/11 | - |
Interface Naming Conventions for MX10003 MPC
The MX10003 MPC supports a Multi-Rate 12xQSFP28 Ethernet MIC (model numbers: JNP-MIC1 and JNP-MIC1-MACSEC) and the fixed-port PIC (6xQSFPP).
Each of the 6 ports of the PIC supports 10-Gigabit Ethernet and 40-Gigabit Ethernet interfaces. Each of the 12 ports of the modular MIC supports 10-Gigabit Ethernet, 40-Gigabit Ethernet, and 100-Gigabit Ethernet interfaces. All the ports of the modular MIC can be configured as 100-Gigabit Ethernet interfaces.
The 40-Gigabit Ethernet and 100-Gigabit Ethernet interfaces configured on the MX10003 MPC follow the naming convention et-fpc-slot/pic-slot/port-number. The 10-Gigabit Ethernet interfaces follow the naming convention xe-fpc-slot/pic-slot/port-number:[logical-port-number].
For example, xe-1/1/1:3 indicates a 10-Gigabit Ethernet interface configured on logical port 3 of physical port 1 of the modular MIC that is installed in the MPC slot 1. The interface name et-1/1/2 indicates either a 40-Gigabit Ethernet interface or a 100-Gigabit Ethernet interface configured on port 2 of modular MIC that is installed in the MPC slot 1.
The x in et-x/0/0 and xe-x/0/0:[0-3] refers to the MPC slot number.
Table 53 lists the naming conventions used for interfaces on the fixed-port PIC when installed in slot 0 of the MX10003 MPC. Table 54 lists the naming conventions used for interfaces on the modular MIC when installed in slot 1 of the MPC.
Table 53: Interface Naming Convention for the Fixed-Port PIC in Slot 0 of MX10003 MPC
Packet Forwarding Engine | 10-Gigabit Ethernet Interface | 40-Gigabit Ethernet Interface | 100-Gigabit Ethernet Interface |
---|---|---|---|
0 | xe-x/0/0:[0-3] | et-x/0/0 | – |
xe-x/0/1:[0-3] | et-x/0/1 | – | |
1 | xe-x/0/2:[0-3] | et-x/0/2 | – |
xe-x/0/3:[0-3] | et-x/0/3 | – | |
2 | xe-x/0/4:[0-3] | et-x/0/4 | – |
xe-x/0/5:[0-3] | et-x/0/5 | – |
Table 54: Interface Naming Convention for Modular MIC Installed in Slot 1 of MX10003 MPC
Packet Forwarding Engine | 10-Gigabit Ethernet Interface | 40-Gigabit Ethernet Interface | 100-Gigabit Ethernet Interface |
---|---|---|---|
0 | xe-x/1/0:[0-3] | et-x/1/0 | et-x/1/0 |
xe-x/1/1:[0-3] | et-x/1/1 | et-x/1/1 | |
xe-x/1/2:[0-3] | et-x/1/2 | et-x/1/2 | |
xe-x/1/3:[0-3] | et-x/1/3 | et-x/1/3 | |
1 | xe-x/1/4:[0-3] | et-x/1/4 | et-x/1/4 |
xe-x/1/5[0-3] | et-x/1/5 | et-x/1/5 | |
xe-x/1/6[0-3] | et-x/1/6 | et-x/1/6 | |
xe-x/1/7:[0-3] | et-x/1/7 | et-x/1/7 | |
2 | xe-x/1/8:[0-3] | et-x/1/8 | et-x/1/8 |
xe-x/1/9:[0-3] | et-x/1/9 | et-x/1/9 | |
xe-x/1/10:[0-3] | et-x/1/10 | et-x/1/10 | |
xe-x/1/11:[0-3] | et-x/1/11 | et-x/1/11 |
See also
Interface Naming Conventions for PTX10K-LC2101
PTX10K-LC2101 is a is a fixed-configuration MPC and contains six built-in PICs, PIC 0 to PIC 5. Each PIC supports 4 ports. All ports support multiple port speeds of 100 Gbps, 40 Gbps, and 10 Gbps and can be configured as 10-Gigabit Ethernet, 40-Gigabit Ethernet, and 100-Gigabit Ethernet interfaces.
PTX10K-LC2101 has a forwarding capacity of 240 Gbps for each Packet Forwarding Engine. PTX10K-LC2101 has six Packet Forwarding Engines. In Junos OS Release 18.2R1 and later, you can upgrade PTX10K-LC2101 to provide an increased bandwidth of 2400 Gbps (2.4Tbps), by using an add-on license. After you configure the bandwidth 2.4T statement, PTX10K-LC2101 provides an increased bandwidth of 2.4 Tbps. The forwarding capacity is increased to 400 Gbps for each Packet Forwarding Engine. Packet Forwarding Engine oversubscription is not supported. So, demand on each Packet Forwarding Engine should be less than or equal to its forwarding capacity.
The 40-Gigabit Ethernet and 100-Gigabit Ethernet interfaces configured on the PTX10K-LC2101 MPC follow the naming convention et-fpc-slot/pic-slot/port-number. The 10-Gigabit Ethernet interfaces configured on the PTX10K-LC2101 MPC follow the naming convention xe-fpc-slot/pic-slot/port-number:[logical-port-number].
For example, xe-0/0/1:3 indicates a 10-Gigabit Ethernet interface configured on logical port 3 of physical port 1 of the PTX10K-LC2101 MPC that is installed in the MPC slot 0. The interface name et-0/0/2 indicates either a 40-Gigabit Ethernet interface or a 100-Gigabit Ethernet interface configured on port 2 of the PTX10K-LC2101 MPC that is installed in the MPC slot 0.
Each Packet Forwarding Engine maps to a single built-in PIC on the PTX10K-LC2101.
Table 55 lists the naming conventions used for interfaces on PTX10K-LC2101 for MX10008 routers. MX10008 routers support 8 PTX10K-LC2101 MPCs.
The x in et-x/0/0 and xe-x/0/0:[0-3] refers to the MPC slot number.
Table 55: Interface Naming Convention for PTX10K-LC2101 MPC
Packet Forwarding Engine | 10-Gigabit Ethernet Interface | 40-Gigabit Ethernet Interface | 100-Gigabit Ethernet Interface |
---|---|---|---|
0 | xe-x/0/0:[0-3] | et-x/0/0 | et-x/0/0 |
xe-x/0/1:[0-3] | et-x/0/1 | et-x/0/1 | |
xe-x/0/2:[0-3] | et-x/0/2 | et-x/0/2 | |
xe-x/0/3:[0-3] | et-x/0/3 | et-x/0/3 | |
1 | xe-x/1/0:[0-3] | et-x/1/0 | et-x/1/0 |
xe-x/1/1:[0-3] | et-x/1/1 | et-x/1/1 | |
xe-x/1/2:[0-3] | et-x/1/2 | et-x/1/2 | |
xe-x/1/3:[0-3] | et-x/1/3 | et-x/1/3 | |
2 | xe-x/2/0:[0-3] | et-x/2/0 | et-x/2/0 |
xe-x/2/1[0-3] | et-x/2/1 | et-x/2/1 | |
xe-x/2/2:[0-3] | et-x/2/2 | et-x/2/2 | |
xe-x/2/3:[0-3] | et-x/2/3 | et-x/2/3 | |
3 | xe-x/3/0:[0-3] | et-x/3/0 | et-x/3/0 |
xe-x/3/1[0-3] | et-x/3/1 | et-x/3/1 | |
xe-x/3/2:[0-3] | et-x/3/2 | et-x/3/2 | |
xe-x/3/3:[0-3] | et-x/3/3 | et-x/3/3 | |
4 | xe-x/4/0:[0-3] | et-x/4/0 | et-x/4/0 |
xe-x/4/1[0-3] | et-x/4/1 | et-x/4/1 | |
xe-x/4/2:[0-3] | et-x/4/2 | et-x/4/2 | |
xe-x/4/3:[0-3] | et-x/4/3 | et-x/4/3 | |
5 | xe-x/5/0:[0-3] | et-x/5/0 | et-x/5/0 |
xe-x/5/1[0-3] | et-x/5/1 | et-x/5/1 | |
xe-x/5/2:[0-3] | et-x/5/2 | et-x/5/2 | |
xe-x/5/3:[0-3] | et-x/5/3 | et-x/5/3 |
See also
Interface Naming Conventions for MIC-MACSEC-20GE
By default, MIC-MACSEC-20GE operates in 1-Gigabit Ethernet mode. In this mode, the ports in the MIC are created as “ge” interfaces distributed across PIC0 and PIC1.
In 10-Gigabit Ethernet mode, the ports in the MIC will be created as “xe” interfaces one each on PIC 0 and PIC 1. In this mode, the 10G ports physically maps to the front panel port 8 and 9 on the second PIC of the MIC (that is marked on the front panel of the MIC).
In the 10G mode, only the marked ports are operational and other physical ports are disabled.
Table 56: Interface Naming Convention for MIC-MACSEC-20GE
PIC | 1-Gigabit Ethernet Interface | 10-Gigabit Ethernet Interface |
---|---|---|
PIC 0 | ge-x/0/[0-9] | xe-x/0/0 |
PIC 1 | ge-x/1/[0-9] | xe-x/1/0 |
PIC 2 | ge-x/2/[0-9] | xe-x/2/0 |
PIC 3 | ge-x/3/[0-9] | xe-x/3/0 |
You should use the pic-mode 10G configuration command to set the PIC to operate in 10G mode. Both the PICs on a MIC must be configured in the same pic-mode, otherwise the configuration does not take effect. A chassis alarm is raised indicating a mis-configuration. Any mis-configuration will cause the PICs to assume default pic-mode, that is, to be in 20x1GE where all ports are in 1GE port speed.
The 10-Gbps-capable ports (ports 8 and 9) of the 2x10GE/20x1GE MIC-MACSEC-20GE may show the link status as up while the peer side is down. In this case, it is recommended to disable auto-negotation and set the speed to 1-Gbps on the peer side to bring the link up on the peer side.
The MIC-MACSEC-20GE MIC also provides 128-bit and 256-bit MACsec encryption on all the twenty 1GE and on the two 10GE ports in the following hardware configuration:
Installed directly on the MX80 and MX104 routers
Installed on MPC1, MPC2, MPC3, MPC2E, MPC3E, MPC2E-NG, and MPC3E-NG line cards on the MX240, MX480, and MX960 routers
By default, 128-bit MACsec encryption is supported.
The twenty 1-Gigabit Ethernet SFP ports distributes the ports across PIC0 and PIC1, that are logical PICs on the physical MIC. The two 10-Gigabit Ethernet SFP+ ports are physically located on PIC1. But, the 10-Gigabit interfaces are created by distributing the ports in either of the PICs.
When the pic-mode is changed from 1-Gbps to 10-Gbps or vice versa, the Flexible PIC Concentrator (FPC) in MX240, MX480, MX960 routers and the Forwarding Engine Board (FEB) in MX80, MX104 routers undergoes an automatic bounce or a reboot.
When the MIC-MACSEC-20GE is operating in the 10-Gbps mode, all the other 1-Gbps ports are disabled.
Interface Naming Conventions for PTX10K-LC1201
PTX10K-LC1201 is a is a fixed-configuration line card and contains 36 built-in ports. All ports support multiple port speeds of 400 Gbps, 200 Gbps, 100 Gbps, 50 Gbps, 40 Gbps, 25 Gbps and 10 Gbps and can be configured.
All the supported interfaces configured on the PTX10K-LC1201 line card follow the naming convention et-fpc-slot/pic-slot/port-number:channel where:
Valid range for the FPC is 0 through 7.
Valid range for the PIC is 0
Valid range for the port is 0 through 35.
Valid range for the channel is 0 through 7.
For example, the interface name et-0/0/2 indicates any Gigabit Ethernet interface configured on port 2 of the PTX10K-LC1201 line card that is installed in the FPC slot 0.
Table 57 lists the naming conventions used for interfaces on PTX10K-LC1201 for PTX10008 and PTX10016 routers. PTX10008 routers support 8 PTX10K-LC1201 line cards. PTX10016 routers support 16 PTX10K-LC1201 line cards.
Table 57: Interface Naming Convention for PTX10K-LC1201 line card
PIC | 10-Gigabit Ethernet Interface | 25-Gigabit Ethernet Interface | 40-Gigabit Ethernet Interface | 50-Gigabit Ethernet Interface | 100-Gigabit Ethernet Interface | 200-Gigabit Ethernet Interface | 400-Gigabit Ethernet Interface |
---|---|---|---|---|---|---|---|
PIC 0 | et-x/0/0:[0-7] | et-x/0/0:[0-7] | et-x/0/0 | et-x/0/0:[0-8] | et-x/0/0 et-x/0/0:[0-1] et-x/0/0:[0-3] | et-x/0/0:[0-2] | et-x/0/0 |
et-x/0/1:[0-7] | et-x/0/1:[0-7] | et-x/0/1 | et-x/0/1:[0-8] | et-x/0/1 et-x/0/1:[0-1] et-x/0/1:[0-3] | et-x/0/1:[0-2] | et-x/0/1 | |
et-x/0/2:[0-7] | et-x/0/2:[0-7] | et-x/0/2 | et-x/0/2:[0-8] | et-x/0/2 et-x/0/2:[0-1] et-x/0/2:[0-3] | et-x/0/2:[0-2] | et-x/0/2 | |
et-x/0/3:[0-7] | et-x/0/3:[0-7] | et-x/0/3 | et-x/0/3:[0-8] | et-x/0/3 et-x/0/3:[0-1] et-x/0/3:[0-3] | et-x/0/3:[0-2] | et-x/0/3 | |
et-x/0/4:[0-7] | et-x/0/4:[0-7] | et-x/0/4 | et-x/0/4:[0-8] | et-x/0/4 et-x/0/4:[0-1] et-x/0/4:[0-3] | et-x/0/4:[0-2] | et-x/0/4 | |
et-x/0/5:[0-7] | et-x/0/5:[0-7] | et-x/0/5 | et-x/0/5:[0-8] | et-x/0/5 et-x/0/5:[0-1] et-x/0/5:[0-3] | et-x/0/5:[0-2] | et-x/0/5 | |
et-x/0/6:[0-7] | et-x/0/6:[0-7] | et-x/0/6 | et-x/0/6:[0-8] | et-x/0/6 et-x/0/6:[0-1] et-x/0/6:[0-3] | et-x/0/6:[0-2] | et-x/0/6 | |
et-x/0/7:[0-7] | et-x/0/7:[0-7] | et-x/0/7 | et-x/0/7:[0-8] | et-x/0/7 et-x/0/7:[0-1] et-x/0/7:[0-3] | et-x/0/7:[0-2] | et-x/0/7 | |
et-x/0/8:[0-7] | et-x/0/8:[0-7] | et-x/0/8 | et-x/0/8:[0-8] | et-x/0/8 et-x/0/8:[0-1] et-x/0/8:[0-3] | et-x/0/8:[0-2] | et-x/0/8 | |
et-x/0/9:[0-7] | et-x/0/9:[0-7] | et-x/0/9 | et-x/0/9:[0-8] | et-x/0/9 et-x/0/9:[0-1] et-x/0/9:[0-3] | et-x/0/9:[0-2] | et-x/0/9 | |
et-x/0/10:[0-7] | et-x/0/10:[0-7] | et-x/0/10 | et-x/0/10:[0-8] | et-x/0/10 et-x/0/10:[0-1] et-x/0/10:[0-3] | et-x/0/10:[0-2] | et-x/0/10 | |
et-x/0/11:[0-7] | et-x/0/11:[0-7] | et-x/0/11 | et-x/0/11:[0-8] | et-x/0/11 et-x/0/11:[0-1] et-x/0/11:[0-3] | et-x/0/11:[0-2] | et-x/0/11 | |
et-x/0/12:[0-7] | et-x/0/12:[0-7] | et-x/0/12 | et-x/0/12:[0-8] | et-x/0/12 et-x/0/12:[0-1] et-x/0/12:[0-3] | et-x/0/12:[0-2] | et-x/0/12 | |
et-x/0/13:[0-7] | et-x/0/13:[0-7] | et-x/0/13 | et-x/0/13:[0-8] | et-x/0/13 et-x/0/13:[0-1] et-x/0/13:[0-3] | et-x/0/13:[0-2] | et-x/0/13 | |
et-x/0/14:[0-7] | et-x/0/14:[0-7] | et-x/0/14 | et-x/0/14:[0-8] | et-x/0/14 et-x/0/14:[0-1] et-x/0/14:[0-3] | et-x/0/14:[0-2] | et-x/0/14 | |
et-x/0/15:[0-7] | et-x/0/15:[0-7] | et-x/0/15 | et-x/0/15:[0-8] | et-x/0/15 et-x/0/15:[0-1] et-x/0/15:[0-3] | et-x/0/15:[0-2] | et-x/0/15 | |
et-x/0/16:[0-7] | et-x/0/16:[0-7] | et-x/0/16 | et-x/0/16:[0-8] | et-x/0/16 et-x/0/16:[0-1] et-x/0/16:[0-3] | et-x/0/16:[0-2] | et-x/0/16 | |
et-x/0/17:[0-7] | et-x/0/17:[0-7] | et-x/0/17 | et-x/0/17:[0-8] | et-x/0/17 et-x/0/17:[0-1] et-x/0/17:[0-3] | et-x/0/17:[0-2] | et-x/0/17 | |
et-x/0/18:[0-7] | et-x/0/18:[0-7] | et-x/0/18 | et-x/0/18:[0-8] | et-x/0/18 et-x/0/18:[0-1] et-x/0/18:[0-3] | et-x/0/18:[0-2] | et-x/0/18 | |
et-x/0/19:[0-7] | et-x/0/19:[0-7] | et-x/0/19 | et-x/0/19:[0-8] | et-x/0/19 et-x/0/19:[0-1] et-x/0/19:[0-3] | et-x/0/19:[0-2] | et-x/0/19 | |
et-x/0/20:[0-7] | et-x/0/20:[0-7] | et-x/0/20 | et-x/0/20:[0-8] | et-x/0/20 et-x/0/20:[0-1] et-x/0/20:[0-3] | et-x/0/20:[0-2] | et-x/0/20 | |
et-x/0/21:[0-7] | et-x/0/21:[0-7] | et-x/0/21 | et-x/0/21:[0-8] | et-x/0/21 et-x/0/21:[0-1] et-x/0/21:[0-3] | et-x/0/21:[0-2] | et-x/0/21 | |
et-x/0/22:[0-7] | et-x/0/22:[0-7] | et-x/0/22 | et-x/0/22:[0-8] | et-x/0/22 et-x/0/22:[0-1] et-x/0/22:[0-3] | et-x/0/22:[0-2] | et-x/0/22 | |
et-x/0/23:[0-7] | et-x/0/23:[0-7] | et-x/0/23 | et-x/0/23:[0-8] | et-x/0/23 et-x/0/23:[0-1] et-x/0/23:[0-3] | et-x/0/23:[0-2] | et-x/0/23 | |
et-x/0/24:[0-7] | et-x/0/24:[0-7] | et-x/0/24 | et-x/0/24:[0-8] | et-x/0/24 et-x/0/24:[0-1] et-x/0/24:[0-3] | et-x/0/24:[0-2] | et-x/0/24 | |
et-x/0/25:[0-7] | et-x/0/25:[0-7] | et-x/0/25 | et-x/0/25:[0-8] | et-x/0/25 et-x/0/25:[0-1] et-x/0/25:[0-3] | et-x/0/25:[0-2] | et-x/0/25 | |
et-x/0/26:[0-7] | et-x/0/26:[0-7] | et-x/0/26 | et-x/0/26:[0-8] | et-x/0/26 et-x/0/26:[0-1] et-x/0/26:[0-3] | et-x/0/26:[0-2] | et-x/0/26 | |
et-x/0/27:[0-7] | et-x/0/27:[0-7] | et-x/0/27 | et-x/0/27:[0-8] | et-x/0/27 et-x/0/27:[0-1] et-x/0/27:[0-3] | et-x/0/27:[0-2] | et-x/0/27 | |
et-x/0/28:[0-7] | et-x/0/28:[0-7] | et-x/0/28 | et-x/0/28:[0-8] | et-x/0/28 et-x/0/28:[0-1] et-x/0/28:[0-3] | et-x/0/28:[0-2] | et-x/0/28 | |
et-x/0/29:[0-7] | et-x/0/29:[0-7] | et-x/0/29 | et-x/0/29:[0-8] | et-x/0/29 et-x/0/29:[0-1] et-x/0/29:[0-3] | et-x/0/29:[0-2] | et-x/0/29 | |
et-x/0/30:[0-7] | et-x/0/30:[0-7] | et-x/0/30 | et-x/0/30:[0-8] | et-x/0/30 et-x/0/30:[0-1] et-x/0/30:[0-3] | et-x/0/30:[0-2] | et-x/0/30 | |
et-x/0/31:[0-7] | et-x/0/31:[0-7] | et-x/0/31 | et-x/0/31:[0-8] | et-x/0/31 et-x/0/31:[0-1] et-x/0/31:[0-3] | et-x/0/31:[0-2] | et-x/0/31 | |
et-x/0/32:[0-7] | et-x/0/32:[0-7] | et-x/0/32 | et-x/0/32:[0-8] | et-x/0/32 et-x/0/32:[0-1] et-x/0/32:[0-3] | et-x/0/32:[0-2] | et-x/0/32 | |
et-x/0/33:[0-7] | et-x/0/33:[0-7] | et-x/0/33 | et-x/0/33:[0-8] | et-x/0/33 et-x/0/33:[0-1] et-x/0/33:[0-3] | et-x/0/33:[0-2] | et-x/0/33 | |
et-x/0/34:[0-7] | et-x/0/34:[0-7] | et-x/0/34 | et-x/0/34:[0-8] | et-x/0/34 et-x/0/34:[0-1] et-x/0/34:[0-3] | et-x/0/34:[0-2] | et-x/0/34 | |
et-x/0/35:[0-7] | et-x/0/35:[0-7] | et-x/0/35 | et-x/0/35:[0-8] | et-x/0/35 et-x/0/35:[0-1] et-x/0/35:[0-3] | et-x/0/35:[0-2] | et-x/0/35 |
Interface Mapping and Modulation Format for ACX5448-D
ACX5448-D routers support two CFP2-DCO optical modules (transceivers). For each optical module, one optical transport (ot-) interface is created. Thus, two ot- interfaces are created on this router. The ACX5448-D supports 100-Gigabit Ethernet (et-) interfaces. Two et- interfaces can be mapped to one ot- interface, depending on the rate (100 Gbps or 200 Gbps) that you configured for the CFP2 ports.
The optical interface to Ethernet interface mapping is displayed in the following table:
“ot-“ interface | Port Number | Modulation Format | Mapped “et” interface(s) |
---|---|---|---|
ot-0/2/0 | Port 38 | QPSK-100G | et-0/2/0 |
8QAM-200G | et-0/2/0 et-0/2/1 | ||
16QAM-200G | et-0/2/0 et-0/2/1 | ||
ot-0/2/1 | Port 39 | QPSK-100G | et-0/2/2 |
8QAM-200G | et-0/2/2 et-0/2/3 | ||
16QAM-200G | et-0/2/2 et-0/2/3 |
The port panel of the ACX5448-D presents 36 SFP+ ports (0-35), two QSFP28 ports (36 and 37), and two CFP2-DCO ports (38 and 39). The port to logical PIC mapping is as follows:
0 to 35 ports represent PIC 0.
36 and 37 ports represent PIC 1.
38 and 39 ports represent PIC 2.
The QSFP28 port 36 (interface et-0/1/0) and the CFP2 port 38 (interface et-0/2/0) operate as multiplexer (also called mux) ports. Depending on the port speeds that you configure, the following behavior is observed:
If you configure 8QAM or 16QAM modulation (200 Gbps) on ot-0/2/0 (port 38), the et-0/1/0 interface (port 36) is deleted.
If you configure QPSK modulation (100 Gbps) on ot-0/2/0 (port 38), then et-0/2/1 on port 38 is disabled and et-0/1/0 on port 36 is enabled. This means you can operate the multiplexed ports 36 (QSFP28) and 38 (CFP2) at 100-Gbps speeds.
When you start up the router, the two Ethernet interfaces on port 36 are disabled by default. However, the interface et-0/2/0 (on port 38) is always available. You can enable the et-0/1/0 interface (on port 36) by running the set chassis fpc 0 cfp-to-et command and restarting the chassis-control (You can restart the chassis control by using the restart chassis-control command). (This configuration deletes the interface et-0/2/1 on port 38.) You can then multiplex interfaces et-0/1/0 (port 36) and et-0/2/0 (port 38) for a 200-Gbps operation. For more information on mux ports refer to Port Panel of an ACX5448-D Router.
See also
Related Documentation
Configuring Port Speed on Routing Devices and Line Cards
Use this topic for information about how to configure rate selectability on specific line cards. You can configure the speed of the port at the port level or at the PIC or MIC level.
Configuring 400-Gigabit Ethernet Interfaces on PTX10003 Routers
Configuring Port Speed on MIC-MRATE to Enable Different Port Speeds
Configuring Port Speed on MPC7E (Multi-Rate) to Enable Different Port Speeds
Configuring Port Speed on MX10003 MPC to Enable Different Port Speeds
Configuring Port Speed on MX204 to Enable Different Port Speeds
Configuring Port Speed on PTX10K-2101 MPC to Enable Different Port Speeds
Configuring Port Speed on PTX10K-1201 line card to Enable Different Port Speeds
Configuring Port Speed
Starting with Junos OS Release 15.1, some PICs support multiple port speeds. This procedure describes how to configure the port speed for these types of PICs.
To configure a PIC’s port speed:
- Navigate to the [edit chassis] hierarchy level.
- Enter the port-speed statement at the [edit chassis fpc slot-number pic pic-number port port-number] hierarchy level.[edit chassis]user@host# set fpc fpc-slot pic pic-number port port-number port-speed ;
- Specify the port speed that needs to be configured. You
can use one of the following speed attributes for this configuration.[edit chassis]user@host# set fpc fpc-slot pic pic-number port port-number port speed 10G;user@host# set fpc fpc-slot pic pic-number port port-number port speed 40G;user@host# set fpc fpc-slot pic pic-number port port-number port speed 100G;
See also
Configuring 400-Gigabit Ethernet Interfaces on PTX10003 Routers
PTX10003 routers (PTX10003-80C and PTX10003-160C) does not contain any pluggable PICs or TICs. You can directly plug-in the optics to the FPCs. Based on the optics, the interfaces are created with the respective interface naming conventions. The 40-Gigabit Ethernet, 100-Gigabit Ethernet, and 400-Gigabit Ethernet interfaces configured follow the naming convention et-fpc-slot/pic-slot/port-number. The 10-Gigabit Ethernet interfaces follow the naming convention et-fpc-slot/pic-slot/port-number:[logical-port-number].
Optic Device | Interface speed | Interface Naming Format |
---|---|---|
QSFP56-DD-400GBASE-LR8 | 1x400G | et-x/y/z |
4x100G | et-x/y/z:0 | |
et-x/y/z:1 | ||
et-x/y/z:2 | ||
et-x/y/z:3 |
Starting in Junos OS Evolved Release 19.3R1, you can configure 400-gigabit ethernet interfaces using QSFP56-DD-400GBASE-LR8 optics on PTX10003 routers. Only ports 0, 4, 5, 9 within each logical PIC support 400-Gigabit ethernet mode. When using 400G on port 0, the total bandwidth (speed x number-of-subports) of port 1 has to be less than 100G and port 2 has to be configured as 'unused' (see Unused for more details). When using port 4 as 400G, port 3 has to be configured with total bandwidth of less than 100G and port 2 has to be configured 'unused'. Similarly, with port 5, 9 using 400G, port 6, 8 respectively has to be configured for less than 100G and port 7 should be configured as 'unused'. That is, when a port is configured in 400-Gigabit ethernet mode, you cannot configure speed of the adjacent port to be more then 100-Gbps, and the middle port (2 between 0~4 or 7 between 5~9) must be set to unused. For example, you can set et-0/0/0 to 400G, et-0/0/1 to 100G or less, but et-0/0/2 must be set to unused.
To view the port panel information, refer to PTX10003 Port Panel.
For each PIC, maximum speed supported on the respective port is limited to:
Port Number | Speed |
---|---|
Port 0 | 400G |
Port 1 | 100G |
Port 2 | Unused |
Port 3 | 100G |
Port 4 | 400G |
Port 5 | 400G |
Port 6 | 100G |
Port 7 | Unused |
Port 8 | 100G |
Port 9 | 400G |
This topic describes the guidelines to be considered before you configure 4x100 Gbps on PTX10003 routers:
When you configure port 0 with 4x100 Gbps speed, you must configure port 1 and port 2 as unused.
When you configure port 4 with 4x100 Gbps speed, you must configure port 2 and port 3 as unused.
When you configure port 5 with 4x100 Gbps speed, you must configure port 6 and port 7 as unused.
When you configure port 9 with 4x100 Gbps speed, you must configure port 7 and port 8 as unused.
Table 58 lists the guidelines to configure 4x100 Gbs on the PTX10003 routers in a tabular format.
Table 58: Configuration Guidelines to configure 1x400 Gbps on PTX10003 routers
Ports with speed 4x100 gbps | Unusued Ports |
---|---|
Port 0 | Port 1 and Port 2 |
Port 4 | Port 2 and Port 3 |
Port 5 | Port 6 and Port 7 |
Port 9 | Port 7 and Port 8 |
By default, the PIC comes up with default interfaces in 100-Gigabit Ethernet mode. To configure 400-Gbps speed on PTX10003 routers (PTX10003-80C and PTX10003-160C):
- In configuration mode, navigate to the [edit chassis
fpc fpc-slot pic pic-number] hierarchy level.[edit ]user@host# edit chassis fpc fpc-slot pic pic-number
For example:
[edit ]user@host# edit chassis fpc 0 pic 0 - To configure 400-Gbps speed at the specific port, configure
the speed statement for the desired ports.[edit chassis fpc fpc-slot pic pic-number]user@host# set port port-number speed 400G
Note You can only configure 400-Gbps speed on ports 0, 4, 5, 9 within each logical PIC.
For example:
[edit chassis fpc fpc-slot pic pic-number]user@host# set port 0 speed 400G - Since port 0 is configured to 400-Gbps speed, you can
only configure et-0/0/1 to 100G or less, and et-0/0/2 to unused in
the same logical PIC.
For example:
[edit chassis fpc fpc-slot pic pic-number]user@host# set port 1 speed 100Guser@host# set port 2 unused - Commit your configuration changes.
On successful commit, et-1/1/0 is created with 400-Gbps, et-1/1/1 is created with 100-Gbps speed, and no interfaces will be created on port 2.
Configuring Port Speed on MIC-MRATE to Enable Different Port Speeds
Rate selectability enables you to configure the port speed either at the port level or at the MIC level. To configure all ports to operate at the same speed, you configure rate selectability at the MIC level, in which case you cannot configure the speed of individual ports. To configure rate selectability at the MIC level, use the pic-mode statement and specify the port speed. To configure different port speeds for each port, you configure rate selectability at the port level, in which case only the ports that are configured are enabled. To configure rate selectability at the port level, use the speed statement to specify the speed of individual ports. This topic describes how to configure port speeds at the port level and at the MIC level.
The pic in the configuration commands refers to the MRATE MIC. To specify pic-number, specify the MRATE MIC slot. For instance, when you use the edit chassis fpc fpc-slot-number pic pic-slot-number statement, specify the MPC slot number and the MIC-MRATE slot number.
Configuring Port Speed on MIC-MRATE at MIC Level
To configure all ports to operate at the same speed, you configure rate selectability at the MIC level. The default port speed is 10 Gbps for all ports. When you configure rate selectability at the MIC level, all the ports of the MIC that support the configured speed operate at that speed. To prevent oversubscription and ensure a guaranteed bandwidth, you can specify the number of active ports that operate at the configured speed by using the number-of-ports number-of-active-physical-ports statement. MIC-MRATE supports port speeds of 10 Gbps, 40 Gbps, and 100 Gbps.
For MPC8E, you can only configure 4 ports of the 12 MIC-MRATE ports with 100 Gbps port speed and the other ports are disabled. So, if you configure 100G as the operating speed for ports 0, 1, 6, and 7, then the other ports are disabled on MPC8E. Similarly, when you configure the port speed as 100 Gbps at the MIC level on MPC9E, you can only configure 8 ports of the 12 MIC-MRATE ports to operate with that speed. So, if you configure 100G as the operating speed for ports 0, 1, 2, 3, 6, 7, 8, and 9, then the other ports are disabled on MPC9E. However, enabling port speed of 40 Gbps or 10 Gbps at the MIC level, enables all ports and sets the desired port speed on all ports.
To configure rate selectability at the MIC level:
- In configuration mode, navigate to the [edit chassis
fpc fpc-slot pic pic-number] hierarchy level.[edit ]user@host# edit chassis fpc fpc-slot pic pic-number
- Configure the pic-mode pic-speed statement to set the operating speed for the MIC. All ports
of the MIC that support the configured speed operate at the configured
speed. Values for the pic-speed option include: 10G, 40G , and 100G.[edit chassis fpc fpc-slot pic pic-number]user@host# set pic-mode pic-speed
For example:
[edit chassis fpc 4 pic 0]user@host# set pic-mode 10G - (Optional) To prevent oversubscription, you
can choose to configure the number of active ports that operate at
the port speed configured in Step 2. For information about the number
of active ports and specific port numbers on MPC7E-MRATE, MPC8E, and
MPC9E see Supported Active Physical Ports for Configuring Port Speed to Prevent Oversubscription.[edit chassis fpc fpc-slot pic pic-number]user@host# set number-of-ports number-of-active-physical-ports
For example:
[edit chassis fpc 4 pic 0]user@host# set number-of-ports 8 - Verify the configuration.
[edit chassis fpc 4 pic 0] user@host# show pic-mode 10G; number-of-ports 8;
- Commit your configuration changes.
In this example, you have configured 8 ports on MIC-MRATE with port speed of 10 Gbps. The other ports are disabled.
Configuring Port Speed on MIC-MRATE at Port Level
To configure different port speeds for each port, you configure rate selectability at the port level. Only the ports that are configured are enabled. Other ports are automatically disabled. Configuring rate selectability at the port level provides you the flexibility of operating individual ports of the MIC at different supported speeds. For example, on MPC9E with MIC-MRATE, you can configure four 100-Gigabit Ethernet interfaces on ports 0, 1, 6, and 7 and two 40-Gigabit Ethernet interfaces on ports 3 and 8. You can use breakout transceivers to configure each 40-Gigabit Ethernet interfaces as four 10-Gigabit Ethernet interfaces.
When you change the port speed at the port level, you must reset the MIC for the configuration to take effect. To reset the MIC, use the request chassis mic mic-slot mic-slot-number fpc-slot fpc-slot-number (offline | online) command to reset the MIC and apply your configuration changes. Alternatively, you can also restart the MPCs. However, MPC restart takes longer as it affects all the PFEs. An alarm is generated indicating the change in port speed. For guidelines on configuring rate selectability, see Guidelines for Configuring Port Speed on Routing Devices.
To configure rate selectability at the port level:
- In configuration mode, navigate to the [edit chassis
fpc fpc-slot pic pic-number] hierarchy level.[edit ]user@host# edit chassis fpc fpc-slot pic pic-number
For example:
[edit ]user@host# edit chassis fpc 4 pic 0 - To indicate the speed at which the ports operate, configure
the speed statement for the desired ports. According to
your requirements, you can choose the 10G, 40G, or 100G speed options.[edit chassis fpc fpc-slot pic pic-number]user@host# set port port-number speed (10G | 40G | 100G)
For example:
[edit chassis fpc 4 pic 0]user@host# set port 0 speed 100Guser@host# set port 1 speed 100Guser@host# set port 3 speed 40Guser@host# set port 6 speed 100Guser@host# set port 7 speed 100Guser@host# set port 8 speed 40gNote All the twelve ports of MIC-MRATE support 10-Gbps and 40-Gbps port speeds. On MPC8E with MIC-MRATE, you can configure 4 ports out of the twelve MIC-MRATE ports with a port speed of 100 Gbps. On MPC9E with MIC-MRATE, you can configure 8 ports out of the twelve MIC-MRATE ports with a port speed of 100 Gbps.
- Verify the configuration.
[edit chassis fpc 4 pic 0] user@host# show port 0 { speed 100g; } port 1 { speed 100g; } port 3 { speed 40g; } port 6 { speed 100g; } port 7 { speed 100g; } port 8 { speed 40g; }
- Commit your configuration changes.
In this example, you have configured 4 ports on MIC-MRATE with port speed of 100 Gbps and 2 ports with port speed of 40 Gbps. The total capacity per MIC, based on this configuration, is 480 Gbps. MIC-MRATE has two Packet Forwarding Engines. The forwarding capacity for each Packet Forwarding Engine is 400 Gbps for MPC9E and 240 Gbps for MPC8E. The configured value does not exceed the forwarding capacity and so is a valid configuration.
Configuring Port Speed on MPC7E (Multi-Rate) to Enable Different Port Speeds
Each of the six ports of PIC 0 and PIC 1 of an MPC7E-MRATE MPC supports port speeds of 10 Gbps and 40 Gbps. However, only ports 2 and 5 of both the PICs support port speed of 100 Gbps. Because the MPC7E-MRATE MPC is rate-selectable, you can choose to configure all supported ports of the MPC to operate at the same supported speed or configure all the ports at different supported speeds.
You configure rate selectability at the PIC level if you intend to operate all the ports of the MPC7E-MRATE MPC at the same speed. That is, you can choose to configure the PIC to operate at a supported speed, and then all the supported ports of the PIC operate at the configured speed. For example, if you choose to configure PIC 0 at 100-Gbps speed, only ports 2 and 5 of PIC 0 operate at 100-Gbps speed, while the other ports of the PIC are disabled. Similarly, if you choose to configure PIC 0 at 10-Gbps or 40-Gbps speed, all the ports of the PIC are enabled to operate at those speeds. Additionally, you can prevent oversubscription by specifying the number of active physical ports that operate at 10-Gbps, 40-Gbps, and 100-Gbps speeds.
You configure rate selectability at the port level if you intend to operate different ports of the MPC7E-MRATE MPC at different supported speeds. That is, you configure each port to operate at a supported speed.
The MPC7E-MRATE MPC supports an aggregate bandwidth of 480 Gbps, and each of the two PICs supports a bandwidth limit of 240 Gbps. If the aggregate port capacity configured exceeds 240 Gbps per PIC, the configuration is not supported.
Configuring Port Speed at PIC Level
To configure rate selectability at the PIC level:
- In configuration mode, navigate to the [edit chassis
fpc fpc-slot pic pic-number] hierarchy level.[edit ]user@host# edit chassis fpc fpc-slot pic pic-number
For example:
[edit ]user@host# edit chassis fpc 4 pic 0 - Configure the pic-mode statement
to set the operating speed for the PIC's ports. According to your
requirements, you can choose from the options 10G, 40G , or 100G.[edit chassis fpc fpc-slot pic pic-number]user@host# set pic-mode pic-speed
For example:
[edit chassis fpc 4 pic 0]user@host# set pic-mode 10G - (Optional) To prevent oversubscription, you can choose
to configure the number of ports that operate at the mode configured
in Step 2.[edit chassis fpc fpc-slot pic pic-number]user@host# set number-of-ports number-of-active-physical-ports
For example:
[edit chassis fpc 4 pic 0]user@host# set number-of-ports 6 - Verify the configuration.
[edit chassis fpc 4 pic 0] user@host# show pic-mode 10G; number-of-ports 6;
- Commit your configuration changes.
If the number-of-ports statement is not configured, all the ports that support the speed configured in Step 2 are enabled. That is, depending on that selection, ports 0 through 5 are enabled for speeds of 10-gigabit or 40-gigabit, while ports 2 and 5 are enabled for 100-gigabit. Table 59 lists the physical ports that are enabled when the number-of-ports statement is configured.
Table 59: Active Physical Ports on MPC7E-MRATE MPC Based on the number-of-ports Configuration
Ports Configured (number-of-ports Statement) | Active Physical Ports for Different Configured Speeds | ||
---|---|---|---|
10-Gigabit | 40-Gigabit | 100-Gigabit | |
1 | 0 | 0 | 2 |
2 | 0, 1 | 0, 1 | 2, 5 |
3 | 0, 1, 2 | 0, 1, 2 | 2, 5 |
4 | 0, 1, 2, 3 | 0, 1, 2, 3 | 2, 5 |
5 | 0, 1, 2, 3, 4 | 0, 1, 2, 3, 4 | 2, 5 |
6 | 0, 1, 2, 3, 4, 5 | 0, 1, 2, 3, 4, 5 | 2, 5 |
Configuring Port Speed at Port Level
To configure rate selectability at the port level:
- In configuration mode, navigate to the [edit chassis
fpc fpc-slot pic pic-number] hierarchy level.[edit ]user@host# edit chassis fpc fpc-slot pic pic-number
For example:
[edit ]user@host# edit chassis fpc 4 pic 0 - To indicate the speed at which the ports operate, configure
the speed statement for the desired ports. According to
your requirements, you can choose the 10g, 40g, or 100g speed options.[edit chassis fpc fpc-slot pic pic-number]user@host# set port port-number speed (10g | 40g | 100g)
For example:
[edit chassis fpc 4 pic 0]user@host# set port 0 speed 10guser@host# set port 1 speed 10guser@host# set port 2 speed 100guser@host# set port 3 speed 40gNote All the six ports of PIC 0 and PIC 1 of an MPC7E-MRATE MPC support 10-Gbps and 40-Gbps port speeds. However, only ports 2 and 5 of both the PICs support 100-Gbps speed.
- Verify the configuration.
[edit chassis fpc 4 pic 0] user@host# show port 0 { speed 10g; } port 1 { speed 10g; } port 2 { speed 100g; } port 3 { speed 40g; }
- Commit your configuration changes.
Note the following when configuring rate selectability on an MPC7E-MRATE MPC:
If rate selectability is not configured, all ports of the MPC7E-MRATE MPC operate as four 10-Gigabit Ethernet interfaces by default. Therefore, when booting the MPC:
If rate selectability is not configured or if invalid port speeds are configured, each port operates as four 10-Gigabit Ethernet interfaces. An alarm is generated to indicate that the ports of the MPC7E-MRATE MPC are operating as four 10-Gigabit Ethernet interfaces.
If valid port speeds are configured, the MPC PICs operate at the configured speed.
When you change an existing port speed configuration at the port level, you must reset the MPC7E-MRATE PIC for the configuration to take effect. An alarm is generated indicating the change in port speed configuration.
When you change an existing port speed configuration with an invalid port speed configuration, an alarm is generated indicating that the port speed configuration is invalid. The MPC continues to operate using the previously configured valid port speed configuration. However, if the MPC or PIC is restarted with the committed invalid port configuration, all ports of the MPC operate as four 10-Gigabit Ethernet interfaces by default.
You cannot configure rate selectability at the PIC level and the port level simultaneously. Error messages are displayed when you try to commit such configurations.
When you configure rate selectability at the port level, only the configured ports are enabled. Other ports are disabled.
Logical interfaces can be created only on ports that are enabled.
See also
Configuring Port Speed on MX10003 MPC to Enable Different Port Speeds
Rate selectability enables you to configure the port speed either at the port level or at the MIC level. To configure all ports to operate at the same speed, configure rate selectability at the MIC level, in which case you cannot configure the speed of individual ports. To configure rate selectability at the MIC level, use the pic-mode statement and specify the port speed. To configure different port speeds for each port, configure rate selectability at the port level, in which case only the ports that are configured are enabled. To configure rate selectability at the port level, use the speed statement to specify the speed of individual ports. This topic describes how to configure port speeds at the port level and at the MIC or PIC level.
Regardless of the line card— MIC (PIC1) or fixed-port PIC (PIC0) installed —you must configure both the PICs and all the associated ports, under the [edit chassis] hierarchy. Configuring ports on only one of the PICs results in an invalid configuration.
Configuring Port Speed on MX10003 MPC at MIC/PIC Level
To configure all ports to operate at the same speed, configure rate selectability at the MIC or PIC level. When you configure rate selectability at the MIC or PIC level, all the ports of the MIC that support the configured speed operate at that speed. To prevent oversubscription and to ensure a guaranteed bandwidth, specify the number of active ports that operate at the configured speed by using the number-of-ports number-of-active-physical-ports statement. The MX10003 MPC supports port speeds of 10 Gbps, 40 Gbps, and 100 Gbps.
To configure rate selectability at the MIC/PIC level:
- In configuration mode, navigate to the [edit chassis
fpc fpc-slot pic pic-number] hierarchy level.[edit ]user@host# edit chassis fpc fpc-slot pic pic-number
For example:
[edit ]user@host# edit chassis fpc 0 pic 0 - Configure the pic-mode pic-speed statement to set the operating speed for the MIC. All ports
of the MIC that support the configured speed operate at the configured
speed. Values for the pic-speed option
are 10G, 40G, and 100G. [edit chassis fpc fpc-slot pic pic-number]user@host# set pic-mode pic-speed
For example:
[edit chassis fpc 0 pic 0]user@host# set pic-mode 10G - (Optional) To prevent oversubscription,
you can choose to configure the number of active ports that operate
at the port speed configured in Step 2. For information about the
number of active ports and specific port numbers on the MX10003 MPC
, see Supported Active Physical Ports for Configuring Port Speed to Prevent Oversubscription on MX10003 MPC.[edit chassis fpc fpc-slot pic pic-number]user@host# set number-of-ports number-of-active-physical-ports
For example:
[edit chassis fpc 0 pic 0]user@host# set number-of-ports 8 - Verify the configuration.
[edit chassis fpc 0 pic 0] user@host# show pic-mode 10G; number-of-ports 8;
- Commit your configuration changes.
In this example, you have configured 8 ports on the MPC with port speed of 10 Gbps. The other ports are disabled.
Configuring Port Speed on MX10003 MPC at Port Level
To configure different port speeds for each port, you configure rate selectability at the port level. Only the ports that are configured are enabled. Other ports are automatically disabled. Configuring rate selectability at the port level provides you the flexibility of operating individual ports of the PIC at different supported speeds.
If you want to configure a port speed of 40 Gbps on the MIC and the fixed-port PIC, you can choose any of the following example configurations:
Configure one port of the fixed-port PIC as a 40-Gigabit Ethernet interface and three ports of the MIC as 40-Gigabit Ethernet interfaces.
Configure two ports of the fixed-port PIC as 40-Gigabit Ethernet interfaces and three ports of the MIC as 40-Gigabit Ethernet interfaces.
Configure three ports of the MIC as 40-Gigabit Ethernet interfaces and two ports of the fixed-port PIC as 40-Gigabit Ethernet interfaces.
Configure four ports of the MIC as 40-Gigabit Ethernet interfaces only.
While configuring rate selectability, when you switch to PIC mode from port mode or vice-versa, the PIC is reset automatically. However, when you change the port speed at the port level, the PIC has to be reset by executing the request chassis pic pic-slot mic-slot-number fpc-slot fpc-slot-number (offline | online) command. For guidelines on configuring rate selectability, see Guidelines for Configuring Port Speed on Routing Devices.
To configure rate selectability at the port level:
- In configuration mode, navigate to the [edit chassis
fpc fpc-slot pic pic-number] hierarchy level.[edit ]user@host# edit chassis fpc fpc-slot pic pic-number
For example:
[edit ]user@host# edit chassis fpc 0 pic 0 - To indicate the speed at which the ports operate, configure
the speed statement for the desired ports. According to
your requirements, you can choose the 10G, 40G, and 100G speed options.[edit chassis fpc fpc-slot pic pic-number]user@host# set port port-number speed (10G | 40G | 100G)
For example:
[edit chassis fpc 0 pic 0]user@host# set port 0 speed 10Guser@host# set port 1 speed 10Guser@host# set port 3 speed 40G - Verify the configuration.
[edit chassis fpc 0 pic 0] user@host# show port 0 { speed 10g; } port 1 { speed 10g; } port 3 { speed 40g; }
- Commit your configuration changes.
In this example, you have configured 2 ports with port speed of 10 Gbps and 1 port with port speed of 40 Gbps.
Starting in Junos OS Release 18.1R1, the 10-Gbps port can operate in 1-Gbps mode also using the speed (Gigabit Ethernet interface) configuration statement at Gigabit Ethernet interface level. Refer to MX10003 MPC Port Speed Overview for more details.
Configuring Port Speed on MX204 to Enable Different Port Speeds
Rate selectability enables you to configure the port speed either at the port level or at the PIC level. To configure all ports to operate at the same speed, configure rate selectability at the PIC level, in which case you cannot configure the speed of individual ports. To configure rate selectability at the PIC level, use the pic-mode statement and specify the port speed. To configure different port speeds for each port, configure rate selectability at the port level, in which case only the ports that are configured are enabled. To configure rate selectability at the port level, use the speed statement to specify the speed of individual ports. This topic describes how to configure port speeds at the port level and at the PIC level.
Note the following caveats while configuring rate selectability on the MX204 routers:
Regardless of the line card— MIC (PIC1) or fixed-port PIC (PIC0) installed —you must configure both the PICs and all the associated ports, under the [edit chassis] hierarchy. Configuring ports on only one of the PICs results in an invalid configuration.
If rate selectability is not configured, all ports of the MX204 router operate as 10-Gigabit Ethernet interfaces.
In PIC mode, the MX204 router does not support heterogeneous mode. That is, in PIC mode if 40-Gbps or 100-Gbps speed is configured on PIC 0, then the number-of-ports on PIC 1 must be configured to 0 only. For more information, see MX204 Router Port Speed Overview.
The heterogeneous mode is supported only on port mode.
When you configure rate selectability at the port level, only the configured ports are active. Other ports are disabled.
When you choose an existing port speed configuration with an invalid port speed configuration, an alarm is generated indicating that the port speed configuration is invalid.
You cannot configure rate selectability at the PIC level and the port level simultaneously. Error messages are displayed when you try to commit such configurations.
Configuring Port Speed on MX204 at PIC Level
To configure all ports to operate at the same speed, you configure rate selectability at the PIC level. When you configure rate selectability at the PIC level, all the ports of the PIC that support the configured speed operate at that speed. To prevent oversubscription and ensure a guaranteed bandwidth, you can specify the number of active ports that operate at the configured speed by using the number-of-ports number-of-active-physical-ports statement. The MX204 has four rate-selectable ports (referred to a PIC 0 ports) that can be configured as 100-Gigabit Ethernet ports or 40-Gigabit Ethernet port, or each port can be configured as four 10-Gigabit Ethernet ports (by using a breakout cable). The MX204 also has eight 10-Gigabit Ethernet ports (referred to as PIC 1 ports).
To configure rate selectability at the PIC level:
- In configuration mode, navigate to the [edit chassis
fpc fpc-slot pic pic-number] hierarchy level.[edit ]user@host# edit chassis fpc fpc-slot pic pic-number
For example:
[edit ]user@host# edit chassis fpc 0 pic 0 - Configure the pic-mode pic-speed statement to set the operating speed for the PIC. All ports
of the PIC that support the configured speed operate at the configured
speed. Values for the pic-speed option are 10G, 40G , and 100G.[edit chassis fpc fpc-slot pic pic-number]user@host# set pic-mode pic-speed
For example:
[edit chassis fpc 0 pic 0]user@host# set pic-mode 10G - (Optional) To prevent oversubscription, you can choose
to configure the number of active ports that operate at the port speed
configured in Step 2. For information about the number of active ports
and specific port numbers on the MX204 routers see Supported Active Physical Rate-Selectable Ports to Prevent Oversubscription on MX204 Router.[edit chassis fpc fpc-slot pic pic-number]user@host# set number-of-ports number-of-active-physical-ports
For example:
[edit chassis fpc 0 pic 0]user@host# set number-of-ports 4 - Verify the configuration.
[edit chassis fpc 0 pic 0] user@host# show pic-mode 10G; number-of-ports 4;
- Commit your configuration changes.
In this example, you have configured 4 ports on the PIC0 with port speed of 10 Gbps.
Configuring Port Speed on MX204 at Port Level
To configure different port speeds for each port, you configure rate selectability at the port level. Only the ports that are configured are enabled. Other ports are automatically disabled. Configuring rate selectability at the port level provides you the flexibility of operating individual ports of the PIC at different supported speeds.
When you change the port speed at the port level, you must reset the PIC for the configuration to take effect. Resetting the PIC takes several minutes and affects all the Packet Forwarding Engines. To avoid this, use the request chassis pic pic-slot mic-slot-number fpc-slot fpc-slot-number (offline | online) command to reset the PIC and apply your configuration changes. An alarm is generated indicating the change in port speed. For guidelines on configuring rate selectability, see Guidelines for Configuring Port Speed on Routing Devices.
To configure rate selectability at the port level:
- In configuration mode, navigate to the [edit chassis
fpc fpc-slot pic pic-number] hierarchy level.[edit ]user@host# edit chassis fpc fpc-slot pic pic-number
For example:
[edit ]user@host# edit chassis fpc 0 pic 0 - To indicate the speed at which the ports operate, configure
the speed statement for the desired ports. According to
your requirements, you can choose the 10G, 40G, or 100G speed options.[edit chassis fpc fpc-slot pic pic-number]user@host# set port port-number speed (10G | 40G | 100G)
For example:
[edit chassis fpc 0 pic 0]user@host# set port 0 speed 100Guser@host# set port 1 speed 40Guser@host# set port 2 speed 40Guser@host# set port 3 speed 10G - Verify the configuration.
[edit chassis fpc 0 pic 0] user@host# show port 0 { speed 100g; } port 1 { speed 40g; } port 2 { speed 40g; } port 3 { speed 10g; } }
- Commit your configuration changes.
In this example, you have configured 2 ports on the PIC0 with port speed of 40 Gbps, 1 port with port speed of 10 Gbps, and 1 port with port speed of 100 Gbps.
Starting in Junos OS Release 18.1R1, the 10-Gbps port can operate in 1-Gbps mode also using the speed (Gigabit Ethernet interface) configuration statement at Gigabit Ethernet interface level. Refer to MX10003 MPC Port Speed Overview for more details.
See also
Configuring Port Speed on PTX10K-2101 MPC to Enable Different Port Speeds
Rate selectability enables you to configure the port speed either at the port level or at the PIC level. To configure all ports to operate at the same speed, configure rate selectability at the PIC level, in which case you cannot configure the speed of individual ports. To configure rate selectability at the PIC level, use the pic-mode statement and specify the port speed. To configure different port speeds for each port, configure rate selectability at the port level, in which case only the ports that are configured are enabled. To configure rate selectability at the port level, use the speed statement to specify the speed of individual ports. This topic describes how to configure port speeds at the port level and at the PIC level.
Configuring Port Speed on PTX10K-2101 MPC at PIC Level
To configure all ports to operate at the same speed, configure rate selectability at the PIC level. When you configure rate selectability at the PIC level, all the ports of the PIC that support the configured speed operate at that speed. To prevent oversubscription and to ensure a guaranteed bandwidth, specify the number of active ports that operate at the configured speed by using the number-of-ports number-of-active-physical-ports statement. The PTX10K-LC2101 MPC supports port speeds of 10 Gbps, 40 Gbps, and 100 Gbps.
To configure rate selectability at the PIC level:
- In configuration mode, navigate to the [edit chassis
fpc fpc-slot pic pic-number] hierarchy level.[edit ]user@host# edit chassis fpc fpc-slot pic pic-number
For example:
[edit ]user@host# edit chassis fpc 5 pic 2 - Configure the pic-mode pic-speed statement to set the operating speed for
the PIC. All ports of the PIC that support the configured speed operate
at the configured speed. Values for the pic-speed option are 10G, 40G, and 100G.
Note When you configure the pic-mode as 100 Gbps and the Packet Forwarding Engine bandwidth is 240 Gbps, only the first two ports support 100 Gbps. The other ports are disabled.
[edit chassis fpc fpc-slot pic pic-number]user@host# set pic-mode pic-speedFor example:
[edit chassis fpc 5 pic 2]user@host# set pic-mode 10G - (Optional) To prevent oversubscription,
you can choose to configure the number of active ports that operate
at the port speed configured in Step 2.[edit chassis fpc fpc-slot pic pic-number]user@host# set number-of-ports number-of-active-physical-ports
For example:
[edit chassis fpc 5 pic 2]user@host# set number-of-ports 2 - Verify the configuration.
[edit chassis fpc 5 pic 2] user@host# show pic-mode 10G; number-of-ports 2;
- Commit your configuration changes.
In this example, you have configured 2 ports on the MPC with port speed of 10 Gbps. The other ports are disabled.
Configuring Port Speed on PTX10K-LC2101 MPC at Port Level
To configure different port speeds for each port, you configure rate selectability at the port level. Only the ports that are configured are enabled. Other ports are automatically disabled. Configuring rate selectability at the port level provides you the flexibility of operating individual ports of the PIC at different supported speeds.
While configuring rate selectability, when you switch to PIC mode from port mode or vice-versa, the PIC is reset automatically. However, when you change the port speed at the port level, the PIC has to be reset by executing the request chassis pic pic-slot mic-slot-number fpc-slot fpc-slot-number (offline | online) command. For guidelines on configuring rate selectability for PTX10K-LC2101, see Guidelines for Configuring Port Speed on Routing Devices.
To configure rate selectability at the port level:
- In configuration mode, navigate to the [edit chassis
fpc fpc-slot pic pic-number] hierarchy level.[edit ]user@host# edit chassis fpc fpc-slot pic pic-number
For example:
[edit ]user@host# edit chassis fpc 0 pic 0 - To indicate the speed at which the ports operate, configure
the speed statement for the desired ports. According to
your requirements, you can choose the 10G, 40G, and 100G speed options.
Note If you configure the speed as 100 Gbps for 3 ports and the Packet Forwarding Engine bandwidth is 240 Gbps, an alarm is raised as it is an invalid configuration. The value of only the first two ports support 100 Gbps. The other ports are disabled.
[edit chassis fpc fpc-slot pic pic-number]user@host# set port port-number speed (10G | 40G | 100G)For example:
[edit chassis fpc 0 pic 0]user@host# set port 0 speed 10Guser@host# set port 1 speed 10Guser@host# set port 3 speed 40G - Verify the configuration.
[edit chassis fpc 0 pic 0] user@host# show port 0 { speed 10g; } port 1 { speed 10g; } port 3 { speed 40g; }
- Commit your configuration changes.
In this example, you have configured 2 ports with port speed of 10 Gbps and 1 port with port speed of 40 Gbps.
Configure Port Speed on ACX5448-D and ACX5448-M Routers
To configure speeds on different ports, you configure
rate selectability at the port level. Configuring rate selectability
at the port level provides you the flexibility of operating individual
ports of a PIC at different supported speeds. The ACX5448-D router
contains 36 SFP+ ports (0
through 35
), two 100-Gigabit Ethernet QSFP28 ports (36
and 37
), and two CFP2-DCO ports (38
and 39
). When you start up the
ACX5448-D router, the two Ethernet interfaces on port 36 are disabled
by default. The ACX5448-M router contains 44 SFP+ ports (port 0
–43
on PIC 0) and 6 QSFP28
ports (ports 0
-5
on PIC
1).
This topic describes how to configure speeds at the port level. The ACX5448-D supports port speeds of 10-Gbps, 25-Gbps, 40-Gbps, and 100-Gbps.
To configure rate selectability at the port level on ACX5448-D:
- In configuration mode, navigate to the [edit chassis
fpc fpc-slot pic pic-number ] hierarchy level.[edit ]user@host# edit chassis fpc fpc-slot pic pic-number
For example:
[edit ]user@host# edit chassis fpc 0 pic 1 - To indicate the speed at which the ports operate, configure
the speed statement for the specified ports. We know that
the ports on PIC 1 support speeds of 10 Gbps, 25 Gbps, 40 Gbps, and
100 Gbps. According to your requirement, you can choose any of the
speed options.[edit chassis fpc fpc-slot pic pic-number]user@host# set port port-number speed (10G | 25G | 40G | 100G)
For example:
[edit chassis fpc 0 pic 1]user@host# set port 0 speed 10Guser@host# set port 1 speed 25G - Verify the configuration.
[edit chassis fpc 0 pic 1] user@host# show port 0 { speed 10g; } port 1 { speed 25g; }
- Commit your configuration changes.
In this example, you have configured 25-Gbps speed on one port and 10-Gbps speed on another on the ACX5448-D router.
See also
Channelize Interfaces on ACX5448-D and ACX5448-M Routers
The ACX5448 router has two SKUs, ACX5448-D and ACX5448-M.
The ACX5448-D router has 40 network ports, categorized as 36 SFP+/SFP
ports, 2 QSFP28 ports, and 2 CFP2-DCO ports. You can configure 36
ports (ports 0
–35
)
as 1-Gigabit or 10-Gigabit Ethernet interfaces. The QSFP28 ports (ports 36
and 37
) support 100-Gbps and 40-Gbps
speeds; you can channelize these ports into four 25-Gigabit or four
10-Gigabit Ethernet interfaces, respectively, using the set chassis
fpc fpc slot pic pic slot port port-number speed speed command. Each of the CFP2-DCO ports (ports 38
and 39
) supports up to 200-Gbps speed.
In the Junos OS CLI, we have mapped the ports on the ACX5448-D to logical PICs in the following manner:
Ports
0
through35
(with the xe- interface type) represent PIC 0.Ports
36
and37
(with the et- interface type) represent PIC 1.Ports
38
and39
(with the ot- interface type) represent PIC 2.
On the ACX5448-M router, has a total of 50 network ports, categorized
as 44 SFP+ and 6 QFSP28 ports. You can configure 44 ports (port 0
–43
on PIC 0) as 1-Gigabit
or 10-Gigabit Ethernet interfaces. The QSFP28 ports (ports 0
-5
on PIC 1) support 100-Gbps and
40-Gbps speeds; you can channelize these ports into four 25-Gigabit
Ethernet or four 10-Gigabit Ethernet interfaces, respectively, using
the set chassis fpc fpc slot pic pic slot port port-number speed speed command. By default, each of the QSFP28 ports
(ports 0
-5
) supports 100-Gbps
speed.
In the Junos OS CLI, we have mapped the ports on the ACX5448-M to logical PICs in the following manner:
Ports
0
through43
mapped to PIC 0 (interfaces xe-0/0/0 through xe-/0/0/43).Ports
44
through49
mapped to PIC 1 (interfaces et-0/0/0 through et-/0/0/5).
All the channelized interfaces in a port use the format fpc/pic/port:channel-number—where channel-number can be a value from 0 through 3—and have the same port properties.
By default, the port speed is 100-Gbps on PIC 1 (ports 36
and 37
).
When you start up the router, the et-0/1/0 interface on port 36
is not created by default. However, the interface et-0/2/0
(on port 38
) is always available. You can enable
the et-0/1/0 interface (on port 36
) by configuring
the set chassis fpc 0 cfp-to-et command and restarting
the FPC by executing the restart chassis-control command. (This configuration
deletes the interface et-0/2/1 on port 38
.)
As the default speed is 100-Gbps, we must first change the speed to 40-Gbps, and then channelize that port into four 10-Gbps interfaces. To channelize the ports, manually configure the port speed using the set chassis fpc slot-number pic pic-number port port-number speed speed command where the speed can be set to 4x10-Gbps or 4x25-Gbps.
To channelize an individual port:
- To configure an individual 100-Gigabit Ethernet (et-)
port to operate as four 25-Gbps interfaces, specify the port number
and speed:[edit ]user@host# set chassis fpc slot-number pic pic-number port port-number speed speed
For example, to configure port
1
(et-0/1/1 interface) to operate as four 25-Gbps interfaces:[edit ]user@host# set chassis fpc 0 pic 1 port 1 speed 25g - Review your configuration and issue the commit command.[edit]user@host# commitcommit complete
- To revert the four 25-Gbps channelized interfaces to operate
as a single default 100-Gbps interface, delete the speed statement:[edit chassis fpc 0 pic 1]user@host# delete port port-number speed speed
For example, to return port
1
from the 25-Gigabit Ethernet configuration to the default 100-Gigabit Ethernet configuration:[edit chassis fpc 0 pic 1]user@host# delete port 1 speed 25g - Review your configuration and issue the commit command.[edit]user@host# commitcommit complete
Configuring Port Speed on PTX10K-1201 line card to Enable Different Port Speeds
Rate selectability enables you to configure the port speed either at the port level or at the PIC level. To configure all ports to operate at the same speed, configure rate selectability at the PIC level, in which case you cannot configure the speed of individual ports. To configure rate selectability at the PIC level, use the pic-mode statement and specify the port speed. To configure different port speeds for each port, configure rate selectability at the port level, in which case only the ports that are configured are enabled. To configure rate selectability at the port level, use the speed statement to specify the speed of individual ports. This topic describes how to configure port speeds at the port level and at the PIC level.
Configuring Port Speed on PTX10K-1201 line card at PIC Level
Configuring Port Speed on PTX10K-LC1201 line card at Port Level
Configuring Port Speed on PTX10K-1201 line card at PIC Level
To configure all ports to operate at the same speed, configure rate selectability at the PIC level. When you configure rate selectability at the PIC level, all the ports of the PIC that support the configured speed operate at that speed. The PTX10K-LC1201 line card supports port speeds of 10 Gbps, 25 Gbps, 40 Gbps, 50 Gbps, 100 Gbps, 200 Gbps, and 400 Gbps.
To configure rate selectability at the PIC level:
- In configuration mode, navigate to the [edit chassis
fpc fpc-slot pic pic-number] hierarchy level.[edit ]user@host# edit chassis fpc fpc-slot pic pic-number
For example:
[edit ]user@host# edit chassis fpc 5 pic 0 - Configure the pic-mode pic-speed statement to set the operating speed for the PIC. All ports
of the PIC that support the configured speed operate at the configured
speed. Values for the pic-speed option
are 10 Gbps, 25 Gbps, 40 Gbps, 50 Gbps, 100 Gbps,
200 Gbps, and 400 Gbps.[edit chassis fpc fpc-slot pic pic-number]user@host# set pic-mode pic-speed
For example:
[edit chassis fpc 5 pic 0]user@host# set pic-mode 200G - Verify the configuration.
[edit chassis fpc 5 pic 0] user@host# show pic-mode 200G;
- Commit your configuration changes.
In this example, you have configured all ports on the line card with port speed of 200 Gbps.
Configuring Port Speed on PTX10K-LC1201 line card at Port Level
To configure different port speeds for each port, you configure rate selectability at the port level. Configuring rate selectability at the port level provides you the flexibility of operating individual ports of the PIC at different supported speeds.
To configure rate selectability at the port level:
- In configuration mode, navigate to the [edit chassis
fpc fpc-slot pic pic-number] hierarchy level.[edit ]user@host# edit chassis fpc fpc-slot pic pic-number
For example:
[edit ]user@host# edit chassis fpc 0 pic 0 - To indicate the speed at which the ports operate, configure
the speed statement for the desired ports. Values supported
are 10 Gbps, 25 Gbps, 40 Gbps, 50 Gbps, 100 Gbps,
200 Gbps, and 400 Gbps. You can also specify the number
of sub ports that you wish to configure.[edit chassis fpc fpc-slot pic pic-number]user@host# set port port-number speed (10G |25G } 40G | 50G| 100G| 200G } 400G) number-of-sub-ports port-number
For example:
[edit chassis fpc 0 pic 0]user@host# set port 0 speed 10G number-of-sub-ports 4 - Verify the configuration.
[edit chassis fpc 0 pic 0] user@host# show port 0 { speed 10g; number-of-sub-ports 4; }
- Commit your configuration changes.
In this example, you have configured port 0 to operate at 4x10 Gbps speed.
When you configure the port speed and number of sub ports, the configured values override the default port speed for the transceiver. If you try to configure a port speed that is not supported by the transceiver, the port will be disabled.