Manual do usuário Cisco Systems OL-14253-01

Manual para o dispositivo Cisco Systems OL-14253-01

Dispositivo: Cisco Systems OL-14253-01
Categoria: Roteador
Fabricante: Cisco Systems
Tamanho: 1.96 MB
Data de adição: 3/19/2014
Número de páginas: 148
Imprimir o manual

Baixar

Como usar?

Nosso objetivo é fornecer-lhe o mais rapidamente possível o acesso ao conteúdo contido no manual de instruções para Cisco Systems OL-14253-01. Usando a pré-visualização online, você pode visualizar rapidamente o índice e ir para a página onde você vai encontrar a solução para seu problema com Cisco Systems OL-14253-01.

Para sua conveniência

Se a consulta dos manuais Cisco Systems OL-14253-01 diretamente no site não for conveniente para você, você tem duas soluções possíveis:

  • Visualização em tela cheia - Para visualizar facilmente o manual do usuário (sem baixá-lo para seu computador), você pode usar o modo de tela cheia. Para começar a visualização do manual Cisco Systems OL-14253-01 no modo de tela cheia, use o botão Tela cheia.
  • Download para seu computador - você também pode baixar o manual Cisco Systems OL-14253-01 em seu computador e mantê-lo em suas coleções. No entanto, se você não quer perder espaço no seu dispositivo, você sempre pode baixá-lo no futuro a partir de ManualsBase.
Cisco Systems OL-14253-01 Manual de instruções - Online PDF
Advertisement
« Page 1 of 148 »
Advertisement
Versão para impressão

Muitas pessoas preferem ler os documentos não na tela, mas na versão impressa. A opção de imprimir o manual também foi fornecida, você pode usá-la clicando na hiperligação acima - Imprimir o manual. Você não precisa imprimir o manual inteiro Cisco Systems OL-14253-01, apenas as páginas selecionadas. Respeite o papel.

Resumos

Abaixo você encontrará previews do conteúdo contido nas páginas subseqüentes do manual para Cisco Systems OL-14253-01. Se você deseja visualizar rapidamente o conteúdo das páginas subseqüentes, você pode usá-los.

Resumos do conteúdo
Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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.

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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


Manuais similares
# Manual do usuário Categoria Baixar
1 Cisco Systems 10/100 16-Port VPN Router RV016 Manual de instruções Roteador 32
2 Cisco Systems 1005 Manual de instruções Roteador 10
3 Cisco Systems 10005 Manual de instruções Roteador 1
4 Cisco Systems 12000 GSR Manual de instruções Roteador 3
5 Cisco Systems 10700 Manual de instruções Roteador 6
6 Cisco Systems 10000 Manual de instruções Roteador 0
7 Cisco Systems 10008 Manual de instruções Roteador 0
8 Cisco Systems 12012 Manual de instruções Roteador 0
9 Cisco Systems 12000 Series Manual de instruções Roteador 8
10 Cisco Systems 12404 Manual de instruções Roteador 1
11 Cisco Systems 10720 Manual de instruções Roteador 0
12 Cisco Systems 12406 series Manual de instruções Roteador 0
13 Cisco Systems 12006 series Manual de instruções Roteador 0
14 Cisco Systems 12406 Manual de instruções Roteador 0
15 Cisco Systems 1300 Manual de instruções Roteador 44
16 Sony BKS-R3202/R3210/R3220 Manual de instruções Roteador 77
17 Sony DVS-V3232B/V3232M Manual de instruções Roteador 3
18 Sony BVS-V3232 Manual de instruções Roteador 8
19 Sony DMX-WL1 Manual de instruções Roteador 6
20 Sony BVS-A3232 Manual de instruções Roteador 6