Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion v1/CISCO-PROCESS-MIB-V1SMI.my
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ CpmCoreEntry ::= SEQUENCE {
}

cpmCoreIndex OBJECT-TYPE
SYNTAX Gauge(1..4294967295)
SYNTAX Gauge(0..4294967295)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion v2/CISCO-PROCESS-MIB.my
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ CpmCoreEntry ::= SEQUENCE {
}

cpmCoreIndex OBJECT-TYPE
SYNTAX Unsigned32 (1..4294967295)
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
Expand Down