JuniperForum.com
September 07, 2010, 07:27:28 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: If you have an interesting idea for an article or knowledgebase entry, please submit it!
 
  Home Help Login Register  
* *
Pages: [1]
  Print  
Author Topic: MIB & OID for Sonet, SDH and ethernet interface  (Read 115 times)
l33tbot_if
Newbie
*
Posts: 1


View Profile
« on: June 03, 2010, 03:09:13 AM »

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(Cool, -- 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 ...  smiley
Logged
Pages: [1]
  Print  
 
Jump to:  

Navigation

Donate

Please consider donating if we've saved you time or money. It helps pay for the bandwidth, equipment, and hosting charges to keep this site running

Tools

Submit Article/KB - Do not submit questions here.

Recent

Stats

Members
  • Total Members: 22514
  • Latest: Deepy
Stats
  • Total Posts: 40575
  • Total Topics: 11249
  • Online Today: 77
  • Online Ever: 393
  • (August 06, 2008, 07:40:57 AM)
Users Online
Users: 2
Guests: 56
Total: 58
TinyPortal v1.0 beta 4 © Bloc
Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!

Sponsored in part by CollarWise

Page created in 0.25 seconds with 37 queries.