Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CISCO-RTTMON-CAPABILITY: ciscoCtrlGroupRev3 , ciscoCtrlGroupRev5 , ciscoStatsGroupRev6 cannot be INCLUDEDS from CISCO-RTTMON-MIB #124

Open
myhomenwlab opened this issue Dec 29, 2024 · 1 comment
Labels
Issue Something isn't working

Comments

@myhomenwlab
Copy link

[Error Messages (snmptranslate command)]

Group not found in module (ciscoCtrlGroupRev3): At line 64 in ./v2/CISCO-RTTMON-CAPABILITY.my
Group not found in module (ciscoCtrlGroupRev5): At line 70 in ./v2/CISCO-RTTMON-CAPABILITY.my
Group not found in module (ciscoStatsGroupRev6): At line 114 in ./v2/CISCO-RTTMON-CAPABILITY.my
Group not found in module (ciscoStatsGroupRev6): At line 231 in ./v2/CISCO-RTTMON-CAPABILITY.my

The errors were caused by the following.

  1. The groups ciscoCtrlGroupRev3 and ciscoCtrlGroupRev5 are commented out in the referenced CISCO-RTTMON-MIB.
  2. The group ciscoStatsGroupRev6 does not exist in CISCO-RTTMON-MIB (and other cisco-mibs).

CISCO-RTTMON-CAPABILITY
https://github.com/cisco/cisco-mibs/blob/main/v2/CISCO-RTTMON-CAPABILITY.my
[ciscoCtrlGroupRev3 & ciscoCtrlGroupRev5]

ciscoRttMonCapabilityRev1 AGENT-CAPABILITIES
    PRODUCT-RELEASE "Cisco IOS 12.3(6th)T"
    STATUS          current
    DESCRIPTION     "Cisco RTTMON MIB capabilities"
    SUPPORTS        CISCO-RTTMON-MIB
        INCLUDES    { ciscoCtrlGroupRev3, ciscoStatsGroup,    <<<< **** HERE ****
                      ciscoHistoryGroup, ciscoCtrlGroupRev1,
                      ciscoCtrlGroupRev2, ciscoLatestOperGroupRev1,
                      ciscoStatsGroupRev1, ciscoStatsGroupRev3,
                      ciscoStatsGroupRev4, ciscoStatsGroupRev5,
                      ciscoApplGroupRev2, ciscoApplGroupRev3,
                      ciscoCtrlGroupRev4, ciscoCtrlGroupRev5,    <<<< **** HERE ****
                      ciscoCtrlGroupRev6, ciscoCtrlGroupRev7,
                      ciscoCtrlGroupRev8, ciscoCtrlGroupRev9,
                      ciscoNotificationGroup }

[ciscoStatsGroupRev6]

ciscoRttMonCapV12R0402ndT AGENT-CAPABILITIES
    PRODUCT-RELEASE "Cisco IOS 12.4(2nd)T"
    STATUS          current
    DESCRIPTION     "Cisco RTTMON MIB capabilities"
    SUPPORTS        CISCO-RTTMON-MIB
        INCLUDES    { ciscoStatsGroup, ciscoHistoryGroup,
                      ciscoCtrlGroupRev1, ciscoCtrlGroupRev2,
                      ciscoLatestOperGroupRev1, ciscoStatsGroupRev1,
                      ciscoStatsGroupRev3, ciscoStatsGroupRev4,
                      ciscoStatsGroupRev5, ciscoApplGroupRev2,
                      ciscoApplGroupRev3, ciscoCtrlGroupRev4,
                      ciscoCtrlGroupRev6, ciscoCtrlGroupRev7,
                      ciscoCtrlGroupRev9, ciscoCtrlGroupRev10,
                      ciscoCtrlGroupRev11, ciscoNotificationGroupRev1,
                      ciscoStatsGroupRev6, ciscoCtrlGroupRev12 }    <<<< **** HERE ****

CISCO-RTTMON-MIB
https://github.com/cisco/cisco-mibs/blob/main/v2/CISCO-RTTMON-MIB.my

-- The following OIDs which were previously used to define
-- OBJECT-GROUPs are now obsolete:
-- ciscoCtrlGroup          ...   ::= { ciscoRttMonMibGroups 2 }
-- ciscoApplGroup          ...   ::= { ciscoRttMonMibGroups 1 }
-- ciscoApplGroupRev1      ...   ::= { ciscoRttMonMibGroups 9 }
-- ciscoCtrlGroupRev3      ...   ::= { ciscoRttMonMibGroups 10}    <<<< **** HERE ****
-- ciscoCtrlGroupRev5      ...   ::= { ciscoRttMonMibGroups 15}    <<<< **** HERE ****
-- ciscoStatsGroupRev2     ...   ::= { ciscoRttMonMibGroups 13}
-- ciscoNotificationGroup  ...   ::= { ciscoRttMonMibGroups 18 }

Note: ciscoStatsGroupRev6 does not exist.

@kyzer-davis
Copy link
Member

Valid, I will need to open a defect to fix the source file and replicate it out.

@kyzer-davis kyzer-davis added the Issue Something isn't working label Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants