CISCO-SWITCH-ENGINE-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-SWITCH-ENGINE-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
 ciscoSwitchEngineMIB 1.3.6.1.4.1.9.9.97
This MIB module defines management objects for Cisco Layer 2/3 switches. These devices may either have a single (central) switching engine entity or may consist of multiple (distributed) switching engine entities which are inter-connected via a common 'switching fabric'. In the central switching engine model, all the physical ports in the system are handled by the only switching engine in the system. In the distributed switching model, each switching engine will handle a set of 'local' physical ports and when necessary, packets are also switched between switching engines over the switching fabric. Cisco L2/L3 switching devices use regular routers to assist them in learning packet 'flows' by observing how a router routes a candidate flow. A flow is some combination of source network address, destination network address and the transport port numbers, as applicable. Once a flow is established (learned), all traffic belonging to that flow will be switched at Layer 3 by the switch engine, effectively bypassing the router, until the flow has been 'aged' out. Most Cisco L2/L3 switching devices employ built-in (internal) router module(s) for integrating Layer 3 switching with Layer 2 forwarding. However, they can also learn 'flows' through other physically-separate (external) Cisco routers that are connected to the switch-engine through the network.
       cseMIBObjects 1.3.6.1.4.1.9.9.97.1
           cseL2Objects 1.3.6.1.4.1.9.9.97.1.1
               cseL2StatsTable 1.3.6.1.4.1.9.9.97.1.1.1 no-access
A table containing switching engine's L2 statistics counters.
                   cseL2StatsEntry 1.3.6.1.4.1.9.9.97.1.1.1.1 no-access
A conceptual row containing L2 statistics maintained by a switching engine (identified by entPhysicalIndex). Each switching engine managed by this MIB module has an entry in this table.
                       cseL2ForwardedLocalPkts 1.3.6.1.4.1.9.9.97.1.1.1.1.1 counter32 read-only
Number of packets received from ports local to this switching engine and forwarded at layer 2.
                       cseL2ForwardedLocalOctets 1.3.6.1.4.1.9.9.97.1.1.1.1.2 counter64 read-only
Number of octets in the packets received from ports local to this switching engine and forwarded at layer 2.
                       cseL2ForwardedTotalPkts 1.3.6.1.4.1.9.9.97.1.1.1.1.3 counter32 read-only
Total number of packets received from all sources (local and over the fabric) and forwarded at layer 2 by this switching engine.
                       cseL2NewAddressLearns 1.3.6.1.4.1.9.9.97.1.1.1.1.4 counter32 read-only
Number of new MAC addresses learned by the switching engine.
                       cseL2AddrLearnFailures 1.3.6.1.4.1.9.9.97.1.1.1.1.5 counter32 read-only
Number of MAC addresses failed to be learned because the L2 forwarding address table was full. If the value keeps increasing, the network topology should be reconfigured.
                       cseL2DstAddrLookupMisses 1.3.6.1.4.1.9.9.97.1.1.1.1.6 counter32 read-only
Number of misses during destination MAC address table lookups. A few misses happen normally. Large numbers of misses occur as a result of cseL2AddrLearnFailures.
                       cseL2IpPkts 1.3.6.1.4.1.9.9.97.1.1.1.1.7 counter32 read-only
Number of packets belonging to the IP family received by this switching engine from all sources. This value includes L3 switched packets.
                       cseL2IpxPkts 1.3.6.1.4.1.9.9.97.1.1.1.1.8 counter32 read-only
Number of packets belonging to the IPX family received by this switching engine from all sources. This value includes L3 switched packets.
                       cseL2AssignedProtoPkts 1.3.6.1.4.1.9.9.97.1.1.1.1.9 counter32 read-only
Number of packets belonging to an assigned group of network protocols (typically AppleTalk, DecNet and Vines) received by this switching engine from all sources. This value includes L3 switched packets.
                       cseL2OtherProtoPkts 1.3.6.1.4.1.9.9.97.1.1.1.1.10 counter32 read-only
Number of packets belonging to all other protocol families, received by this switching engine from all sources. This value includes L3 switched packets.
               cseL2StatsHCTable 1.3.6.1.4.1.9.9.97.1.1.2 no-access
Contains the High Capacity L2 Statistics extensions to the cseL2StatsTable.
                   cseL2StatsHCEntry 1.3.6.1.4.1.9.9.97.1.1.2.1 no-access
Contains the High Capacity L2 Statistics extensions to cseL2StatsEntry. These objects will be created by the agent for all cseL2StatsEntries it deems appropriate.
                       cseL2HCOverflowForwardedLocalPkts 1.3.6.1.4.1.9.9.97.1.1.2.1.1 counter32 read-only
The number of times the associated cseL2ForwardedLocalPkts counter has overflowed.
                       cseL2HCForwardedLocalPkts 1.3.6.1.4.1.9.9.97.1.1.2.1.2 counter64 read-only
Number of packets received from ports local to this switching engine and forwarded at layer 2.
                       cseL2HCOverflowForwardedTotalPkts 1.3.6.1.4.1.9.9.97.1.1.2.1.3 counter32 read-only
The number of times the associated cseL2ForwardeTotalPkts counter has overflowed.
                       cseL2HCForwardedTotalPkts 1.3.6.1.4.1.9.9.97.1.1.2.1.4 counter64 read-only
Total number of packets received from all sources (local and over the fabric) and forwarded at layer 2 by this switching engine.
                       cseL2HCOverflowIpPkts 1.3.6.1.4.1.9.9.97.1.1.2.1.5 counter32 read-only
The number of times the associated cseL2IpPkts counter has overflowed.
                       cseL2HCIpPkts 1.3.6.1.4.1.9.9.97.1.1.2.1.6 counter64 read-only
Number of packets belonging to the IP family received by this switching engine from all sources. This value includes L3 switched packets.
                       cseL2HCOverflowIpxPkts 1.3.6.1.4.1.9.9.97.1.1.2.1.7 counter32 read-only
The number of times the associated cseL2IpxPkts counter has overflowed.
                       cseL2HCIpxPkts 1.3.6.1.4.1.9.9.97.1.1.2.1.8 counter64 read-only
Number of packets belonging to the IPX family received by this switching engine from all sources. This value includes L3 switched packets.
                       cseL2HCOverflowAssignedProtoPkts 1.3.6.1.4.1.9.9.97.1.1.2.1.9 counter32 read-only
The number of times the associated cseL2HCAssignedProtoPkts counter has overflowed.
                       cseL2HCAssignedProtoPkts 1.3.6.1.4.1.9.9.97.1.1.2.1.10 counter64 read-only
Number of packets belonging to an assigned group of network protocols (typically AppleTalk, DecNet and Vines) received by this switching engine from all sources. This value includes L3 switched packets.
                       cseL2HCOverflowOtherProtoPkts 1.3.6.1.4.1.9.9.97.1.1.2.1.11 counter32 read-only
The number of times the associated cseL2HCOtherProtoPkts counter has overflowed.
                       cseL2HCOtherProtoPkts 1.3.6.1.4.1.9.9.97.1.1.2.1.12 counter64 read-only
Number of packets belonging to all other protocol families, received by this switching engine from all sources. This value includes L3 switched packets.
           cseFlow 1.3.6.1.4.1.9.9.97.1.2
               cseFlowEstablishedAgingTime 1.3.6.1.4.1.9.9.97.1.2.1 integer32 read-write
The adminstrative aging time for IP established flows. The default value for this object is implementation specific. If the cseFlowEstablishedAgingTime is not configured to the appropriate value, it will be adjusted to the closest value. The corresponding operational object, taken effect on the a device, is cseFlowOperIPEstablishedAgingTime.
               cseFlowFastAgingTime 1.3.6.1.4.1.9.9.97.1.2.2 unsigned32 read-write
The administrative fast aging time for the established flow entries, that have less number of packets than the value set in the cseFlowFastAgePktThreshold, switched within this time. Setting to value of 0 turns off fast aging. The default value for this object is implementation specific. If the cseFlowFastAgingTime is not configured to the appropriate value, it will be adjusted to the closest value. The corresponding operational object, taken effect on the device, is cseFlowOperFastAgingTime.
               cseFlowFastAgePktThreshold 1.3.6.1.4.1.9.9.97.1.2.3 unsigned32 read-write
The administrative packet threshold setting for the cseFlowFastAgingTime. The default for Fast Aging Packet Threshold is 0, i.e. no packets switched within the time set in cseFlowFastAgingTime, after an L3 flow was established. If the cseFlowFastAgingTime is not configured to the appropriate value, it will be adjusted to the closest value. The corresponding operational object, taken effect on the device, is cseFlowOperFastAgePktThreshold.
               cseRouterTable 1.3.6.1.4.1.9.9.97.1.2.4 no-access
A table containing information about all routers that are discovered by the switch, including internal and external routers.
                   cseRouterEntry 1.3.6.1.4.1.9.9.97.1.2.4.1 no-access
A conceptual row in the cseRouterTable containing information about a router. A row appears either directly through dynamic learning or indirectly through management configuration (via SNMP,by creating an entry in the cseStaticExtRouterTable or via CLI).
                       cseRouterIndex 1.3.6.1.4.1.9.9.97.1.2.4.1.1 ipaddress no-access
The router's IP address which is used to uniquely identify it for L3 flows.
                       cseRouterFlowMask 1.3.6.1.4.1.9.9.97.1.2.4.1.2 integer read-only
The IP type of mask configured for the router represented by this row. Each flow known to the switching engine has a mask which is applied to all packets in order to compare them to that flow. Each hardware-learned flow has the mask configured for the router which logically forwards that flow. Enumeration: 'dstOnly': 1, 'notApplicable': 4, 'srcDstVlan': 5, 'srcDst': 2, 'fullFlow': 3.
                       cseRouterName 1.3.6.1.4.1.9.9.97.1.2.4.1.3 displaystring read-only
DNS name (if available) of the router.
                       cseRouterStatic 1.3.6.1.4.1.9.9.97.1.2.4.1.4 truthvalue read-only
If the value of the object is true, this router was configured via SNMP or CLI. Otherwise, this router was learned automatically.
                       cseRouterIpxFlowMask 1.3.6.1.4.1.9.9.97.1.2.4.1.5 integer read-only
The IPX type of mask configured for the router represented by this row. Each flow known to the switching engine has a mask which is applied to all packets in order to compare them to that flow. Each hardware-learned flow has the mask configured for the router which logically forwards that flow. Enumeration: 'dstOnly': 1, 'notApplicable': 4, 'srcDst': 2, 'fullFlow': 3.
               cseStaticExtRouterTable 1.3.6.1.4.1.9.9.97.1.2.5 no-access
A table of external routers which are enabled for Layer 3 IP switching by the switching engine. This table may contain routers that have not yet been discovered by the device.
                   cseStaticExtRouterEntry 1.3.6.1.4.1.9.9.97.1.2.5.1 no-access
A conceptual row in the cseStaticExtRouterTable for enabling an external router to be installed in the switch's router table. The entry is created and deleted by using cseStaticRouterStatus.
                       cseStaticRouterName 1.3.6.1.4.1.9.9.97.1.2.5.1.1 displaystring read-only
DNS name (if available) of the external router.
                       cseStaticRouterOwner 1.3.6.1.4.1.9.9.97.1.2.5.1.2 ownerstring read-only
String indicating the owner who created the static entry.
                       cseStaticRouterStatus 1.3.6.1.4.1.9.9.97.1.2.5.1.3 rowstatus read-only
Used to manage creation and deletion of rows in this table. Once a row becomes active, values within that row cannot be modified except by deleting and creating the row.
                       cseStaticRouterType 1.3.6.1.4.1.9.9.97.1.2.5.1.4 bits read-only
Indicates if the router is included for unicast switching, or multicast switching, or both. Bits: 'unicast': 0, 'multicast': 1.
               cseRouterVlanTable 1.3.6.1.4.1.9.9.97.1.2.6 no-access
The table listing the MAC address used by routers on particular VLANs.
                   cseRouterVlanEntry 1.3.6.1.4.1.9.9.97.1.2.6.1 no-access
A conceptual row of the cseRouterVlanTable. An entry exists for each known VLAN of each known router.
                       cseRouterMac 1.3.6.1.4.1.9.9.97.1.2.6.1.1 macaddress read-only
Mac address used by the router for this VLAN number.
                       cseRouterVlan 1.3.6.1.4.1.9.9.97.1.2.6.1.2 vlanindex no-access
The Vlan number associated with the router's MAC address.
                       cseRouterProtocol 1.3.6.1.4.1.9.9.97.1.2.6.1.3 bits read-only
Indicates which protocols are routed by this router on this VLAN using this Mac address. Bits: 'ip': 0, 'ipx': 1.
               cseFlowMaxQueries 1.3.6.1.4.1.9.9.97.1.2.7 unsigned32 read-only
Maximum number of query entries allowed to be outstanding at any time, in the cseFlowQueryTable. The typical value for this object is 5.
               cseFlowQueryTable 1.3.6.1.4.1.9.9.97.1.2.8 no-access
A control table used to query the switching engine by specifying retrieval criteria for L3 flows. The resulting data for each instance of a query in this table is returned in the cseFlowDataTable. The maximum number of entries (rows) in this table cannot exceed the value returned by cseFlowMaxQueries.
                   cseFlowQueryEntry 1.3.6.1.4.1.9.9.97.1.2.8.1 no-access
A conceptual row of the cesFlowQueryTable used to setup retrieval criteria to search for L3 flows on a particular switching engine entity identified by entPhysicalIndex. The actual search is started by setting the value of cseFlowQueryStatus to 'active'. Once a row becomes active, values within the row cannot be modified, except by deleting and re-creating the row.
                       cseFlowQueryIndex 1.3.6.1.4.1.9.9.97.1.2.8.1.1 unsigned32 no-access
An arbitrary integer which uniquely identifies the control query among all those specified for the switching engine indicated by entPhysicalIndex.
                       cseFlowQueryMask 1.3.6.1.4.1.9.9.97.1.2.8.1.2 integer read-only
Setting each value causes the appropriate action: 'dstOnly' - causes the creation of rows in the cseFlowDataTable corresponding to the current L3 flow information for the absolute destination IP address set in the cseFlowQueryDestination object in this table. If cseFlowQueryDestinationMask is also specified at the same time, it will be applied to the address part of cseFlowQueryDestination. 'srcOrDst' - causes the creation of rows in the cseFlowDataTable corresponding to the current L3 flow information for EITHER of the absolute IP addresses set in the cseFlowQueryDestination or cseFlowQuerySource objects. If either of cseFlowQueryDestinationMask and cseFlowQuerySourceMask objects are also specified at the same time, they will be applied to the respective address parts of cseFlowQueryDestination and cseFlowQuerySource objects. This option is typically used to setup queries for flows on traffic in either directions. 'srcAndDst' - causes the creation of rows in the cseFlowDataTable corresponding to the current L3 flow information for BOTH the absolute IP addresses set in the cseFlowQueryDestination and cseFlowQuerySource objects. If either of cseFlowQueryDestinationMask and cseFlowQuerySourceMask objects are also specified at the same time, they will be applied to the respective address parts of cseFlowQueryDestination and cseFlowQuerySource objects. This option is typically used to setup queries for flows on traffic in one direction only. 'fullFlow' - causes the creation of row(s) in the cseFlowDataTable exactly corresponding to the current L3 flow information for the complete IP flow (including the transport port numbers) set in the cseFlowQueryDestination and cseFlowQuerySource objects. If either of cseFlowQueryDestinationMask and cseFlowQuerySourceMask objects are also specified at the same time, they will be applied to the respective address parts of cseFlowQueryDestination and cseFlowQuerySource objects. This option is typically used to setup queries for flows on traffic for specific (TCP/UDP) port numbers corresponding to standard protocols such as FTP, WWW, TELNET, etc. 'ipxDstOnly' - causes the creation of rows in the cseFlowDataTable corresponding to the current L3 flow information for the absolute destination IPX address set in the cseFlowQueryDestination object in this table. If cseFlowQueryDestinationMask is also specified at the same time, it will be applied to the address part of cseFlowQueryDestination. 'ipxSrcAndDst' - causes the creation of rows in the cseFlowDataTable corresponding to the current L3 flow information for BOTH the absolute IPX addresses set in the cseFlowQueryDestination and cseFlowQuerySource objects. If either of cseFlowQueryDestinationMask and cseFlowQuerySourceMask objects are also specified at the same time, they will be applied to the respective address parts of cseFlowQueryDestination and cseFlowQuerySource objects. 'any' - returns all rows corresponding to all established flow entries in the cseFlowDataTable. Note: 1. The type FlowAddressComponent used for objects cseFlowQuerySource and cseFlowQueryDestination, has the network address part and also the transport port number part, if applicable. 2. The value of this object cannot be modified when the corresponding instance of cseFlowQueryStatus is 'active'. Enumeration: 'fullFlow': 4, 'dstOnly': 1, 'ipxSrcAndDst': 6, 'srcOrDst': 2, 'srcAndDst': 3, 'any': 7, 'ipxDstOnly': 5.
                       cseFlowQueryTransport 1.3.6.1.4.1.9.9.97.1.2.8.1.3 bits read-only
The IP transport protocol type specified for this query. Ignored for IPX flow queries. The value of this object cannot be modified when the corresponding instance of cseFlowQueryStatus is 'active'. Bits: 'udp': 0, 'tcp': 1.
                       cseFlowQuerySource 1.3.6.1.4.1.9.9.97.1.2.8.1.4 flowaddresscomponent read-only
The source network address and port (if applicable). The value of this object cannot be modified when the corresponding instance of cseFlowQueryStatus is 'active'.
                       cseFlowQuerySourceMask 1.3.6.1.4.1.9.9.97.1.2.8.1.5 flowaddresscomponent read-only
The source address mask to be applied to the corresponding instance of cseFlowQuerySource. The value of this object cannot be modified when the corresponding instance of cseFlowQueryStatus is 'active'.
                       cseFlowQueryDestination 1.3.6.1.4.1.9.9.97.1.2.8.1.6 flowaddresscomponent read-only
The destination network address and port (if applicable). The value of this object cannot be modified when the corresponding instance of cseFlowQueryStatus is 'active'.
                       cseFlowQueryDestinationMask 1.3.6.1.4.1.9.9.97.1.2.8.1.7 flowaddresscomponent read-only
The destination address mask to be applied to the corresponding instance of cseFlowQueryDestination. The value of this object cannot be modified when the corresponding instance of cseFlowQueryStatus is 'active'.
                       cseFlowQueryRouterIndex 1.3.6.1.4.1.9.9.97.1.2.8.1.8 ipaddress read-only
Index of the router for which the flows are available. An 'all-zero' IP address indicates that the query is for any router. The value of this object cannot be modified when the corresponding instance of cseFlowQueryStatus is 'active'.
                       cseFlowQueryOwner 1.3.6.1.4.1.9.9.97.1.2.8.1.9 ownerstring read-only
The manager entity that configured this entry and is therefore using the resources assigned to it.
                       cseFlowQueryResultingRows 1.3.6.1.4.1.9.9.97.1.2.8.1.10 integer32 read-only
The result status of the query. Possible values are: -1 - Either the query has not been initiated or the agent is busy processing this query instance. Time to completion of the query processing depends on the complexity of the query and the number of matches that satisfy this query. 0..2147483647 - The search has ended and this is the number of rows in the cseFlowDataTable, resulting from this query.
                       cseFlowQueryResultTotalPkts 1.3.6.1.4.1.9.9.97.1.2.8.1.11 ciscogauge64 read-only
The aggregate number of total packets switched by the system on all the flows matching this query. This is a snapshot value and is valid only when the corresponding instance of cseFlowQueryResultingRows is greater than or equal to 0.
                       cseFlowQueryResultTotalOctets 1.3.6.1.4.1.9.9.97.1.2.8.1.12 ciscogauge64 read-only
The aggregate number of total octets switched by the system on all the flows matching this query. This is a snapshot value and is valid only when the corresponding instance of cseFlowQueryResultingRows is greater than or equal to 0.
                       cseFlowQueryResultAvgDuration 1.3.6.1.4.1.9.9.97.1.2.8.1.13 timeinterval read-only
The average duration of the flows matching this query. This is a snapshot value and is valid only when the corresponding instance of cseFlowQueryResultingRows is greater than or equal to 0.
                       cseFlowQueryResultAvgIdle 1.3.6.1.4.1.9.9.97.1.2.8.1.14 timeinterval read-only
The elapsed time since the flows were last used, averaged over all flows matching this query. This is a snapshot value and is valid only when the corresponding instance of cseFlowQueryResultingRows is greater than or equal to 0.
                       cseFlowQueryStatus 1.3.6.1.4.1.9.9.97.1.2.8.1.15 rowstatus read-only
The status object used to manage rows in this table. When set to active(1), the query is initiated. Once initiated, the value may not be modified until the value of cseFlowQueryResultingRows is greater than or equal to 0. However, this object can be set to active(1) only after all the appropriate objects for this query as defined by the value set in the cseFlowQueryMask object, have also been set. Once a row becomes active, values within the row cannot be modified, except by deleting and re-creating it.
                       cseFlowQueryCreateTime 1.3.6.1.4.1.9.9.97.1.2.8.1.16 timestamp read-only
Time when this query was created.
                       cseFlowQueryTotalFlows 1.3.6.1.4.1.9.9.97.1.2.8.1.17 unsigned32 read-only
The total number of L3 flows matching the query criterion.
                       cseFlowQuerySkipNFlows 1.3.6.1.4.1.9.9.97.1.2.8.1.18 integer32 read-only
The number of searched flows to be skipped before storing any L3 flows in cseFlowDataTable. This object can be used along with cseFloQueryTotalFlows object to skip previously found flows by setting the variable equal to the number of the associated rows in cseFlowDataTable, and only query the remaining flows in the table. Note that due to the dynamical nature of the L3 flows, the queried flows may be missed or repeated by setting this object. The value of this object cannot be modified when the corresponding instance of cseFlowQueryStatus is 'active'.
               cseFlowDataTable 1.3.6.1.4.1.9.9.97.1.2.9 no-access
A table containing L3 flow information corresponding to all the completed queries setup in the cseFlowQueryTable, that were initiated on the switch engine(s).
                   cseFlowDataEntry 1.3.6.1.4.1.9.9.97.1.2.9.1 no-access
A conceptual row of the cseFlowDataTable used to return information about one of the L3 flows which matched the search criteria set by the cseFlowQueryMask object in the corresponding instance of the cseFlowQueryTable.
                       cseFlowDataIndex 1.3.6.1.4.1.9.9.97.1.2.9.1.1 unsigned32 no-access
A number to uniquely identify a result entry that matches a particular query for a specific switching engine.
                       cseFlowDataSrcMac 1.3.6.1.4.1.9.9.97.1.2.9.1.2 macaddress read-only
Source Mac Address of the router's outgoing interface.
                       cseFlowDataDstMac 1.3.6.1.4.1.9.9.97.1.2.9.1.3 macaddress read-only
Destination Mac Address used to forward the packets in this flow.
                       cseFlowDataStaticFlow 1.3.6.1.4.1.9.9.97.1.2.9.1.4 truthvalue read-only
Indicates whether this flow was software-installed.
                       cseFlowDataEncapType 1.3.6.1.4.1.9.9.97.1.2.9.1.5 integer read-only
Protocol encapsulation type used to forward packets in this flow to their destination. Enumeration: 'ipxEthernet': 2, 'ipx802raw': 3, 'ipx802sap': 4, 'other': 6, 'ipx802snap': 5, 'ipArpa': 1.
                       cseFlowDataSource 1.3.6.1.4.1.9.9.97.1.2.9.1.6 flowaddresscomponent read-only
The source network address and the port (if appropriate) of this flow.
                       cseFlowDataDestination 1.3.6.1.4.1.9.9.97.1.2.9.1.7 flowaddresscomponent read-only
The destination network address and port (if appropriate) of this flow.
                       cseFlowDataDestVlan 1.3.6.1.4.1.9.9.97.1.2.9.1.8 vlanindex read-only
The vlan number on which packets belonging to this flow are forwarded.
                       cseFlowDataIpQOS 1.3.6.1.4.1.9.9.97.1.2.9.1.9 integer32 read-only
Level of Quality of service for this IP flow. If it is not an IP flow, this object will not be instantiated.
                       cseFlowDataIpQOSPolicy 1.3.6.1.4.1.9.9.97.1.2.9.1.10 integer32 read-only
Level of the Quality of service policy for this IP flow. If it is not an IP flow, this object will not be instantiated.
                       cseFlowDataWhenCreated 1.3.6.1.4.1.9.9.97.1.2.9.1.11 timestamp read-only
Time when this flow was created in the switching engine.
                       cseFlowDataLastUsed 1.3.6.1.4.1.9.9.97.1.2.9.1.12 timestamp read-only
Time since this flow was last used to forward a packet by the switching engine.
                       cseFlowDataPkts 1.3.6.1.4.1.9.9.97.1.2.9.1.13 gauge32 read-only
A snapshot value of the number of packets forwarded on this flow at the time of corresponding query.
                       cseFlowDataOctets 1.3.6.1.4.1.9.9.97.1.2.9.1.14 ciscogauge64 read-only
A snapshot value of octets forwarded on this flow at the time of corresponding query.
               cseFlowSwitchControlTable 1.3.6.1.4.1.9.9.97.1.2.10 no-access
A table used to control the L3 flow switching operation, per protocol type.
                     cseFlowSwitchControlEntry 1.3.6.1.4.1.9.9.97.1.2.10.1 no-access
A conceptual row for the configuration of Flow switching feature for an L3 protocol type.
                         cseFlowSwitchProtocol 1.3.6.1.4.1.9.9.97.1.2.10.1.1 cisconetworkprotocol no-access
Protocol type for which this row instance. Only ip(1) and ipx(14) values are currently supported.
                         cseFlowSwitchStatus 1.3.6.1.4.1.9.9.97.1.2.10.1.2 controlstatus read-write
The current status of the global flow switching capability for the specified L3 protocol type.
               cseFlowMcastMaxQueries 1.3.6.1.4.1.9.9.97.1.2.11 unsigned32 read-only
Maximum number of query entries allowed to be outstanding at any time, in the cseFlowMcastQueryTable. The typical value for this object is 5.
               cseFlowMcastQueryTable 1.3.6.1.4.1.9.9.97.1.2.12 no-access
A control table used to query the switching engine by specifying retrieval criteria for IP multicast L3 flows. Each row instance in the table represents a query with its parameters. The resulting data for each instance of a query in this table is returned in the cseFlowMcastResultTable. The maximum number of entries (rows) in this table cannot exceed the value of cseFlowMcastMaxQueries object. Unlike unicast switched layer 3 flows, an IP multicast switched flow is created and installed by software, and is uniquely identified by flow's source IP address, and multicast group IP address. It is stored with input Vlan ID in the cache entry, so that the packets in the flow will not be replicated and forwarded to the receivers on the same (input) Vlan. Another difference is that all IP multicast hardware switched flows belonging to the same (source, group) are stored only on one switch engine on a Cisco L3 switch with distributed switch engines, whereas unicast flows identified by certain criterion may resident on multiple switch engines in the system.
                     cseFlowMcastQueryEntry 1.3.6.1.4.1.9.9.97.1.2.12.1 no-access
A conceptual row of the cesMcastFlowQueryTable used to setup retrieval criteria to search for IP multicast L3 flows on all switching engine entities in the device. The actual search is started by setting the value of cseFlowMcastQueryStatus to 'active'. Once a row becomes active, values within the row cannot be modified, without setting the associated RowStatus object to 'notInService' first, or deleting and re-creating the row.
                         cseFlowMcastQueryIndex 1.3.6.1.4.1.9.9.97.1.2.12.1.1 unsigned32 no-access
An arbitrary integer in the range of 1 to cseFlowMcastMaxQueries to identify this control query.
                         cseFlowMcastQueryMask 1.3.6.1.4.1.9.9.97.1.2.12.1.2 bits read-only
This object is used to set up the query criterion for the multicast flows of interest. If any one of the defined BITs is set, then the value of the corresponding object in the same row instance will be used for the search. Specifically, if the 'source(0)' BIT is set, then the cseFlowMcastQuerySrc object will be included in the search criterion. If the group(1) BIT is set, then the cseFlowMcastQueryGrp object will be included in the search criterion. If the vlan(2) BIT is set, then the cseFlowMcastQuerySrcVlan object will be included in the search criterion. If the router(3) BIT is set, then the cseFlowMcastQueryRtrIndex object will be included in the search criterion. If the mvrf(4) BIT is set, then the cseFlowMcastQueryMvrf object will be included in the search criterion; If the sourceip(5) BIT is set, then the cseFlowMcastQueryAddrType and cseFlowMcastQuerySource objects will be included in the search criterion. If the groupip(6) BIT is set, then the cseFlowMcastQueryAddrType and cseFlowMcastQueryGroup objects will be included in the search criterion. If the source(0) or group(1) BIT is set, then the sourceip(5) or groupip(6) cannot be set, and vice-versa. If any of the BITs in this variable is cleared, the corresponding parameter object in the same row is treated as a wildcard. When the row is instantiated, the BITs in the variable will be cleared, and none of query parameter objects in this row will be instantiated. This will be considered as a wildcard search for flows on the default Multicast Virtual Private Network (MVPN) routing/forwarding (MVRF) instance. i.e. it will return all rows corresponding to all established multicast flow entries in the default MVRF, in cseFlowMcastResultTable. The address type of this wildcard search will be specified be cseFlowMcastQueryAddrType. It is SNMP managers' responsibility to set certain bits on in this object instance, if necessary, and the corresponding flow parameter variables to the appropriate values in order to setup the desired query criteria. The value of this object can not be altered when the corresponding instance of cseFlowMcastQueryStatus is 'active'. Bits: 'mvrf': 4, 'group': 1, 'groupip': 6, 'vlan': 2, 'source': 0, 'router': 3, 'sourceip': 5.
                         cseFlowMcastQuerySrc 1.3.6.1.4.1.9.9.97.1.2.12.1.3 ipaddress read-only
The source address of the IP multicast layer 3 flows. This object should be instantiated and assigned a proper IP address whenever the 'source' bit of cseFlowMcastQueryMask object in the same row is on. If the 'source' bit is set, and an appropriate IP address is assigned to this object, then only flows with the specified source address will be containing in the result table. If the 'source' bit in the associated cseFlowMcastQueryMask is cleared, this object is ignored during the query, and all flows will be considered regardless of their source IP address. This object is deprecated and replaced by cseFlowMcastQueryAddrType and cseFlowMcastQuerySource.
                         cseFlowMcastQueryGrp 1.3.6.1.4.1.9.9.97.1.2.12.1.4 mcastgroupip read-only
The IP multicast group address of the queried flows. This object should be instantiated and set whenever the 'group' bit of the associated cseFlowMcastQueryMask object is on. If the 'group' bit is set, and a multicast group address is assigned to the object, only flows with the specified group address will be contained in the result table. If the 'group' bit in the associated cseFlowMcastQueryMask is cleared, this object is ignored during the query, and all flows will be considered regardless of their group address. This object is deprecated and replaced by cseFlowMcastQueryAddrType and cseFlowMcastQueryGroup.
                         cseFlowMcastQuerySrcVlan 1.3.6.1.4.1.9.9.97.1.2.12.1.5 vlanindex read-only
The source Vlan ID of the IP multicast layer 3 flows. This object should be instantiated and set whenever the 'vlan' bit of the associated cseFlowMcastQueryMask object is on. If the 'vlan' bit is set, and a Vlan ID is assigned to this object, only flows belonging to that vlan will be contained in the result table. If the 'vlan' bit in the associated cseFlowMcastQueryMask object is cleared, this object is ignored during the query, and all flows will be considered regardless of their vlan IDs.
                         cseFlowMcastQueryRtrIndex 1.3.6.1.4.1.9.9.97.1.2.12.1.6 ipaddress read-only
Index of the router for which the multicast flows are available, that is the flows would be replicated and routed by the specified router, should the flows did not get switched. This object should be instantiated and set whenever the 'router' bit of the asociated cseFlowMcastQueryMask object is on. If the 'router' bit is set, and a router's IP address is assigned to this object, then only flows associated with that router will be contained in the result table. If the 'router' bit in the cseFlowMcastQueryMask object is cleared, this object is ignored during the query, and all flows will be considered regardless of the routers being switched.
                         cseFlowMcastQuerySkipNFlows 1.3.6.1.4.1.9.9.97.1.2.12.1.7 integer32 read-only
The number of searched flows to be skipped before storing any multicast flows in cseFlowMcastResultTable. This object can be used along with cseFlowMcastQueryTotalFlows object to skip previously found flows by setting the variable equal to the number of the associated rows in cseFlowMcastResultTable, and only query the remaining flows in the table. Note that due to the dynamical nature of the L3 flows, the queried flows may be missed or repeated by setting this object.
                         cseFlowMcastQueryOwner 1.3.6.1.4.1.9.9.97.1.2.12.1.8 ownerstring read-only
The manager entity that configured this entry and is therefore using the resources assigned to it. It is used to model an administratively assigned name of the owner of a resource. It is recommended that this object have one or more the following information: IP address, management station name, network manager's name, location, or phone number.
                         cseFlowMcastQueryTotalFlows 1.3.6.1.4.1.9.9.97.1.2.12.1.9 integer32 read-only
The number of flows matching the query criterion.
                         cseFlowMcastQueryRows 1.3.6.1.4.1.9.9.97.1.2.12.1.10 integer32 read-only
Indicating the status of the query by following values: -1 - Either the query has not been started or the agent is still processing this query instance. It is the default value when the row is instantiated. 0..2147483647 - The search has ended and this is the number of rows in the cseFlowMcastResultTable, resulting from this query.
                         cseFlowMcastQueryStatus 1.3.6.1.4.1.9.9.97.1.2.12.1.11 rowstatus read-only
The status object used to manage rows in this table. When set to 'active', the query of flows is initiated. This object can be set to active only after all the appropriate objects for this query as defined by the bits in the cseFlowMcastQueryMask object, have also been instantiated. The completion of the query is indicated by the value of cseFlowMcastQueryRows as soon as it becomes greater than or equal to 0. Once a row becomes active, values within the row cannot be modified without setting it to 'notInService' first, or just deleting and re-creating it. To abort a lengthy on-going query, setting this object to 'notInService', or 'destroy' will terminate a search if one is in progress, and cause the associated rows in cseFlowMcastResultTable, if any, to be deleted.
                         cseFlowMcastQueryCreateTime 1.3.6.1.4.1.9.9.97.1.2.12.1.12 timestamp read-only
Time when this query was last set to active.
                         cseFlowMcastQueryMvrf 1.3.6.1.4.1.9.9.97.1.2.12.1.13 mplsvpnid read-only
The human-readable name of the Multicast Virtual Private Network (MVPN) routing/forwarding instance (MVRF). When the 'mvrf' bit of cseFlowMcastQueryMask object in the same row is on, an appropriate value should be specified and only flows with the specified MVRF name will be contained in the result table. If the 'mvrf' bit in the associated cseFlowMcastQueryMask is cleared, this object is ignored during the query, and all the flows corresponding to the default MVRF will be considered.
                         cseFlowMcastQueryAddrType 1.3.6.1.4.1.9.9.97.1.2.12.1.14 inetaddresstype read-only
The Internet address type for this multicast search query.
                         cseFlowMcastQuerySource 1.3.6.1.4.1.9.9.97.1.2.12.1.15 inetaddress read-only
The source Internet address of the IP multicast layer 3 flows. When the 'sourceip' bit of cseFlowMcastQueryMask cseFlowMcastQueryMask object in the same row is on, an appropriate value should be specified and only flows with the specified source address will be contained in the result table. If the 'sourceip' bit in the associated cseFlowMcastQueryMask is cleared, this object is ignored during the query, and all flows will be considered regardless of their source address. The type of this address is determined by the value of the cseFlowMcastQueryAddrType object. The default value of this object is all zeros.
                         cseFlowMcastQueryGroup 1.3.6.1.4.1.9.9.97.1.2.12.1.16 inetaddress read-only
The multicast group Internet address of the queried flows. When the 'mvrf' bit of cseFlowMcastQueryMask object in the same row is on, an appropriate value should be specified and only flows with the specified group address will be contained in the result table. If the 'groupip' bit in the associated cseFlowMcastQueryMask is cleared, this object is ignored during the query, and all flows will be considered regardless of their group address. The type of this address is determined by the value of the cseFlowMcastQueryAddrType object. The default value of this object is all zeros.
               cseFlowMcastResultTable 1.3.6.1.4.1.9.9.97.1.2.13 no-access
A table containing current IP multicast flow information corresponding to all the completed queries set up in the cseFlowMcastQueryTable, that were initiated on the switch engine(s). The query result will not become available until the current search completes.
                     cseFlowMcastResultEntry 1.3.6.1.4.1.9.9.97.1.2.13.1 no-access
A conceptual row of cseFlowMcastResultTable, containing information about an IP multicast layer 3 flow that matchs the search criteria set in the corresponding row of cseFlowMcastQueryTable. This row instance is indexed by the query index (cseFlowMcastQueryIndex), the switch engine entity (entPhysicalIndex), and data entry index (cseFlowMcastResultIndex). The value of entPhysicalIndex object is assigned by Entity-MIB, and uniquely identifies a switching engine on which the IP multicast flow is stored.
                         cseFlowMcastResultIndex 1.3.6.1.4.1.9.9.97.1.2.13.1.1 integer32 no-access
A positive integer which uniquely identify a result entry on a specific switching engine matching a particular query.
                         cseFlowMcastResultGrp 1.3.6.1.4.1.9.9.97.1.2.13.1.2 mcastgroupip read-only
The multicast group IP address of the multicast layer 3 flow. This object is deprecated and replaced by cseFlowMcastResultAddrType and cseFlowMcastResultGroup.
                         cseFlowMcastResultSrc 1.3.6.1.4.1.9.9.97.1.2.13.1.3 ipaddress read-only
The source address of the multicast layer 3 flow. This object is deprecated and replaced by cseFlowMcastResultAddrType and cseFlowMcastResultSource.
                         cseFlowMcastResultSrcVlan 1.3.6.1.4.1.9.9.97.1.2.13.1.4 vlanindex read-only
The source Vlan ID of the IP multicast layer 3 flow.
                         cseFlowMcastResultRtrIp 1.3.6.1.4.1.9.9.97.1.2.13.1.5 ipaddress read-only
The interface IP address of the router this multicast flow is switching for. Since IP multicast flows can only be established for a router's trunk ports, it is the primary IP address of the router's trunk link that connects to the switch.
                         cseFlowMcastResultRtrMac 1.3.6.1.4.1.9.9.97.1.2.13.1.6 macaddress read-only
The default MAC address of the router the multicast flow is switching for. Different multicast flows switching different ports of the same router will have the identical value of this object.
                         cseFlowMcastResultCreatedTS 1.3.6.1.4.1.9.9.97.1.2.13.1.7 timestamp read-only
Time when the IP multicast flow was created.
                         cseFlowMcastResultLastUsedTS 1.3.6.1.4.1.9.9.97.1.2.13.1.8 timestamp read-only
Time when this IP multicast flow was last used.
                         cseFlowMcastResultPkts 1.3.6.1.4.1.9.9.97.1.2.13.1.9 counter64 read-only
The total number of multicast traffic packets forwarded for this flow (replicated packets are not counted).
                         cseFlowMcastResultOctets 1.3.6.1.4.1.9.9.97.1.2.13.1.10 counter64 read-only
The total number of multicast traffic octets forwarded for this flow (replicated packets are not counted).
                         cseFlowMcastResultDstVlans 1.3.6.1.4.1.9.9.97.1.2.13.1.11 octet string read-only
A string of octets containing one bit per VLAN. Each octet within the value of this object specifies a set of eight VLANs, e.g. the first octet corresponding to VLANs with VlanIndex values of 0 through 7, the second octet to VLANs 8 through 15, etc. Within each octet, the most significant bit represents the lowest numbered VLAN, and the least significant bit represents the highest numbered VLAN, thus each vlan is represented by a single bit within the octet. The bits in this object will be set to '1' if the corresponding Vlans are in the out-going interface (vlan) list of the IP multicast flow described by this row instance.
                         cseFlowMcastResultDstVlans2k 1.3.6.1.4.1.9.9.97.1.2.13.1.12 octet string read-only
A string of octets containing one bit per VLAN, with VlanIndex values of 1024 through 2047,with each octet within the value of this object specifies a set of eight VLANs, e.g. the first octet corresponding to VLANs with VlanIndex values of 1024 through 1031, the second octet to VLANs 1032 through 1039 etc. Within each octet, the most significant bit represents the lowest numbered VLAN, and the least significant bit represents the highest numbered VLAN, thus each vlan is represented by a single bit within the octet. The bits in this object will be set to '1' if the corresponding Vlans are in the out-going interface (vlan) list of the IP multicast flow described by this row instance.
                         cseFlowMcastResultDstVlans3k 1.3.6.1.4.1.9.9.97.1.2.13.1.13 octet string read-only
A string of octets containing one bit per VLAN. With VlanIndex values of 2048 through 3071 with each octet within the value of this object specifies a set of eight VLANs, e.g. the first octet corresponding to VLANs with VlanIndex values of 2048 through 2055, the second octet to VLANs 2056 through 2063 etc. Within each octet, the most significant bit represents the lowest numbered VLAN, and the least significant bit represents the highest numbered VLAN, thus each vlan is represented by a single bit within the octet. The bits in this object will be set to '1' if the corresponding Vlans are in the out-going interface (vlan) list of the IP multicast flow described by this row instance.
                         cseFlowMcastResultDstVlans4k 1.3.6.1.4.1.9.9.97.1.2.13.1.14 octet string read-only
A string of octets containing one bit per VLAN. With VlanIndex values of 3072 through 4095, with each octet within the value of this object specifies a set of eight VLANs, e.g. the first octet corresponding to VLANs with VlanIndex values of 3072 through 3079 the second octet to VLANs 3080 through 3087 etc. Within each octet, the most significant bit represents the lowest numbered VLAN, and the least significant bit represents the highest numbered VLAN, thus each vlan is represented by a single bit within the octet. The bits in this object will be set to '1' if the corresponding Vlans are in the out-going interface (vlan) list of the IP multicast flow described by this row instance.
                         cseFlowMcastResultMvrf 1.3.6.1.4.1.9.9.97.1.2.13.1.15 mplsvpnid read-only
The MVRF to which this flow belongs to.
                         cseFlowMcastResultAddrType 1.3.6.1.4.1.9.9.97.1.2.13.1.16 inetaddresstype read-only
The Internet address type of cseFlowMcastResultGroup and cseFlowMcastResultSource.
                         cseFlowMcastResultGroup 1.3.6.1.4.1.9.9.97.1.2.13.1.17 inetaddress read-only
The multicast group IP address of the multicast layer 3 flow.
                         cseFlowMcastResultSource 1.3.6.1.4.1.9.9.97.1.2.13.1.18 inetaddress read-only
The source address of the multicast layer 3 flow.
                         cseFlowMcastResultFlowType 1.3.6.1.4.1.9.9.97.1.2.13.1.19 integer read-only
Indicates the type of multicast layer 3 flow. other - Multicast flow type is none of the followoing. rpfMfd - This flow is a RPF MFD flow. partial - This flow is a partial shortcut flow. Enumeration: 'other': 1, 'partialSC': 3, 'rpfMfd': 2.
                         cseFlowMcastResultHFlag1k2k 1.3.6.1.4.1.9.9.97.1.2.13.1.20 octet string read-only
A string of octets containing one bit per out-going interface (VLAN) with VlanIndex values of 0 through 2047. Each octet within the value of this object specifies a set of eight VLANs, e.g. the first octet corresponding to VLANs with VlanIndex values of 0 through 7, the second octet to VLANs 8 through 15, etc. Within each octet, the most significant bit represents the lowest numbered VLAN, and the least significant bit represents the highest numbered VLAN, thus each vlan is represented by a single bit within the octet. The bits in this object will be set to '1' if the multicast layer 3 flow described by this row instance is hardware switched on the corresponding VLAN. If the length of this string is less than 256 octets, any 'missing' octets are assumed to contain the value of zero.
                         cseFlowMcastResultHFlag3k4k 1.3.6.1.4.1.9.9.97.1.2.13.1.21 octet string read-only
A string of octets containing one bit per out-going interface (VLAN) with VlanIndex values of 2048 through 4095. Each octet within the value of this object specifies a set of eight VLANs, e.g. the first octet corresponding to VLANs with VlanIndex values of 2048 through 2055, the second octet to VLANs 2056 through 2063 etc. Within each octet, the most significant bit represents the lowest numbered VLAN, and the least significant bit represents the highest numbered VLAN, thus each vlan is represented by a single bit within the octet. The bits in this object will be set to '1' if the multicast layer 3 flow described by this row instance is hardware switched on the corresponding VLAN. If the length of this string is less than 256 octets, any 'missing' octets are assumed to contain the value of zero.
               cseFlowMcastSwitchStatus 1.3.6.1.4.1.9.9.97.1.2.14 controlstatus read-write
The current status of the global IP multicast flow switching capability. When enabled, the switch engine will be able to install multicast flow entries in its L3 forwarding table, and perform hardware assisted switching for the flows.
               cseFlowIPXEstablishedAgingTime 1.3.6.1.4.1.9.9.97.1.2.15 integer32 read-write
The administrative aging time for established IPX flows. The default value for this object is implementation specific. The corresponding operational object is cseFlowOperIPXAgingTime.
               cseStaticIpxExtRouterTable 1.3.6.1.4.1.9.9.97.1.2.16 no-access
A table of external routers which are enabled for Layer 3 IPX switching by the switching engine. This table may contain routers that have not yet been discovered by the device.
                     cseStaticIpxExtRouterEntry 1.3.6.1.4.1.9.9.97.1.2.16.1 no-access
A conceptual row in the cseStaticIpxExtRouterTable for enabling an external router to be installed in the switch's router table. The entry is created and deleted by using cseStaticIpxRouterStatus.
                         cseStaticIpxRouterName 1.3.6.1.4.1.9.9.97.1.2.16.1.1 displaystring read-only
DNS name (if available) of the external router.
                         cseStaticIpxRouterOwner 1.3.6.1.4.1.9.9.97.1.2.16.1.2 ownerstring read-only
String indicating the owner who created the static entry.
                         cseStaticIpxRouterStatus 1.3.6.1.4.1.9.9.97.1.2.16.1.3 rowstatus read-only
Used to manage creation and deletion of rows in this table. Once a row becomes active, values within that row cannot be modified except by deleting and creating the row.
               cseFlowOperEstablishedAgingTime 1.3.6.1.4.1.9.9.97.1.2.17 integer32 read-only
The operational aging time for IP established flows.
               cseFlowOperFastAgingTime 1.3.6.1.4.1.9.9.97.1.2.18 unsigned32 read-only
The operational fast aging time for the established flow entries, that have less number of packets than the value set in the cseFlowOperFastAgePktThreshold,switched within this time.
               cseFlowOperFastAgePktThreshold 1.3.6.1.4.1.9.9.97.1.2.19 unsigned32 read-only
The operational packet threshold for the cseFlowOperFastAgingTime.
               cseFlowOperIPXAgingTime 1.3.6.1.4.1.9.9.97.1.2.20 integer32 read-only
The operational aging time for established IPX flows.
               cseBridgedFlowStatsCtrlTable 1.3.6.1.4.1.9.9.97.1.2.21 no-access
A table controls the reporting of intra-vlan statistics for bridged flow per vlan. When a vlan is created in a device supporting this table, a corresponding entry of this table will be added.
                     cseBridgedFlowStatsCtrlEntry 1.3.6.1.4.1.9.9.97.1.2.21.1 no-access
A row instance contains the configuration to enable or disable the reporting of intra-vlan statistics for bridged flow per vlan.
                         cseBridgedFlowVlan 1.3.6.1.4.1.9.9.97.1.2.21.1.1 vlanindex no-access
Indicates the Vlan number on which the reporting of intra-vlan bridged flow statistics is configured.
                         cseFlowBridgedFlowStatsEnable 1.3.6.1.4.1.9.9.97.1.2.21.1.2 truthvalue read-write
Indicates whether intra-vlan bridged flow statistics is enabled. If this object is set to 'true', intra-vlan bridged flow statistics is reported in cseFlowDataTable when a corresponding query is set up in cseFlowQueryTable. If this object is set to 'false', intra-vlan bridged flow statistics is not reported. The default is false.
               cseFlowIPFlowMask 1.3.6.1.4.1.9.9.97.1.2.22 integer read-write
Indicates the flow mask for IP flows. If dstOnly(1) is used, it enables flows based on Layer 3 destination addresses only. If srcDst(2) is used, it enables flows based on both Layer 3 source and destination addresses only. If fullFlow(3) is used, it enables flows based on Layer 4 port numbers in addition to source and destination addresses. If srcOnly(4) is used, it enables flows based on Layer 3 source addresses only. If intDstSrc(5) is used, it enables flows based on source interface in addition to source and destination addresses. If intFull(6) is used, it enables flows based on source interface in addition to Layer 4 port numbers, source and destination addresses. If null(7) is used, no flow will be enabled. If intDstOnly(8) is used, it enables flows based on source interface in addition to the destination addresses. If intSrcOnly(9) is used, it enables flows based on source interface in addition to the source addresses. Enumeration: 'intSrcOnly': 9, 'null': 7, 'srcOnly': 4, 'intDstSrc': 5, 'srcDst': 2, 'intFull': 6, 'dstOnly': 1, 'fullFlow': 3, 'intDstOnly': 8.
               cseFlowIPXFlowMask 1.3.6.1.4.1.9.9.97.1.2.23 integer read-only
Indicates the flow mask for IPX flows. If dstOnly(1) is used, it enables flows based on Layer 3 destination addresses only. If srcDst(2) is used, it enables flows based on both Layer 3 source and destination addresses only. Enumeration: 'dstOnly': 1, 'srcDst': 2.
               cseFlowLongAgingTime 1.3.6.1.4.1.9.9.97.1.2.24 unsigned32 read-write
The administrative long aging time for the established flow entries. Setting to value of 0 turns off long aging.
               cseFlowExcludeTable 1.3.6.1.4.1.9.9.97.1.2.25 no-access
A table controls the flow creation based on protocol and port number. If a packet matches the protocol and port number specified in this table entries, a flow entry will not be established.
                     cseFlowExcludeEntry 1.3.6.1.4.1.9.9.97.1.2.25.1 no-access
A row instance contains the configuration to enable or disable the establishment of flow entry for matching traffic.
                         cseFlowExcludePort 1.3.6.1.4.1.9.9.97.1.2.25.1.1 ciscoport no-access
Indicates the TCP or UDP port number that matching traffic will be excluded from flow establishment. The value of 0 is not allowed.
                         cseFlowExcludeProtocol 1.3.6.1.4.1.9.9.97.1.2.25.1.2 integer read-only
Indicates the protocol that matching traffic will be excluded from flow establishment. Enumeration: 'both': 3, 'udp': 1, 'tcp': 2.
                         cseFlowExcludeStatus 1.3.6.1.4.1.9.9.97.1.2.25.1.3 rowstatus read-only
The status of this conceptual row. New rows are created using 'createAndGo' and deleted using 'destroy'. Once 'active' this object may be set to only 'destroy'. cseFlowExcludeProtocol may be modified at any time (even while the row is active).
               cseFlowStatsTable 1.3.6.1.4.1.9.9.97.1.2.26 no-access
A table containing flow statistics information on each switching engine.
                     cseFlowStatsEntry 1.3.6.1.4.1.9.9.97.1.2.26.1 no-access
A conceptual row of cseFlowStatsTable, containing flow statistics maintained by a switching engine entity (identified by entPhysicalIndex). Each switching engine managed by this MIB module has an entry in this table.
                         cseFlowTotalFlows 1.3.6.1.4.1.9.9.97.1.2.26.1.1 gauge32 read-only
Indicates the total number of flow entries installed in this switching engine.
                         cseFlowTotalIpv4Flows 1.3.6.1.4.1.9.9.97.1.2.26.1.2 gauge32 read-only
Indicates the total number of IPv4 flow entries in this switching engine.
           cseNetflowLS 1.3.6.1.4.1.9.9.97.1.3
               cseNetflowLSExportStatus 1.3.6.1.4.1.9.9.97.1.3.1 controlstatus read-write
Status of the Netflow LAN Switching data export feature.
               cseNetflowLSExportHost 1.3.6.1.4.1.9.9.97.1.3.2 displaystring read-write
Network(IP) address in dotted decimal format or the DNS hostname of the host to which Netflow LAN switching statistics are exported. This object is deprecated and replaced by cndeCollectorAddress in CISCO-NDE-MIB.
               cseNetflowLSExportTransportNumber 1.3.6.1.4.1.9.9.97.1.3.3 unsigned32 read-write
The transport(UDP) port number to be used for the Netflow LAN switching statistics being exported. This object is deprecated and replaced by cndeCollectorPort in CISCO-NDE-MIB.
               cseNetflowLSExportDataSource 1.3.6.1.4.1.9.9.97.1.3.4 flowaddresscomponent read-write
The source network address used as a filter for selecting the flows to which the netflow LAN switching data export feature is applied.
               cseNetflowLSExportDataSourceMask 1.3.6.1.4.1.9.9.97.1.3.5 flowaddresscomponent read-write
The mask to be applied to the corresponding instance of cseNetflowExportDataSource.
               cseNetflowLSExportDataDest 1.3.6.1.4.1.9.9.97.1.3.6 flowaddresscomponent read-write
The destination network address used as a filter for selecting the flows to which the netflow LAN switching data export feature is applied.
               cseNetflowLSExportDataDestMask 1.3.6.1.4.1.9.9.97.1.3.7 flowaddresscomponent read-write
The mask to be applied to its corresponding instance of cseNetflowExportDataDest.
               cseNetflowLSExportDataProtocol 1.3.6.1.4.1.9.9.97.1.3.8 integer32 read-write
The protocol used as a filter for selecting the flows to which the netflow LAN switching data export feature is applied.
               cseNetflowLSExportDataFilterSelection 1.3.6.1.4.1.9.9.97.1.3.9 integer read-write
The filter set can be chosen either included(1) or excluded(2) mutually exclusive. If this object is set to included(1) - exports the flows that match cseNetflowLSExportDataSource, cseNetflowLSExportDataSourceMask, cseNetflowLSExportDataDest, cseNetflowLSExportDataDestMask and cseNetflowLSExportDataProtocol. excluded(2) - exports the flows that don't match cseNetflowLSExportDataSource, cseNetflowLSExportDataSourceMask, cseNetflowLSExportDataDest, cseNetflowLSExportDataDestMask and cseNetflowLSExportDataProtocol. Enumeration: 'included': 1, 'excluded': 2.
               cseNetflowLSExportNDEVersionNumber 1.3.6.1.4.1.9.9.97.1.3.10 integer32 read-write
The netflow data export version number which is supported by the device. The typical value of this object can be 1, 7 or 8.
               cseNetflowLSFilterSupport 1.3.6.1.4.1.9.9.97.1.3.11 integer read-only
Indicates whether this device supports single filter or multiple filters. single - use objects in cseNDESingleFilterGroupRev1 to configure NDE filtering paramaters. multiple - use objects in cseNDEMultipleFiltersGroup to configure NDE filtering paramaters. Enumeration: 'single': 1, 'multiple': 2.
               cseNetflowLSFilterTable 1.3.6.1.4.1.9.9.97.1.3.12 no-access
A Table containing Netflow Data Export filtering configuration.
                     cseNetflowLSFilterEntry 1.3.6.1.4.1.9.9.97.1.3.12.1 no-access
A conceptutal row in the cseNetflowLSFilterTable, representing a NDE filter configuration.
                         cseNetflowLSFilterIndex 1.3.6.1.4.1.9.9.97.1.3.12.1.1 unsigned32 no-access
An arbitrary integer which uniquely identifies the filter
                         cseNetflowLSFilterDataSource 1.3.6.1.4.1.9.9.97.1.3.12.1.2 flowaddresscomponent read-only
The source network address used as a filter for selecting the flows to which the netflow LAN switching data export feature is applied. If cseNetflowLSNDEFilterDataSource contains all zeros, then the cseNetflowLSNDEFilterDataSource object will not be included in the filtering criterion.
                         cseNetflowLSFilterDataSourceMask 1.3.6.1.4.1.9.9.97.1.3.12.1.3 flowaddresscomponent read-only
The mask to be applied to the corresponding instance of cseNetflowExportDataSource. If cseNetflowLSFilterDataSourceMask contains all zeros, then the cseNetflowLSFilterDataSourceMask object will not be included in the filtering criterion.
                         cseNetflowLSFilterDataDest 1.3.6.1.4.1.9.9.97.1.3.12.1.4 flowaddresscomponent read-only
The destination network address used as a filter for selecting the flows to which the netflow LAN switching data export feature is applied. If cseNetflowLSFilterDataDest contains all zeros, then the cseNetflowLSFilterDataDest object will not be included in the filtering criterion.
                         cseNetflowLSFilterDataDestMask 1.3.6.1.4.1.9.9.97.1.3.12.1.5 flowaddresscomponent read-only
The mask to be applied to its corresponding instance of cseNetflowExportDataDest. If cseNetflowLSFilterDataDestMask contains all zeros, then the cseNetflowLSFilterDataDestMask object will not be included in the filtering criterion.
                         cseNetflowLSFilterDataProtocol 1.3.6.1.4.1.9.9.97.1.3.12.1.6 integer32 read-only
The protocol used as a filter for selecting the flows to which the netflow LAN switching data export feature is applied. The default value is set to 0, to specify that no value has been set. If cseNetflowLSFilterDataProtocol is set to 0, then the cseNetflowLSFilterDataProtocol object will not be included in the filtering criterion.
                         cseNetflowLSFilterSelection 1.3.6.1.4.1.9.9.97.1.3.12.1.7 integer read-only
The filter set can be chosen either included(1) or excluded(2). If this object is set to included(1) - exports the flows that match cseNetflowLSFilterDataSource, cseNetflowLSFilterDataSourceMask, cseNetflowLSFilterDataDest, cseNetflowLSFilterDataDestMask and cseNetflowLSFilterDataProtocol. excluded(2) - exports the flows that don't match cseNetflowLSFilterDataSource, cseNetflowLSFilterDataSourceMask, cseNetflowLSFilterDataDest, cseNetflowLSFilterDataDestMask and cseNetflowLSFilterDataProtocol. Enumeration: 'included': 1, 'excluded': 2.
                         cseNetflowLSFilterStatus 1.3.6.1.4.1.9.9.97.1.3.12.1.8 rowstatus read-only
The status object used to manage the rows in this table. Once a row becomes active, values within that row cannot be modified except by deleting and creating the row.
               cseNetFlowIfIndexEnable 1.3.6.1.4.1.9.9.97.1.3.13 bits read-write
Indicates whether ifIndex reporting in NDE (Netflow Data Export) is enabled. if bit destIfIndex(0) is on, destination ifIndex reporting in NDE is enabled. if bit srcIfIndex(1) is on, source ifIndex reporting in NDE is enabled. Bits: 'destIfIndex': 0, 'srcIfIndex': 1.
               cseNetflowASInfoExportCtrl 1.3.6.1.4.1.9.9.97.1.3.14 integer read-write
Indicates whether export of Autonomous System(AS) number information, in the NDE records, is enabled. disable - Disables the export of AS number information. originate - Enables the export of origination AS numbers of source and destination IP addresses. peer - Enables the export of peer AS numbers of source and destination IP addresses. Enumeration: 'peer': 3, 'originate': 2, 'disable': 1.
               cseNetflowPerVlanIfGlobalEnable 1.3.6.1.4.1.9.9.97.1.3.15 truthvalue read-write
Indicates whether 'creation of Netflow entries per VLAN interface' feature is enabled at the device level. If this object is set to 'false', netflow entries will be created for all VLANs. If this object is set to 'true', creation of netflow entries can be controlled by cseNetflowPerVlanIfCtrlTable.
               cseNetflowPerVlanIfCtrlTable 1.3.6.1.4.1.9.9.97.1.3.16 no-access
A table to control netflow entry creation for each VLAN. When a VLAN is created, a corresponding entry is added to this table.
                     cseNetflowPerVlanIfCtrlEntry 1.3.6.1.4.1.9.9.97.1.3.16.1 no-access
An entry containing the configuration to enable or disable netflow entry creation for each VLAN.
                         cseNetflowPerVlanIfCtrlVlan 1.3.6.1.4.1.9.9.97.1.3.16.1.1 vlanindex no-access
Indicates the VLAN number on which creation of netflow entries is configured.
                         cseNetflowPerVlanIfEnable 1.3.6.1.4.1.9.9.97.1.3.16.1.2 truthvalue read-write
Specifies whether creation of netflow entries is enabled on this VLAN. If this object is set to 'true', the system will create netflow entries for this VLAN. If this object is set to 'false', the system will not create any netflow entries for this VLAN. When the value of cseNetflowPerVlanIfGlobalEnable is 'false', this object will not take effect.
           cseL3Objects 1.3.6.1.4.1.9.9.97.1.4
               cseL3StatsTable 1.3.6.1.4.1.9.9.97.1.4.1 no-access
A table containing L3 statistics information on each switching engine.
                   cseL3StatsEntry 1.3.6.1.4.1.9.9.97.1.4.1.1 no-access
A conceptual row of cseL3StatsTable, containing L3 statistics maintained by a switching engine entity (identified by entPhysicalIndex). Each switching engine managed by this MIB module has an entry in this table.
                       cseL3SwitchedTotalPkts 1.3.6.1.4.1.9.9.97.1.4.1.1.1 counter32 read-only
Total number of packets switched at Layer 3 by this switching engine.
                       cseL3SwitchedTotalOctets 1.3.6.1.4.1.9.9.97.1.4.1.1.2 counter64 read-only
Number of octets in the total packets switched at Layer 3 by this switching engine.
                       cseL3CandidateFlowHits 1.3.6.1.4.1.9.9.97.1.4.1.1.3 counter32 read-only
Number of L3 Cache hits for the candidate flow entries in this switching engine.
                       cseL3EstablishedFlowHits 1.3.6.1.4.1.9.9.97.1.4.1.1.4 counter32 read-only
Number of L3 Cache hits for established flow entries in this switching engine.
                       cseL3ActiveFlows 1.3.6.1.4.1.9.9.97.1.4.1.1.5 gauge32 read-only
Number of active flows in the Layer 3 flow table of this switching engine.
                       cseL3FlowLearnFailures 1.3.6.1.4.1.9.9.97.1.4.1.1.6 counter32 read-only
Number of flows that failed to be learned because the Layer 3 flow table in this switching engine was full.
                       cseL3IntFlowInvalids 1.3.6.1.4.1.9.9.97.1.4.1.1.7 counter32 read-only
Number of flow invalidation events received by this switching engine from the internal router(s).
                       cseL3ExtFlowInvalids 1.3.6.1.4.1.9.9.97.1.4.1.1.8 counter32 read-only
Number of flow invalidation events received by this switching engine from external routers.
                       cseL3SwitchedPktsPerSec 1.3.6.1.4.1.9.9.97.1.4.1.1.9 counter32 read-only
Number of packets switched per second at Layer 3 by this switching engine.
               cseL3VlanStatsTable 1.3.6.1.4.1.9.9.97.1.4.2 no-access
A table containing per-VLAN, Layer 3 statistics information per switching engine.
                   cseL3VlanStatsEntry 1.3.6.1.4.1.9.9.97.1.4.2.1 no-access
A conceptual row of cseL3VlanStatsTable, containing per-VLAN Layer 3 statistics maintained by a switching engine (identified by entPhysicalIndex). An entry exists for each known VLAN for each switching engine.
                       cseL3VlanIndex 1.3.6.1.4.1.9.9.97.1.4.2.1.1 vlanindex no-access
Vlan number for which the statistics are maintained by this entry.
                       cseL3VlanInPkts 1.3.6.1.4.1.9.9.97.1.4.2.1.2 counter64 read-only
Number of packets Layer 3 forwarded from this Vlan to some other VLAN by this switching engine.
                       cseL3VlanInOctets 1.3.6.1.4.1.9.9.97.1.4.2.1.3 counter64 read-only
Number of octets in packets Layer-3 forwarded from this Vlan to some other VLAN by this switching engine.
                       cseL3VlanOutPkts 1.3.6.1.4.1.9.9.97.1.4.2.1.4 counter64 read-only
Number of packets Layer-3 forwarded to this Vlan by this switching engine.
                       cseL3VlanOutOctets 1.3.6.1.4.1.9.9.97.1.4.2.1.5 counter64 read-only
Number of octets in packets Layer-3 forwarded to this Vlan by this switching engine.
                       cseL3VlanInUnicastPkts 1.3.6.1.4.1.9.9.97.1.4.2.1.6 counter64 read-only
Number of unicast packets Layer 3 forwarded from this Vlan to some other VLAN by this switching engine.
                       cseL3VlanInUnicastOctets 1.3.6.1.4.1.9.9.97.1.4.2.1.7 counter64 read-only
Number of octets in unicast packets Layer-3 forwarded from this Vlan to some other VLAN by this switching engine.
                       cseL3VlanOutUnicastPkts 1.3.6.1.4.1.9.9.97.1.4.2.1.8 counter64 read-only
Number of unicast packets Layer 3 forwarded to this Vlan by this switching engine.
                       cseL3VlanOutUnicastOctets 1.3.6.1.4.1.9.9.97.1.4.2.1.9 counter64 read-only
Number of octets in unicast packets Layer-3 forwarded to this Vlan by this switching engine.
               cseStatsFlowTable 1.3.6.1.4.1.9.9.97.1.4.3 no-access
A table of flow statistics per switch engine that is not covered in cseL3StatsTable.
                   cseStatsFlowEntry 1.3.6.1.4.1.9.9.97.1.4.3.1 no-access
A conceptual row about slot based L3 flow statistics.
                       cseStatsFlowAged 1.3.6.1.4.1.9.9.97.1.4.3.1.1 counter32 read-only
Total number of layer 3 flows aged out by hardware. Management applications can control flow aging by setting the value of cseFlowEstablishedAgingTime object.
                       cseStatsFlowPurged 1.3.6.1.4.1.9.9.97.1.4.3.1.2 counter32 read-only
Total number of layer 3 flows purged by software; it may happen because a router invalidates certain flows, or a router for which flows are being switched has been excluded from cseRouterTable, or access-list has changed, or certain features have been enabled that would purge certain flows (TCP interception, Web cache are examples of such features).
                       cseStatsFlowParityFail 1.3.6.1.4.1.9.9.97.1.4.3.1.3 counter32 read-only
Total number of memory parity errors on accessing flows in the cache pools. It may be due to the internal RAM reading error, not necessarily the corrupted flow data.
               cseCacheUtilTable 1.3.6.1.4.1.9.9.97.1.4.4 no-access
A table of utilization levels in percentage of cache capacity per switch engine. Each row instance is the current flow utilization information in the cache pool of the corresponding switching engine.
                   cseCacheUtilEntry 1.3.6.1.4.1.9.9.97.1.4.4.1 no-access
A row instance represents layer 3 flow utilization of a particular cache pool on a switching engine.
                       cseCacheUtilization 1.3.6.1.4.1.9.9.97.1.4.4.1.1 gauge32 read-only
Flow utilization level in percentage in this switching engine. It includes the flow entries for both unicast and multicast. The lighter the utilization level, the less risk of dropping flows, i.e. the higher success-rate of flow insertion.
                       cseCacheEntriesCreated 1.3.6.1.4.1.9.9.97.1.4.4.1.2 unsigned32 read-only
This object indicates the total number of flow entries successfully created in this switching engine.
                       cseCacheEntriesFailed 1.3.6.1.4.1.9.9.97.1.4.4.1.3 unsigned32 read-only
This object indicates the number of flow entries which were failed to be created in this switching engine.
               cseErrorStatsTable 1.3.6.1.4.1.9.9.97.1.4.5 no-access
A table of IP and IPX error counters per switch engine.
                   cseErrorStatsEntry 1.3.6.1.4.1.9.9.97.1.4.5.1 no-access
A row instance represents layer-3 IP and IPX error counters on a switching engine.
                       cseIpPlenErrors 1.3.6.1.4.1.9.9.97.1.4.5.1.1 counter64 read-only
Indicates the number of IP length against physical length errors.
                       cseIpTooShortErrors 1.3.6.1.4.1.9.9.97.1.4.5.1.2 counter64 read-only
Indicates the number of IP length too short errors.
                       cseIpCheckSumErrors 1.3.6.1.4.1.9.9.97.1.4.5.1.3 counter64 read-only
Indicates the number of IP checksum errors.
                       cseIpxPlenErrors 1.3.6.1.4.1.9.9.97.1.4.5.1.4 counter64 read-only
Indicates the number of IPX length against physical length errors.
                       cseIpxTooShortErrors 1.3.6.1.4.1.9.9.97.1.4.5.1.5 counter64 read-only
Indicates the number of IPX length too short errors.
               cseErrorStatsLCTable 1.3.6.1.4.1.9.9.97.1.4.6 no-access
A table of IP and IPX error counters per switch engine.
                   cseErrorStatsLCEntry 1.3.6.1.4.1.9.9.97.1.4.6.1 no-access
A row instance represents layer-3 IP and IPX error counters on a switching engine.
                       cseLCIpPlenErrors 1.3.6.1.4.1.9.9.97.1.4.6.1.1 counter32 read-only
Indicates the number of IP length against physical length errors.
                       cseLCIpTooShortErrors 1.3.6.1.4.1.9.9.97.1.4.6.1.2 counter32 read-only
Indicates the number of IP length too short errors.
                       cseLCIpCheckSumErrors 1.3.6.1.4.1.9.9.97.1.4.6.1.3 counter32 read-only
Indicates the number of IP checksum errors.
                       cseLCIpxPlenErrors 1.3.6.1.4.1.9.9.97.1.4.6.1.4 counter32 read-only
Indicates the number of IPX length against physical length errors.
                       cseLCIpxTooShortErrors 1.3.6.1.4.1.9.9.97.1.4.6.1.5 counter32 read-only
Indicates the number of IPX length too short errors.
               cseL3SwitchedAggrPktsPerSec 1.3.6.1.4.1.9.9.97.1.4.7 counter32 read-only
Number of packets switched per second at Layer 3 by the entire system.
           cseProtocolFilter 1.3.6.1.4.1.9.9.97.1.5
               cseProtocolFilterEnable 1.3.6.1.4.1.9.9.97.1.5.1 truthvalue read-write
Indicates if protocol filtering is enabled in the device.
               cseProtocolFilterPortTable 1.3.6.1.4.1.9.9.97.1.5.2 no-access
A table containing the protocol filtering configuration and status information on ports.
                   cseProtocolFilterPortEntry 1.3.6.1.4.1.9.9.97.1.5.2.1 no-access
A conceptual row in the cseProtocolFilterPortTable, representing a Protocol filter configuration status information for a particular port (identified by ifIndex) and protocol type.
                       cseProtocolFilterPortProtocol 1.3.6.1.4.1.9.9.97.1.5.2.1.1 integer no-access
The protocol (group) to filter, used here as the secondary index. Enumeration: 'ip': 1, 'ipx': 2, 'grpProtocols': 3.
                       cseProtocolFilterPortAdminStatus 1.3.6.1.4.1.9.9.97.1.5.2.1.2 integer read-write
An indication of the administrative status of the protocol filtering on this interface. - on(1) indicates that the interface will send and receive the traffic for protocol specified in cseProtocolFilterPortProtocol. - off(2) indicates that the interface will not receive traffic for this protocol, or if this feature is not supported. - auto(3) indicates that the corresponding cseProtocolFilterPortOperStatus will transit to 'on' after receiving one packet of this protocol type. Enumeration: 'on': 1, 'off': 2, 'auto': 3.
                       cseProtocolFilterPortOperStatus 1.3.6.1.4.1.9.9.97.1.5.2.1.3 integer read-only
An indication of the operational status of filtering for this protocol on this interface. - on(1) indicates that the interface will send and receive the protocol traffic. - off(2) indicates that the interface will drop all traffic belonging to this protocol. - notSupported(3) indicates the hardware does not support protocol filtering. Enumeration: 'on': 1, 'notSupported': 3, 'off': 2.
           cseUcastCache 1.3.6.1.4.1.9.9.97.1.6
               cseUcastCacheTable 1.3.6.1.4.1.9.9.97.1.6.1 no-access
A control table used to purge certain types of IP/IPX layer 3 unicast flows stored in the cache pool.
                   cseUcastCacheEntry 1.3.6.1.4.1.9.9.97.1.6.1.1 no-access
A conceptual row in the cseUcastCacheTable, used to set up flow clearing criteria. The actual purging is started by setting the value of cseUcastCacheStatus to 'active'. Once a row becomes active, values within the row cannot be modified, except by setting it to 'notInService' first or deleting and re-creating the row.
                       cseUcastCacheIndex 1.3.6.1.4.1.9.9.97.1.6.1.1.1 unsigned32 no-access
An arbitrary integer which uniquely identifies the flow purge contained in this row instance.
                       cseUcastCacheFlowType 1.3.6.1.4.1.9.9.97.1.6.1.1.2 integer read-only
Setting each value causes the appropriate action: 'dstOnly' - causes purge of flows in the cache whose absolute destination IP addresses match the address part of the value set in the cseUcastCacheDest object. If cseUcastCacheDestMask is also specified at the same time, it will be applied to the address part of cseUcastCacheDest. 'srcOrDst' - causes purge of flows in the cache whose either absolute source or destination IP addresses match the address parts of the values set in cseUcastCacheSource or cseUcastCacheDest. If cseUcastCacheDestMask/cseUcastCacheSrcMask also specified, they will be applied to the address parts of cseUcastCacheSource/ cseUcastCacheDest appropriately. 'srcAndDst' - causes purge of flows in the cache whose both absolute source and destination IP addresses match the address parts of values set in cseUcastCacheSource and cseUcastCacheDest objects. If cseUcastCacheSrcMask and cseUcastCacheDestMask also specified, they will be applied to the address parts of cseUcastCacheSource and cseUcastCacheDest. 'fullFlow' - causes purge of IP flows whose IP addresses and transport port numbers match the values set in cseUcastCacheDest and cseUcastCacheSource objects. If either cseUcastCacheDestMask or cseUcastCacheSrcMask objects have valid values, they will be applied to the respective address parts of cseUcastCacheDest and cseUcastCacheSource objects. This option is typically used to purge flows relevant to specific applications such as FTP, WWW, TELNET, etc. 'ipxDstOnly' - causes purge of IPX flows in the cache whose absolute destination IPX address match the address part of the value set in cseUcastCacheDest object. if cseUcastCacheDestMask holds valid value at the same time, it will be applied to the address part of cseUcastCacheDest. 'ipxSrcAndDst' - causes purge of IPX flows in the cache whose both absolute source and destination IPX addresses match the address parts of the values set in cseUcastCacheSource and cseUcastCacheDest objects. If either of cseUcastCacheSrcMask or cseUcastCacheDestMask have valid values at the same time, they will be applied to the respective address parts of cseUcastCacheSource and cseUcastCacheDest objects. 'any' - causes purge of all established flows currently in the cache. The values of cseUcastCacheDest, cseUcastCacheSource, cseUcastCacheDestMask, cseUcastCacheSrcMask, and cseUcastCacheTransport should be ignored in this case. Note: 1. When the row instance is initialized, the value of this object instance will be set to 'any'. 2. The rest flow parameter variables will not be instantiated until they get set by management applications based on the value of cseUcastCacheFlowType object. Enumeration: 'fullFlow': 5, 'dstOnly': 2, 'ipxSrcAndDst': 7, 'srcOrDst': 3, 'srcAndDst': 4, 'any': 1, 'ipxDstOnly': 6.
                       cseUcastCacheTransport 1.3.6.1.4.1.9.9.97.1.6.1.1.3 integer read-only
The IP transport protocol type (if applicable) of the specified switched flows to be purged; it will be instantiated if and only if it gets set by the management applications and the value of cseUcastCacheFlowMask is equal to 'fullFlow'. Its value can not be modified when the corresponding instance of cseUcastCacheStatus is 'active'. Enumeration: 'udp': 1, 'tcp': 2.
                       cseUcastCacheDest 1.3.6.1.4.1.9.9.97.1.6.1.1.4 flowaddresscomponent read-only
Destination network address and port number (if applicable). The port field is ignored for IPX flows and IP flows if the value of cseUcastCacheFlowMask is not equal to 'fullFlow'. Its value can not be modified when the corresponding instance of cseUcastCacheStatus is 'active'.
                       cseUcastCacheDestMask 1.3.6.1.4.1.9.9.97.1.6.1.1.5 flowaddresscomponent read-only
If instantiated, specified and applicable, the destination address mask will be applied to the value of cseUcastCacheDest in the same row instance. Its value can not be modified when the corresponding instance of cseUcastCacheStatus is 'active'.
                       cseUcastCacheSource 1.3.6.1.4.1.9.9.97.1.6.1.1.6 flowaddresscomponent read-only
Source network address and port number (if applicable). The port field is ignored for IPX flows and IP flows if the value of cseUcastCacheFlowMask is not equal to 'fullFlow'. Its value can not be modified when the corresponding instance of cseUcastCacheStatus is 'active'.
                       cseUcastCacheSrcMask 1.3.6.1.4.1.9.9.97.1.6.1.1.7 flowaddresscomponent read-only
If instantiated, specified and applicable, the source address mask will be applied to the value of cseUcastCacheSource in the same row instance. Its value can not be modified when the corresponding instance of cseUcastCacheStatus is 'active'.
                       cseUcastCacheRtrIp 1.3.6.1.4.1.9.9.97.1.6.1.1.8 ipaddress read-only
IP address of the router (internal or external) for which the flows are being switched, and need to be purged. An 'all-zero' value is a wildcard IP address for any router. Its value can not be modified when the corresponding instance of cseUcastCacheStatus is 'active'.
                       cseUcastCacheOwner 1.3.6.1.4.1.9.9.97.1.6.1.1.9 ownerstring read-only
The manager entity that configured this entry and is therefore using the resources assigned to it.
                       cseUcastCacheStatus 1.3.6.1.4.1.9.9.97.1.6.1.1.10 rowstatus read-only
The status object used to manage rows in this table. When set to active(1), the flow purge is initiated, and the value of cseUcastCacheResult object becomes 'purging'. However, this object can be set to active(1) only after all the appropriate objects for this query as defined by the value set in the cseUcastCacheFlowType object, have also been set. Upon the completion of flow purge, the value of cseUcastCacheResult object changes to 'notPurging'. Once a row becomes active, values within the row cannot be modified, except by setting it to 'notInService' first, or deleting and re-creating it.
                       cseUcastCacheResult 1.3.6.1.4.1.9.9.97.1.6.1.1.11 integer read-only
state of the flow purging operation. 'purging' - purging operation is proceeding 'notPurging' - the purging operation completed, or not started yet. Enumeration: 'notPurging': 2, 'purging': 1.
           cseMcastCache 1.3.6.1.4.1.9.9.97.1.7
               cseMcastCacheTable 1.3.6.1.4.1.9.9.97.1.7.1 no-access
A control table used to purge specified IP multicast flows from the switch engine.
                   cseMcastCacheEntry 1.3.6.1.4.1.9.9.97.1.7.1.1 no-access
A conceptual row in the cseMcastCacheTable, used to set up flow clearing criteria. The actual purging is started by setting the value of cseMcastCacheStatus to 'active'. Once a row becomes active, values within the row cannot be modified, except by setting it to 'notInService' first, or deleting and re-creating the row.
                       cseMcastCacheIndex 1.3.6.1.4.1.9.9.97.1.7.1.1.1 unsigned32 no-access
An arbitrary integer which uniquely identifies the flow purge contained in the current row instance.
                       cseMcastCacheFlowType 1.3.6.1.4.1.9.9.97.1.7.1.1.2 integer read-only
Setting each value causes the appropriate action: 'any' - causes purge of all established IP multicast layer 3 flows in the cache. The value of cseMcastCacheGrp, and cseMcastCacheSrc will be ignored in this case. 'group' - causes purge of flows whose multicast group IP address match the values of cseMcastCacheGrp. 'grpAndSrc' - causes purge of multicast flows whose both group IP address and source Ip address match the values of cseMcastCacheGrp and cseMcastCacheSrc. Note: 1. The instance of this object is initialized to 'any' when the corresponding row instance is being instantiated. 2. Flow parameter variables, cseMcastCacheGrp, cseMcastCacheSrc, cseMcastCacheRtrIp will not be instantiated until they get set by management applications (in such cases, cseMcastCacheFlowType object should be set to a value other than 'any'). Enumeration: 'grpAndSrc': 3, 'group': 2, 'any': 1.
                       cseMcastCacheGrp 1.3.6.1.4.1.9.9.97.1.7.1.1.3 mcastgroupip read-only
Specifying multicast group IP address of the flows to be cleared. Its value can not be modified when the corresponding instance of cseMcastCacheStatus is 'active'.
                       cseMcastCacheSrc 1.3.6.1.4.1.9.9.97.1.7.1.1.4 ipaddress read-only
The source address of the IP multicast flows to be purged. Its value can not be modified when the corresponding instance of cseMcastCacheStatus is 'active'.
                       cseMcastCacheRtrIp 1.3.6.1.4.1.9.9.97.1.7.1.1.5 ipaddress read-only
The IP address of the router whose flows are currently being switched, and will be purged. An 'all-zero' value is a wildcard IP address for any router. Its value can not be modified when the corresponding instance of cseMcastCacheStatus is 'active'.
                       cseMcastCacheOwner 1.3.6.1.4.1.9.9.97.1.7.1.1.6 ownerstring read-only
The manager entity that configured this entry and is therefore using the resources assigned to it.
                       cseMcastCacheResult 1.3.6.1.4.1.9.9.97.1.7.1.1.7 integer read-only
state of the flow purging operation. 'purging' - purging operation is proceeding 'notPurging' - the purging operation completed, or not started yet. Enumeration: 'notPurging': 2, 'purging': 1.
                       cseMcastCacheStatus 1.3.6.1.4.1.9.9.97.1.7.1.1.8 rowstatus read-only
The status object used to manage rows in this table. When set to active(1), the flow purge is initiated, and the value of cseMcastCacheResult object becomes 'purging'. However, this object can be set to active(1) only after all the appropriate objects for this query as defined by the value set in the cseMcastCacheFlowType object, have also been set. Upon the completion of flow purge, the value of cseMcastCacheResult object changes to 'notPurging'. Once a row becomes active, values within the row cannot be modified, except by setting it to 'notInService' first, or deleting and re-creating it.
           cseCef 1.3.6.1.4.1.9.9.97.1.8
               cseCefFibTable 1.3.6.1.4.1.9.9.97.1.8.1 no-access
This table contains the information stored in the device's forwarding information base (FIB). FIB is a forwarding scheme that utilizes matching pattern to provide optimized lookup for efficient packet forwarding. It contains a forwarding table which consist of matching criteria for incoming traffic as well as information to forward traffic that matched defined criteria.
                   cseCefFibEntry 1.3.6.1.4.1.9.9.97.1.8.1.1 no-access
Each row contains the IP address type, the final destination IP address, the final destination IP address mask as well as the FIB entry type.
                       cseCefFibIndex 1.3.6.1.4.1.9.9.97.1.8.1.1.1 unsigned32 no-access
The index of this table entry.
                       cseCefFibAddrType 1.3.6.1.4.1.9.9.97.1.8.1.1.2 inetaddresstype read-only
The type of IP address denoted in cseCefFibDestIp and cseCefFibDestIpMask object.
                       cseCefFibDestIp 1.3.6.1.4.1.9.9.97.1.8.1.1.3 inetaddress read-only
The destination IP address specified in IP packet header.
                       cseCefFibDestIpMask 1.3.6.1.4.1.9.9.97.1.8.1.1.4 inetaddress read-only
The specified destination IP address mask.
                       cseCefFibType 1.3.6.1.4.1.9.9.97.1.8.1.1.5 integer read-only
Indicates the FIB entry type. other(1) indicates that this FIB entry type is none of the following. resolved(2) indicates that IP traffic matched the destination prefix of this entry is associated with a valid next-hop address. bridge(3) indicates that IP traffic matched the destination prefix of this entry will be forwarded using Layer 2 look up result. drop(4) indicates that IP traffic matched the destination prefix of this entry will be dropped. connected(5) indicates that IP traffic matched the destination prefix of this entry is associated with a connected network. receive(6) indicates that IP traffic matched the destination prefix of this entry will be sent to a router interface. wildcard(7) indicates this FIB entry will match all traffic. tunnel(8) indicates this FIB entry applied to tunneling traffic. default(9) indicates that IP traffic matched the destination prefix of this entry will be forwarded using a default route. Enumeration: 'resolved': 2, 'bridge': 3, 'receive': 6, 'drop': 4, 'tunnel': 8, 'default': 9, 'other': 1, 'connected': 5, 'wildcard': 7.
               cseCefAdjacencyTable 1.3.6.1.4.1.9.9.97.1.8.3 no-access
This table contains information stored in the device's adjacency table. Entry in this table is linked to entry of cseCefFibTable by its cseCefFibIndex object.
                   cseCefAdjacencyEntry 1.3.6.1.4.1.9.9.97.1.8.3.1 no-access
Each row contains next hop IP address, next-hop Ethernet address, adjacency type, and number of bytes and packets transmitted to each adjacency entry. Next hop encapsulation type and MTU value are also available if supported by the device.
                       cseCefAdjacencyIndex 1.3.6.1.4.1.9.9.97.1.8.3.1.1 unsigned32 no-access
The adjacency index of this table entry.
                       cseCefAdjacencyAddrType 1.3.6.1.4.1.9.9.97.1.8.3.1.2 inetaddresstype read-only
The type of IP address denoted in cseCefAdjacencyNextHopIp object.
                       cseCefAdjacencyNextHopIp 1.3.6.1.4.1.9.9.97.1.8.3.1.3 inetaddress read-only
The next hop IP address.
                       cseCefAdjacencyNextHopMac 1.3.6.1.4.1.9.9.97.1.8.3.1.4 macaddress read-only
The next hop Ethernet address.
                       cseCefAdjacencyNextHopIfIndex 1.3.6.1.4.1.9.9.97.1.8.3.1.5 interfaceindexorzero read-only
Indicates the next hop interface ifIndex.
                       cseCefAdjacencyType 1.3.6.1.4.1.9.9.97.1.8.3.1.6 integer read-only
Indicates this adjacency entry type. other(1) indicates the adjacency entry type is none of the following. punt(2) indicates entry that sends traffic to the router. glean(3) indicates entry that needs to be gleaned for incoming traffic. drop(4) indicates entry that drops packets. null(5) indicates entry that drops packets destined for the Null0 interface. noRewrite(6) indicates entry that sends traffic to the router when rewrite information is incomplete. forceDrop(7) indicates entry that drop packets due to ARP throttling. connect(8) indicates entry that contains complete rewrite information. unresolved(9) indicates entry that next hop traffic is unresolved. loopback(10) indicates entry that drops packets destined for loopback interface. tunnel(11) indicates entry that next hop traffic is through a tunnel. Enumeration: 'noRewrite': 6, 'unresolved': 9, 'forceDrop': 7, 'tunnel': 11, 'glean': 3, 'drop': 4, 'loopback': 10, 'other': 1, 'connect': 8, 'punt': 2, 'null': 5.
                       cseCefAdjacencyPkts 1.3.6.1.4.1.9.9.97.1.8.3.1.7 counter64 read-only
Indicates the number of Layer 3 packets transmitted to this adjacency entry.
                       cseCefAdjacencyOctets 1.3.6.1.4.1.9.9.97.1.8.3.1.8 counter64 read-only
Indicates the number of Layer 3 octets transmitted to this adjacency entry.
                       cseCefAdjacencyEncap 1.3.6.1.4.1.9.9.97.1.8.3.1.9 integer read-only
Indicates the next hop destination encapsulation type. arpa(1) indicates that next hop destination used ARPA encapsulation type to forward packets. raw(2) indicates that next hop destination used RAW encapsulation type to forward packets. sap(3) indicates that next hop destination used SAP encapsulation type to forward packets. snap(4) indicates that next hop destination used SNAP encapsulation type to forward packets. Enumeration: 'snap': 4, 'raw': 2, 'sap': 3, 'arpa': 1.
                       cseCefAdjacencyMTU 1.3.6.1.4.1.9.9.97.1.8.3.1.10 unsigned32 read-only
Indicates the next hop destination MTU value.
           cseTcamUsage 1.3.6.1.4.1.9.9.97.1.9
               cseTcamUsageTable 1.3.6.1.4.1.9.9.97.1.9.1 no-access
This table contains the resource usage of TCAM (Ternary Content Addressable Memory) in the device. Not all the resource types denoted by cseTcamResourceType object are supported. If that is the case, the corresponding row for that type will not be instantiated in this table.
                   cseTcamUsageEntry 1.3.6.1.4.1.9.9.97.1.9.1.1 no-access
Each row contains a short description of the resource type, the total amount of TCAM allocated for that type as well as the amount of allocated resource has been used up.
                       cseTcamResourceType 1.3.6.1.4.1.9.9.97.1.9.1.1.1 integer no-access
The resource type which take up TCAM space. aclStorageMask(1) indicates that TCAM space is allocated to store ACL masks. aclStorageValue(2) indicates that TCAM space is allocated to store ACL value. aclDynamicStorageMask(3) indicates that TCAM space is allocated to dynamically store ACL masks. aclDynamicStorageValue(4) indicates that TCAM space is allocated to dynamically store ACL values. qosStorageMask(5) indicates that TCAM space is allocated to store QoS masks. qosStorageValue(6) indicates that TCAM space is allocated to store QoS value. qosDynamicStorageMask(7) indicates that TCAM space is allocated to dynamically store QoS masks. qosDynamicStorageValue(8) indicates that TCAM space is allocated to dynamically store QoS values. l4PortOperator(9) indicates that TCAM space is allocated for layer 4 port operators purpose. interfaceMapping(10) indicates that TCAM space is allocated for interface mapping purpose. ingressInterfaceMapping(11) indicates that TCAM space is allocated for ingress interface mapping purpose. egressInterfaceMapping(12) indicates that TCAM space is allocated for egress interface mapping purpose. louSource(13) indicates that TCAM space is allocated as source LOUs (Logical Operation Unit). louDestination(14) indicates that TCAM space is allocated as destination LOUs. andOr(15) indicates that TCAM space is allocated for ANDOR purpose. orAnd(16) indicates that TCAM space is allocated for ORAND purpose. aclAdjacency(17) indicates that TCAM space is allocated for ACL adjacency purpose. aclHighStorageMask(18) indicates that high bank TCAM space is allocated to store ACL masks. aclHighStorageValue(19) indicates that high bank TCAM space is allocated to store ACL value. aclLowStorageMask(20) indicates that low bank TCAM space is allocated to store ACL masks. aclLowStorageValue(21) indicates that low bank TCAM space is allocated to store ACL values. qosHighStorageMask(22) indicates that high bank TCAM space is allocated to store QoS masks. qosHighStorageValue(23) indicates that high bank TCAM space is allocated to store QoS value. qosLowStorageMask(24) indicates that low bank TCAM space is allocated to store QoS masks. qosLowStorageValue(25) indicates that low bank TCAM space is allocated to store QoS values. sgacl(26) indicates that TCAM space is allocated for SGACL (Security Group Access Control List) purpose. accounting(27) indicates that TCAM space is allocated for accounting purpose such as AS (Autonomous System) based accounting, classification based accounting. ipv6Ext(28) indicates that TCAM space is allocated for IPv6 Extended Header lookup purpose. ethertype(29) indicates that TCAM space is allocated for layer2 ethertype lookup purpose. destInfo(30) indicates that TCAM space is allocated for destination information lookup purpose. dgtSgtRegion(31) indicates that TCAM space is allocated for specific SGT (Secutiry Group Tag), DGT (Destination Group Tag) pairs. anyAnyRegion(32) indicates that TCAM space is allocated for SGT (Secutiry Group Tag), DGT (Destination Group Tag) pairs with one or both of them as ANY. tcamALabel(33) indicates that TCAM space is allocated for labels used by TCAM A entries. tcamBLabel(34) indicates that TCAM space is allocated for labels used by TCAM B entries. destInfoIn(35) indicates that TCAM space is allocated for destination information table for IFE (Ingress Forwarding Engine) ACL redirects. destInfoOut(36) indicates that TCAM space is allocated for destination information table for OFE (Output/Egress Forwarding Engine) ACL redirects. tcam0Bank0(37) indicates that TCAM space is allocated for TCAM 0 Bank 0. tcam0Bank1(38) indicates that TCAM space is allocated for TCAM 0 Bank 1. tcam1Bank0(39) indicates that TCAM space is allocated for TCAM 1 Bank 0. tcam1Bank1(40) indicates that TCAM space is allocated for TCAM 1 Bank 1. tcam0Aggregate(41) indicates that TCAM space is allocated for the aggregate of Bank 0 and Bank 1 on TCAM 0. tcam1Aggregate(42) indicates that TCAM space is allocated for the aggregate of Bank 0 and Bank 1 on TCAM 1. bank0Aggregate(43) indicates that TCAM space is allocated for the aggregate of TCAM 0 and TCAM 1 for Bank 0. bank1Aggregate(44) indicates that TCAM space is allocated for the aggregate of TCAM 0 and TCAM 1 for Bank 1. lou(45) indicates that TCAM space is allocated for LOUs (Logical Operation Unit). bothLouOperands(46) indicates that TCAM space is allocated for LOUs with both operands. singleLouOperands(47) indicates that TCAM space is allocated for LOUs with single operands. louL4SourcePort(48) indicates that TCAM space is allocated for LOUs with L4 source port in comparison. louL4DstPort(49) indicates that TCAM space is allocated for LOUs with L4 destination port in comparison. louL3PacketLength(50) indicates that TCAM space is allocated for LOUs with L3 Length in comparison. louIpTos(51) indicates that TCAM space is allocated for LOUs with IP ToS (Type of Service) in comparison. louIpDscp(52) indicates that TCAM space is allocated for LOUs with IP DSCP (Differentiated Services Code Point) in comparison. louIpPrecedence(53) indicates that TCAM space is allocated for LOUs with IP Precedence in comparison. louIpTtl(54) indicates that TCAM space is allocated for LOUs with IP TTL in comparison. tcpFlags(55) indicates that TCAM space is allocated for TCP Flags. l4DynamicProtocolCam(56) indicates that TCAM space is allocated for L4 Dynamic Protocol CAM. macEtypeOrProtoCam(57) indicates that TCAM space is allocated for MAC Etype or Protocol CAM. nonL4OpLabelsTcam0(58) indicates that TCAM space is allocated for labels without using any L4 operator resources like LOUs or TCP Flags for TCAM 0. nonL4OpLabelsTcam1(59) indicates that TCAM space is allocated for labels without using any L4 operator resources like LOUs or TCP Flags for TCAM 1. l4OpLabelTcam0(60) indicates that TCAM space is allocated for labels using any L4 operator resources like LOUs or TCP Flags for TCAM 0. l4OpLabelTcam1(61) indicates that TCAM space is allocated for labels using any L4 operator resources like LOUs or TCP Flags for TCAM 1. ingressDestInfoTable(62) indicates that TCAM space is allocated for Ingress Destination Info Table. egressDestInfoTable(63) indicates that TCAM space is allocated for Egress Destination Info Table. ingressTcam(64) indicates that ingress TCAM resource utilization. ingressIpv6Tcam(65) indicates that ingress TCAM space is allocated for IPv6 compression. ingressLou(66) indicates that ingress TCAM space is allocated for LOUs (Logical Operation Unit). ingressBothLouOperands(67) indicates that ingress TCAM space is allocated for LOUs with both operands. ingressSingleLouOperands(68) indicates that ingress TCAM space is allocated for LOUs with single operands. ingressLouL4SourcePort(69) indicates that ingress TCAM space is allocated for LOUs with L4 source port in comparison. ingressLouL4DstPort(70) indicates that ingress TCAM space is allocated for LOUs with L4 destination port in comparison. ingressLouL3PacketLength(71) indicates that ingress TCAM space is allocated for LOUs with L3 Length in comparison. ingressLouL3Ttl(72) indicates that ingress TCAM space is allocated for LOUs with L3 TTL in comparison. ingressLouL2Ttl(73) indicates that ingress TCAM space is allocated for LOUs with L2 TTL in comparison. ingressTcpFlags(74) indicates that ingress TCAM space is allocated for TCP Flags. egressTcam(75) indicates that egress TCAM resource utilization. egressIpv6Tcam(76) indicates that egress TCAM space is allocated for IPv6 compression. egressLou(77)indicates that egress TCAM space is allocated for LOUs (Logical Operation Unit). egressBothLouOperands(78) indicates that egress TCAM space is allocated for LOUs with both operands. egressSingleLouOperands(79) indicates that egress TCAM space is allocated for LOUs with single operands. egressLouL4SourcePort(80) indicates that egress TCAM space is allocated for LOUs with L4 source port in comparison. egressLouL4DstPort(81) indicates that egress TCAM space is allocated for LOUs with L4 destination port in comparison. egressLouL3PacketLength(82) indicates that egress TCAM space is allocated for LOUs with L3 Length in comparison. egressLouL3Ttl(83) indicates that egress TCAM space is allocated for the LOUs with L3 TTL in comparison. egressLouL2Ttl(84) indicates that egress TCAM space is allocated for LOUs with L2 TTL in comparison. egressTcpFlags(85) indicates that egress TCAM space is allocated for TCP Flags. Enumeration: 'ingressTcam': 64, 'bothLouOperands': 46, 'ingressLouL4DstPort': 70, 'louL3PacketLength': 50, 'ingressInterfaceMapping': 11, 'egressLouL2Ttl': 84, 'louSource': 13, 'ingressLo': 66, 'ingressDestInfoTable': 62, 'macEtypeOrProtoCam': 57, 'aclHighStorageMask': 18, 'l4OpLabelTcam1': 61, 'aclDynamicStorageMask': 3, 'accounting': 27, 'egressLouL4SourcePort': 80, 'qosDynamicStorageValue': 8, 'egressIpv6Tcam': 76, 'tcam0Bank1': 38, 'aclAdjacency': 17, 'egressLouL3PacketLength': 82, 'l4OpLabelTcam0': 60, 'l4PortOperator': 9, 'ingressBothLouOperands': 67, 'ethertype': 29, 'destInfoIn': 35, 'egressTcam': 75, 'egressSingleLouOperands': 79, 'orAnd': 16, 'destInfo': 30, 'aclHighStorageValue': 19, 'tcpFlags': 55, 'qosLowStorageValue': 25, 'ingressIpv6Tcam': 65, 'bank1Aggregate': 44, 'tcamALabel': 33, 'qosLowStorageMask': 24, 'ingressLouL2Ttl': 73, 'louIpTtl': 54, 'qosStorageMask': 5, 'egressLouL3Ttl': 83, 'nonL4OpLabelsTcam0': 58, 'sgacl': 26, 'l4DynamicProtocolCam': 56, 'qosHighStorageValue': 23, 'singleLouOperands': 47, 'louIpDscp': 52, 'lo': 45, 'aclLowStorageMask': 20, 'bank0Aggregate': 43, 'ingressLouL4SourcePort': 69, 'tcam0Bank0': 37, 'louIpPrecedence': 53, 'qosStorageValue': 6, 'ingressLouL3Ttl': 72, 'louIpTos': 51, 'dgtSgtRegion': 31, 'egressBothLouOperands': 78, 'egressLo': 77, 'andOr': 15, 'ingressTcpFlags': 74, 'nonL4OpLabelsTcam1': 59, 'tcam1Bank0': 39, 'tcam1Bank1': 40, 'louL4DstPort': 49, 'aclStorageMask': 1, 'egressLouL4DstPort': 81, 'egressDestInfoTable': 63, 'louDestination': 14, 'tcamBLabel': 34, 'anyAnyRegion': 32, 'interfaceMapping': 10, 'egressTcpFlags': 85, 'qosDynamicStorageMask': 7, 'louL4SourcePort': 48, 'aclLowStorageValue': 21, 'tcam1Aggregate': 42, 'egressInterfaceMapping': 12, 'ipv6Ext': 28, 'qosHighStorageMask': 22, 'aclStorageValue': 2, 'tcam0Aggregate': 41, 'aclDynamicStorageValue': 4, 'ingressLouL3PacketLength': 71, 'ingressSingleLouOperands': 68, 'destInfoOut': 36.
                       cseTcamResourceDescr 1.3.6.1.4.1.9.9.97.1.9.1.1.2 snmpadminstring read-only
The short description of the resource type.
                       cseTcamResourceUsed 1.3.6.1.4.1.9.9.97.1.9.1.1.3 unsigned32 read-only
The amount of TCAM resource has been used up for this resource type.
                       cseTcamResourceTotal 1.3.6.1.4.1.9.9.97.1.9.1.1.4 unsigned32 read-only
The total amount of TCAM resource is allocated for this resource type.
           cseMet 1.3.6.1.4.1.9.9.97.1.10
                 cseMetUsageTable 1.3.6.1.4.1.9.9.97.1.10.1 no-access
This table contains the resource usage of MET (Multicast Expansion Table) in the device.
                     cseMetUsageEntry 1.3.6.1.4.1.9.9.97.1.10.1.1 no-access
Each row contains the total number of entries in each MET, the number of free entries in unallocated as well as allocated space of the MET. Each row represents MET data maintained by each module (identified by its entPhysicalIndex) which is capable of this feature.
                         cseMetIndex 1.3.6.1.4.1.9.9.97.1.10.1.1.1 unsigned32 no-access
A value uniquely identifies a MET in a module.
                         cseMetTotalEntries 1.3.6.1.4.1.9.9.97.1.10.1.1.2 unsigned32 read-only
The total number of entries in this MET.
                         cseMetUnallocatedSpcFreeEntries 1.3.6.1.4.1.9.9.97.1.10.1.1.3 unsigned32 read-only
The number of free entries reside in unallocated space of this MET.
                         cseMetAllocatedSpcFreeEntries 1.3.6.1.4.1.9.9.97.1.10.1.1.4 unsigned32 read-only
The number of free entries reside in allocated space of this MET.
       cseMIBNotifications 1.3.6.1.4.1.9.9.97.2
       cseMIBConformance 1.3.6.1.4.1.9.9.97.3
           cseMIBCompliances 1.3.6.1.4.1.9.9.97.3.1
               cseMIBCompliance 1.3.6.1.4.1.9.9.97.3.1.1
The compliance statement for the CISCO-SWITCH_ENGINE-MIB MIB.
               cseMIBCompliance2 1.3.6.1.4.1.9.9.97.3.1.2
The compliance statement for the CISCO-SWITCH-ENGINE-MIB MIB.
               cseMIBCompliance3 1.3.6.1.4.1.9.9.97.3.1.3
The compliance statement for the CISCO-SWITCH-ENGINE-MIB MIB.
               cseMIBCompliance4 1.3.6.1.4.1.9.9.97.3.1.4
The compliance statement for the CISCO-SWITCH-ENGINE-MIB MIB.
               cseMIBCompliance5 1.3.6.1.4.1.9.9.97.3.1.5
The compliance statement for the CISCO-SWITCH-ENGINE-MIB MIB.
               cseMIBCompliance6 1.3.6.1.4.1.9.9.97.3.1.6
The compliance statement for the CISCO-SWITCH-ENGINE-MIB MIB.
               cseMIBCompliance7 1.3.6.1.4.1.9.9.97.3.1.7
The compliance statement for the CISCO-SWITCH-ENGINE-MIB MIB.
               cseMIBCompliance8 1.3.6.1.4.1.9.9.97.3.1.8
The compliance statement for the CISCO-SWITCH-ENGINE-MIB MIB.
           cseMIBGroups 1.3.6.1.4.1.9.9.97.3.2
               cseStatisticsGroup 1.3.6.1.4.1.9.9.97.3.2.1
A collection of objects providing switch engine statistics.
               cseStatisticsGroup2 1.3.6.1.4.1.9.9.97.3.2.2
A collection of objects providing switch engine statistics on aged/purged flows, and the cache utilizations.
               cseVlanStatisticsGroup 1.3.6.1.4.1.9.9.97.3.2.3
A collection of objects providing per-vlan switch engine statistics, if supported.
               cseRouterGroup 1.3.6.1.4.1.9.9.97.3.2.4
A collection of objects providing information on routers which are used to support layer 3 switching in the system.
               cseFlowMgmtGroup 1.3.6.1.4.1.9.9.97.3.2.5
A collection of objects providing information for determining the L3 flow switching performance in the switching engine. There may be some platform specific limitations when performing a SET on some of these objects. The following are valid for Catalyst 5000 platforms: - cseFlowEstablishedAgingTime has a default value of 256. - cseFlowFastAgePktThreshold can only be set to 1, 3, 7, 15, 31 or 63 packets. If the packet threshold is not configured to one of these values, it will be adjusted to the closest value. - cseFlowFastAgingTime can be set to only values that are multiples of 8 in the range (0..128). If it is set to a value that is not multiple of 8, then the closest value that is a multiple of 8 will take effect. The default value for fast aging time is 32 seconds. (i.e. less than cseFlowFastAgePktThreshold number of packets were switched within 32 seconds after the an L3 flow entry was established). - cseFlowIPXEstablishedAgingTime has a default value of 256. cseFlowMgmtGroup object is superseded by cseFlowMgmtGroupRev1.
               cseNetflowLSGroup 1.3.6.1.4.1.9.9.97.3.2.6
A collection of objects providing information on the Netflow LAN switching Data Export feature, if supported. cseNetflowLSGroup object is superseded by cseNDESingleFilterGroupRev1.
               cseProtocolFilterGroup 1.3.6.1.4.1.9.9.97.3.2.7
A collection of objects providing information on the Protocol filter feature, if supported.
               cseFlowMcastMgmtGroup 1.3.6.1.4.1.9.9.97.3.2.8
A collection of objects for querying IP multicast flows stored in hardware switching cache. cseFlowMcastMgmtGroup object is superseded by cseFlowMcastMgmtGroup1.
               cseUcastCachePurgeGroup 1.3.6.1.4.1.9.9.97.3.2.9
A collection of objects providing IP/IPX unicast flow cache purging function.
               cseMcastCachePurgeGroup 1.3.6.1.4.1.9.9.97.3.2.10
A collection of objects providing IP multicast flow cache purge function.
               cseFlowMgmtOperStatusGroup 1.3.6.1.4.1.9.9.97.3.2.11
A collection of objects providing operating status information on aging time for flows used in L3 switching.
               cse4kVlanGroup 1.3.6.1.4.1.9.9.97.3.2.12
A collection of objects providing information for VLANS with VlanIndex from 1024 to 4095.
               cseNDEMandatoryGroup 1.3.6.1.4.1.9.9.97.3.2.13
A collection of objects providing information on the type of filter support, status and the version of NDE used.
               cseNDESingleFilterGroup 1.3.6.1.4.1.9.9.97.3.2.14
A collection of objects providing information on the Netflow LAN switching Data Export feature, with a single host and a single filter support. cseNDESingleFilterGroup object is superseded by cseNDESingleFilterGroupRev1.
               cseNDEMultipleFiltersGroup 1.3.6.1.4.1.9.9.97.3.2.15
A collection of objects providing information on the Netflow LAN switching Data Export feature, with multiple filter support.
               cseFlowMgmtGroupRev1 1.3.6.1.4.1.9.9.97.3.2.16
A collection of objects providing information for determining the L3 flow switching performance in the switching engine. There may be some platform specific limitations when performing a SET on some of these objects. The following are valid for Catalyst 5000 platforms: - cseFlowEstablishedAgingTime has a default value of 256. - cseFlowFastAgePktThreshold can only be set to 1, 3, 7, 15, 31 or 63 packets. If the packet threshold is not configured to one of these values, it will be adjusted to the closest value. - cseFlowFastAgingTime can be set to only values that are multiples of 8 in the range (0..128). If it is set to a value that is not multiple of 8, then the closest value that is a multiple of 8 will take effect. The default value for fast aging time is 32 seconds. (i.e. less than cseFlowFastAgePktThreshold number of packets were switched within 32 seconds after the an L3 flow entry was established). - cseFlowIPXEstablishedAgingTime has a default value of 256.
               cseL3ErrorsGroup 1.3.6.1.4.1.9.9.97.3.2.17
A collection of objects providing the IP and IPX error statistics.
               cseBridgedFlowGroup 1.3.6.1.4.1.9.9.97.3.2.18
A collection of objects control the reporting of intra-vlan bridged flow statistics.
               cseVlanStatisticsExtGroup 1.3.6.1.4.1.9.9.97.3.2.19
A collection of objects providing additional per-vlan switch engine statistics, if supported.
               cseProtocolFilterExtGroup 1.3.6.1.4.1.9.9.97.3.2.20
A collection of objects providing additional information on the Protocol filter feature, if supported.
               cseFlowMgmtExtGroup 1.3.6.1.4.1.9.9.97.3.2.21
A collection of objects providing additional information on the L3 flow switching in the switching engine.
               cseFlowMgmtExtGroup1 1.3.6.1.4.1.9.9.97.3.2.22
A collection of objects providing additional information on the L3 flow switching in the switching engine.
               cseNDEReportGroup 1.3.6.1.4.1.9.9.97.3.2.23
A collection of objects providing the configuration on NDE ifIndex report feature.
               cseStatisticsFlowGroup 1.3.6.1.4.1.9.9.97.3.2.24
A collection of object providing switch engine statistics on total number of installed flows.
               cseFlowMgmtExtGroup2 1.3.6.1.4.1.9.9.97.3.2.25
A collection of objects providing additional information on the L3 flow switching in the switching engine.
               cseNDESingleFilterGroupRev1 1.3.6.1.4.1.9.9.97.3.2.26
A collection of objects providing information on the Netflow LAN switching Data Export feature, with a single filter support.
               cseCefFibAdjacencyGroup 1.3.6.1.4.1.9.9.97.3.2.27
A collection of objects providing FIB and adjacency information available in the device.
               cseCefAdjacencyEncapGroup 1.3.6.1.4.1.9.9.97.3.2.28
A collection of object providing adjacency next hop encapsulation information available in the device.
               cseCefAdjacencyMTUGroup 1.3.6.1.4.1.9.9.97.3.2.29
A collection of object providing adjacency next hop MTU information available in the device.
               cseTcamUsageGroup 1.3.6.1.4.1.9.9.97.3.2.30
A collection of objects providing the resource usage information on TCAM available in the device.
               cseL3ErrorsLCGroup 1.3.6.1.4.1.9.9.97.3.2.31
A collection of objects providing the IP and IPX error statistics.
               cseNetflowASInfoExportGroup 1.3.6.1.4.1.9.9.97.3.2.32
A collection of object providing AS number information export control.
               cseNetflowPerVlanIfGroup 1.3.6.1.4.1.9.9.97.3.2.33
A collection of objects providing control of netflow entry creation per vlan.
               cseMetUsageGroup 1.3.6.1.4.1.9.9.97.3.2.34
A collection of objects providing MET utilization information.
               cseFlowMcastMgmtGroup1 1.3.6.1.4.1.9.9.97.3.2.35
A collection of objects for querying IP multicast flows stored in hardware switching cache.
               cseFlowMcastRtrMgmtGroup 1.3.6.1.4.1.9.9.97.3.2.36
A collection of objects for specifying the router based information while IP multicast flows stored in the hardware switching cache are queried.
               cseFlowMcastMgmtGroup2 1.3.6.1.4.1.9.9.97.3.2.37
A collection of objects for enhanced querying of IP multicast flows stored in hardware switching cache.
               cseCacheStatisticsGroup 1.3.6.1.4.1.9.9.97.3.2.38
A collection of objects providing switch engine statistics on the flow cache entries.
               cseL3SwitchedPktsPerSecGroup 1.3.6.1.4.1.9.9.97.3.2.39
A collection of objects providing switch engine statistics on total number of packets switched per second.
               cseStatisticsFlowGroup1 1.3.6.1.4.1.9.9.97.3.2.40
A collection of object providing switch engine statistics on total number of Ipv4 flow entries.