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

Double quotation marks are incorrectly closed in CISCO-ST-TC.my #118

Open
myhomenwlab opened this issue Dec 25, 2024 · 1 comment
Open

Comments

@myhomenwlab
Copy link

The following error messages were displayed when loading CISCO-ST-TC.

[Error Messages (snmptranslate command)]

Textual convention doesn't map to real type (EOF): At line 393 in ./v2/CISCO-ST-TC.my
: (is a reserved word): At line 393 in ./v2/CISCO-ST-TC.my
Did not find 'PortMemberList' in module CISCO-ST-TC (./v2/CISCO-PSM-MIB.my)

The double quotation marks near the relevant code were incorrectly closed.

[Relevant Code]
https://github.com/cisco/cisco-mibs/blob/main/v2/CISCO-ST-TC.my#L365

https://github.com/cisco/cisco-mibs/blob/main/v2/CISCO-ST-TC.my#L370

FcIfSpeed ::= TEXTUAL-CONVENTION
    STATUS          current
    DESCRIPTION
        "Represents the speed of a fibre channel port.
        Following are the meanings of the enumerated values:
          auto      (1) - Negotiate to determine the speed 
                          automatically.
          oneG      (2) - 1Gbit 
          twoG      (3) - 2Gbit
          fourG     (4) - 4Gbit 
          autoMaxTwoG (5)  - Negotiate to determine the 
                             speed automatically upto a 
                             maximum of 2Gbit.
          eightG    (6) - 8Gbit
          autoMaxFourG (7) - Negotiate to determine the
                             speed automatically upto a
                             maximum of 4Gbit.          
          tenG      (8) - 10GBit.
          autoMaxEightG (9) - Negotiate to determine the
                             speed automatically upto a
                             maximum of 8Gbit.
          sixteenG  (10) - 16GBit.
          autoMaxSixteenG (11) - Negotiate to determine the
                             speed automatically upto a
                             maximum of 16Gbit.
          thirtyTwoG  (12) - 32GBit.
          autoMaxThirtyTwoG (13) - Negotiate to determine the
                             speed automatically upto a
                             maximum of 32Gbit."  <<<< **** HERE (Closing double quotation mark) ****
          fiftyG      (14) - 50GBit.
          sixtyFourG  (15) - 64GBit.
          autoMaxSixtyFourG (16) - Negotiate to determine the
                             speed automatically upto a
                             maximum of 64Gbit."  <<<< **** HERE (Closing double quotation mark) ****
myhomenwlab added a commit to myhomenwlab/cisco-mibs that referenced this issue Dec 26, 2024
Fixed duplicate closing double quotation marks. (Issue cisco#118)
@kyzer-davis kyzer-davis linked a pull request Dec 31, 2024 that will close this issue
@kyzer-davis
Copy link
Member

Yeah, I was tracking this under #113 but I will keep it up here

@kyzer-davis kyzer-davis changed the title Double quotation marks are incorrectly closed in CISCO-ST-TC. Double quotation marks are incorrectly closed in CISCO-ST-TC.my Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants