Hi All
I'm kind of new and want to ask some questions regarding Sonet & SDH interface on juniper router.
Actually i want to gather some information through SNMP. This information is about interface status of juniper router (escpecially sonet & sdh interface)
If i run the command as bellow:
show interfaces so-0/0/1 media detail
I will got the following result :
---------------------------------
SDH alarms : None
SDH defects : None
SDH PHY: Seconds Count State
PLL Lock 0 0 OK
PHY Light 0 0 OK
SDH regenerator section:
RS-BIP8 1 33861
OOF 0 0 OK
LOS 0 0 OK
LOF 0 0 OK
RS-ES 1
RS-SES 1
RS-SEFS 0
SDH multiplex section:
MS-BIP24 1 2340
MS-FEBE 0 0
MS-FERF 4 1 OK
MS-AIS 0 0 OK
BERR-SF 0 0 OK
BERR-SD 0 0 OK
MS-ES 1
MS-SES 0
MS-UAS 0
MS-ES-FE 4
MS-SES-FE 4
MS-UAS-FE 0
SDH path:
HP-BIP8 44 717
HP-FEBE 10 42
HP-LOP 0 0 OK
HP-AIS 0 0 OK
HP-FERF 0 0 OK
HP-UNEQ 0 0 OK
HP-PLM 0 0 OK
HP-ES 44
HP-SES 0
HP-UAS 0
HP-ES-FE 10
HP-SES-FE 0
HP-UAS-FE 0 Received SDH overhead:
F1 : 0x55, J0 : 0x00, K1 : 0x00, K2 : 0x00
S1 : 0x02, C2 : 0xcf, C2(cmp) : 0xcf, F2 : 0x00
Z3 : 0x00, Z4 : 0x00, S1(cmp) : 0x00
Transmitted SDH overhead:
F1 : 0x00, J0 : 0x01, K1 : 0x00, K2 : 0x00
S1 : 0x00, C2 : 0xcf, F2 : 0x00, Z3 : 0x00
Z4 : 0x00
-------------------------------------------------
Mean while i have found some information regarding sonet MIB
--------------------------------------------------
sonetLolAlarm(0), -- Sonet Loss of light alarm
sonetPllAlarm(1), -- Sonet PLL lock alarm
sonetLofAlarm(2), -- Sonet Loss of frame alarm
sonetLosAlarm(3), -- Sonet Loss of signal alarm
sonetSefAlarm(4), -- Sonet Severely errored frame alarm
sonetLaisAlarm(5), -- Sonet Line AIS alarm
sonetPaisAlarm(6), -- Sonet Path AIS alarm
sonetLopAlarm(7), -- Sonet Loss of pointer alarm
sonetBerrSdAlarm(

, -- Sonet bit err. rate defect alarm,
sonetBerrSfAlarm(9), -- Sonet bit err. rate fault alarm,
sonetLrdiAlarm(10), -- Sonet Line Remote Defect Ind. alarm
sonetPrdiAlarm(11), -- Sonet Path Remote Defect Ind. alarm
sonetReiAlarm(12), -- Sonet Remote Error Ind. alarm
sonetUneqAlarm(13), -- Sonet Unequipped alarm
sonetPmisAlarm(14), -- Sonet Path mismatch alarm (PLM)
sonetLocAlarm(15), -- Sonet Loss of Cell delineation alarm
sonetVaisAlarm(16), -- Sonet VT AIS alarm
sonetVlopAlarm(17), -- Sonet VT Loss Of Pointer alarm
sonetVrdiAlarm(18), -- Sonet VT Remote Defect Ind. alarm
sonetVuneqAlarm(19), -- Sonet VT Unequipped alarm
sonetVmisAlarm(20), -- Sonet VT label mismatch error
sonetVlocAlarm(21), -- Sonet VT Loss of Cell delineation
sdhLolAlarm(22), -- SDH Loss of light alarm
sdhPllAlarm(23), -- SDH PLL lock alarm
sdhLofAlarm(24), -- SDH Loss of frame alarm
sdhLosAlarm(25), -- SDH Loss of signal alarm
sdhOofAlarm(26), -- SDH Out of frame alarm
sdhMsAisAlarm(27), -- SDH Multiplex Section AIS alarm
sdhHpAisAlarm(28), -- SDH HP AIS alarm
sdhLopAlarm(29), -- SDH Loss of pointer alarm
sdhBerrSdAlarm(30), -- SDH bit err. rate defect alarm,
sdhBerrSfAlarm(31), -- SDH bit err. rate fault alarm,
sdhMsFerfAlarm(32), -- SDH Multiplex Section FERF alarm
sdhHpFerfAlarm(33), -- SDH HP FERF alarm
sdhMsFebeAlarm(34), -- SDH Multiplex Section FEBE alarm
sdhHpUneqAlarm(35), -- SDH HP Unequipped alarm
sdhHpMisAlarm(36), -- SDH HP mismatch alarm (PLM)
sdhLocAlarm(37) -- SDH Loss of Cell delineation alarm
---------------------------------------------------------
is this correct MIB for that command ?
if yes, i still have some items missed, if i map between this MIB and the result of command, i got the following result:
SDH PHY: Seconds Count State
PLL Lock 0 0 OK sdhPllAlarm
PHY Light 0 0 OK sdhLolAlarm
SDH regenerator section:
RS-BIP8 1 33861 -> ?
OOF 0 0 OK sdhOofAlarm
LOS 0 0 OK sdhLosAlarm
LOF 0 0 OK sdhLofAlarm
RS-ES 1
RS-SES 1
RS-SEFS 0
SDH multiplex section:
MS-BIP24 1 2340
MS-FEBE 0 0 sdhMsFebeAlarm
MS-FERF 4 1 OK sdhMsFerfAlarm
MS-AIS 0 0 OK sdhMsAisAlarm
BERR-SF 0 0 OK sdhBerrSfAlarm
BERR-SD 0 0 OK sdhBerrSdAlarm
MS-ES 1
MS-SES 0
MS-UAS 0
MS-ES-FE 4
MS-SES-FE 4
MS-UAS-FE 0
SDH path:
HP-BIP8 44 717
HP-FEBE 10 42
HP-LOP 0 0 OK sdhLopAlarm
HP-AIS 0 0 OK sdhHpAisAlarm
HP-FERF 0 0 OK sdhHpFerfAlarm
HP-UNEQ 0 0 OK sdhHpUneqAlarm
HP-PLM 0 0 OK sdhHpMisAlarm
HP-ES 44
HP-SES 0
HP-UAS 0
HP-ES-FE 10
HP-SES-FE 0
HP-UAS-FE 0
how do i get the others information ?
appreciate a lot for your help guys ...
