技术标签: 光纤 网络 SDH SONET Cisco网络技术学习笔记 cisco
在广域网,光纤SDH/SoNET 网络排错中经常会看到很多缩写。
这里大概总结了下,常用的参数缩写,供大家参考。
In SDH overhead, there are a lot of OAM functionalities inter alia used for signaling errors over the transport network.
Here’s an short overview for important signals supported by Cisco.
LOS | regenerator section alarm indication signal |
LOF | regenerator section loss of frame |
RS-TIM | regenerator section trace identifier mismatch |
RS-BIP | regenerator section bit errors (BIP parity error) |
MS-AIS | multiplex section alarm indication signal |
MS-REI | multiplex section path remote error indicator |
MS-RDI | multiplex section path remote defect indicator |
MS-BIP | multiplex section bit errors (BIP parity error) |
HP-UNEQ | higher-order path unequipped |
HP-TIM | higher-order path trace identifier mismatch |
HP-BIP | higher-order path bit errors |
HP-REI | higher-order path remote error indicator |
HP-RDI | higher-order path remote defect indicator |
HP-PLM | higher-order path payload label mismatch |
TU-LOP | tributary unit loss of pointer |
TU-NDP | tributary unit new data flag in pointer |
TU-AIS | tributary unit alarm indication signal |
TU-LOM | tributary unit loss of multiframe |
BIP-2/B3 | lower-order path bit errors (BIP parity error) |
LP-UNEQ | lower-order path unequipped |
LP-RFI | lower-order path remote failure indicator |
LP-REI | lower-order path remote error indicator |
LP-RDI | lower-order path remote defect indicator |
LP-TIM | lower-order path trace identifier mismatch |
LP-PLM | lower-order path payload label mismatch |
AIS-L | line alarm indication signal |
REI-L | line remote error indicator |
RDI-L | line remote defect indicator |
BIP-L | line bit errors (BIP parity error) |
To work with performance monitoring counters (PMON), you have to know the abbreviations and the values available in the different hierarchical levels.
CV | Code Violations | Number of BIP-n parity violations |
ES | Errored seconds | At least one second interval during which at least one error occurred. |
SES | Severely Errored seconds | A one-second interval during which the BER has exceeded 1 in 10 EE-3. |
SEFS | Severely Errored Framing Seconds | An Severely Errored Framing Second is a second with either one or more OOF defects or a detected AIS defect. |
CV | Code Violations | Number of BIP-n parity violations |
ES | Errored seconds | At least one second interval during which at least one error occurred. |
SES | Severely Errored seconds | A one-second interval during which the BER has exceeded 1 in 10 EE-3. |
AUAS | Unavailable seconds | The number of seconds during which the signal is alarmed or experiencing an BER exceeding 1 in 10 EE-3 for 10 consecutive seconds |
LCV | Line Code Violation | Indicates the occurrence of either a Bipolar Violation (BPV) or Excessive Zeros (EXZ) error event. |
PCV | Path Code Violation | Indicates a frame synchronization bit error in the D4 and E1-no CRC formats, or a CRC error in the Extended Superframe (ESF) and E1-CRC formats. |
CSS | Controlled slip seconds | A Controlled Slip Second is a one-second interval containing one or more controlled slips |
SEFS | Severely Errored Framing Seconds | An Severely Errored Framing Second is a second with either one or more OOF defects or a detected AIS defect. |
LES | Line Errored Seconds | Line Errored Seconds (LES) is a second in which one or more Line Code Violation errors are detected. |
DM | Degraded minutes | A degraded minute is one in which the estimated error rate exceeds 1E-6 but does not exceed 1E-3. |
ES | Errored seconds | An errored second is a second in which one ore more PCV, CSS or bipolar violation (non-CRC links) is detected |
BES | Bursty errored seconds | A second with more than one but fewer than 320 Path Coding Violation errors, no Severely Errored Frame defects and no detected incoming AIS defects. Controlled slips are not included in this parameter. |
UAS | Unavailable seconds | A count of the total number of seconds on the interface. This field is calculated by counting the number of seconds that the interface is unavailable. |
SS | Slip seconds | Indicates the replication or deletion of the payload bits of a domestic trunk interface (DS1) frame. A slip might happen when there is a difference between the timing of a synchronous receiving terminal and the received signal. |
一些有用的文档:
Troubleshooting Physical Layer Alarms on SONET and SDH Links
Troubleshooting PSE and NSE Events on POS Interfaces
Troubleshooting Bit Error Rate Errors on SONET Links
华硕KFN4-D16/1U采用nVIDIA nForce Professional 2200芯片组,最高支持双路四核Opteron 2000系列处理器,支持64位运算,内存及性能上,配备16个内存插槽,可以分别支持容量为:512 MB,1 GB,2GB,4GB的DDR2 533/667 Reg. ECC内存,最大容量可拓展到64GB,极致发挥CPU及产品性能,满足高负荷计算环境的需求。由于Opt...
状态转换Transition A1 or A2, add pending state增加pending状态,A1和A2都是从
这里写自定义目录标题CSS今日内容JavaScriptECMAScript 客户端脚本语言的标准注释数据类型变量运算符逻辑控制语句js的特殊语法案例:九九乘法表对象方法对象 FunctionArray对象 数组对象Date 日期对象Math数学对象RegExp 正则表达式 定义字符串的组成规则CSS Cacading style Sheets 层叠样式表 作用:美化界面,提...
详细参照:[https://docs.floydhub.com/guides/environments/](https://docs.floydhub.com/guides/environments/)
需要VS2015运行时环境,不需要使用VS编译Simple什么的一定要先去tensorflow看看gpu需要CUDA版本1.下载CUDA,查看gpu是否兼容。2.下载cudnn,根据CUDA下载对应版本,解压,复制到C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.03.安装tensorflow-gpu,根据CUDA下载对应版本CUDA10.0cudnn7.4tensorflow-gpu1.14keras2.15查看gpu是否可用
tneorflow-gpu 1.14或者1.13等版本经常有如下错误,这个不是你cuda安装有问题,而是显存不足造成,提示错误如下Failed to get convolution algorithm. This is probably because cuDNN failed to initialize对于tensorflow而言,代码前面加入下面代码可以解决问题from tensorflow.compat.v1 import ConfigProtofrom tensorflow.co.
Bad Request 的检查思路通常出现400的时候,并不是接口路径的问题, 而是请求参数跟接口参数不匹配,从一下几个方面来检查:检查请求方式是否一直:GET,POST,PUT...请求端跟接收端是否一致 检查请求参数跟接接收参数是否一致,如果以“Content-Type: application/json”格式提交参数,那么每个请求参数要跟服务端接受的参数能对上,有一个对不上或是不一致的,都请求不通, 检查参数提交方式是否一致 请求端:Content-Type: applic...
解决>>> import tensorflowModuleNotFoundError: No module named ‘numpy.core._multiarray_umath’ 错误安装TensorFlow以后,在python编辑器上输入 import tensorflow,报错。然后:升级一下你的pip,重新安装一下numpypip install --upgr...
语法:表达式1 ? 表达式2 :表达式3如果表达式1的值为真,执行表达式2,并返回表达式2的结果;如果表达式1的值为假,执行表达式3,并返回表达式3的结果。C++中三目运算符返回的是变量,可以继续赋值int main(){ int a = 19; int b = 12; int c = 0; c = (a > b ? a : b); cout << c << endl; (a > b ? a : b) = 100;
查看对应版本卸载keras安装与已安装tensorflow版本对应的keras
画图软件简单来说就是画图的工具,我们在其中可以任意绘制我们想要的图案,当然前提是绘画功力比较好。而电脑自带的画图软件体积小,功能多,非常适合大家使用。下面,我就教大家它的打开以及使用方法随着科技的进步,网络的发展吗,现在各行各业都离不开电脑。有些想要学习绘画的朋友就想使用电脑自带的画图软件来练手,但是不知在哪找到。对此,小编给大家整理了打开画图软件的三种方式,一起来看看吧1、点击桌面开始按钮,搜索...
本文将介绍遗传算法概念、算法中名词、算法的实现过程以及附上解决旅行商问题的GA的MATLAB代码。1.遗传算法(Genetic algorithm,GA)介绍(1)概念:遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法;换种说法:是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然...