Configuration of SyncE references
Using SyncE references
The following example shows the configuration of the frequency clock with two SyncE input references.
--{ candidate shared default }--[ ]--
# info system sync
system {
sync {
freq-references {
instance 1 {
admin-state enable
underlying-interface ethernet-1/32
priority 2
}
instance 2 {
admin-state enable
underlying-interface ethernet-1/1
priority 3
}
}
freq-clock {
ql-input-threshold prs
network-type sonet
ql-selection true
wait-to-restore 1
revert true
}
}
}
Enabling SSM
The following example enables SSM on interface ethernet-1/32.
# info interface ethernet-1/32 ethernet synce
interface ethernet-1/32 {
ethernet {
synce {
ssm {
admin-state enable
}
}
}
}