Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Блок кода
synchronous ethernet 
  input 
    interface tengigabitethernet 0/0/1 
      priority 5
    exit
    interface tengigabitethernet 0/0/2 
    exit
  exit
  output 
    interface tengigabitethernet 0/0/5 
    sync out 
      frequency 8kHz
  exit
 exit
exit

0/ME5200S:EOS# show synchronous ethernet pll 
Fri Jun 23 16:53:37 2023
  PLL:
    PLL state: locked
    Selected input: te0/0/2
    DPLL lock: true
    Soft frequency alarmed: false
  PLL Inputs:
  Input type        Frequency             Deviation (ppm)  Hard-alarm  Soft-alarm  No-act      Phase-loss  Valid  
  ----------------- --------------------- ---------------- ----------- ----------- ----------- ----------- ------ 
  Primary           156250000 Hz          0                false       false       false       false       true   
0/ME5200S:me52s_17.92# show synchronous ethernet interfaces 
Fri Jun 23 16:53:44 2023
  Interface                Role       Priority  Last received SSM     
  ------------------------ ---------- --------- --------------------- 
  te0/0/1                  Down       5         None (16)             
  te0/0/2                  Primary    10        SEC (11)              
0/ME5200S:EOS# show synchronous ethernet interfaces statistics 
Fri Jun 23 16:53:48 2023
Input interfaces:
  Interface                Sent        Recv        Timed out   
  ------------------------ ----------- ----------- ----------- 
  te0/0/1                  2602        2599        1           
  te0/0/2                  9634        9631        1           

  Total entries: 2
Output interfaces:
  Interface                Sent        
  ------------------------ ----------- 
  te0/0/5                  9050        

  Total entries: 1 

...