#configure terminal | Enter Configure mode |
(config)#bridge 1 protocol mstp | Create bridge 1 as an MSTP bridge (this step is not mandatory, but is a good practice to avoid layer 2 loops) |
(config)#synce | Enter configure Synchronous Ethernet mode. |
(config-synce)#synchronization option 1 | Set the synchronization network type. |
(config-synce)#exit | Exit Synce mode |
(config)#interface eth1 | Configure interface eth1 |
(config-if)#switchport | Configure eth1 as Layer 2 port |
(config-if)#bridge-group 1 | Configure eth1 in bridge group 1 |
(config-if)#synce | Enter interface Synchronous Ethernet mode. |
(config-if-synce)#mode synchronous | Configure synchronous mode. |
(config-if-synce)#input-source 2 | Configure the interface as an input source with priority 2. |
(config-if-synce)#exit | Exit Port Configure mode |
(conig-if)#exit | Exit Interface mode |
(config)#interface eth2 | Configure interface eth2 |
(config-if)#switchport | Configure eth2 as Layer 2 port |
(config-if)#bridge-group 1 | Configure eth2 in bridge group 1 |
(config-if)#synce | Enter interface Synchronous Ethernet mode. |
(config-if-synce)#mode synchronous | Configure synchronous mode. |
(config-if-synce)#output-source | Configure the interface as an output source. |
(config-if-synce)#exit | Exit Port Configure mode |
(config-if)#exit | Exit interface mode |
(config)#ptp clock 0 profile g8275.1 | Enables G8275.1 for PTP time/phase telecom profile |
(config-ptp-clk)#number-ports 2 | Configure the number of PTP ports on the instance |
(config-ptp-clk)#clock-port 2 | Configure ptp port |
(config-clk-port)#network-interface xe2 | Configure underlying interface that is used by this PTP Port |
(config-clk-port)#exit | Exit ptp clock port mode |
(config-ptp-clk)#clock-port 1 | Configure ptp port |
(config-clk-port)#network-interface xe1 | Configure underlying interface that is used by this PTP Port |
(config-clk-port)#exit | Exit ptp clock port mode |
#configure terminal | Enter Configure mode |
(config)#bridge 1 protocol mstp | Create bridge 1 as an MSTP bridge (this step is not mandatory, but is a good practice to avoid layer 2 loops) |
(config)#synce | Enter configure Synchronous Ethernet mode. |
(config-synce)#synchronization option 1 | Set the synchronization network type. |
(config-synce)#exit | Exit Synce mode |
(config)#interface eth2 | Configure interface eth2 |
(config-if)#switchport | Configure eth2 as Layer 2 port |
(config-if)#bridge-group 1 | Configure eth2 in bridge group 1 |
(config-if)#synce | Enter interface Synchronous Ethernet mode. |
(config-if-synce)#mode synchronous | Configure synchronous mode. |
(config-if-synce)#input-source 4 | Configure the interface as an input source with priority 4. |
(config-if-synce)#exit | Exit Port Configure mode |
(config-if)#exit | Exit interface mode |
(config)#ptp clock 0 profile g8275.1 | Enables G8275.1 for PTP time/phase telecom profile |
(config-ptp-clk)#number-ports 2 | Configure the number of PTP ports on the instance |
(config-ptp-clk)#clock-port 2 | Configure ptp port |
(config-clk-port)#network-interface xe2 | Configure underlying interface that is used by this PTP Port |
(config-clk-port)#exit | Exit ptp clock port mode |
(config-clk-clk)#clock-port 1 | Configure ptp port |
(config-clk-port)#network-interface xe1 | Configure underlying interface that is used by this PTP Port |
(config-clk-port)#exit | Exit ptp clock port mode |