CISCO-LWAPP-IPV6-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-LWAPP-IPV6-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoLwappIpv6MIB 1.3.6.1.4.1.9.9.9999
This MIB is intended to be implemented on all those devices operating as Central Controllers (CC) that terminate the Light Weight Access Point Protocol tunnel from Light-weight LWAPP Access Points. This MIB provides configuration and status information about the ACLs on the controller. Particularly this mib covers the CPU ACLs for the wireless controllers. Traffic to the controller CPU comes from the NPU (Network Processing Unit). Using CPU ACLs, the user can place restrictions on type of traffic reaching the CPU of the controller from the NPU. CPU ACLs introduce an ACL for the traffic to the CPU of controller. With this ACL the type of packets reaching the CPU can be controlled. The mode of operation is as follows. The administrator designates one ACL for the traffic to the CPU. The ACL kicks in for packets from the NPU to the CPU. Each ACL is an ordered set of rules. If a rule matches then action for that rule is applied to the packet. The decision to send or drop the packet is taken based on the action parameter of the ACL. There will be no ACL for the packets from the CPU to the NPU. GLOSSARY Access Control List ( ACL ) A list of rules used to restrict the traffic reaching an interface or the CPU. Each ACL is an ordered set of rules and actions. If a rule matches then the action for that rule is applied to the packet. Access Point ( AP ) An entity that contains an 802.11 medium access control ( MAC ) and physical layer ( PHY ) interface and provides acess to the distribution services via the wireless medium for associated clients. CPU ACL ( CPU ACL ) The ACL applied to the CPU. This controls the type of traffic reaching the CPU of the controller. Network Processing Unit ( NPU ) This entity is responsible for forwarding traffic to the CPU. The only exceptions are data coming thorugh the console port and the Service port i.e. these communicate directly with the CPU and not via the NPU. Light Weight Access Point Protocol ( LWAPP ) This is a generic protocol that defines the communciation between the Access Points and the Central Controller. Cryptographically Generated Addresses (CGA) Cryptographically Generated Addresses (CGAs) are IPv6 addresses, which allow for a secure association of an IPv6 address, the CGA, with a public key. REFERENCE [1] Part 11 Wireless LAN Medium Access Control ( MAC ) and Physical Layer ( PHY ) Specifications.
           ciscoLwappIpv6MIBNotifs 1.3.6.1.4.1.9.9.9999.0
           ciscoLwappIpv6MIBObjects 1.3.6.1.4.1.9.9.9999.1
               ciscoLwappIpv6Config 1.3.6.1.4.1.9.9.9999.1.1
                   cLIpv6AclTable 1.3.6.1.4.1.9.9.9999.1.1.1 no-access
The table listing IPv6 ACLs (Access Control Lists) on the Switch.
                       cLIpv6AclEntry 1.3.6.1.4.1.9.9.9999.1.1.1.1 no-access
Each entry in this table provides information about one IPv6 ACL of the controller.
                           cLIpv6AclName 1.3.6.1.4.1.9.9.9999.1.1.1.1.1 octet string read-only
Name of the Access Control List.
                           cLIpv6AclApplyMode 1.3.6.1.4.1.9.9.9999.1.1.1.1.2 integer read-only
The apply mode of the ACL on the switch. Mode value 'applied' means the ACL has been applied on the switch. Enumeration: 'notapplied': 0, 'applied': 1.
                           cLIpv6AclCounterClear 1.3.6.1.4.1.9.9.9999.1.1.1.1.3 truthvalue read-write
This object when set to 'true', will clear the counter of the ACL represented by the unique ACL name.
                           cLIpv6AclRowStatus 1.3.6.1.4.1.9.9.9999.1.1.1.1.4 rowstatus read-only
Row Status of the IPv6 ACL. Modification of row is possible.
                   cLIpv6AclRuleTable 1.3.6.1.4.1.9.9.9999.1.1.2 no-access
The table listing Acl Rules(Access Control List Entries) on the ACL with name cLIpv6AclName.
                       cLIpv6AclRuleEntry 1.3.6.1.4.1.9.9.9999.1.1.2.1 no-access
....
                           cLIpv6AclRuleIndex 1.3.6.1.4.1.9.9.9999.1.1.2.1.1 unsigned32 read-only
Index of the ACL rule. This can be updated to reset the sequence of the rules of an ACL.
                           cLIpv6AclRuleAction 1.3.6.1.4.1.9.9.9999.1.1.2.1.2 integer read-only
The permission mode of a rule. Enumeration: 'deny': 0, 'permit': 1.
                           cLIpv6AclRuleDirection 1.3.6.1.4.1.9.9.9999.1.1.2.1.3 integer read-only
The direction of the packet to which the rule may be applied. Enumeration: 'inbound': 0, 'outbound': 1, 'any': 2.
                           cLIpv6AclRuleSourceInetAddressType 1.3.6.1.4.1.9.9.9999.1.1.2.1.4 inetaddresstype read-only
Source Inet Address type of the ACL rule.
                           cLIpv6AclRuleSourceInetAddress 1.3.6.1.4.1.9.9.9999.1.1.2.1.5 inetaddress read-only
Source Inet Address of the ACL rule.
                           cLIpv6AclRuleSourcePrefixLength 1.3.6.1.4.1.9.9.9999.1.1.2.1.6 unsigned32 read-only
This object denotes the prefix length for Source Inet address of the ACL rule.
                           cLIpv6AclRuleDestinationInetAddressType 1.3.6.1.4.1.9.9.9999.1.1.2.1.7 inetaddresstype read-only
Destination Inet Address type of the ACL rule.
                           cLIpv6AclRuleDestinationInetAddress 1.3.6.1.4.1.9.9.9999.1.1.2.1.8 inetaddress read-only
Destination Inet Address of the ACL rule.
                           cLIpv6AclRuleDestinationPrefixLength 1.3.6.1.4.1.9.9.9999.1.1.2.1.9 unsigned32 read-only
This object denotes the prefix length for Destination Inet address of the ACL rule.
                           cLIpv6AclRuleProtocol 1.3.6.1.4.1.9.9.9999.1.1.2.1.10 unsigned32 read-only
Protocol of the packet. It can be either of the pre specified protocols like TCP, UDP, ICMP, ESP, AH, GRE, IP, Ethernet Over IP, OSPF or any number between 0 and 255. A value 256 implies that this rule applies to 'Any' protocol.
                           cLIpv6AclRuleStartSourcePort 1.3.6.1.4.1.9.9.9999.1.1.2.1.11 unsigned32 read-only
This object represents the start Source Port of the packet. It can be either of the pre specified ports like HTTP, HTTPS, Telnet, RADIUS etc or any number between 0 and 65535. A value 65536 implies that this rule applies to 'Any' source port. This value can be set only if the protocol is set to TCP or UDP. Otherwise the value is set to Any(65536)
                           cLIpv6AclRuleEndSourcePort 1.3.6.1.4.1.9.9.9999.1.1.2.1.12 unsigned32 read-only
This object represents the end Source Port of the packet. It can be either of the pre specified ports like HTTP, HTTPS, Telnet, RADIUS etc or any number between 0 and 65535. A value 65536 implies that this rule applies to 'Any' source port. This value can be set only if the protocol is set to TCP or UDP. Otherwise the value is set to Any(65536)
                           cLIpv6AclRuleStartDestinationPort 1.3.6.1.4.1.9.9.9999.1.1.2.1.13 unsigned32 read-only
This object represents the start Destination Port of the packet. It can be either of the pre specified ports like HTTP, HTTPS, Telnet, RADIUS etc or any number between 0 and 65535. A value 65536 implies that this rule aplpies to 'Any' Destination port. This value can be set only if the protocol is set to TCP or UDP. Otherwise the value is set to Any(65536)
                           cLIpv6AclRuleEndDestinationPort 1.3.6.1.4.1.9.9.9999.1.1.2.1.14 unsigned32 read-only
This object represents the End Destination Port of the packet. It can be either of the pre specified ports like HTTP, HTTPS, Telnet, RADIUS etc or any number between 0 and 65535. A value 65536 implies that this rule aplpies to 'Any' Destination port. This value can be set only if the protocol is set to TCP or UDP. Otherwise the value is set to Any(65536)
                           cLIpv6AclRuleDscp 1.3.6.1.4.1.9.9.9999.1.1.2.1.15 unsigned32 read-only
DSCP value of the rule. A value 256 implies Any
                           cLIpv6AclNewRuleIndex 1.3.6.1.4.1.9.9.9999.1.1.2.1.16 unsigned32 read-only
New Index of the ACL rule. This attribute should be updated if the requirement is to reset the sequence of the rules of an ACL. A read on this will not yield anything.
                           cLIpv6AclRuleHits 1.3.6.1.4.1.9.9.9999.1.1.2.1.17 counter32 read-only
Number of hits in the particular rule under the ACL.This object is cleared by setting the cLIpv6AclCounterClear object.
                           cLIpv6AclRuleRowStatus 1.3.6.1.4.1.9.9.9999.1.1.2.1.18 rowstatus read-only
Row Status of the ACL Rule.
                   ciscoLwappIpv6RaFiltering 1.3.6.1.4.1.9.9.9999.1.1.3
                       cLIpv6RaFilteringEnabled 1.3.6.1.4.1.9.9.9999.1.1.3.1 truthvalue read-write
This object represents the IPv6 RA filtering configuration on the controller.
                       cLIpv6RaFilteringOnApEnabled 1.3.6.1.4.1.9.9.9999.1.1.3.2 truthvalue read-write
This object represents the IPv6 RA filtering configuration on the controller. When set to true, IPv6 RA filtering is enabled on the AP. When set to false, IPv6 RA filtering is disabled on the AP.
                       cLIpv6RaFilteringClientInfoTable 1.3.6.1.4.1.9.9.9999.1.1.3.3 no-access
The table lists the RA Packets Drop per client.
                           cLIpv6RaFilteringClientInfoEntry 1.3.6.1.4.1.9.9.9999.1.1.3.3.1 no-access
Each entry in this table provides information about Ra Packets drop per client.
                               cLIpv6RaFilteringClientInfoApName 1.3.6.1.4.1.9.9.9999.1.1.3.3.1.1 octet string read-only
This is the AP Name on which the client is associated.
                               cLIpv6RaFilteringClientInfoWlan 1.3.6.1.4.1.9.9.9999.1.1.3.3.1.2 unsigned32 read-only
This is the vap id on which the client is associated.
                               cLIpv6RaFilteringClientInfoPktsDropped 1.3.6.1.4.1.9.9.9999.1.1.3.3.1.3 counter32 read-only
This is the number of RA Packets dropped for the client.
                   ciscoLwappIpv6NbRaThrottleConfig 1.3.6.1.4.1.9.9.9999.1.1.4
                       cLIpv6NbRaThrottleEnabled 1.3.6.1.4.1.9.9.9999.1.1.4.1 truthvalue read-write
This object represents the IPv6 RA Throttle Policy configuration on the controller. When set to true, IPv6 RA Throttling is enabled on the controller. When set to false, IPv6 RA Throttling is disabled on the controller.
                       cLIpv6NbRaThrottlePeriod 1.3.6.1.4.1.9.9.9999.1.1.4.2 unsigned32 read-only
This object represents the RA Throttler Policy throttle period.
                       cLIpv6NbRaThrottleMaxThrough 1.3.6.1.4.1.9.9.9999.1.1.4.3 unsigned32 read-only
This object represents the RA Throttler Policy Max Through Value.
                       cLIpv6NbRaThrottleMaxThroughNoLimitEnabled 1.3.6.1.4.1.9.9.9999.1.1.4.4 truthvalue read-only
This object represents the RA Throttler Policy Max Through Nolimit Value. When NoLimit is set to true, the value for Max Through(cLIpv6RaThrottlerPolicyMaxThrough) will not be set. When NoLimit is set to false, the vlaue for Max Through will be set.
                       cLIpv6NbRaThrottleIntervalOption 1.3.6.1.4.1.9.9.9999.1.1.4.5 integer read-only
This object represents the RA Throttler Policy interval option. Enumeration: 'ignore': 1, 'passthrough': 2, 'throttle': 3.
                       cLIpv6NbRaThrottleAllowAtleast 1.3.6.1.4.1.9.9.9999.1.1.4.6 unsigned32 read-only
This object represents the RA Throttler Policy allow atleast limit
                       cLIpv6NbRaThrottleAllowAtmost 1.3.6.1.4.1.9.9.9999.1.1.4.7 unsigned32 read-only
This object represents the RA Throttler Policy allow atmost limit
                       cLIpv6NbRaThrottleAllowNoLimitEnabled 1.3.6.1.4.1.9.9.9999.1.1.4.8 truthvalue read-only
This object represents the RA Throttler Policy Allow Nolimit Value. When NoLimit is set to true, the value for Allow Atmost(cLIpv6RaThrottlerPolicyAllowAtmost) will not be set. When NoLimit is set to false, the vlaue for Allow Atmost will be set.
                   ciscoLwappIpv6NbTimerConfig 1.3.6.1.4.1.9.9.9999.1.1.5
                       cLIpv6NbTimerDownLifeTimeEnabled 1.3.6.1.4.1.9.9.9999.1.1.5.1 truthvalue read-write
This object represents the Neighbor Binding DownLife Timer. When set to true, DownLife timer is enabled on the controller. When set to false, DownLife timer is disabled on the controller.
                       cLIpv6NbTimerDownLifeTimeInterval 1.3.6.1.4.1.9.9.9999.1.1.5.2 unsigned32 read-write
This object represents interval of Neighbor Binding DownLife Timer. The interval is set on the controller only when the DownLife Timer is enabled on the controller.
                       cLIpv6NbTimerStaleLifeTimeEnabled 1.3.6.1.4.1.9.9.9999.1.1.5.3 truthvalue read-write
This object represents the Neighbor Binding StaleLife Timer. When set to true, StaleLife timer is enabled on the controller. When set to false, Staletime timer is disabled on the controller.
                       cLIpv6NbTimerStaleLifeTimeInterval 1.3.6.1.4.1.9.9.9999.1.1.5.4 unsigned32 read-write
This object represents interval of NeighborBinding StaleLife Timer. The interval is set on the controller only when the StaleLife Timer is enabled on the controller.
                       cLIpv6NbTimerReachableLifeTimeEnabled 1.3.6.1.4.1.9.9.9999.1.1.5.5 truthvalue read-write
This object represents the Neighbor Binding ReachableLife Timer. When set to true, ReachableLife timer is enabled on the controller. When set to false, ReachableLife timer is disabled on the controller.
                       cLIpv6NbTimerReachableLifeTimeInterval 1.3.6.1.4.1.9.9.9999.1.1.5.6 unsigned32 read-write
This object represents interval of NeighborBinding ReachableLife Timer. The interval is set on the controller only when the StaleLife Timer is enabled on the controller.
                       cLIpv6NbTimerNsMulticastCacheMissForward 1.3.6.1.4.1.9.9.9999.1.1.5.7 truthvalue read-write
This object represents the NS Multicast CacheMiss Forward When set to true,NS Multicast CacheMiss Forward is enabled on the controller. When set to false,NS Multicast CacheMiss Forward is disabled on the controller.
                   cLIpv6NeighborBindingCounterClear 1.3.6.1.4.1.9.9.9999.1.1.6 truthvalue read-write
This object when set to 'true', will clear the counter of the IPv6 Neighbor Binding.
                   cLIpv6GlobalEnabled 1.3.6.1.4.1.9.9.9999.1.1.7 truthvalue read-write
This object represents the Global state of IPv6. A value of 'true', will enable the Global IPv6 state. A value of 'false', will disable the Global IPv6 state.
               ciscoLwappIpv6Stats 1.3.6.1.4.1.9.9.9999.1.2
                   cLIpv6NeighborBindingCounterTable 1.3.6.1.4.1.9.9.9999.1.2.1 no-access
This table represents the IPv6 Neighbor binding Counters of the controller.
                       cLIpv6NeighborBindingCounterEntry 1.3.6.1.4.1.9.9.9999.1.2.1.1 no-access
Each entry in this table represents the IPv6 Neighbor binding Counter on the controller. Entries cannot be added/deleted and is populated by the Type of counter.
                           cLIpv6NeighborBindingCounterType 1.3.6.1.4.1.9.9.9999.1.2.1.1.1 integer no-access
This object represents the type of IPv6 Neighbor Binding Counter. Enumeration: 'receivedMessages': 1, 'bridgedMessages': 2.
                           cLIpv6NeighborBindingCounterNdpRs 1.3.6.1.4.1.9.9.9999.1.2.1.1.2 counter32 read-only
This object represents the number of NDP Router Solicitation counters.
                           cLIpv6NeighborBindingCounterNdpRa 1.3.6.1.4.1.9.9.9999.1.2.1.1.3 counter32 read-only
This object represents the number of NDP Router Advertisement counters.
                           cLIpv6NeighborBindingCounterNdpNs 1.3.6.1.4.1.9.9.9999.1.2.1.1.4 counter32 read-only
This object represents the number of NDP Neighbor Solicitation counters.
                           cLIpv6NeighborBindingCounterNdpNa 1.3.6.1.4.1.9.9.9999.1.2.1.1.5 counter32 read-only
This object represents the number of NDP Neighbor Advertisement counters.
                           cLIpv6NeighborBindingCounterNdpRedirect 1.3.6.1.4.1.9.9.9999.1.2.1.1.6 counter32 read-only
This object represents the number of NDP Neighbor Redirect counters.
                           cLIpv6NeighborBindingCounterNdpCertSol 1.3.6.1.4.1.9.9.9999.1.2.1.1.7 counter32 read-only
This object represents the number of NDP Neighbor Certificate Solicitation counters.
                           cLIpv6NeighborBindingCounterNdpCertAdv 1.3.6.1.4.1.9.9.9999.1.2.1.1.8 counter32 read-only
This object represents the number of NDP Neighbor Certificate Advertisement counters.
                           cLIpv6NeighborBindingCounterDhcpV6Sol 1.3.6.1.4.1.9.9.9999.1.2.1.1.9 counter32 read-only
This object represents the number of DHCPv6 Solicitated counters.
                           cLIpv6NeighborBindingCounterDhcpV6Adv 1.3.6.1.4.1.9.9.9999.1.2.1.1.10 counter32 read-only
This object represents the number of DHCPv6 Advertisement counters.
                           cLIpv6NeighborBindingCounterDhcpV6Request 1.3.6.1.4.1.9.9.9999.1.2.1.1.11 counter32 read-only
This object represents the number of DHCPv6 Request counters.
                           cLIpv6NeighborBindingCounterDhcpV6Confirm 1.3.6.1.4.1.9.9.9999.1.2.1.1.12 counter32 read-only
This object represents the number of DHCPv6 Confirm counters.
                           cLIpv6NeighborBindingCounterDhcpV6Renew 1.3.6.1.4.1.9.9.9999.1.2.1.1.13 counter32 read-only
This object represents the number of DHCPv6 Renew counters.
                           cLIpv6NeighborBindingCounterDhcpV6Rebind 1.3.6.1.4.1.9.9.9999.1.2.1.1.14 counter32 read-only
This object represents the number of DHCPv6 Rebind counters.
                           cLIpv6NeighborBindingCounterDhcpV6Reply 1.3.6.1.4.1.9.9.9999.1.2.1.1.15 counter32 read-only
This object represents the number of DHCPv6 Reply counters.
                           cLIpv6NeighborBindingCounterDhcpV6Release 1.3.6.1.4.1.9.9.9999.1.2.1.1.16 counter32 read-only
This object represents the number of DHCPv6 Release counters.
                           cLIpv6NeighborBindingCounterDhcpV6Decline 1.3.6.1.4.1.9.9.9999.1.2.1.1.17 counter32 read-only
This object represents the number of DHCPv6 Decline counters.
                           cLIpv6NeighborBindingCounterDhcpV6Recfg 1.3.6.1.4.1.9.9.9999.1.2.1.1.18 counter32 read-only
This object represents the number of DHCPv6 Reconfigure counters.
                           cLIpv6NeighborBindingCounterDhcpV6InfoReq 1.3.6.1.4.1.9.9.9999.1.2.1.1.19 counter32 read-only
This object represents the number of DHCPv6 Information request counters.
                           cLIpv6NeighborBindingCounterDhcpV6RelayForward 1.3.6.1.4.1.9.9.9999.1.2.1.1.20 counter32 read-only
This object represents the number of DHCPv6 Relay counters.
                           cLIpv6NeighborBindingCounterDhcpV6RelayReplay 1.3.6.1.4.1.9.9.9999.1.2.1.1.21 counter32 read-only
This object represents the number of DHCPv6 Relay Reply counters.
                   cLIpv6NbNdSuppressDropCounter 1.3.6.1.4.1.9.9.9999.1.2.2
                       cLIpv6NbNdSuppressDropCounterTotal 1.3.6.1.4.1.9.9.9999.1.2.2.1 counter32 read-only
This object specifies the Suppress Drop Counter Total Value including all reasons.
                       cLIpv6NbNdSuppressDropCounterReasonSilent 1.3.6.1.4.1.9.9.9999.1.2.2.2 counter32 read-only
This object represents the Suppress Drop Counter Value for the reason slient drop.
                       cIpv6NbNdSuppressDropCounterReasonInOut 1.3.6.1.4.1.9.9.9999.1.2.2.3 counter32 read-only
This object represents the Suppress Drop Counter Value for the reason owner is on the input interface.
                       cLIpv6NbNdSuppressDropCounterReasonDad 1.3.6.1.4.1.9.9.9999.1.2.2.4 counter32 read-only
This object represents the Suppress Drop Counter Value for the reason duplicate address detected .
                       cLIpv6NbNdSuppressDropCounterReasonUnicast 1.3.6.1.4.1.9.9.9999.1.2.2.5 counter32 read-only
This object represents the Suppress Drop Counter Value for the reason unicast suppressed.
                       cLIpv6NbNdSuppressDropCounterReasonMulticast 1.3.6.1.4.1.9.9.9999.1.2.2.6 counter32 read-only
This object represents the Suppress Drop Counter Value for the reason multicast suppressed.
                       cLIpv6NbNdSuppressDropCounterReasonInt 1.3.6.1.4.1.9.9.9999.1.2.2.7 counter32 read-only
This object represents the Suppress Drop Counter Value for the reason internal failure.
                   cLIpv6NbSnoopingDropCounterTable 1.3.6.1.4.1.9.9.9999.1.2.3 no-access
This table represents the IPv6 Neighbor binding Snooping Drop Counters of the controller.
                       cLIpv6NbSnoopingDropCounterEntry 1.3.6.1.4.1.9.9.9999.1.2.3.1 no-access
Each entry in this table represents the IPv6 Neighbor binding Snooping drop Counter on the controller. Entries cannot be added/deleted and is populated by the Type of Snooping drop counter.
                           cLIpv6NbSnoopingDropCounterType 1.3.6.1.4.1.9.9.9999.1.2.3.1.1 integer no-access
This object represents the type of IPv6 Neighbor Binding Snooping Drop Counter. Enumeration: 'dhcpV6Release': 15, 'ndpRs': 1, 'dhcpV6Rebind': 13, 'ndpNa': 4, 'dhcpV6InfoReq': 18, 'nhcpV6Adv': 9, 'dhcpV6Decline': 16, 'dhcpV6Renew': 12, 'ndpCertSol': 6, 'nhcpV6Sol': 8, 'dhcpV6Confirm': 11, 'dhcpV6Request': 10, 'ndpRa': 2, 'ndpCertAdv': 7, 'dhcpV6RelayReplay': 20, 'ndpNs': 3, 'dhcpV6Recfg': 17, 'dhcpV6Reply': 14, 'dhcpV6RelayForward': 19, 'ndpRedirect': 5.
                           cLIpv6NbSnoopingDropCounterTotal 1.3.6.1.4.1.9.9.9999.1.2.3.1.2 counter32 read-only
This object represents the Snooping Drop Counter Total Value including all reasons.
                           cLIpv6NbSnoopingDropCounterSilent 1.3.6.1.4.1.9.9.9999.1.2.3.1.3 counter32 read-only
This object represents the Snooping Drop Counter Value for the reason Silent drop.
                           cLIpv6NbSnoopingDropCounterReasonInt 1.3.6.1.4.1.9.9.9999.1.2.3.1.4 counter32 read-only
This object represents the Snooping Drop Counter Value for the reason internal failure.
                           cLIpv6NbSnoopingDropCounterReasonCga 1.3.6.1.4.1.9.9.9999.1.2.3.1.5 counter32 read-only
This object represents the Snooping Drop Counter Value for the reason CGA option does not verify.
                           cLIpv6NbSnoopingDropCounterReasonRsa 1.3.6.1.4.1.9.9.9999.1.2.3.1.6 counter32 read-only
This object represents the Snooping Drop Counter Value for the reason RSA signature does not verify.
                           cLIpv6NbSnoopingDropCounterReasonLimit 1.3.6.1.4.1.9.9.9999.1.2.3.1.7 counter32 read-only
This object represents the Snooping Drop Counter Value for the reason address limit reached.
                           cLIpv6NbSnoopingDropCounterReasonMartian 1.3.6.1.4.1.9.9.9999.1.2.3.1.8 counter32 read-only
This object represents the Snooping Drop Counter Value for the reason martian packet.
                           cLIpv6NbSnoopingDropCounterReasonMartianMac 1.3.6.1.4.1.9.9.9999.1.2.3.1.9 counter32 read-only
This object represents the Snooping Drop Counter Value for the reason martian mac.
                           cLIpv6NbSnoopingDropCounterReasonNotAllowed 1.3.6.1.4.1.9.9.9999.1.2.3.1.10 counter32 read-only
This object represents the Snooping Counter Value for the reason more trusted entry exists.
                           cLIpv6NbSnoopingDropCounterReasonNotAuthorised 1.3.6.1.4.1.9.9.9999.1.2.3.1.11 counter32 read-only
This object represents the Snooping Drop Counter Value for the reason packet not authorized on port.
                           cLIpv6NbSnoopingDropCounterReasonStop 1.3.6.1.4.1.9.9.9999.1.2.3.1.12 counter32 read-only
This object represents the Snooping Drop Counter Value for reason packet accepted but not forwarded.
           ciscoLwappIpv6MIBConform 1.3.6.1.4.1.9.9.9999.2