-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from cisco/aug22-publish
publish CISCO-TC MIB
- Loading branch information
Showing
1 changed file
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -100,7 +104,6 @@ storageTextualConventions MODULE-IDENTITY | |
::= { ciscoModules 4 } | ||
|
||
|
||
|
||
VsanIndex ::= TEXTUAL-CONVENTION | ||
STATUS current | ||
DESCRIPTION | ||
|
@@ -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 { | ||
|
@@ -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 | ||
|