CISCO-RMON-CONFIG-MIB

File: CISCO-RMON-CONFIG-MIB.mib (125671 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB SMON-MIB INET-ADDRESS-MIB
SNMP-FRAMEWORK-MIB CISCO-QOS-PIB-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 MODULE-COMPLIANCE OBJECT-GROUP
TruthValue RowStatus TEXTUAL-CONVENTION
ifIndex InterfaceIndex portCopyEntry
InetAddressType InetAddress SnmpAdminString
Dscp ciscoMgmt

Defined Types

SpanTxReplicationMode  
Describes whether egress SPAN packets replication is centralized in the device or distributed to where traffic is sourced.
TEXTUAL-CONVENTION    
  INTEGER centralized(1), distributed(2)  

PortCopyXEntry  
SEQUENCE    
  portCopyLoVlanMask OCTET STRING
  portCopyHiVlanMask OCTET STRING
  portCopyDestLoVlanMask OCTET STRING
  portCopyDestHiVlanMask OCTET STRING
  portCopyOption BITS
  portCopySessionNo Integer32
  portCopySessionType INTEGER
  portCopyRemoveSrc TruthValue
  portCopyReflectorPort InterfaceIndex
  portCopyInpktVlan Unsigned32

CrcSpanSessionEntry  
SEQUENCE    
  crcSpanSessionNo Unsigned32
  crcSpanSessionType INTEGER
  crcSpanSessionEnabled TruthValue
  crcSpanSessionDescr SnmpAdminString

CrcERSpanSessionEntry  
SEQUENCE    
  crcERSpanSessionNo Unsigned32
  crcERSpanSessionType INTEGER
  crcERSpanSessionDescr SnmpAdminString
  crcERSpanEncapID Unsigned32
  crcERSpanIpType InetAddressType
  crcERSpanIp InetAddress
  crcSrcERSpanIpTTL Unsigned32
  crcSrcERSpanDscpOrPrec INTEGER
  crcSrcERSpanIpPrec Unsigned32
  crcSrcERSpanIpDscp Dscp
  crcERSpanIpVRF SnmpAdminString
  crcSrcERSpanLoVlanMask OCTET STRING
  crcSrcERSpanHiVlanMask OCTET STRING
  crcSrcERSpanOrigIpType InetAddressType
  crcSrcERSpanOrigIp InetAddress
  crcDstERSpanOption BITS
  crcERSpanSessionRowStatus RowStatus

CrcERSpanIFEntry  
SEQUENCE    
  crcERSpanIFIndex InterfaceIndex
  crcERSpanIFDirection INTEGER
  crcERSpanIFRowStatus RowStatus
  crcERSpanIFOption BITS

CrcSpanDstPermitListEntry  
SEQUENCE    
  crcSpanDstPermitListRowStatus RowStatus

CrcSpanSessionEgressModeEntry  
SEQUENCE    
  crcSpanEgressReplicationOperMode SpanTxReplicationMode

CrcSpanCapacityEntry  
SEQUENCE    
  crcSpanCapacityType INTEGER
  crcSpanCapacityShared INTEGER
  crcSpanMaxSession Unsigned32
  crcSpanUsedSession Unsigned32

RmonSampleConfigEntry  
SEQUENCE    
  rmonSamplingEnabled TruthValue

Defined Values

ciscoRmonConfigMIB 1.3.6.1.4.1.9.9.103
This module defines configuration extensions for some of the IETF RMON MIBs. The following terms are used throughout this MIB: A SPAN session is an association of one or more destination(s) with a set of source(s), along with other parameters, to specify the network traffic to be monitored. Each SPAN session is denoted by an unique number. The term 'remote SPAN', also called 'RSPAN', refers to the analysis of network traffic remotely, from destination port(s) for one or more source ports, distributed in one or more switches in a switched network, through a RSPAN VLAN.
MODULE-IDENTITY    

ciscoRmonConfigObjects 1.3.6.1.4.1.9.9.103.1
OBJECT IDENTIFIER    

ciscoRmonConfigNotifications 1.3.6.1.4.1.9.9.103.2
OBJECT IDENTIFIER    

ciscoRmonConfigConformance 1.3.6.1.4.1.9.9.103.3
OBJECT IDENTIFIER    

ciscoRmon2ConfigObjects 1.3.6.1.4.1.9.9.103.1.1
OBJECT IDENTIFIER    

ciscoSmonConfigObjects 1.3.6.1.4.1.9.9.103.1.2
OBJECT IDENTIFIER    

ciscoSampleConfigObjects 1.3.6.1.4.1.9.9.103.1.3
OBJECT IDENTIFIER    

ciscoAlarmConfigObjects 1.3.6.1.4.1.9.9.103.1.4
OBJECT IDENTIFIER    

ciscoSpanTxReplicationObjects 1.3.6.1.4.1.9.9.103.1.5
OBJECT IDENTIFIER    

ciscoSpanCapacityObjects 1.3.6.1.4.1.9.9.103.1.6
OBJECT IDENTIFIER    

rmonTimeFilterMode 1.3.6.1.4.1.9.9.103.1.1.1
This object controls the way the SNMP agent implements the getnext operation for tables with a TimeFilter index, such as those found in the RMON2-MIB module. If this object has the value `stopAfterOne(1)', then a GetNext or GetBulk operation will provide one pass through a given table, i.e., the agent will continue to the next object or table, instead of incrementing a TimeMark INDEX value, even if there exists higher TimeMark values which are valid for the same conceptual row. This mode is not strictly compliant with the TimeFilter textual convention definition, because potentially many conceptual rows will be skipped instead of returned in a GetNext or GetBulk operation. Such rows are identical to each other, except for the returned TimeMark INDEX value. This mode is intended only for testing purposes, however it may also be useful if an NMS wishes to utilize the GetBulk PDU. This mode will prevent the GetBulk responses from containing duplicate rows due to the TimeFilter mechanism. If this object has the value `stopAfterAll(2)', then a getNext or getBulk MIB walk will repeat through the same MIB table until the TimeMark for the most-recently changed entry is reached. Note that as long as traffic occurs on the monitored interface, it is possible a highest value of the TimeFilter INDEX may never be reached. This mode is strictly compliant with the TimeFilter textual convention definition. Note that GetBulk PDU responses in this mode will likely contain multiple copies of the same MIB instances, differing only in the TimeMark INDEX value. As an example, consider row 'fooEntry' which was last updated at 'time 1000'. An NMS may use any TimeMark INDEX value in the range '0' to '1000', and the current (i.e., time of get request) counter values for the 'fooEntry' will be returned by agent. In the 'stopAfterOne' mode, the agent will not increment the fooEntry TimeMark index under any conditions. In the 'stopAfterAll' mode, the agent will increment any fooEntry TimeMark INDEX value in the range '0' to '999', up until the TimeMark value of '1000' is reached.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER stopAfterOne(1), stopAfterAll(2)  

portCopyXTable 1.3.6.1.4.1.9.9.103.1.2.1
This table extends the port copy capability found in the SMON MIB portCopyTable. This table is intended to augment every portCopyEntry, but not all features provided may be available on all RMON platforms. In such a case, a particular MIB object will be implemented with read-only access.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortCopyXEntry

portCopyXEntry 1.3.6.1.4.1.9.9.103.1.2.1.1
Describes a particular port copy extension entry. When creating an entry in this table using the 'createAndwait' method, the following rules are applied: - no SPAN consistency check is done for the entry until the entry is activated. An entry will not be activated if it fails the SPAN consistency check described for the 'createAndGo' method. -an instance remains in the 'notReady' state until the associated portCopyStatus changes to 'active'. When the agent processes a request of adding an entry using 'createAndGo' method or a request that sets the value of portCopyStatus object to 'active', the following rules are applied: The agent will add the entry to a SPAN session having the same portCopySessionNo, or create a new session if it does not exist. To join an existing session, either portCopySource or portCopyDest, but not both, must exist in one of the entries from the same SPAN session. In addition, the following actions will be taken after a successful join: 1. The portCopyDirection, portCopyLoVlanMask, and portCopyHiVlanMask values will overwrite the existing values associated with this port copy session. 2. The portCopyDestLoVlanMask, portCopyDestHiVlanMask, and portCopyOption values will overwrite the existing values associated the same portCopyDest and this port copy session. 3. If the value of portCopyDest object does not exist in the existing SPAN session, each of the ports identified in the portCopySource is added to this SPAN session. For example, given an existing SPAN session having ports 1, 2, and 3 as source ports, and port A as the destination port, if an entry is added by an NMS with indices of (2,B), the agent will also add entries for the other source ports (e.g. (1,B) and (3,B)) to the session. The same algorithm for adding entries will be applied if the portCopySource does not already belong to this SPAN session. When the agent processes a request to change the RowStatus of an entry from 'active' to 'notInService', the following rules are applied: - That entry will be removed from its participating SPAN session. The new RowStatus state will be 'notInService'. - all entries in the table that have the same value of portCopySessionNo and same value of portCopySource are also set to 'NotInService'. When agent processes a request to delete an entry, the following rules are applied: - the entry is simply removed if it is not currently active. - if the portCopySessionNo value is non-zero and the value of portCopyRemoveSrc object is set to 'true', then all entries with the same value of portCopySessionNo and same value of portCopySource are deleted. - if the portCopySessionNo value is non-zero and the value of portCopyRemoveSrc object is set to 'false', then all entries with the same value of portCopySessionNo and same value of portCopyDest are deleted. - if the last portCopy entry is removed from a session, then the session information is also removed.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortCopyXEntry  

portCopyLoVlanMask 1.3.6.1.4.1.9.9.103.1.2.1.1.1
This object affects the way VLAN-based traffic is copied from a switch source port, for the indicated port copy operation. It is used in tandem with the portCopyHiVlanMask to identify all possible 4096 IEEE 802.1Q VLAN ID values. This object is used to select or deselect VLAN IDs 0 though 2047. If this object contains a zero-length string, or none of the octets contain a non-zero value, and the associated portCopyHiVlanMask is not instantiated, contains a zero-length string, or contains only zero-valued octets, then network traffic will not be filtered, based on IEEE 802.1Q or ISL VLAN ID, before it is copied to the indicated destination port. If this object has a non-zero length, and at least one octet contains a non-zero value, or the portCopyHiVlanMask contains at least one non-zero octet, then traffic will be filtered, based on the indicated IEEE 802.1Q or ISL VLAN ID, before it is copied to the indicated destination port. Only frames (tagged or untagged) which match the indicated VLAN ID(s) will be copied to the indicated destination port. VLAN IDs are encoded as a string of octets containing one bit per VLAN to be included in the port copy operation. The first octet corresponds to VLANs with VlanIndex values of 0 through 7; the second octet to VLANs 8 through 15; etc. The most significant bit of each octet corresponds to the lowest value VlanIndex in that octet. If the bit corresponding to a VLAN is set to '1', then the traffic associated with that VLAN will be selected for the indicated port copy operation. Note that if the length of this string is less than 256 octets, any 'missing' octets are assumed to contain the value zero. An NMS may omit any zero-valued octets from the end of this string in order to reduce SetPDU size, and the agent may also omit zero-valued trailing octets, to reduce the size of GetResponse PDUs. The creation and deletion of instances of this object is controlled by the portCopyStatus object found in the augmented portCopyEntry. It is an implementation-specific matter as to how many VLANs may be selected from a particular physical source port at any one time, or whether this object may be modified while the associated portCopyStatus object is equal to 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

portCopyHiVlanMask 1.3.6.1.4.1.9.9.103.1.2.1.1.2
This object affects the way VLAN-based traffic is copied from a switch source port, for the indicated port copy operation. It is used in tandem with the portCopyLoVlanMask to identify all possible 4096 IEEE 802.1Q VLAN ID values. This object is used to select or deselect VLAN IDs 2048 though 4095. If this object contains a zero-length string, or none of the octets contain a non-zero value, and the associated portCopyLoVlanMask is not instantiated, contains a zero-length string, or contains only zero-valued octets, then network traffic will not be filtered, based on IEEE 802.1Q or ISL VLAN ID, before it is copied to the indicated destination port. If this object has a non-zero length, and at least one octet contains a non-zero value, or the portCopyLoVlanMask contains at least one non-zero octet, then traffic will be filtered, based on the indicated IEEE 802.1Q or ISL VLAN ID, before it is copied to the indicated destination port. Only frames (tagged or untagged) which match the indicated VLAN ID(s) will be copied to the indicated destination port. VLAN IDs are encoded as a string of octets containing one bit per VLAN to be included in the port copy operation. The first octet corresponds to VLANs with VlanIndex values of 2048 through 2055; the second octet to VLANs 2056 through 2063; etc. The most significant bit of each octet corresponds to the lowest value VlanIndex in that octet. If the bit corresponding to a VLAN is set to '1', then the traffic associated with that VLAN will be selected for the indicated port copy operation. Note that if the length of this string is less than 256 octets, any 'missing' octets are assumed to contain the value zero. An NMS may omit any zero-valued octets from the end of this string in order to reduce SetPDU size, and the agent may also omit zero-valued trailing octets, to reduce the size of GetResponse PDUs. The creation and deletion of instances of this object is controlled by the portCopyStatus object found in the augmented portCopyEntry. It is an implementation-specific matter as to how many VLANs may be selected from a particular physical source port at any one time, or whether this object may be modified while the associated portCopyStatus object is equal to 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

portCopyDestLoVlanMask 1.3.6.1.4.1.9.9.103.1.2.1.1.3
This object affects the way VLAN-based traffic to a switch destination port is filtered for the indicated port copy operation. It is used in tandem with the portCopyDestHiVlanMask to identify all possible 4096 IEEE 802.1Q VLAN ID values. This object is used to select or deselect VLAN IDs 0 though 2047. If this object contains a zero-length string, or none of the octets contain a non-zero value, and the associated portCopyDestHiVlanMask is not instantiated, contains a zero-length string, or contains only zero-valued octets, then network traffic will not be filtered, based on IEEE 802.1Q or ISL VLAN ID, before it is copied to the indicated destination port. If this object has a non-zero length, and at least one octet contains a non-zero value, or the portCopyDestHiVlanMask contains at least one non-zero octet, then traffic will be filtered, based on the indicated IEEE 802.1Q or ISL VLAN ID, before it is copied to the indicated destination port. Only frames (tagged or untagged) which match the indicated VLAN ID(s) will be copied to the indicated destination port. If a VLAN is included in the portCopyDestLoVlanMask object, it should also be included in the portCopyLoVlanMask object and vice versa. VLAN IDs are encoded as a string of octets containing one bit per VLAN to be included in the port copy operation. The first octet corresponds to VLANs with VlanIndex values of 0 through 7; the second octet to VLANs 8 through 15; etc. The most significant bit of each octet corresponds to the lowest value VlanIndex in that octet. If the bit corresponding to a VLAN is set to '1', then the traffic associated with that VLAN will be selected for the indicated port copy operation. Note that if the length of this string is less than 256 octets, any 'missing' octets are assumed to contain the value zero. An NMS may omit any zero-valued octets from the end of this string in order to reduce SetPDU size, and the agent may also omit zero-valued trailing octets, to reduce the size of GetResponse PDUs. The creation and deletion of instances of this object is controlled by the portCopyStatus object found in the augmented portCopyEntry. It is an implementation-specific matter as to how many VLANs may be selected from a particular physical source port at any one time, or whether this object may be modified while the associated portCopyStatus object is equal to 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

portCopyDestHiVlanMask 1.3.6.1.4.1.9.9.103.1.2.1.1.4
This object affects the way VLAN-based traffic to a switch destination port is filtered for the indicated port copy operation. It is used in tandem with the portCopyDestLoVlanMask to identify all possible 4096 IEEE 802.1Q VLAN ID values. This object is used to select or deselect VLAN IDs 2048 though 4095. If this object contains a zero-length string, or none of the octets contain a non-zero value, and the associated portCopyDestLoVlanMask is not instantiated, contains a zero-length string, or contains only zero-valued octets, then network traffic will not be filtered, based on IEEE 802.1Q or ISL VLAN ID, before it is copied to the indicated destination port. If this object has a non-zero length, and at least one octet contains a non-zero value, or the portCopyDestLoVlanMask contains at least one non-zero octet, then traffic will be filtered, based on the indicated IEEE 802.1Q or ISL VLAN ID, before it is copied to the indicated destination port. Only frames (tagged or untagged) which match the indicated VLAN ID(s) will be copied to the indicated destination port. If a VLAN is included in the portCopyDestHiVlanMask object, it should also be included in the portCopyHiVlanMask object and vice versa. VLAN IDs are encoded as a string of octets containing one bit per VLAN to be included in the port copy operation. The first octet corresponds to VLANs with VlanIndex values of 2048 through 2055; the second octet to VLANs 2056 through 2063; etc. The most significant bit of each octet corresponds to the lowest value VlanIndex in that octet. If the bit corresponding to a VLAN is set to '1', then the traffic associated with that VLAN will be selected for the indicated port copy operation. Note that if the length of this string is less than 256 octets, any 'missing' octets are assumed to contain the value zero. An NMS may omit any zero-valued octets from the end of this string in order to reduce SetPDU size, and the agent may also omit zero-valued trailing octets, to reduce the size of GetResponse PDUs. The creation and deletion of instances of this object is controlled by the portCopyStatus object found in the augmented portCopyEntry. It is an implementation-specific matter as to how many VLANs may be selected from a particular physical source port at any one time, or whether this object may be modified while the associated portCopyStatus object is equal to 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

portCopyOption 1.3.6.1.4.1.9.9.103.1.2.1.1.5
Indicates the additional SPAN configuration on destination port. Instances of same portCopyDest index must have same values in portCopyOption. Changes on portCopyOption of one instance will be applied to all other instances of same portCopyDest index. - inpkts(0) This bit is set to enable the destination port to receive normal incoming traffic. - learningDisable(1) This bit is set to suppress MAC learning for incoming traffic at the destination port. - dot1q(2) This bit is set for dot1q trunking encapsulation of forwarded traffic at the destination port. This bit can not be set when isl(3) bit is 1. - isl(3) This bit is set for isl trunking encapsulation of forwarded traffic at the destination port. This bit can not be set when dot1q(2) bit is 1. - multicast(4) This bit is set to enable the destination port to receive multicast traffic. - unicastDisable(5) This bit is set to disable the destination port to receive unicast traffic. - broadcastDisable(6) This bit is set to disable the destination port to receive broadcast traffic. - goodDisable(7) This bit is set to disable the destination port to receive good packets. - badDisable(8) This bit is set to disable the destination port to receive bad packets.
Status: current Access: read-create
OBJECT-TYPE    
  BITS inpkts(0), learningDisable(1), dot1q(2), isl(3), multicast(4), unicastDisable(5), broadcastDisable(6), goodDisable(7), badDisable(8)  

portCopySessionNo 1.3.6.1.4.1.9.9.103.1.2.1.1.6
Indicates the arbitrary unique identifier for this SPAN session. If a non zero value is specified, the agent will check if a SPAN session that has the same session number exists. If so, the agent will use this session number when this entry is activated. This entry will be added to the existing SPAN session (identified by all entries with the same portCopySessionNo value). If no such session exists, a new SPAN session is created and assigned the specified value. Otherwise, the agent will check if the destination port belongs to an existing SPAN session. If so, the agent will assign that session number when this entry is activated. This entry will be added to the existing SPAN session (identified by all entries with the same portCopySessionNo value). If no such session exists, a new SPAN session is created and assigned an arbitrary, locally unique value. If the associated portCopyStatus object is equal to 'active', then this object may not be modified.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2147483647  

portCopySessionType 1.3.6.1.4.1.9.9.103.1.2.1.1.7
Indicates the SPAN session type. 'remoteSource' refers to session where traffic is copied from source port to RSPAN VLAN as its destination port. 'remoteDestination' refers to session where traffic is copied from RSPAN VLAN to the destination port. For 'local' SPAN session, both source and destination ports reside in the same switch. 'localTx' refers to session where only traffic transmitted out the indicated source port will be copied to the destination port, i.e. the corresponding portCopyDirection can only have the value of 'copyTxOnly'. In a set operation, agent will decide the actual SPAN type for the session if this MIB object is 'notSpecified' based on type of source and destination ports. A read operation will return one of the other three types. Changes on portCopySessionType of one entry will be applied to all existing active entries having the same value of portCopySessionNo if such change is allowed by the implementation. If the associated portCopyStatus object is equal to 'active', then this object may not be modified.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER notSpecified(1), local(2), remoteSource(3), remoteDestination(4), localTx(5)  

portCopyRemoveSrc 1.3.6.1.4.1.9.9.103.1.2.1.1.8
Indicates how the agent will modify a SPAN session when an entry belonging to this session is deleted. The value 'true' specifies source port based entry deletion. In source port based deletion, all entries of same index portCopySource from the session are to be deleted. The value 'false' specifies destination based entry deletion. In destination port based deletion, all entries of same index portCopyDest from the session are to be deleted.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

portCopyReflectorPort 1.3.6.1.4.1.9.9.103.1.2.1.1.9
Indicates the reflector port of this SPAN session. The value of this object is ignored whenever the value of portCopySessionType is not remoteSource(3).
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

portCopyInpktVlan 1.3.6.1.4.1.9.9.103.1.2.1.1.10
This object indicates the default VLAN that is used for the untagged incoming traffic from the portCopyDest when portCopyOption's inpkts bit is set. The range is defined to identify all possible 4096 IEEE 802.1Q VLAN ID values although only 1 - 4094 are valid VLAN IDs that could be configured as the default VLAN for the untagged incoming traffic. If this object contains a value of zero and portCopyOption's inpkts bit is set, then the switch is free to use its default VLAN for untagged incoming packets. On platforms that do not have a dedicated default VLAN for this purpose, error is returned. If portCopyOption's inpkts bit is not set or isl bit is set, the value in this object is ignored by the agent.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..4095  

portCopyMaxIngressSessions 1.3.6.1.4.1.9.9.103.1.2.2
The maximum number of local ingress (rx or both) SPAN session that can be configured on this agent.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

portCopyMaxEgressSessions 1.3.6.1.4.1.9.9.103.1.2.3
The maximum number of local egress SPAN sessions that can be configured on this agent.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

crcSpanSessionTable 1.3.6.1.4.1.9.9.103.1.2.4
Contains SPAN session entries. A row is created for each SPAN session configured in a device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CrcSpanSessionEntry

crcSpanSessionEntry 1.3.6.1.4.1.9.9.103.1.2.4.1
Describes a particular SPAN session.
Status: current Access: not-accessible
OBJECT-TYPE    
  CrcSpanSessionEntry  

crcSpanSessionNo 1.3.6.1.4.1.9.9.103.1.2.4.1.1
Defines a SPAN session number.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

crcSpanSessionType 1.3.6.1.4.1.9.9.103.1.2.4.1.2
Defines the SPAN session type. 'local' refers to SPAN session where both source and destination ports reside in the same switch. This type of SPAN is manageable via portCopyTable and portCopyXTable. 'remote' refers to session where traffic is copied from source port to RSPAN VLAN as its destination port or vise versa. This type of SPAN is manageable via portCopyTable and portCopyXTable. 'erspan' refers to a session where traffic is copied from crcERSpanIFIndex of crcERSpanIFTable as source to crcERSpanIp as destination or vise versa. This type of SPAN is manageable via crcERSpanSessionTable and crcERSpanIFTable. 'service' refers to special SPAN service session. 'other' refers to any other SPAN session type not enumerated for the MIB object.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER local(1), remote(2), erspan(3), service(4), other(5)  

crcSpanSessionEnabled 1.3.6.1.4.1.9.9.103.1.2.4.1.3
Indicates whether the SPAN session is enabled. Modifying the value of crcSpanSessionEnabled to 'false' stops the SPAN monitoring but does not remove this SPAN configuration from the system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

crcSpanSessionDescr 1.3.6.1.4.1.9.9.103.1.2.4.1.4
Provides description of this SPAN session.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

crcERSpanSessionTable 1.3.6.1.4.1.9.9.103.1.2.5
Contains ERSPAN session entries. A row is created for each SPAN session configured in a device. A row can only be created if an instance of the same session number is not present in crcSpanSessionEntry. ERSPAN, or Encapsulated Remote SPAN, provides the ability to copy all frames from a specified source to a specified destination across a layer 3 network, allowing source and destination to be from different devices. Depending on type of ERSPAN, the source can be an interface from crcERSpanIFIndex of crcERSpanIFTable, the destination be a layer 3 internet address defined by crcERSpanIp of this table, or vise versa.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CrcERSpanSessionEntry

crcERSpanSessionEntry 1.3.6.1.4.1.9.9.103.1.2.5.1
Describes a particular SPAN session.
Status: current Access: not-accessible
OBJECT-TYPE    
  CrcERSpanSessionEntry  

crcERSpanSessionNo 1.3.6.1.4.1.9.9.103.1.2.5.1.1
Defines an ERSPAN session number.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

crcERSpanSessionType 1.3.6.1.4.1.9.9.103.1.2.5.1.2
Defines the ERSPAN session type. This object may not be modified if the value of the corresponding instance of crcERSpanSessionRowStatus is active. 'eRSpanSource' refers to a session where traffic is copied from crcERSpanIFIndex of crcERSpanIFTable as source to crcERSpanIp as destination. 'eRSpanDestination' refers to a session where traffic is copied from crcERSpanIp as source to crcERSpanIFIndex of crcERSpanIFTable as destination.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER eRSpanSource(1), eRSpanDestination(2)  

crcERSpanSessionDescr 1.3.6.1.4.1.9.9.103.1.2.5.1.3
Provides description of this ERSPAN session. This object may be modified when the row is active.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

crcERSpanEncapID 1.3.6.1.4.1.9.9.103.1.2.5.1.4
Defines ERSPAN's encapsulation id for this entry. This object may be modified when the row is active.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

crcERSpanIpType 1.3.6.1.4.1.9.9.103.1.2.5.1.5
Defines the type of Internet address for crcERSpanIp used by this entry. This object may be modified when the row is active.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

crcERSpanIp 1.3.6.1.4.1.9.9.103.1.2.5.1.6
Defines Internet address of copy source or destination. If crcERSanSessionType has value of eRSpanSource(1), crcERSpanIp is a copy destination. If crcERSpanSessionType has value of eRSpanDestination(2), crcERSpanIp is a copy source. This object may be modified when the row is active.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

crcSrcERSpanIpTTL 1.3.6.1.4.1.9.9.103.1.2.5.1.7
The IP TTL value for this traffic type. This object is only significant when object crcERSpanSessionType is eRSpanSource(1). This object may be modified when the row is active.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..255  

crcSrcERSpanDscpOrPrec 1.3.6.1.4.1.9.9.103.1.2.5.1.8
The QOS classification used - precedence or DSCP based. This object is only significant when object crcERSpanSessionType is eRSpanSource(1). This object may be modified when the row is active.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dscp(1), precedence(2)  

crcSrcERSpanIpPrec 1.3.6.1.4.1.9.9.103.1.2.5.1.9
The IP precedence value for this traffic type. This object is only significant when object crcERSpanSessionType is eRSpanSource(1) and object crcSrcERSpanDscpOrPrec is precedence(1). This object may be modified when the row is active.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..7  

crcSrcERSpanIpDscp 1.3.6.1.4.1.9.9.103.1.2.5.1.10
The IP DSCP value for this traffic type. This object is only significant when object crcERSpanSessionType is eRSpanSource(1) and object crcSrcERSpanDscpOrPrec is dscp(1). This object may be modified when the row is active.
Status: current Access: read-create
OBJECT-TYPE    
  Dscp  

crcERSpanIpVRF 1.3.6.1.4.1.9.9.103.1.2.5.1.11
Specifies VRF used for the traffic type. This object may be modified when the row is active.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

crcSrcERSpanLoVlanMask 1.3.6.1.4.1.9.9.103.1.2.5.1.12
This object affects the way VLAN-based traffic is copied from a switch source port, for the indicated port copy operation. It is used in tandem with the crcSrcERSpanHiVlanMask to identify all possible 4096 IEEE 802.1Q VLAN ID values. This object is used to select or deselect VLAN IDs 0 though 2047. If this object contains a zero-length string, or none of the octets contain a non-zero value, and the associated crcSrcERSpanHiVlanMask is not instantiated, contains a zero-length string, or contains only zero-valued octets, then network traffic will not be filtered, based on IEEE 802.1Q or ISL VLAN ID, before it is copied to the indicated destination. If this object has a non-zero length, and at least one octet contains a non-zero value, or the crcSrcERSpanHiVlanMask contains at least one non-zero octet, then traffic will be filtered, based on the indicated IEEE 802.1Q or ISL VLAN ID, before it is copied to the indicated destination. Only frames (tagged or untagged) which match the indicated VLAN ID(s) will be copied to the indicated destination. VLAN IDs are encoded as a string of octets containing one bit per VLAN to be included in the port copy operation. The first octet corresponds to VLANs with VlanIndex values of 0 through 7; the second octet to VLANs 8 through 15; etc. The most significant bit of each octet corresponds to the lowest value VlanIndex in that octet. If the bit corresponding to a VLAN is set to '1', then the traffic associated with that VLAN will be selected for the indicated port copy operation. Note that if the length of this string is less than 256 octets, any 'missing' octets are assumed to contain the value zero. An NMS may omit any zero-valued octets from the end of this string in order to reduce SetPDU size, and the agent may also omit zero-valued trailing octets, to reduce the size of GetResponse PDUs. This object is only significant when object crcERSpanSessionType is eRSpanSource(1). This object may be modified when the row is active.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

crcSrcERSpanHiVlanMask 1.3.6.1.4.1.9.9.103.1.2.5.1.13
This object affects the way VLAN-based traffic is copied from a switch source port, for the indicated port copy operation. It is used in tandem with the crcSrcERSpanLoVlanMask to identify all possible 4096 IEEE 802.1Q VLAN ID values. This object is used to select or deselect VLAN IDs 2048 though 4095. If this object contains a zero-length string, or none of the octets contain a non-zero value, and the associated crcSrcERSpanLoVlanMask is not instantiated, contains a zero-length string, or contains only zero-valued octets, then network traffic will not be filtered, based on IEEE 802.1Q or ISL VLAN ID, before it is copied to the indicated destination. If this object has a non-zero length, and at least one octet contains a non-zero value, or the crcSrcERSpanLoVlanMask contains at least one non-zero octet, then traffic will be filtered, based on the indicated IEEE 802.1Q or ISL VLAN ID, before it is copied to the indicated destination. Only frames (tagged or untagged) which match the indicated VLAN ID(s) will be copied to the indicated destination. VLAN IDs are encoded as a string of octets containing one bit per VLAN to be included in the port copy operation. The first octet corresponds to VLANs with VlanIndex values of 2048 through 2055; the second octet to VLANs 2056 through 2063; etc. The most significant bit of each octet corresponds to the lowest value VlanIndex in that octet. If the bit corresponding to a VLAN is set to '1', then the traffic associated with that VLAN will be selected for the indicated port copy operation. Note that if the length of this string is less than 256 octets, any 'missing' octets are assumed to contain the value zero. An NMS may omit any zero-valued octets from the end of this string in order to reduce SetPDU size, and the agent may also omit zero-valued trailing octets, to reduce the size of GetResponse PDUs. This object is only significant when object crcERSpanSessionType is eRSpanSource(1). This object may be modified when the row is active.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

crcSrcERSpanOrigIpType 1.3.6.1.4.1.9.9.103.1.2.5.1.14
Defines the type of Internet address for crcSrcERSpanOrigIp used by this entry. This object is only significant when object crcERSpanSessionType is eRSpanSource(1). This object may be modified when the row is active.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

crcSrcERSpanOrigIp 1.3.6.1.4.1.9.9.103.1.2.5.1.15
Defines the Internet address of copy source. This object is only significant when object crcERSpanSessionType is eRSpanSource(1). This object may be modified when the row is active.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

crcDstERSpanOption 1.3.6.1.4.1.9.9.103.1.2.5.1.16
Indicates the additional ERSPAN configuration on destination port. - inpkts(0) This bit is set to enable the destination port to receive incoming traffic. - learningDisable(1) This bit is set to suppress MAC learning for incoming traffic at the destination port. This object only takes effect when object crcERSpanSessionType is eRSpanDestination(2) and crcERSpanIfIndex of same ERSPAN session from crcERSpanIFTable points to a physical port. This object may be modified when the row is active. This object is deprecated and replaced by crcERSpanIFOption.
Status: deprecated Access: read-create
OBJECT-TYPE    
  BITS inpkts(0), learningDisable(1)  

crcERSpanSessionRowStatus 1.3.6.1.4.1.9.9.103.1.2.5.1.17
Defines the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

crcERSpanIFTable 1.3.6.1.4.1.9.9.103.1.2.6
This table in conjunction with crcERSpanSessionTable, provides the ability to copy all frames from a specified source to a specified destination across a layer 3 network. A row is created for each interface from ifEntries that is configured as ERSPAN source or destination while crcERSpanSessionRowStatus is active(1) for the corresponding session.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CrcERSpanIFEntry

crcERSpanIFEntry 1.3.6.1.4.1.9.9.103.1.2.6.1
Describes a particular ERSPAN copy source or copy destination entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  CrcERSpanIFEntry  

crcERSpanIFIndex 1.3.6.1.4.1.9.9.103.1.2.6.1.1
Defines the device interface's ifIndex. Mapped via crcERSpanSessionNo, if crcERSanSessionType from crcERSpanSessionTable has value of eRSpanSource(1), crcRSpanIFIndex is a copy source. If crcERSpanSessionType has value of eRSpanDestination(2), crcRSpanIFIndex is a copy destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

crcERSpanIFDirection 1.3.6.1.4.1.9.9.103.1.2.6.1.2
This object affects the way traffic is copied from a device's source. If this object has the value 'copyRxOnly(1)', then only traffic received on crcERSpanIFIndex will be copied to the destination. If this object has the value 'copyTxOnly(2)', then only traffic transmitted out the crcERSpanIFIndex will be copied to the destination. If this object has the value 'copyBoth(3)', then all traffic received or transmitted on crcERSpanIFIndex will be copied to the destination. This object is only significant when object crcERSpanSessionType of the corresponding crcERSpanSessionTable, mapped via crcERSpanSessionNo, is eRSpanSource(1). This object may be modified when the row is active.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER copyRxOnly(1), copyTxOnly(2), copyBoth(3)  

crcERSpanIFRowStatus 1.3.6.1.4.1.9.9.103.1.2.6.1.3
Defines the status of this entry. For this object to be active(1), the crcERSpanSessionRowStatus from crcERSpanSessionTable, mapped via crcERSpanSessionNo, must be active(1). If the said crcERSpanSessionRowStatus transistions to notInService(2) or destroy(6), all corresponding entries from crcERSpanIFTable will be deleted. In order to configure a source to destination traffic copy relationship, crcERSpanIFIndex MUST be present as an ifEntry in the ifTable and its respective ifAdminStatus and ifOperStatus values MUST be equal to 'up(1)'. If the value of any of those two objects changes after the crcERSpanSessionEntry is activated, crcERSpanSessionRowStatus will transition to 'notReady(3)'. The capability of crcERSpanIFIndex to be source or destination of a port copy operation is described by the 'copySourcePort(0)' and 'copyDestPort(1)' bits in dataSourceCopyCaps. Those bits SHOULD be appropriately set by the agent, in order to allow for a crcERSpanIFEntry to be created.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

crcERSpanIFOption 1.3.6.1.4.1.9.9.103.1.2.6.1.4
Indicates the additional ERSPAN configuration on destination port. - inpkts This bit is set to enable the destination port to receive incoming traffic. - learningDisable This bit is set to suppress MAC learning for incoming traffic at the destination port. This object can only be modified when object crcERSpanSessionType of the corresponding crcERSpanSessionTable, mapped via crcERSpanSessionNo, is eRSpanDestination and the crcERSpanIfIndex points to a physical port. This object may be modified when the row is active.
Status: current Access: read-create
OBJECT-TYPE    
  BITS inpkts(0), learningDisable(1)  

crcSpanDstPermitListEnabled 1.3.6.1.4.1.9.9.103.1.2.7
Indicates whether the SPAN destination permit list feature is enabled. When crcSpanDstPermitListEnabled is 'true', only ports that have an entry in crcSpanDstPermitListTable are allowed to set as SPAN destination. There is no such restriction when crcSpanDstPermitListEnabled is 'false'.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

crcSpanDstPermitListTable 1.3.6.1.4.1.9.9.103.1.2.8
Contains a list of ports that are configured as allowed SPAN destination ports. Entry of portCopyTable with its portCopyDest can not be created if crcSpanDstPermitListEnabled is 'true' and a corresponding entry does not exist in the crcSpanDstPermitListTable table. In other words the InterfaceIndex specified by portCopyDest object from SMON-MIB must match ifIndex of entries in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CrcSpanDstPermitListEntry

crcSpanDstPermitListEntry 1.3.6.1.4.1.9.9.103.1.2.8.1
Describes a particular entry that can be set as SPAN destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  CrcSpanDstPermitListEntry  

crcSpanDstPermitListRowStatus 1.3.6.1.4.1.9.9.103.1.2.8.1.1
Defines the status of this entry. An active entry means that the port of this ifIndex can be set as SPAN destination port. The valid values are active(1), createAndGo(4) and destroy(6).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

crcSpanEgressReplicationMode 1.3.6.1.4.1.9.9.103.1.5.1
Describes where SPAN egress packets get replicated, centralized in the device or distributed to where traffic is sourced
Status: current Access: read-write
OBJECT-TYPE    
  SpanTxReplicationMode  

crcSpanSessionEgressModeTable 1.3.6.1.4.1.9.9.103.1.5.2
A table containing operational SPAN egress packet replication mode for each SPAN session. A row is created for each SPAN session that is capable of monitoring egress traffic in a device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CrcSpanSessionEgressModeEntry

crcSpanSessionEgressModeEntry 1.3.6.1.4.1.9.9.103.1.5.2.1
Describes a particular SPAN session that is capable of monitoring egress traffic.
Status: current Access: not-accessible
OBJECT-TYPE    
  CrcSpanSessionEgressModeEntry  

crcSpanEgressReplicationOperMode 1.3.6.1.4.1.9.9.103.1.5.2.1.1
The current egress replication mode in operation.
Status: current Access: read-only
OBJECT-TYPE    
  SpanTxReplicationMode  

crcSpanCapacityTable 1.3.6.1.4.1.9.9.103.1.6.1
This table lists the resource capacity for each SPAN session type that is capable of providing such information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CrcSpanCapacityEntry

crcSpanCapacityEntry 1.3.6.1.4.1.9.9.103.1.6.1.1
Indicating resource capacity and usage information for a particular SPAN capacity session type.
Status: current Access: not-accessible
OBJECT-TYPE    
  CrcSpanCapacityEntry  

crcSpanCapacityType 1.3.6.1.4.1.9.9.103.1.6.1.1.1
Indicating the SPAN resource capacity session type. 'allSrc' refers to all SPAN source sessions. 'allDst' refers to all SPAN destination sessions. 'localSrc' refers to local SPAN session where both source and destination ports reside in the same switch. 'localTx' refers to local Tx only SPAN session. 'rspanSrc' refers to remote span source in a RSPAN session where traffic is copied from source port to RSPAN VLAN as its destination port. 'rspanDst' refers to remote span destination in a RSPAN session where traffic is copied from RSPAN VLAN as its source to its destination port. 'erspanSrc' refers to a session where traffic is copied from crcERSpanIFIndex of crcERSpanIFTable as source to crcERSpanIp as destination. 'erspanDst' refers to a session where traffic is copied from crcERSpanIp as source to crcERSpanIFIndex of crcERSpanIFTable as destination. 'serviceModule' refers to special SPAN service module session. 'oamLoopback' refers to special SPAN service for OAM (Operations, Administration and Maintenance) loopback. 'capture' refers to Packet Capture Span Session. 'reflector' refers to Reflector Span Session.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER allSrc(1), allDst(2), localSrc(3), localTx(4), rspanSrc(5), rspanDst(6), erspanSrc(7), erspanDst(8), serviceModule(9), oamLoopback(10), capture(11), reflector(12)  

crcSpanCapacityShared 1.3.6.1.4.1.9.9.103.1.6.1.1.2
Indicating the shared SPAN capacity type. 'none' means the capacity is not shared out of crcSpanSharedSource or crcSpanSharedDestination. 'source' means the capacity is counted against crcSpanSharedSource. The sum of crcSpanUsedSession for all entries with crcSpanCapacityShared being 'source' shall not exceed crcSpanSharedSource. 'destination' means the capacity is counted against crcSpanSharedDestination. The sum of crcSpanUsedSession for all entries with crcSpanCapacityShared being 'destination' shall not exceed crcSpanSharedDestination.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), source(2), destination(3)  

crcSpanMaxSession 1.3.6.1.4.1.9.9.103.1.6.1.1.3
The maximum number of sessions allowed for the SPAN type defined by crcSpanCapacityType. A value of zero indicates no specific limit for this SPAN capacity session type.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

crcSpanUsedSession 1.3.6.1.4.1.9.9.103.1.6.1.1.4
The number of sessions currently used for the SPAN capacity session type defined.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

crcSpanSharedSource 1.3.6.1.4.1.9.9.103.1.6.2
The number of maximum shared span source sessions.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

crcSpanSharedDestination 1.3.6.1.4.1.9.9.103.1.6.3
The number of maximum shared span destination sessions.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rmonSampleConfigTable 1.3.6.1.4.1.9.9.103.1.3.1
This table controls the configuration of RMON collection based on statistical sampling techniques, for each monitored interface on the RMON probe. It is a SPARSE-AUGMENTS of the ifEntry found in the IF-MIB module. An entry is created in this table at the same time the augmented ifEntry is created (usually at system startup time), for each interface which can be monitored by the RMON agent. An associated entry in the SMON MIB dataSourceCapsTable is also created for each RMON-capable interface at the same time. An RMON collection is associated with a particular interface if the control table dataSource OBJECT IDENTIFIER is of the form 'ifIndex.I', and 'I' is the same value as the ifIndex value for the ifEntry and rmonSampleConfigEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RmonSampleConfigEntry

rmonSampleConfigEntry 1.3.6.1.4.1.9.9.103.1.3.1.1
Describes a particular sampling configuration for the indicated RMON-capable interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  RmonSampleConfigEntry  

rmonSamplingEnabled 1.3.6.1.4.1.9.9.103.1.3.1.1.1
This object affects the way the RMON probe uses statistical sampling to collect packets from the indicated interface. If this object has the value 'false', then the probe will attempt to monitor all packets detected on the indicated interface, in the event any RMON collections are actually configured. The data returned in all RMON collection tables associated with this interface will represent non-sampled monitored counter values. If this object has the value 'true', then the probe will use adaptive statistical sampling techniques to monitor the indicated interface, in the event any RMON collections are actually configured. The data returned in RMON collection tables associated with this interface may be based on statistical approximations. In this mode, the RMON agent will also maintain additional MIB objects to provide the confidence interval information for each sampled counter. These objects can be found in the CISCO-RMON-SAMPLING-MIB. When this object transitions from 'false' to 'true', all active packet capture functions will be suspended, without affecting the contents of any associated filterEntry, filter2Entry, channelEntry, channel2Entry, bufferControlEntry, captureBufferEntry, or captureBufferHighCapacityEntry. Only the low-level packet capture processing is deactivated. When this object transitions from 'true' to 'false', all suspended packet capture functions associated with the interface will be reactivated. Note that an NMS application which is unaware of this MIB object will not be able to detect suspended packet capture operations or sampled collections, however multi-manager mis-configuration issues are beyond the scope of this MIB. The packet capture function Get and Set operations are not affected by this object. If an interface cannot be sampled, or the sampling configuration cannot be modified, then such an instance of this object will be implemented with read-only access.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rmonMaxAlarms 1.3.6.1.4.1.9.9.103.1.4.1
The maximum number of entries allowed in the alarmTable.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

rmonAlarmEnable 1.3.6.1.4.1.9.9.103.1.4.2
This object determines if the RMON alarm feature is enabled/disabled on this device. If this object is set to 'true', the RMON alarm feature enabled. If this object is 'false', RMON alarm feature is disabled. If the RMON feature is disabled, all the RMON alarm related polling are stopped. Note that this object is only intended for temporary disabling of RMON alarm feature to ensure that the CPU usage by RMON alarms is not detrimental. For permanent disabling on this feature, it suggested that all the entries in the alarmTable are removed.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rmonConfiguredAlarms 1.3.6.1.4.1.9.9.103.1.4.3
Total number of entries configured in the alarmTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rmonConfiguredHcAlarms 1.3.6.1.4.1.9.9.103.1.4.4
Total number of entries configured in the hcAlarmTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ciscoRmonConfigCompliances 1.3.6.1.4.1.9.9.103.3.1
OBJECT IDENTIFIER    

ciscoRmonConfigGroups 1.3.6.1.4.1.9.9.103.3.2
OBJECT IDENTIFIER    

ciscoRmonConfigCompliance 1.3.6.1.4.1.9.9.103.3.1.1
Describes the requirements for conformance to Cisco RMON Configuration Extensions MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoRmonConfigComplianceRev1 1.3.6.1.4.1.9.9.103.3.1.2
Describes the requirements for conformance to Cisco RMON Configuration Extensions MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoRmonConfigComplianceRev2 1.3.6.1.4.1.9.9.103.3.1.3
Describes the requirements for conformance to Cisco RMON Configuration Extensions MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoRmonConfigComplianceRev3 1.3.6.1.4.1.9.9.103.3.1.4
Describes the requirements for conformance to Cisco RMON Configuration Extensions MIB.
Status: deprecated Access: not-accessible
MODULE-COMPLIANCE    

ciscoRmonConfigComplianceRev4 1.3.6.1.4.1.9.9.103.3.1.5
Describes the requirements for conformance to Cisco RMON Configuration Extensions MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoRmonConfigComplianceRev5 1.3.6.1.4.1.9.9.103.3.1.6
Describes the requirements for conformance to Cisco RMON Configuration Extensions MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoRmonConfigComplianceRev6 1.3.6.1.4.1.9.9.103.3.1.7
Describes the requirements for conformance to Cisco RMON Configuration Extensions MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoRmonConfigComplianceRev7 1.3.6.1.4.1.9.9.103.3.1.8
Describes the requirements for conformance to Cisco RMON Configuration Extensions MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoRmonConfigComplianceRev8 1.3.6.1.4.1.9.9.103.3.1.9
Describes the requirements for conformance to Cisco RMON Configuration Extensions MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoRmonConfigComplianceRev9 1.3.6.1.4.1.9.9.103.3.1.10
Describes the requirements for conformance to Cisco RMON Configuration Extensions MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoRmonConfigComplianceRev10 1.3.6.1.4.1.9.9.103.3.1.11
Describes the requirements for conformance to Cisco RMON Configuration Extensions MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

rmon2ExtensionsGroup 1.3.6.1.4.1.9.9.103.3.2.1
A collection of objects providing configuration extensions for the RMON2-MIB module.
Status: current Access: read-only
OBJECT-GROUP    

smonExtensionsGroup 1.3.6.1.4.1.9.9.103.3.2.2
A collection of objects providing configuration extensions for the SMON-MIB module.
Status: current Access: read-only
OBJECT-GROUP    

rmonSampleConfigGroup 1.3.6.1.4.1.9.9.103.3.2.3
A collection of objects providing configuration extensions for RMON agent implementations which support statistical sampling techniques.
Status: current Access: read-only
OBJECT-GROUP    

smonExtensions2Group 1.3.6.1.4.1.9.9.103.3.2.4
A collection of objects providing additional port copy configuration for destination vlan filtering for the SMON-MIB module.
Status: current Access: read-only
OBJECT-GROUP    

smonExtensions3Group 1.3.6.1.4.1.9.9.103.3.2.5
A collection of objects providing additional port copy configuration extensions at destination port for the SMON-MIB module. This group is deprecated by smonExtensions8Group.
Status: deprecated Access: read-only
OBJECT-GROUP    

smonExtensions4Group 1.3.6.1.4.1.9.9.103.3.2.6
A collection of objects providing additional port copy configuration extensions for agent that supports SPAN session concept.
Status: current Access: read-only
OBJECT-GROUP    

smonExtensions5Group 1.3.6.1.4.1.9.9.103.3.2.7
A collection of objects providing additional port copy configuration extensions for agent that supports local and remote SPAN.
Status: current Access: read-only
OBJECT-GROUP    

smonExtensions6Group 1.3.6.1.4.1.9.9.103.3.2.8
A collection of objects providing additional port copy information for the SMON-MIB module.
Status: current Access: read-only
OBJECT-GROUP    

smonExtensions7Group 1.3.6.1.4.1.9.9.103.3.2.9
A collection of objects providing additional port copy configuration extensions for agent that supports reflector port for SPAN session.
Status: current Access: read-only
OBJECT-GROUP    

rmonAlarmConfigGroup 1.3.6.1.4.1.9.9.103.3.2.10
A collection of objects providing additional RMON configurations to control number alarms and to enable/disable alarms in the alarmTable in RMON-MIB.
Status: current Access: read-only
OBJECT-GROUP    

smonExtensions8Group 1.3.6.1.4.1.9.9.103.3.2.11
A collection of objects providing additional port copy configuration extensions for agent that supports ingress traffic at destination port for the SPAN session.
Status: current Access: read-only
OBJECT-GROUP    

crcSpanSessionGroup 1.3.6.1.4.1.9.9.103.3.2.12
A collection of objects providing SPAN session information.
Status: current Access: read-only
OBJECT-GROUP    

crcERSpanSessionGroup 1.3.6.1.4.1.9.9.103.3.2.13
A collection of objects providing ERSPAN session information.
Status: deprecated Access: read-only
OBJECT-GROUP    

crcERSpanIFGroup 1.3.6.1.4.1.9.9.103.3.2.14
A collection of objects providing ERSPAN copy source or copy destination information.
Status: current Access: read-only
OBJECT-GROUP    

crcSpanDstPermitListGroup 1.3.6.1.4.1.9.9.103.3.2.15
A collection of objects used to control selection of destination port information.
Status: current Access: read-only
OBJECT-GROUP    

smonExtensions9Group 1.3.6.1.4.1.9.9.103.3.2.16
Providing SPAN session description information.
Status: current Access: read-only
OBJECT-GROUP    

crcERSpanIFOptionGroup 1.3.6.1.4.1.9.9.103.3.2.17
Providing additional port copy configuration extensions for agent that supports ingress traffic at destination port for the ERSPAN session.
Status: current Access: read-only
OBJECT-GROUP    

crcERSpanSessionGroupRev1 1.3.6.1.4.1.9.9.103.3.2.18
A collection of objects providing ERSPAN session information.
Status: current Access: read-only
OBJECT-GROUP    

crcSpanEgressReplicationGroup 1.3.6.1.4.1.9.9.103.3.2.19
A collection of objects providing SPAN egress packets replication mode information.
Status: current Access: read-only
OBJECT-GROUP    

crcSpanCapacityGroup 1.3.6.1.4.1.9.9.103.3.2.20
A collection of objects providing SPAN capacity information.
Status: current Access: read-only
OBJECT-GROUP    

rmonAlarmCapacityGroup 1.3.6.1.4.1.9.9.103.3.2.21
A collection of objects providing additional RMON,HCRMON configurations details about alarms in the alarmTable in RMON-MIB and hcalarms in cHcAlarmTable in HCALARM-MIB
Status: current Access: read-only
OBJECT-GROUP