You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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) ****
The text was updated successfully, but these errors were encountered:
myhomenwlab
added a commit
to myhomenwlab/cisco-mibs
that referenced
this issue
Dec 26, 2024
Yeah, I was tracking this under #113 but I will keep it up here
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
The following error messages were displayed when loading CISCO-ST-TC.
[Error Messages (snmptranslate command)]
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
The text was updated successfully, but these errors were encountered: