本文檔介紹在NCS1010上的思科光纖站點管理器(COSM)中編輯光纖交叉連線(OXC)的過程。
本文件沒有特定需求。
使用特定硬體和軟體組合時,會發生本文所述的行為。
軟體
硬體
本文中的資訊是根據特定實驗室環境內的裝置所建立。文中使用到的所有裝置皆從已清除(預設)的組態來啟動。如果您的網路運作中,請確保您瞭解任何指令可能造成的影響。
在XR CLI中建立通道或從Cisco Optical Network Planner(CONP)匯入XML後,COSM在Optical Setup > Optical Cross Connections下顯示交叉連線。 OXC顯示從分插埠到LINE-RX和LINE-TX的服務的邏輯路徑。
COSM中的光交叉連線
當使用BRK-24裝置時,交叉連線可能會錯誤地顯示服務狀態OOS-AU、AINS,即「Out of Service(服務中斷)」和「Autonomous, Automatic in-Service(自動服務中斷)」。流量繼續正常流動。否則通道會顯示運行狀態,並且不會發出警報。
RP/0/RP0/CPU0:OLT-C-node# show hw-module location 0/0/NXR0 terminal-ampli
Mon Apr 27 20:35:41.272 UTC
Legend:
NXC - Channel not cross-connected
ACTIVE - Channel cross-connected to data port
ASE - Channel filled with ASE
FAILED - Data channel failed, pending transition to ASE
PENDING_ACTIVATION - Data Channel pending transition to ACTIVE/FAIL
Location: 0/0/NXR0
Status: Provisioned
Flex Grid Info
Channel Number Centre Frequency(THz) Channel Width(GHz) Channel Status Overlapping Channels
1 191.375000 75.000 ACTIVE - , -
2 191.675000 75.000 ACTIVE - , -
3 191.975000 75.000 ACTIVE - , -
4 192.275000 75.000 ACTIVE - , -
注意:在即時網路上嘗試此解決方法之前,請聯絡Cisco技術協助(TAC)。不正確地輸入端點可能導致意外的系統行為。
為防止配置恢復,請在執行COSM > Devices中的解決方法步驟之前鎖定節點:
在Optical Setup > Optical Cross Connections下,記錄路徑1端點和路徑2端點的當前值。
該表顯示了BRK-24和通道端點之間的對映。此示例將NCS1010-E-OLT-C上的埠A/D 26-33用於BRK-24 MPO連線。
| Ots控制器(R/S/I/P) | CH-n-RX或 — TX | BRK-24實體連線埠 |
| 0/0/0/26 | CH-0 | 1 |
| 0/0/0/26 | CH-1 | 2 |
| 0/0/0/26 | CH-2 | 3 |
| 0/0/0/27 | CH-3 | 4 |
| 0/0/0/27 | CH-4 | 5 |
| 0/0/0/27 | CH-5 | 6 |
| 0/0/0/28 | CH-6 | 7 |
| 0/0/0/28 | CH-7 | 8 |
| 0/0/0/28 | CH-8 | 9 |
| 0/0/0/29 | CH-9 | 10 |
| 0/0/0/29 | CH-10 | 11 |
| 0/0/0/29 | CH-11 | 12 |
| 0/0/0/30 | CH-12 | 13 |
| 0/0/0/30 | CH-13 | 14 |
| 0/0/0/30 | CH-14 | 15 |
| 0/0/0/31 | CH-15 | 16 |
| 0/0/0/31 | CH-16 | 17 |
| 0/0/0/31 | CH-17 | 18 |
| 0/0/0/32 | CH-18 | 19 |
| 0/0/0/32 | CH-19 | 20 |
| 0/0/0/32 | CH-20 | 21 |
| 0/0/0/33 | CH-21 | 22 |
| 0/0/0/33 | CH-22 | 23 |
| 0/0/0/33 | CH-23 | 24 |
在XR命令列中,輸入COSM模式以編輯端點。
RP/0/RP0/CPU0:OLT-C-node# cosm
NODE0/<ip_address>:cosm# config
Entering configuration mode terminal
NODE0/<ip_address>:cosm(config)# insert nodes node 0 oxc OLT-C_node_B_1_0_0_191_375 [Enter]
Value for 'oxc-type' [bidirectional,monodirectional]: bidirectional
Value for 'central-frequency' [<decimal number>]: 191.975
Value for 'allocation-width' [<decimal number>]: 75.0
Value for 'path1 endpoints src-if' [<string>]: 4/0/LINE-RX
Value for 'path1 endpoints dst-if' [<string>]: 6/0/CH-0-TX
Value for 'path2 endpoints src-if' [<string>]: 6/0/CH-0-RX
Value for 'path2 endpoints dst-if' [<string>]: 4/0/LINE-TX
NODE0/<ip_address>:cosm(config)# commit
確保show running-config nodes node 0 oxc <connection_label>使配置更改生效。
NODE0/<ip_address>:cosm# show running-config nodes node 0 oxc OLT-C_node_B_1_0_0_191_375
nodes node 0
oxc OLT-C_node_B_1_0_0_191_375
circuit-id ""
oxc-type bidirectional
admin-state In-Service
central-frequency 191.375
allocation-width 75.0
signal-width 0.0
ase-loading enabled
path1 endpoints src-if 4/0/LINE-RX
path1 endpoints dst-if 6/0/CH-0-TX
path2 endpoints src-if 6/0/CH-0-RX
path2 endpoints dst-if 4/0/LINE-TX
!
!
在COSM CLI中提交配置後,驗證服務狀態是否更改為服務中(IS)。
NODE0/<ip_address>:cosm# show nodes node 0 oxc OLT-C_node_B_1_0_0_191_375
oxc OLT-C_node_B_1_0_0_191_375
oper-primary-state IS
oper-secondary-state NR
programming-status planned
partial false
path1 oper-primary-state IS
path1 oper-secondary-state NR
...
path2 oper-primary-state IS
path2 oper-secondary-state NR
| 修訂 | 發佈日期 | 意見 |
|---|---|---|
2.0 |
30-Apr-2026
|
新增並更新格式設定的軟體和硬體資訊。 |
1.0 |
29-Apr-2026
|
初始版本 |