Cisco Systems OL-14253-01の取扱説明書

デバイスCisco Systems OL-14253-01の取扱説明書

デバイス: Cisco Systems OL-14253-01
カテゴリ: ネットワークルーター
メーカー: Cisco Systems
サイズ: 1.96 MB
追加した日付: 3/19/2014
ページ数: 148
説明書を印刷

ダウンロード

使い方は?

私たちの目的は、皆様方にデバイスCisco Systems OL-14253-01の取扱説明書に含まれたコンテンツを可能な限り早く提供することです。オンラインプレビューを使用すると、Cisco Systems OL-14253-01に関してあなたが抱えている問題に対する解決策の内容が素早く表示されます。

便宜上

説明書Cisco Systems OL-14253-01をこちらのサイトで閲覧するのに不都合がある場合は、2つの解決策があります:

  • フルスクリーン表示 – 説明書を(お使いのコンピュータにダウンロードすることなく)便利に表示させるには、フルスクリーン表示モードをご使用ください。説明書Cisco Systems OL-14253-01のフルスクリーン表示を起動するには、全画面表示ボタンを押してください。
  • コンピュータにダウンロード - Cisco Systems OL-14253-01の説明書をお使いのコンピュータにダウンロードし、ご自身のコレクションに加えることもできます。デバイス上のスペースを無駄にしたくない場合は、いつでもManualsBaseサイトでダウンロードすることもできます。
Cisco Systems OL-14253-01 取扱説明書 - Online PDF
Advertisement
« Page 1 of 148 »
Advertisement
印刷版

多くの人々は画面表示ではなく印刷された説明書を読むほうを好みます。説明書を印刷するオプションも提供されており、上記のリンクをクリックすることによりそれを利用できます - 説明書を印刷。説明書Cisco Systems OL-14253-01を全部印刷する必要はなく、選択したページだけを印刷できます。紙を節約しましょう。

要旨

次のページにある説明書Cisco Systems OL-14253-01の内容のプレビューは、以下にあります。次のページにある説明書の内容をすぐに表示したい場合は、こちらをご利用ください。

内容要旨
ページ1に含まれる内容の要旨


APPENDIX
A
Notifications, Fault Management, and Probable
Cause Mapping
This appendix includes information on CTM GateWay/CORBA’s notifications, fault management, and
probable cause mapping. This appendix includes the following sections:
• A.1 Overview of Notifications, page A-1
 A.2 Resolving the Notification Service, page A-2
 A.3 Tips to Improve Notification Throughput, page A-2
 A.4 Supported Events, page A-3
 A.5 Probable Cause Mapping, page A-12
A.1 Overview of Notifications
The no

ページ2に含まれる内容の要旨

Appendix A Notifications, Fault Management, and Probable Cause Mapping Resolving the Notification Service CTM sets the RejectNewEvents administration property of the channel to true, as defined by the TMF. Every notification that CTM generates has the QoS parameters listed in the following table. These parameter values are defined by the TMF and cannot be changed. Table A-2 QoS Parameters for Notifications Parameter Value EventReliability BestEffort Priority DefaultPriority Timeout 30 m

ページ3に含まれる内容の要旨

Appendix A Notifications, Fault Management, and Probable Cause Mapping Supported Events To improve throughput, you should receive the event and forward it to another thread for processing. For example: void push_structured_event(StructuredEvent notification) { try { some_other_thread_queue.addNotification(notification); } catch (Exception ex) { // catch all exception and ignore ex.printStackTrace(); } } Caution As shown in the example, you must catch all exceptions, or you will stop rece

ページ4に含まれる内容の要旨

Appendix A Notifications, Fault Management, and Probable Cause Mapping Supported Events Table A-4 Object Creation Notifications (continued) Object Type Type Sent in remainder_of_body for Object Creation Event OT_L2TOPOLOGY MultiLayerSubnetwork::L2Topology_T OT_MLVLAN MultiLayerSubnetwork::MLVLAN_T OT_ROLL MultiLayerSubnetwork::Roll_T OT_VCAT SubnetworkConnection::VCAT_T CTM does not generate object creation events for SubnetworkConnection for the ONS 15540. CTM cannot give the object nam

ページ5に含まれる内容の要旨

Appendix A Notifications, Fault Management, and Probable Cause Mapping Supported Events Table A-6 Object Deletion Notifications (continued) Object Type Type Sent in remainder_of_body for Object Deletion Event OT_EQUIPMENT equipment::Equipment_T OT_PROTECTION_GROUP protection::ProtectionGroup_T OT_L2TOPOLOGY MultiLayerSubnetwork::L2Topology_T OT_MLVLAN MultiLayerSubnetwork::MLVLAN_T OT_ROLL MultiLayerSubnetwork::Roll_T OT_VCAT SubnetworkConnection::VCAT_T CTM does not generate object dele

ページ6に含まれる内容の要旨

Appendix A Notifications, Fault Management, and Probable Cause Mapping Supported Events Attribute value change notifications are sent to the NMS for the objects and attributes in the following table. Table A-8 Attribute Value Change Notifications Object Type Attributes OT_EMS nativeEMSName OT_MANAGED_ELEMENT nativeEMSName—This field reflects the new managed element name if it is changed. location version productName OT_MULTILAYER_SUBNETWORK NativeEMSName 1 OT_TOPOLOGICAL_LINK None 2 OT

ページ7に含まれる内容の要旨

Appendix A Notifications, Fault Management, and Probable Cause Mapping Supported Events Table A-9 State Change Event (continued) Attribute Name Type Supported by CTM? emsTime globaldefs::Time_T Yes. neTime globaldefs::Time_T No. edgePoint boolean No. attributeList notifications::NVList_T Yes. State change event notifications are sent to the NMS for the objects and attributes in the following table. Table A-10 State Change Event Notifications Object Type Attributes OT_MANAGED_ELEMENT comm

ページ8に含まれる内容の要旨

Appendix A Notifications, Fault Management, and Probable Cause Mapping Supported Events Table A-10 State Change Event Notifications (continued) Object Type Attributes OT_ROLL rollState—CTM supports the following values:  ROLL_PENDING  ROLL_COMPLETED  ROLL_CANCELLED  ROLL_INCOMPLETE OT_VCAT vcatState—CTM supports the following values:  VCATS_DELETING  VCATS_PARTIAL  VCAT_ACTIVE 1. The OT_SUBNETWORK_CONNECTION event is generated only when CTM changes the SNC. If CTC or any other too

ページ9に含まれる内容の要旨

Appendix A Notifications, Fault Management, and Probable Cause Mapping Supported Events Table A-11 Protection Switch (continued) Attribute Name Type Supported by CTM? affectedTP globaldefs::NamingAttributes_T Yes. Note This is not defined by the (No for ONS 15540 and ONS 15530.) TMF. Description String Yes. Note This is not defined by the The value of this field is the native NE event TMF. value. A.4.6 Threshold Crossing Alert The following table lists the TCA types and attributes. This

ページ10に含まれる内容の要旨

Appendix A Notifications, Fault Management, and Probable Cause Mapping Supported Events A.4.7 Alarm The following table lists the most common alarm messages. If there is an alarm on an STS/VC4 CTP utilizing all ports of a DS1/E1 card, the alarm is reported with the containing PTP as port 127. If an STS/VC4 SNC exists with one of the drop CTPs of the SNC using all ports on a DS1/E1 card, and if there is an alarm on the STS CTP, CTM reports the port number of the containing PTP as 127.

ページ11に含まれる内容の要旨

Appendix A Notifications, Fault Management, and Probable Cause Mapping Supported Events Table A-13 Alarm (continued) Attribute Name Type Supported by CTM? isPropagated boolean Yes. For the MGX 8880/8850/8830, values are assigned to this field. For all other NEs, this field is always set to False. aresFDN string Yes. A.4.8 Heartbeat Event CTM generates a periodic heartbeat event and pushes the event to the notification channel. By default, this function is disabled. You can configure t

ページ12に含まれる内容の要旨

Appendix A Notifications, Fault Management, and Probable Cause Mapping Probable Cause Mapping A.5 Probable Cause Mapping A.5.1 TMF-Defined Probable Cause The following report lists the probable causes defined by the TMF: "UNIDENTIFIED": for alarms that do not match any other string below. EMS shall in this case fill out the additional text field as much as possible. "AIS": alarm indication signal "AMS": Alternate modulation signal "AU-AIS": AU alarm indication signal "BER_SD": signal de

ページ13に含まれる内容の要旨

Appendix A Notifications, Fault Management, and Probable Cause Mapping Probable Cause Mapping "VP-RDI": VPL/VPC TP Remote Defect Indication A.5.2 CTM GateWay/CORBA Mapping—EMS The following table lists the CTM GateWay/CORBA mapping for the EMS. Table A-16 CTM GateWay/CORBA Mapping for the EMS CTM Internal Index (Not Reported in TMF Mapping NE Native Probable Cause the Notification) EMS Loss of communication 5001 EMS Memory automatic or manual backup failure 5002 SECURITY_VIOLATION Maxim

ページ14に含まれる内容の要旨

Appendix A Notifications, Fault Management, and Probable Cause Mapping Probable Cause Mapping Table A-17 CTM GateWay/CORBA Mapping for the MGX 8880/8850/8830 (continued) CTM Internal Index (Not Reported in the TMF Mapping NE Native Probable Cause Notification) EMS FTP transfer failed 62409 EMS Upload file error 62410 EMS Minus 2 trap 62411 EMS Card lost trap 62412 EMS SNMP retry exceeded 62413 EMS FTP retry exceeded 62414 EMS Stats file error 62416 EMS Stats file transfer error 62417 E

ページ15に含まれる内容の要旨

Appendix A Notifications, Fault Management, and Probable Cause Mapping Probable Cause Mapping Table A-17 CTM GateWay/CORBA Mapping for the MGX 8880/8850/8830 (continued) CTM Internal Index (Not Reported in the TMF Mapping NE Native Probable Cause Notification) EQPT Front card core card mismatch 60108 EQPT Front card failed, no backup 60109 EQPT Front card reserved 60110 EQPT Front card down 60111 EQPT Front card in update mode 60112 EQPT Front card unavailable 60113 EQPT Front card dow

ページ16に含まれる内容の要旨

Appendix A Notifications, Fault Management, and Probable Cause Mapping Probable Cause Mapping Table A-17 CTM GateWay/CORBA Mapping for the MGX 8880/8850/8830 (continued) CTM Internal Index (Not Reported in the TMF Mapping NE Native Probable Cause Notification) EQPT Primary card unavailable 60413 EQPT Primary card downloading 60414 EQPT Primary card downloader 60415 EQPT Primary card downloaded 60416 EQPT Primary card locked 60417 EQPT Primary card in program mode 60418 EQPT Primary car

ページ17に含まれる内容の要旨

Appendix A Notifications, Fault Management, and Probable Cause Mapping Probable Cause Mapping Table A-17 CTM GateWay/CORBA Mapping for the MGX 8880/8850/8830 (continued) CTM Internal Index (Not Reported in the TMF Mapping NE Native Probable Cause Notification) EQPT Secondary card in hold mode 60522 EQPT Secondary card not responding 60523 EQPT Secondary card in initialization 60524 EQPT Redundant blocked 60525 EQPT Secondary card removed 60526 EQPT Controller in standby mode 60601 EQPT

ページ18に含まれる内容の要旨

Appendix A Notifications, Fault Management, and Probable Cause Mapping Probable Cause Mapping Table A-17 CTM GateWay/CORBA Mapping for the MGX 8880/8850/8830 (continued) CTM Internal Index (Not Reported in the TMF Mapping NE Native Probable Cause Notification) UNIDENTIFIED Far-end remote loopback 60714 UNIDENTIFIED Detected near-end remote loopback 60715 DS3 Line: AXSM, MPSM, PXM1E, VXSM, SRME UNIDENTIFIED Receiving RAI 60801 RAI Transmitting RAI 60802 AIS Receiving AIS 60803 AIS Trans

ページ19に含まれる内容の要旨

Appendix A Notifications, Fault Management, and Probable Cause Mapping Probable Cause Mapping Table A-17 CTM GateWay/CORBA Mapping for the MGX 8880/8850/8830 (continued) CTM Internal Index (Not Reported in the TMF Mapping NE Native Probable Cause Notification) UNIDENTIFIED Stats alarm, PSES current 15-minute threshold exceeded 61103 UNIDENTIFIED Stats alarm, PSES 24-hour threshold exceeded 61104 UNIDENTIFIED Stats alarm, SEFS current 15-minute threshold exceeded 61105 UNIDENTIFIED Stat

ページ20に含まれる内容の要旨

Appendix A Notifications, Fault Management, and Probable Cause Mapping Probable Cause Mapping Table A-17 CTM GateWay/CORBA Mapping for the MGX 8880/8850/8830 (continued) CTM Internal Index (Not Reported in the TMF Mapping NE Native Probable Cause Notification) UNIDENTIFIED Stats alarm, SONET section, total ESs 61301 UNIDENTIFIED Stats alarm, SONET section, total SESs 61302 UNIDENTIFIED Stats alarm, SONET section, total SEFSs 61303 UNIDENTIFIED Stats alarm, SONET section, total CVs 6130


類似の説明書
# 取扱説明書 カテゴリ ダウンロード
1 Cisco Systems 10/100 16-Port VPN Router RV016 取扱説明書 ネットワークルーター 32
2 Cisco Systems 1005 取扱説明書 ネットワークルーター 10
3 Cisco Systems 10005 取扱説明書 ネットワークルーター 1
4 Cisco Systems 12000 GSR 取扱説明書 ネットワークルーター 3
5 Cisco Systems 10700 取扱説明書 ネットワークルーター 6
6 Cisco Systems 10000 取扱説明書 ネットワークルーター 0
7 Cisco Systems 10008 取扱説明書 ネットワークルーター 0
8 Cisco Systems 12012 取扱説明書 ネットワークルーター 0
9 Cisco Systems 12000 Series 取扱説明書 ネットワークルーター 8
10 Cisco Systems 12404 取扱説明書 ネットワークルーター 1
11 Cisco Systems 10720 取扱説明書 ネットワークルーター 0
12 Cisco Systems 12406 series 取扱説明書 ネットワークルーター 0
13 Cisco Systems 12006 series 取扱説明書 ネットワークルーター 0
14 Cisco Systems 12406 取扱説明書 ネットワークルーター 0
15 Cisco Systems 1300 取扱説明書 ネットワークルーター 44
16 Sony BKS-R3202/R3210/R3220 取扱説明書 ネットワークルーター 77
17 Sony DVS-V3232B/V3232M 取扱説明書 ネットワークルーター 3
18 Sony BVS-V3232 取扱説明書 ネットワークルーター 8
19 Sony DMX-WL1 取扱説明書 ネットワークルーター 6
20 Sony BVS-A3232 取扱説明書 ネットワークルーター 6