Commit version 24.12.13800
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
-- This MIB helps to manage the WLANs on the controller
|
||||
-- April 2016, Ambika Prasad Mohanty
|
||||
--
|
||||
-- Copyright (c) 2017-2019 by Cisco Systems Inc.
|
||||
-- Copyright (c) 2017-2019, 2021, 2023 by Cisco Systems, Inc.
|
||||
-- All rights reserved.
|
||||
-- *******************************************************************
|
||||
|
||||
@ -28,7 +28,7 @@ IMPORTS
|
||||
|
||||
|
||||
ciscoCapwapWlanPolicyMIB MODULE-IDENTITY
|
||||
LAST-UPDATED "201911200000Z"
|
||||
LAST-UPDATED "202301230000Z"
|
||||
ORGANIZATION "Cisco Systems Inc."
|
||||
CONTACT-INFO
|
||||
"Cisco Systems,
|
||||
@ -289,6 +289,15 @@ ciscoCapwapWlanPolicyMIB MODULE-IDENTITY
|
||||
|
||||
[3] IEEE 802.11 - The original 1 Mbit/s and 2 Mbit/s,
|
||||
2.4 GHz RF and IR standard."
|
||||
REVISION "202301230000Z"
|
||||
DESCRIPTION
|
||||
"Marked as deprecated:
|
||||
- cLWlanPolicyNacType
|
||||
- ciscoLwappWlanPolicyConfigGroupRev4
|
||||
created a new revision ciscoLwappWlanPolicyConfigGroupRev5"
|
||||
REVISION "202101200000Z"
|
||||
DESCRIPTION
|
||||
"Updated cLWlanPolicyIPv4AclName range"
|
||||
REVISION "201911200000Z"
|
||||
DESCRIPTION
|
||||
"Added the following objects to cLWlanPolicyConfigTable.
|
||||
@ -467,7 +476,8 @@ CLWlanPolicyConfigEntry ::= SEQUENCE {
|
||||
cLWlanPolicyARPProxy TruthValue,
|
||||
cLWlanPolicyIPv6proxy INTEGER,
|
||||
cLWlanPolicyMulticastFilter TruthValue,
|
||||
cLWlanPolicyQBSSLoad TruthValue
|
||||
cLWlanPolicyQBSSLoad TruthValue,
|
||||
cLWlanPolicyL3Access TruthValue
|
||||
}
|
||||
|
||||
cLWlanWlanPolicyName OBJECT-TYPE
|
||||
@ -596,7 +606,7 @@ cLWlanPolicyAssocCentral OBJECT-TYPE
|
||||
::= { cLWlanPolicyConfigEntry 10 }
|
||||
|
||||
cLWlanPolicyIPv4AclName OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString (SIZE (0..64))
|
||||
SYNTAX SnmpAdminString (SIZE (0..32))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -1261,17 +1271,17 @@ cLWlanPolicyHotspotAnqpServer OBJECT-TYPE
|
||||
::= { cLWlanPolicyConfigEntry 69 }
|
||||
|
||||
cLWlanPolicyNacType OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
SYNTAX INTEGER {
|
||||
radius(0),
|
||||
xwf(1)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"This object specifies the type of NAC configured
|
||||
radius - Identity Service Engine NAC configured
|
||||
xwf - Express Wi-Fi NAC configured."
|
||||
DEFVAL { radius }
|
||||
DEFVAL { radius }
|
||||
::= { cLWlanPolicyConfigEntry 70 }
|
||||
|
||||
cLWlanPolicyARPProxy OBJECT-TYPE
|
||||
@ -1287,7 +1297,7 @@ cLWlanPolicyARPProxy OBJECT-TYPE
|
||||
::= { cLWlanPolicyConfigEntry 71 }
|
||||
|
||||
cLWlanPolicyIPv6proxy OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
SYNTAX INTEGER {
|
||||
noproxy(1),
|
||||
dadproxy(2),
|
||||
fullproxy(3)
|
||||
@ -1298,8 +1308,8 @@ cLWlanPolicyIPv6proxy OBJECT-TYPE
|
||||
"This object specifies the type of IPV6 proxy mode configured
|
||||
noproxy - no ipv6 proxy configured
|
||||
dadproxy - DAD proxy is configured.
|
||||
fullproxy - DAD and ND proxy is configured."
|
||||
DEFVAL { noproxy }
|
||||
fullproxy - DAD and ND proxy is configured. "
|
||||
DEFVAL { noproxy }
|
||||
::= { cLWlanPolicyConfigEntry 72 }
|
||||
|
||||
cLWlanPolicyMulticastFilter OBJECT-TYPE
|
||||
@ -1325,7 +1335,18 @@ cLWlanPolicyQBSSLoad OBJECT-TYPE
|
||||
A value of 'false' indicates QBSSload is disabled."
|
||||
DEFVAL { true }
|
||||
::= { cLWlanPolicyConfigEntry 74 }
|
||||
|
||||
|
||||
cLWlanPolicyL3Access OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object specifies whether Layer-3 access is enabled on a
|
||||
particular policy profile.
|
||||
A value of 'true' indicates Layer-3 Access is enabled.
|
||||
A value of 'false' indicates Layer-3 Access is disabled."
|
||||
DEFVAL { false }
|
||||
::= { cLWlanPolicyConfigEntry 75 }
|
||||
|
||||
-- ********************************************************************
|
||||
-- * Air Time Fairness Profile Configuration
|
||||
@ -1419,7 +1440,10 @@ CLWlanAaaPolicyConfigEntry ::= SEQUENCE {
|
||||
cLWlanAaaPolicyNasId1 INTEGER,
|
||||
cLWlanAaaPolicyNasId2 INTEGER,
|
||||
cLWlanAaaPolicyNasId3 INTEGER,
|
||||
cLWlanAaaPolicyRealm TruthValue
|
||||
cLWlanAaaPolicyRealm TruthValue,
|
||||
cLWlanAAAPolicyCustomString1 SnmpAdminString,
|
||||
cLWlanAAAPolicyCustomString2 SnmpAdminString,
|
||||
cLWlanAAAPolicyCustomString3 SnmpAdminString,
|
||||
}
|
||||
|
||||
cLWlanAaaPolicyName OBJECT-TYPE
|
||||
@ -1458,7 +1482,8 @@ cLWlanAaaPolicyNasId1 OBJECT-TYPE
|
||||
appolicytag(8),
|
||||
apsitetag(9),
|
||||
ssid(10),
|
||||
aplocation(11)
|
||||
aplocation(11),
|
||||
customstring(12)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
@ -1475,7 +1500,8 @@ cLWlanAaaPolicyNasId1 OBJECT-TYPE
|
||||
appolicytag - AP's Policy Tag
|
||||
apsitetag - AP's Site Tag
|
||||
ssid - SSID Name
|
||||
aplocation - AP's Location ."
|
||||
aplocation - AP's Location
|
||||
customstring - Custom String ."
|
||||
DEFVAL { sysname }
|
||||
::= { cLWlanAaaPolicyConfigEntry 3 }
|
||||
|
||||
@ -1492,7 +1518,8 @@ cLWlanAaaPolicyNasId2 OBJECT-TYPE
|
||||
appolicytag(8),
|
||||
apsitetag(9),
|
||||
ssid(10),
|
||||
aplocation(11)
|
||||
aplocation(11),
|
||||
customstring(12)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
@ -1509,7 +1536,8 @@ cLWlanAaaPolicyNasId2 OBJECT-TYPE
|
||||
appolicytag - AP's Policy Tag
|
||||
apsitetag - AP's Site Tag
|
||||
ssid - SSID Name
|
||||
aplocation - AP's Location ."
|
||||
aplocation - AP's Location
|
||||
customstring - Custom String ."
|
||||
DEFVAL { notconfigured }
|
||||
::= { cLWlanAaaPolicyConfigEntry 4 }
|
||||
|
||||
@ -1526,7 +1554,8 @@ cLWlanAaaPolicyNasId3 OBJECT-TYPE
|
||||
appolicytag(8),
|
||||
apsitetag(9),
|
||||
ssid(10),
|
||||
aplocation(11)
|
||||
aplocation(11),
|
||||
customstring(12)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
@ -1543,7 +1572,8 @@ cLWlanAaaPolicyNasId3 OBJECT-TYPE
|
||||
appolicytag - AP's Policy Tag
|
||||
apsitetag - AP's Site Tag
|
||||
ssid - SSID Name
|
||||
aplocation - AP's Location ."
|
||||
aplocation - AP's Location
|
||||
customstring - Custom String ."
|
||||
DEFVAL { notconfigured }
|
||||
::= { cLWlanAaaPolicyConfigEntry 5 }
|
||||
|
||||
@ -1558,6 +1588,32 @@ cLWlanAaaPolicyRealm OBJECT-TYPE
|
||||
DEFVAL { true }
|
||||
::= { cLWlanAaaPolicyConfigEntry 6 }
|
||||
|
||||
cLWlanAAAPolicyCustomString1 OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString (SIZE (0..224))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object specifies the custom string for nasid option1"
|
||||
DEFVAL { notconfigured }
|
||||
::= { cLWlanAaaPolicyConfigEntry 7 }
|
||||
|
||||
cLWlanAAAPolicyCustomString2 OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString (SIZE (0..224))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object specifies the custom string for nasid option2"
|
||||
DEFVAL { notconfigured }
|
||||
::= { cLWlanAaaPolicyConfigEntry 8 }
|
||||
|
||||
cLWlanAAAPolicyCustomString3 OBJECT-TYPE
|
||||
SYNTAX SnmpAdminString (SIZE (0..224))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object specifies the custom string for nasid option3"
|
||||
DEFVAL { notconfigured }
|
||||
::= { cLWlanAaaPolicyConfigEntry 9 }
|
||||
|
||||
-- ********************************************************************
|
||||
-- * AVC Netflow Flow Monitor Profile Configuration
|
||||
@ -2365,13 +2421,86 @@ ciscoLwappWlanPolicyConfigGroupRev4 OBJECT-GROUP
|
||||
cLWlanPolicyMulticastFilter,
|
||||
cLWlanPolicyQBSSLoad
|
||||
}
|
||||
STATUS current
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"This collection of objects represents the Policy
|
||||
configuration of WLAN to be passed to LWAPP AP. This
|
||||
deprecates ciscoLwappWlanPolicyConfigGroupRev3"
|
||||
::= { ciscoLwappWlanPolicyGroups 9 }
|
||||
|
||||
ciscoLwappWlanPolicyConfigGroupRev5 OBJECT-GROUP
|
||||
OBJECTS {
|
||||
cLWlanPlcyRowStatus,
|
||||
cLWlanPolicyDescription,
|
||||
cLWlanPolicyInterfaceName,
|
||||
cLWlanPolicyCentralSwitchMode,
|
||||
cLWlanPolicyCentralAuthMode,
|
||||
cLWlanPolicyDhcpCentral,
|
||||
cLWlanPolicyNatPatEnabled,
|
||||
cLWlanPolicyAssocCentral,
|
||||
cLWlanPolicyIPv4AclName,
|
||||
cLWlanPolicyIPv6AclName,
|
||||
cLWlanPolicyL2AclName,
|
||||
cLWlanPolicySessionTimeout,
|
||||
cLWlanPolicyUserIdleTimeout,
|
||||
cLWlanPolicyClientExclTimeout,
|
||||
cLWlanPolicyNativeProfiling,
|
||||
cLWlanPolicySubscriberPolicyName,
|
||||
cLWlanPolicyHttpDeviceProfiling,
|
||||
cLWlanPolicyQosPerSSIDInput,
|
||||
cLWlanPolicyQosPerSSIDOutput,
|
||||
cLWlanPolicyQosPerBSSIDInput,
|
||||
cLWlanPolicyQosPerBSSIDOutput,
|
||||
cLWlanPolicyBlacklistTimeout,
|
||||
cLWlanPolicyBlacklistingCapability,
|
||||
cLWlanPolicyDhcpRequired,
|
||||
cLWlanPolicyDhcpServerIpAddress,
|
||||
cLWlanPolicyAaaOverride,
|
||||
cLWlanPolicyNac,
|
||||
cLWlanPolicyStatus,
|
||||
cLWlanPolicyRadiusHttpProfiling,
|
||||
cLWlanPolicyUserIdleThreshold,
|
||||
cLWlanPolicyQosFastlane,
|
||||
cLWlanPolicyDHCPDeviceProfiling,
|
||||
cLWlanPolicyDHCPOption82Ascii,
|
||||
cLWlanPolicyDHCPOption82Rid,
|
||||
cLWlanPolicyDHCPOption82Enable,
|
||||
cLWlanPolicyDHCPOption82Apmac,
|
||||
cLWlanPolicyDHCPOption82Apethmac,
|
||||
cLWlanPolicyDHCPOption82Apname,
|
||||
cLWlanPolicyDHCPOption82Policytag,
|
||||
cLWlanPolicyDHCPOption82Aplocation,
|
||||
cLWlanPolicyDHCPOption82Vlanid,
|
||||
cLWlanPolicyDHCPOption82Ssid,
|
||||
cLWlanPolicySplitMacAcl,
|
||||
cLWlanPolicyVlanCentralSwitching,
|
||||
cLWlanPolicyPassiveClient,
|
||||
cLWlanPolicyNBARProtocolDiscovery,
|
||||
cLWlanPolicyStaticIPMobility,
|
||||
clWlanPolicyMobilityAnchor,
|
||||
cLWlanPolicyBroadcastTagging,
|
||||
cLWlanPolicyWgbVlan,
|
||||
cLWlanPolicyReanchorClassmap,
|
||||
cLWlanUmbrellaParamMapName,
|
||||
cLWlanPolicyAccountingList,
|
||||
cLWlanPolicyAAAPolicyName,
|
||||
cLWlanPolicyQosCallSnooping,
|
||||
cLWlanPolicyDefaultSgt,
|
||||
cLWlanPolicyInlineTagging,
|
||||
cLWlanPolicySgaclEnforcement,
|
||||
cLWlanPolicyMdnsPolicy,
|
||||
cLWlanPolicyHotspotAnqpServer,
|
||||
cLWlanPolicyARPProxy,
|
||||
cLWlanPolicyIPv6proxy,
|
||||
cLWlanPolicyMulticastFilter,
|
||||
cLWlanPolicyQBSSLoad
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This collection of objects represents the Policy
|
||||
configuration of WLAN to be passed to LWAPP AP. This
|
||||
deprecates ciscoLwappWlanPolicyConfigGroupRev4"
|
||||
::= { ciscoLwappWlanPolicyGroups 10 }
|
||||
|
||||
END
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user