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

Fix CISCO-LWAPP MIBS errors #128

Closed
wants to merge 4 commits into from
Closed
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
8 changes: 4 additions & 4 deletions v2/CISCO-LWAPP-RF-MIB.my
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ ciscoLwappRFMIB MODULE-IDENTITY
- cLRFProfileMultiBssidProfile
Added new table cLMultiBSSIDProfileTable
Added conformance group ciscoLwappRFConfigGroup10
Added compliance group ciscoLwappRFMIBComplianceRev7".
Added compliance group ciscoLwappRFMIBComplianceRev7."
REVISION "202009020000Z"
DESCRIPTION
"Added below object to the cLRFProfileTable
Expand Down Expand Up @@ -1138,8 +1138,8 @@ cLRFProfileNdpMode OBJECT-TYPE
cLRFProfile11ax6GHzFeature OBJECT-TYPE
SYNTAX INTEGER {
none(0),
bcast_probe_response(1),
fils_discovery(2)
bcastproberesponse(1),
filsdiscovery(2)
}
MAX-ACCESS read-write
STATUS current
Expand Down Expand Up @@ -1750,7 +1750,7 @@ cLMultiBSSIDProfile11beOfdmaMultiRU OBJECT-TYPE
DEFVAL { false }
::= { cLMultiBSSIDProfileEntry 14 }

cLMultiBSSIDProfileRowStatus OBJECT-TYPE

-- ********************************************************************
-- * Compliance statements
-- ********************************************************************
Expand Down
8 changes: 4 additions & 4 deletions v2/CISCO-LWAPP-TC-MIB.my
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,10 @@ CLApIfType ::= TEXTUAL-CONVENTION
rlan - This value indicates that this is a RLAN
interface.

dot11_6ghz - This value indicates that the radio
dot116ghz - This value indicates that the radio
interface is following 802.11 6ghz standard.

dot11_xor_5_6ghz - This value indicates that the
dot11xor56ghz - This value indicates that the
radio interface is operating in XOR mode between
802.11a and 802.11 6ghz."

Expand All @@ -261,8 +261,8 @@ CLApIfType ::= TEXTUAL-CONVENTION
uwb(3),
dot11abgn(4),
rlan(5),
dot11_6ghz(6),
dot11_xor_5_6ghz(7)
dot116ghz(6),
dot11xor56ghz(7)
}

CLDot11Channel ::= TEXTUAL-CONVENTION
Expand Down