Skip to content

Commit

Permalink
Merge pull request #99 from cisco/aug22-publish
Browse files Browse the repository at this point in the history
publish CISCO-TC MIB
  • Loading branch information
kyzer-davis authored Aug 22, 2024
2 parents d3d2c75 + 033ad12 commit 763b0fc
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions v2/CISCO-ST-TC.my
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,14 @@ storageTextualConventions MODULE-IDENTITY
San Jose, CA 95134
USA
Tel: +1 800 553 -NETS
E-mail: [email protected]"
E-mail: [email protected]"
DESCRIPTION
"This module defines textual conventions used in
Storage Area Network technology specific mibs."
REVISION "202408200000Z"
DESCRIPTION
"Added enumerated values fiftyG(14),sixtyFourG(15) and
autoMaxSixtyFourG(16) to FcIfSpeed"
REVISION "202102120000Z"
DESCRIPTION
"Added enumerated values sixtyFourG and
Expand Down Expand Up @@ -100,7 +104,6 @@ storageTextualConventions MODULE-IDENTITY
::= { ciscoModules 4 }



VsanIndex ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
Expand Down Expand Up @@ -359,9 +362,10 @@ FcIfSpeed ::= TEXTUAL-CONVENTION
thirtyTwoG (12) - 32GBit.
autoMaxThirtyTwoG (13) - Negotiate to determine the
speed automatically upto a
maximum of 32Gbit.
sixtyFourG (14) - 64GBit.
autoMaxSixtyFourG (15) - Negotiate to determine the
maximum of 32Gbit."
fiftyG (14) - 50GBit.
sixtyFourG (15) - 64GBit.
autoMaxSixtyFourG (16) - Negotiate to determine the
speed automatically upto a
maximum of 64Gbit."
SYNTAX INTEGER {
Expand All @@ -378,8 +382,9 @@ FcIfSpeed ::= TEXTUAL-CONVENTION
autoMaxSixteenG(11),
thirtyTwoG(12),
autoMaxThirtyTwoG(13),
sixtyFourG(14),
autoMaxSixtyFourG(15)
fiftyG(14),
sixtyFourG(15),
autoMaxSixtyFourG(16)
}

PortMemberList ::= TEXTUAL-CONVENTION
Expand Down

0 comments on commit 763b0fc

Please sign in to comment.