- play_arrow Overview
- play_arrow Precision Time Protocol
- play_arrow Precision Time Protocol Overview
- play_arrow Precision Time Protocol Clocks
- PTP Boundary Clock Overview
- Example: Configure PTP Boundary Clock
- Example: Configure PTP Boundary Clock With Unicast Negotiation
- Configure PTP TimeTransmitter Clock
- Configure PTP TimeReceiver Clock
- Example: Configure Ordinary TimeReceiver Clock With Unicast-Negotiation
- Example: Configure Ordinary TimeReceiver Clock Without Unicast-Negotiation
- PTP Transparent Clocks
- Configure PTP Transparent Clock
- play_arrow Precision Time Protocol Profiles
- play_arrow PHY Timestamping
- play_arrow Precision Time Protocol over Ethernet
- PTP over Ethernet Overview
- Guidelines to Configure PTP over Ethernet
- Configure PTP Dynamic Ports for Ethernet Encapsulation
- Configure PTP Multicast TimeTransmitter and TimeReceiver Ports for Ethernet Encapsulation
- Example: Configure PTP over Ethernet for Multicast TimeTransmitter, TimeReceiver, and Dynamic Ports
- play_arrow Precision Time Protocol Additional Features
- Precision Time Protocol (PTP) over Link Aggregation Group (LAG)
- Precision Time Protocol (PTP) Trace Overview
- Line Card Redundancy for PTP
- Timing Defects and Event Management on Routing Platforms
- SNMP MIB for Timing on Routing Platforms
- PTP Passive Port Performance Monitoring on PTX10004 and PTX10008 Devices
-
- play_arrow Global Navigation Satellite System (GNSS)
- play_arrow GPS Systems on Routing Platforms
- play_arrow Integrated GNSS on Routing Platforms
- play_arrow GNSS Configuration for Routers Using External GNSS Receiver
- play_arrow Assisted Partial Timing Support (APTS) on Routing Platforms
-
- play_arrow Network Time Protocol
- play_arrow NTP Concepts
- play_arrow NTP Configuration Examples
-
- play_arrow Clock Synchronization
- play_arrow Clock Synchronization Concepts
- play_arrow Clock Synchronization for ACX Series Routers
- play_arrow Clock Synchronization for MX Series Routers
- play_arrow Clock Synchronization for PTX Series Routers
- play_arrow Centralized Clocking
-
- play_arrow Hybrid Mode
- play_arrow Hybrid Mode Overview
- play_arrow Hybrid Mode and ESMC Quality-Level Mapping
- Configure Hybrid Mode and ESMC Quality-Level Mapping Overview
- Configure Hybrid Mode with Mapping of the PTP Clock Class to the ESMC Quality-Level
- Configure Hybrid Mode with a User-Defined Mapping of the PTP Clock Class to the ESMC Quality-Level
- Example: Configure Hybrid Mode and ESMC Quality-Level Mapping on ACX Series Router
- Example: Configure Hybrid Mode and ESMC Quality-Level Mapping on MX240 Router
-
- play_arrow Configuration Statements and Operational Commands
- play_arrow Appendix
ON THIS PAGE
Example: Configure Framing Mode for Synchronous Ethernet with 10-Gigabit Ethernet MIC
Learn how to configure framing mode for Synchronous Ethernet with 10-Gigabit Ethernet MIC with XFP.
Requirements
This example uses the following hardware and software components:
Junos OS Release 11.4 or later for MX240, MX480, or MX960 routers
One MX240, MX480, and MX960 router with 10-Gigabit Ethernet MIC with XFP
Overview
You can set the framing mode at the PIC level and at the interface level with various configuration combinations. For more information about the various configuration combinations, see Synchronous Ethernet on 10-Gigabit Ethernet MIC.
This example provides information about configuring framing mode at the interface level and the PIC level for Synchronous Ethernet on the 10-Gigabit Ethernet MIC with XFP.
The 10-Gigabit Ethernet MIC with XFP supports Synchronous Ethernet in LAN-PHY framing mode. This is possible only when all the logical PICs under the given Modular Interface Card (MIC) and its ingress interfaces are configured in LAN framing mode.
You can also alternatively configure a MIC in WAN-PHY framing mode on MX80, MX240, MX480, and MX960 routers by configuring all the constituent logical PICs in the same WAN-PHY framing mode in any one of the following configurations:
No framing mode configured on all the constituent logical PICs of the MIC.
Incompatible framing mode configured on constituent logical PICs of the MIC.
No framing mode configured on some of the constituent logical PICs of the MIC.
By default, the PIC-level framing mode is set to WAN framing type, that is e1 | e3 | sdh | sonet | t1 | t3. Synchronous Ethernet works on 10-Gigabit Ethernet MIC with XFP in LAN-PHY mode only when the PIC level framing configuration is configured to lan framing type explicitly.
By default, the interface-level framing mode is set to lan-phy. For WAN-PHY operation, interface framing needs to be set to wan-phy framing explicitly.
You can set the values for each parameter according to your requirement. The values given in this example are for illustration purposes only.
Configuration
CLI Quick Configuration
To quickly configure PIC-level framing and interface-level framing on the 10-Gigabit Ethernet MIC with XFP, copy the following commands and paste it into the CLI.
set chassis fpc 2 pic 0 framing lan set chassis fpc 2 pic 1 framing lan set interfaces xe-2/1/0 framing-mode lan-phy
The following example requires you to navigate various levels in the configuration hierarchy. For instructions on how to do that, see Using the CLI Editor in Configuration Mode in the CLI User Guide.
Procedure
Step-by-Step Procedure
To configure PIC-level framing on the 10-Gigabit Ethernet MIC with XFP, perform the following tasks:
In configuration mode, go to the
[edit chassis]
hierarchy level.content_copy zoom_out_map[edit] user@host# edit chassis
Configure the FPC slot and the first PIC slot.
content_copy zoom_out_map[edit chassis] user@host# edit fpc 2 pic 0
Configure the framing type as LAN on the first PIC slot.
content_copy zoom_out_map[edit chassis fpc2 pic 0] user@host# set framing lan
Configure the FPC slot and the second PIC slot.
content_copy zoom_out_map[edit chassis] user@host# edit fpc 2 pic 1
Configure the framing type as LAN on the second PIC slot.
content_copy zoom_out_map[edit chassis fpc2 pic 0] user@host# set framing lan
Step-by-Step Procedure
To configure interface-level framing on the 10-Gigabit Ethernet MIC with XFP, perform the following tasks:
In configuration mode, go to the
[edit interfaces]
hierarchy level and set the interface as xe-2/1/0.content_copy zoom_out_map[edit] user@host# edit interfaces xe-2/1/0
Configure the interface in LAN-PHY framing mode.
content_copy zoom_out_map[edit interfaces xe-2/1/0] user@host# set framing-mode lan-phy
Results
Display the results of the configuration at the PIC level:
[edit] user@host# show chassis { fpc 2 { pic 0 { framing lan; } } fpc 2 { pic 1 { framing lan; } } }
Display the results of the configuration at the interface level:
[edit] user@host# show interfaces xe-2/1/0 { framing-mode lan-phy; }