Bedienungsanleitung Cisco Systems OL-14253-01

Bedienungsanleitung für das Gerät Cisco Systems OL-14253-01

Gerät: Cisco Systems OL-14253-01
Kategorie: Netzwerk Router
Produzent: Cisco Systems
Größe: 1.96 MB
Datum des Hinzufügens: 3/19/2014
Seitenanzahl: 148
Anleitung drucken

Herunterladen

Wie kann man es nutzen?

Unser Ziel ist Ihnen einen schnellen Zugang zu Inhalten in Bedienungsanleitungen zum Gerät Cisco Systems OL-14253-01 zu garantieren. Wenn Sie eine Online-Ansicht nutzten, können Sie den Inhaltsverzeichnis schnell durchschauen und direkt zu der Seite gelangen, auf der Sie die Lösung zu Ihrem Problem mit Cisco Systems OL-14253-01 finden.

Für Ihre Bequemlichkeit

Wenn das direkte Durchschauen der Anleitung Cisco Systems OL-14253-01 auf unserer Seite für Sie unbequem ist, können sie die folgende zwei Möglichkeiten nutzen:

  • Vollbildsuche – Um bequem die Anleitung durchzusuchen (ohne sie auf den Computer herunterzuladen) können Sie den Vollbildsuchmodus nutzen. Um das Durchschauen der Anleitung Cisco Systems OL-14253-01 im Vollbildmodus zu starten, nutzen Sie die Schaltfläche Vollbild
  • Auf Computer herunterladen – Sie können die Anleitung Cisco Systems OL-14253-01 auch auf Ihren Computer herunterladen und sie in Ihren Sammlungen aufbewahren. Wenn Sie jedoch keinen Platz auf Ihrem Gerät verschwenden möchten, können Sie sie immer auf ManualsBase herunterladen.
Cisco Systems OL-14253-01 Handbuch - Online PDF
Advertisement
« Page 1 of 148 »
Advertisement
Druckversion

Viele Personen lesen lieber Dokumente nicht am Bildschirm, sondern in gedruckter Version. Eine Druckoption der Anleitung wurde ebenfalls durchdacht, und Sie können Sie nutzen, indem Sie den Link klicken, der sich oben befindet - Anleitung drucken. Sie müssen nicht die ganze Cisco Systems OL-14253-01 Anleitung drucken, sondern nur die Seiten, die Sie brauchen. Schätzen Sie das Papier.

Zusammenfassungen

Unten finden Sie Trailer des Inhalts, der sich auf den nächsten Anleitungsseiten zu Cisco Systems OL-14253-01 befindet. Wenn Sie den Seiteninhalt der nächsten Seiten schnell durchschauen möchten, können Sie sie nutzen.

Inhaltszusammenfassungen
Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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.

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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

Inhaltszusammenfassung zur Seite Nr. 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


Ähnliche Anleitungen
# Bedienungsanleitung Kategorie Herunterladen
1 Cisco Systems 10/100 16-Port VPN Router RV016 Handbuch Netzwerk Router 32
2 Cisco Systems 1005 Handbuch Netzwerk Router 10
3 Cisco Systems 10005 Handbuch Netzwerk Router 1
4 Cisco Systems 12000 GSR Handbuch Netzwerk Router 3
5 Cisco Systems 10700 Handbuch Netzwerk Router 6
6 Cisco Systems 10000 Handbuch Netzwerk Router 0
7 Cisco Systems 10008 Handbuch Netzwerk Router 0
8 Cisco Systems 12012 Handbuch Netzwerk Router 0
9 Cisco Systems 12000 Series Handbuch Netzwerk Router 8
10 Cisco Systems 12404 Handbuch Netzwerk Router 1
11 Cisco Systems 10720 Handbuch Netzwerk Router 0
12 Cisco Systems 12406 series Handbuch Netzwerk Router 0
13 Cisco Systems 12006 series Handbuch Netzwerk Router 0
14 Cisco Systems 12406 Handbuch Netzwerk Router 0
15 Cisco Systems 1300 Handbuch Netzwerk Router 44
16 Sony BKS-R3202/R3210/R3220 Handbuch Netzwerk Router 77
17 Sony DVS-V3232B/V3232M Handbuch Netzwerk Router 3
18 Sony BVS-V3232 Handbuch Netzwerk Router 8
19 Sony DMX-WL1 Handbuch Netzwerk Router 6
20 Sony BVS-A3232 Handbuch Netzwerk Router 6