CISCO-LWAPP-MDNS-MIB

File: CISCO-LWAPP-MDNS-MIB.mib (27459 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF INET-ADDRESS-MIB
SNMPv2-TC SNMP-FRAMEWORK-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP InetAddressType InetAddress
RowStatus MacAddress TruthValue
SnmpAdminString ciscoMgmt

Defined Types

ClMdnsMasterServiceEntry  
SEQUENCE    
  clMdnsServiceName SnmpAdminString
  clMdnsServiceString SnmpAdminString
  clMdnsServiceQueryStatus TruthValue
  clMdnsServiceRowStatus RowStatus

ClMdnsProfileEntry  
SEQUENCE    
  clMdnsProfileName SnmpAdminString
  clMdnsProfileRowStatus RowStatus
  clMdnsProfileWlanCount Unsigned32
  clMdnsProfileInterfaceCount Unsigned32
  clMdnsProfileInterfaceGrpCount Unsigned32

ClMdnsProfileServiceEntry  
SEQUENCE    
  clMdnsProfileServiceRowStatus RowStatus

ClMdnsServiceProviderEntry  
SEQUENCE    
  clMdnsServiceProviderIndex Unsigned32
  clMdnsServiceProviderMacAddress MacAddress
  clMdnsServiceProviderName SnmpAdminString
  clMdnsServiceProviderVlan Unsigned32
  clMdnsServiceProviderType INTEGER
  clMdnsServiceProviderTtl Unsigned32
  clMdnsServiceProviderTimeLeft Unsigned32

ClMdnsDnipEntry  
SEQUENCE    
  clMdnsDomainName SnmpAdminString
  clMdnsDomainMacAddress MacAddress
  clMdnsDomainIpAddressType InetAddressType
  clMdnsDomainIpAddress InetAddress
  clMdnsDomainVlan Unsigned32
  clMdnsDomainType INTEGER
  clMdnsDomainEntryTtl Unsigned32
  clMdnsDomainEntryTimeLeft Unsigned32

CLMdnsServiceGroupEntry  
SEQUENCE    
  cLMdnsServiceGroupName OCTET STRING
  cLMdnsServiceGroupDescription OCTET STRING
  cLMdnsServiceGroupRowStatus RowStatus

CLMdnsServiceGroupDeviceMacEntry  
SEQUENCE    
  cLMdnsServiceGroupDeviceMac MacAddress
  cLMdnsServiceGroupDeviceName OCTET STRING
  cLMdnsServiceGroupLocationName OCTET STRING
  cLMdnsServiceGroupLocationType INTEGER
  cLMdnsServiceGroupDeviceMacRowStatus RowStatus

CLMdnsServiceGroupRuleEntry  
SEQUENCE    
  cLMdnsRuleName OCTET STRING
  cLMdnsRuleRole OCTET STRING
  cLMdnsRuleUserId OCTET STRING
  cLMdnsServiceGroupRuleRowStatus RowStatus

Defined Values

ciscoLwappMdnsMIB 1.3.6.1.4.1.9.9.99994
Multicast DNS (mDNS) is a way of using familiar Domain Name System (DNS) programming interfaces, packet formats and operating, without configuring a conventional DNS server. It is useful in small networks without a DNS server, but can also work in environments beside a DNS server. mDNS functionality is provided using IP multicast over User Datagram Protocol (UDP). The mDNS protocol is used by Apple's Bonjour, Linux Avahi, and Oracle Grid Naming Service (GNS) service discovery systems. GLOSSARY Access Point ( AP ) An entity that contains an 802.11 medium access control ( MAC ) and physical layer ( PHY ) interface and provides access to the distribution services via the wireless medium for associated clients. LWAPP APs encapsulate all the 802.11 frames in LWAPP frames and sends it to the controller to which it is logically connected to. Central Controller ( CC ) The central entity that terminates the LWAPP protocol tunnel from the LWAPP APs. Throughout this MIB, this entity also referred to as 'controller'. Light Weight Access Point Protocol ( LWAPP ) This is a generic protocol that defines the communication between the Access Points and the controllers. Mobile Node ( MN ) A roaming 802.11 wireless device in a wireless network associated with an access point. AVC - Application Visiblity and Control. The client application or protocol statistics and control.
MODULE-IDENTITY    

ciscoLwappMdnsMIBNotifs 1.3.6.1.4.1.9.9.99994.0
OBJECT IDENTIFIER    

ciscoLwappMdnsMIBObjects 1.3.6.1.4.1.9.9.99994.1
OBJECT IDENTIFIER    

ciscoLwappMdnsMIBConform 1.3.6.1.4.1.9.9.99994.2
OBJECT IDENTIFIER    

clMdnsConfigObjects 1.3.6.1.4.1.9.9.99994.1.1
OBJECT IDENTIFIER    

clMdnsGlobalConfig 1.3.6.1.4.1.9.9.99994.1.1.1
OBJECT IDENTIFIER    

clMdnsSnoopingEnabled 1.3.6.1.4.1.9.9.99994.1.1.1.1
This object specifies whether Mdns Snooping is enabled or disabled on the controller. A value of 'true' specifies that Mdns Snooping is enabled and a value of 'false' specifies that Mdns Snooping is disabled on the controller.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

clMdnsQueryInterval 1.3.6.1.4.1.9.9.99994.1.1.1.2
This object specifies the Mdns query interval, in minutes. To set this value, clMdnsSnoopingEnabled must be set to True.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

clMdnsMasterServiceTable 1.3.6.1.4.1.9.9.99994.1.1.2
This table represents the configuration of all the Mdns Services supported on the Wireless LAN Controller(WLC).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClMdnsMasterServiceEntry

clMdnsMasterServiceEntry 1.3.6.1.4.1.9.9.99994.1.1.2.1
This represents an entry in the clMdnsMasterServiceTable. Each entry corresponds to a service, indicated by clMdnsServiceName.
Status: current Access: not-accessible
OBJECT-TYPE    
  ClMdnsMasterServiceEntry  

clMdnsServiceName 1.3.6.1.4.1.9.9.99994.1.1.2.1.1
This object represents the name of the mdns service added on the controller.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString  

clMdnsServiceString 1.3.6.1.4.1.9.9.99994.1.1.2.1.2
This object represents the service string defined for the mdns service added on the controller.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

clMdnsServiceQueryStatus 1.3.6.1.4.1.9.9.99994.1.1.2.1.3
This object indicates whether the service represented by clMdnsServiceName, will be queried by the WLC.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

clMdnsServiceRowStatus 1.3.6.1.4.1.9.9.99994.1.1.2.1.4
This object is used to add or delete entries in clMdnsMasterServiceTable
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

clMdnsProfileTable 1.3.6.1.4.1.9.9.99994.1.1.3
This table represents the configuration of all the Mdns profiles on the Wireless LAN Controller(WLC).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClMdnsProfileEntry

clMdnsProfileEntry 1.3.6.1.4.1.9.9.99994.1.1.3.1
This represents an entry in the clMdnsProfileTable. Each entry corresponds to a mdns profiles, indicated by clMdnsProfileName.
Status: current Access: not-accessible
OBJECT-TYPE    
  ClMdnsProfileEntry  

clMdnsProfileName 1.3.6.1.4.1.9.9.99994.1.1.3.1.1
This object represents the name of the mdns profile added on the controller.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString  

clMdnsProfileRowStatus 1.3.6.1.4.1.9.9.99994.1.1.3.1.2
This object is used to add or delete entries in clMdnsProfileTable
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

clMdnsProfileWlanCount 1.3.6.1.4.1.9.9.99994.1.1.3.1.3
This object specifies the number of WLANs on which the profile is attached.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

clMdnsProfileInterfaceCount 1.3.6.1.4.1.9.9.99994.1.1.3.1.4
This object specifies the number of Interfaces on which the profile is attached.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

clMdnsProfileInterfaceGrpCount 1.3.6.1.4.1.9.9.99994.1.1.3.1.5
This object specifies the number of Inteface groups on which the profile is attached.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

clMdnsProfileServiceTable 1.3.6.1.4.1.9.9.99994.1.1.4
This table represents the configuration of all the Services added to Mdns profiles on the Wireless LAN Controller(WLC).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClMdnsProfileServiceEntry

clMdnsProfileServiceEntry 1.3.6.1.4.1.9.9.99994.1.1.4.1
This represents an entry in the clMdnsProfileServiceTable. Each entry corresponds to a service in the mdns profile.
Status: current Access: not-accessible
OBJECT-TYPE    
  ClMdnsProfileServiceEntry  

clMdnsProfileServiceRowStatus 1.3.6.1.4.1.9.9.99994.1.1.4.1.1
This object is used to add or delete entries in clMdnsProfileServiceTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

clMdnsServiceProviderTable 1.3.6.1.4.1.9.9.99994.1.1.5
This table represents the list of all the Service providers who have advertised Mdns services on the Wireless LAN Controller(WLC).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClMdnsServiceProviderEntry

clMdnsServiceProviderEntry 1.3.6.1.4.1.9.9.99994.1.1.5.1
This represents an entry in the clMdnsServiceProviderTable. Each entry corresponds to a service Povider.
Status: current Access: not-accessible
OBJECT-TYPE    
  ClMdnsServiceProviderEntry  

clMdnsServiceProviderIndex 1.3.6.1.4.1.9.9.99994.1.1.5.1.1
This object specifies a unique index assigned by the wireless controller when the service provider entry is added.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

clMdnsServiceProviderMacAddress 1.3.6.1.4.1.9.9.99994.1.1.5.1.2
This object specifies the hardware address of the service provider machine.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

clMdnsServiceProviderName 1.3.6.1.4.1.9.9.99994.1.1.5.1.3
This object specifies the hostname assigned to the service provider machine.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

clMdnsServiceProviderVlan 1.3.6.1.4.1.9.9.99994.1.1.5.1.4
This object specifies the VLAN on which the service provider is operating.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

clMdnsServiceProviderType 1.3.6.1.4.1.9.9.99994.1.1.5.1.5
This object specifies whether the the service provider is operating in a wired or wireless network.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER wireless(1), wired(2), wired-guest(3), both(4)  

clMdnsServiceProviderTtl 1.3.6.1.4.1.9.9.99994.1.1.5.1.6
This object specifies the TTL (time to live) value in secondes, assigned when the service provider entry is added. The entry will be removed from the control on expiry of this.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

clMdnsServiceProviderTimeLeft 1.3.6.1.4.1.9.9.99994.1.1.5.1.7
This object specifies the Time left before the entry is removed from the controller.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

clMdnsDnipTable 1.3.6.1.4.1.9.9.99994.1.1.6
This table represents the list of all the Domain Name IP entries on the Wireless LAN Controller(WLC). The entries are learnt from the mDNS advertisements
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClMdnsDnipEntry

clMdnsDnipEntry 1.3.6.1.4.1.9.9.99994.1.1.6.1
This represents an entry in the clMdnsDnipTable. Each entry corresponds to a Domain Name IP entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  ClMdnsDnipEntry  

clMdnsDomainName 1.3.6.1.4.1.9.9.99994.1.1.6.1.1
This object specifies the domain name added on the controller.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString  

clMdnsDomainMacAddress 1.3.6.1.4.1.9.9.99994.1.1.6.1.2
This object specifies the hardware address of the service provider machine.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

clMdnsDomainIpAddressType 1.3.6.1.4.1.9.9.99994.1.1.6.1.3
This object specifies the IP address type assigned to the domain.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

clMdnsDomainIpAddress 1.3.6.1.4.1.9.9.99994.1.1.6.1.4
This object specifies the IP address assigned to the domain.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

clMdnsDomainVlan 1.3.6.1.4.1.9.9.99994.1.1.6.1.5
This object specifies the VLAN on which the domain is operating.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

clMdnsDomainType 1.3.6.1.4.1.9.9.99994.1.1.6.1.6
This object specifies whether the the Domain name IP entry is a wired, wireless or wired-guest host.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER wireless(1), wired(2), wired-guest(3), both(4)  

clMdnsDomainEntryTtl 1.3.6.1.4.1.9.9.99994.1.1.6.1.7
This object specifies the TTL (time to live) value in secondes, assigned when the domain entry is added. The entry will be removed from the control on expiry of this.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

clMdnsDomainEntryTimeLeft 1.3.6.1.4.1.9.9.99994.1.1.6.1.8
This object specifies the Time left before the entry is removed from the controller.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cLMdnsServiceGroupTable 1.3.6.1.4.1.9.9.99994.1.1.7
The table contains the Service group information. Service group is group of devices and Location. Rows are added or deleted by explicit management actions initiated by the user from a network management station through the cLMdnsServiceGroupRowStatus object.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CLMdnsServiceGroupEntry

cLMdnsServiceGroupEntry 1.3.6.1.4.1.9.9.99994.1.1.7.1
An entry in cLMdnsServiceGroupTable
Status: current Access: not-accessible
OBJECT-TYPE    
  CLMdnsServiceGroupEntry  

cLMdnsServiceGroupName 1.3.6.1.4.1.9.9.99994.1.1.7.1.1
This object defines name of the group and it is unique
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..256)  

cLMdnsServiceGroupDescription 1.3.6.1.4.1.9.9.99994.1.1.7.1.2
This object defines the description of the group name
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

cLMdnsServiceGroupRowStatus 1.3.6.1.4.1.9.9.99994.1.1.7.1.3
Row Status for creation/deletion of a particular venue entry in the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cLMdnsServiceGroupDeviceMacTable 1.3.6.1.4.1.9.9.99994.1.1.8
The table contains set of Devices and device group map to a service group. Rows are added or deleted by explicit management actions initiated by the user from a network management station through the cLMdnsServiceGroupDeviceMacRowStatus object.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CLMdnsServiceGroupDeviceMacEntry

cLMdnsServiceGroupDeviceMacEntry 1.3.6.1.4.1.9.9.99994.1.1.8.1
An entry in cLMdnsServiceGroupDeviceMacTable
Status: current Access: not-accessible
OBJECT-TYPE    
  CLMdnsServiceGroupDeviceMacEntry  

cLMdnsServiceGroupDeviceMac 1.3.6.1.4.1.9.9.99994.1.1.8.1.1
This object defines the device MAC of the device which is grouped in service group.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

cLMdnsServiceGroupDeviceName 1.3.6.1.4.1.9.9.99994.1.1.8.1.2
This object defines the unique device name of the device.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

cLMdnsServiceGroupLocationName 1.3.6.1.4.1.9.9.99994.1.1.8.1.3
This object defines the location of the device.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

cLMdnsServiceGroupLocationType 1.3.6.1.4.1.9.9.99994.1.1.8.1.4
This object list the location type provided by the service provider (device).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER apName(1), apGroup(2), apLocation(3)  

cLMdnsServiceGroupDeviceMacRowStatus 1.3.6.1.4.1.9.9.99994.1.1.8.1.5
Row Status for creation/deletion of a particular venue entry in the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cLMdnsServiceGroupRuleTable 1.3.6.1.4.1.9.9.99994.1.1.9
This table is for the mapping Service group to a Rule or set of rules. Rows are added or deleted by explicit management actions initiated by the user from a network management station through the cLMdnsServiceGroupRuleRowStatus object.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CLMdnsServiceGroupRuleEntry

cLMdnsServiceGroupRuleEntry 1.3.6.1.4.1.9.9.99994.1.1.9.1
An entry in cLMdnsServiceGroupRuleTable
Status: current Access: not-accessible
OBJECT-TYPE    
  CLMdnsServiceGroupRuleEntry  

cLMdnsRuleName 1.3.6.1.4.1.9.9.99994.1.1.9.1.1
This object uniquely identifies a Rule which is Added to a Rule table.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..266)  

cLMdnsRuleRole 1.3.6.1.4.1.9.9.99994.1.1.9.1.2
This object defines the set of roles apply to the Service group.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..512)  

cLMdnsRuleUserId 1.3.6.1.4.1.9.9.99994.1.1.9.1.3
This object defines the set of userIds apply to the service group.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..512)  

cLMdnsServiceGroupRuleRowStatus 1.3.6.1.4.1.9.9.99994.1.1.9.1.4
Row Status for creation/deletion of a particular venue entry in the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoLwappMdnsMIBCompliances 1.3.6.1.4.1.9.9.99994.2.1
OBJECT IDENTIFIER    

ciscoLwappMdnsMIBGroups 1.3.6.1.4.1.9.9.99994.2.2
OBJECT IDENTIFIER    

ciscoLwappMdnsMIBCompliance 1.3.6.1.4.1.9.9.99994.2.1.1
The compliance statement for the SNMP entities that implement the ciscoLwappMdnsMIB module.
Status: current Access: read-create
MODULE-COMPLIANCE    

cLMdnsConfigGroup 1.3.6.1.4.1.9.9.99994.2.2.1
This is a collection of objects which can be used to control Mdns parameters.
Status: current Access: read-create
OBJECT-GROUP    

cLMdnsMonitorGroup 1.3.6.1.4.1.9.9.99994.2.2.2
This is a collection of objects which can be used to monitor Mdns parameters.
Status: current Access: read-create
OBJECT-GROUP