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 with-context system sync
system {
sync {
freq-references {
instance 1 {
admin-state enable
priority 2
source {
interface ethernet-1/32
}
}
instance 2 {
admin-state enable
priority 3
source {
interface ethernet-1/1
}
}
}
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 (support of ESMC frames) on interface ethernet-1/32.
--{ candidate shared default }--[ ]--
# info with-context interface ethernet-1/32 ethernet synce
interface ethernet-1/32 {
ethernet {
synce {
ssm {
admin-state enable
}
}
}
}