Configuring the Interoperability Between the 100-Gigabit Ethernet PICs PF-1CGE-CFP and PD-1CE-CFP-FPC4
You can enable interoperability between the 100-Gigabit Ethernet PICs PD-1CE-CFP-FPC4 and PF-1CGE-CFP by performing the following tasks:
Configuring SA Multicast Bit Steering Mode on the 100-Gigabit Ethernet PIC PF-1CGE-CFP
To enable the interoperability between the 100-Gigabit Ethernet PICs PD-1CE-CFP-FPC4 and PF-1CGE-CFP, you need to enable source address (SA) multicast bit steering mode on PF-1CGE-CFP.
To configure SA multicast mode on PF-1CGE-CFP:
- Specify the FPC and PIC information on the chassis.[edit ]user@host# edit chassis fpc slot pic slot
For example:
[edit ]user@host# edit chassis fpc 1 pic 0 - Configure the interoperation mode (SA multicast bit steering
mode).[edit chassis fpc slot pic slot]user@host# set forwarding-mode sa-multicast
For example:
[edit fpc 1 pic 0]user@host# set forwarding-mode sa-multicast - Verify the configuration.[edit ]user@host# show chassis
fpc 1 { pic 0 { forwarding-mode { sa-multicast; } } }
![]() | Note: The default packet steering mode for the 100-Gigabit Ethernet PIC PD-1CE-CFP-FPC4 is SA multicast bit mode. No SA multicast configuration is required to enable this mode. |
Configuring Two 50-Gigabit Ethernet Physical Interfaces on the 100-Gigabit Ethernet PIC PD-1CE-CFP-FPC4 as One Aggregated Ethernet Interface
To enable the interoperability between the 100-Gigabit Ethernet PICs PD-1CE-CFP-FPC4 and PF-1CGE-CFP or P1-PTX-2-100GE-CFP, you need to configure the two 50-Gigabit Ethernet physical interfaces on PD-1CE-CFP-FPC4 as one aggregated Ethernet physical interface. This ensures that a single 100-Gigabit aggregated interface is visible on the link connecting to PF-1CGE-CFP or P1-PTX-2-100GE-CFP instead of two independent 50-Gigabit Ethernet interfaces.
When the PIC is in aggregated Ethernet mode, the two physical interfaces on the same PIC are aggregated into one aggregated Ethernet physical interface. When the PIC is configured with two physical interfaces, it creates the physical interfaces et-x/y/0:0 and et-x/y/0:1, where x is the FPC slot number and y is the PIC slot number. For example, to configure two physical interfaces for PIC slot 0 in FPC slot 5:
- Specify the number of aggregated Ethernet interfaces to
be created.[edit chassis]user@host# set aggregated devices ethernet device-count count
For example:
[edit chassis]user@host# set aggregated devices ethernet device-count 1 - Specify the members to be included within the aggregated
Ethernet bundle.[edit interfaces ]user@host# set interface-name gigether-options 802.3ad bundle
The following example shows how to configure two physical interfaces for PIC 0 on a T1600 router.
[edit interfaces ]user@host# set et-5/0/0:0 gigether-options 802.3ad ae0 user@host# set et-5/0/0:1 gigether-options 802.3ad ae0 - Verify the configuration at the chassis.[edit ]user@host# show chassis
aggregated-devices { ethernet { device-count 1; } }
- Verify the configuration at the interface.[edit ]user@host# show interfaces
et-5/0/0:0 { gigether-options { 802.3ad ae0; } } et-5/0/0:1 { gigether-options { 802.3ad ae0; } }