Configuration rules might apply to PICs installed on standard Enhanced FPCs on the following routing platforms: M5, M10, M20, M40, M40e, M160, M320, J20, T320, and T640.
Configuration rules do not apply to PICs installed in the following routers or FPCs:
When you upgrade the JUNOS software, a warning appears if any configuration rules affect your PIC combinations. If you continue the installation, the PICs appear to be online (the LEDs are on), but the JUNOS software cannot enable them and they cannot pass traffic. As a workaround, you need to plan which PICs to install on the Enhanced FPCs or PIC slots on your routing platform. For information about PIC combinations in previous JUNOS releases, consult JTAC Technical Bulletin PSN-2007-01-023, which is accessible at https://www.juniper.net/alerts/viewalert.jsp?txtAlertNumber=PSN-2007-01-023 (you need to provide your Juniper Networks username and password). For information about PIC combinations in the current beta period, please consult the Technical Bulletins section of the JUNOS beta page accessible at http://www.juniper.net/beta/junos.
The clear dhcp relay binding command now provides the following enhancements:
The show dhcp relay binding command now provides the following enhancements:
[Routing Protocols and Policies Command Reference]
Enhancements to clear services ipsec-vpn commands—Four new options have been added to the clear services ipsec-vpn ipsec security associations command. They enable you to clear IPSec security associations (SAs) on the Adaptive Services PIC based on specific characteristics:
Treatment of MAC address accounting statistics—On MX-series routers running JUNOS Release 8.4 and later, the treatment of MAC address accounting statistics is different from MX-series routers running JUNOS Release 8.3 and earlier, and from M-series and T-series routing platforms running any release of the JUNOS software (including JUNOS Release 8.4 and later). The new treatment on MX-series routers running JUNOS Release 8.4 and later is as follows:
By default, MAC statistics collection is disabled (for the other combinations of routing platform and JUNOS software, statistics collection is enabled by default). To enable MAC statistics, include the mac-statistics statement at the appropriate hierarchy level:
- <configuration>
<class-of-service>
<interfaces>
<name>fe-0/0/0</name>
<!- - tag elements for other statements - ->
</interfaces>
<interfaces>
<name>ge-0/0/0</name>
<!- - tag elements for other statements - ->
</interfaces>
</class-of-service>
</configuration>
/configuration/class-of-service/interfaces[name='fe-0/0/0']/*
/configuration/class-of-service/interfaces[name='ge-0/0/0']/*
The new JUNOS XML and X-Path expressions for JUNOS Release 8.5 and later are as follows:
- <configuration>
<class-of-service>
<interfaces>
<interface>
<name>fe-0/0/0</name>
<!- - tag elements for other statements - ->
</interface>
<interface>
<name>ge-0/0/0</name>
<!- - tag elements for other statements - ->
</interface>
</interfaces>
</class-of-service>
</configuration>
/configuration/class-of-service/interfaces/interface[name='fe-0/0/0']/*
/configuration/class-of-service/interfaces/interface[name='ge-0/0/0']/*
The CLI syntax is not changing for CoS interfaces. [JUNOS XML API Configuration Reference]